aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Support seamless integration with ruby/debugStan Lo2023-08-139-102/+392
* [ruby/irb] Move IO configuration to IRB::IrbStan Lo2023-08-132-56/+55
* [ruby/irb] Remove useless `begin`/`end` [ci skip]Nobuyoshi Nakada2023-08-131-50/+48
* [ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida2023-08-122-14/+14
* [ruby/irb] Reline/ReadlineInputMethod should inheritStan Lo2023-08-121-56/+6
* [ruby/irb] Remove needless removal of trailing whitespace intomoya ishida2023-08-111-2/+1
* [ruby/irb] Move assignment check to RubyLexStan Lo2023-08-112-46/+44
* [ruby/irb] Don't echo an expression's result when it ends with aStan Lo2023-08-111-1/+2
* [ruby/irb] Add black and white color to IRB::ColorStan Lo2023-08-111-0/+2
* [ruby/irb] Fix nested IRB sessions' history savingStan Lo2023-08-094-22/+14
* YJIT: Compile exception handlers (#8171)Takashi Kokubun2023-08-082-5/+5
* [ruby/irb] Remove unused `InputMethod#initialize`Stan Lo2023-08-071-15/+0
* [ruby/yarp] Document the build system of YARPBenoit Daloze2023-08-051-0/+1
* Fix `Gem::BUNDLED_GEMS.find_gem` return valueNobuyoshi Nakada2023-08-051-1/+1
* Display call location with bundled gems warningHiroshi SHIBATA2023-08-041-1/+1
* Fixed worng key of bundled_gems listHiroshi SHIBATA2023-08-041-1/+1
* Also decorate warning message with future tense for bundlerHiroshi SHIBATA2023-08-041-1/+2
* Use future tense if current version is older than list versionHiroshi SHIBATA2023-08-041-1/+1
* [ruby/irb] Deprecate multi-irb commandsStan Lo2023-08-021-4/+15
* [rubygems/rubygems] Replaced remained local to lockfileHiroshi SHIBATA2023-08-022-2/+2
* [ruby/irb] Drop src_encoding.rbStan Lo2023-08-022-8/+0
* [ruby/irb] Add workspace categoryStan Lo2023-08-012-5/+5
* [rubygems/rubygems] Use Kernel.singleton_classHiroshi SHIBATA2023-08-012-6/+3
* [ruby/yarp] Document building, more macro changesKevin Newton2023-07-311-0/+1
* [ruby/irb] Decouple `edit` and `show_source` commandsStan Lo2023-07-313-65/+71
* [rubygems/rubygems] update Magnus library in Rust extension gem templateMat Sadler2023-07-312-5/+5
* [ruby/optparse] [DOC] Mark up constant and method names as codeNobuyoshi Nakada2023-07-301-1/+1
* [rubygems/rubygems] Set thread configurations inside block in the thread loca...Nobuyoshi Nakada2023-07-302-14/+12
* [rubygems/rubygems] Use the dedicated method to convert file pathNobuyoshi Nakada2023-07-302-3/+3
* [ruby/rdoc] Use a more portable way to check if code is parseableBenoit Daloze2023-07-291-1/+3
* Revert "[rubygems/rubygems] Set thread configurations inside block"ko12023-07-292-4/+4
* [rubygems/rubygems] Add charset to Webauthn response content-typeJenny Shen2023-07-281-1/+1
* [rubygems/rubygems] Set thread configurations inside blockJenny Shen2023-07-282-4/+4
* [rubygems/rubygems] Move Webauthn listener thread to WebauthnListener classJenny Shen2023-07-281-8/+6
* [rubygems/rubygems] Move WebauthnListener into the Gem::GemcutterUtilities na...Jenny Shen2023-07-285-269/+273
* [rubygems/rubygems] Extract polling logic into its own classJenny Shen2023-07-282-41/+81
* [rubygems/rubygems] Add Webauthn verification poller to fetch OTPJenny Shen2023-07-281-12/+69
* Removed unnecessary methodsHiroshi SHIBATA2023-07-281-8/+0
* Use Gem::BUNDLED_GEMS::SINCEHiroshi SHIBATA2023-07-281-7/+3
* Warn default gems which will be gemified in futureNobuyoshi Nakada2023-07-282-2/+83
* [rubygems/rubygems] Restore support for Pathname objects in the replaced requireXavier Noria2023-07-271-1/+1
* [ruby/reline] Add `kill-word` and `backward-kill-word` keymappingosyo-manga2023-07-271-0/+2
* [ruby/reline] Bump version to 0.3.7Stan Lo2023-07-271-1/+1
* [ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo2023-07-263-8/+38
* Added Gem::BUNDLED_GEMS for warning feature of BundlerHiroshi SHIBATA2023-07-261-0/+23
* [ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo2023-07-252-3/+65
* [ruby/reline] Avoid using CSI # S for scroll downStan Lo2023-07-251-1/+4
* [rubygems/rubygems] bin/rubocop -AHiroshi SHIBATA2023-07-251-2/+2
* [rubygems/rubygems] Extract Gem::BUNDLED_GEMS from BundlerHiroshi SHIBATA2023-07-252-24/+23
* [rubygems/rubygems] Skip warnings if bundled gems is already loadedHiroshi SHIBATA2023-07-251-7/+9