summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-08-09[ruby/irb] Fix nested IRB sessions' history savingStan Lo
2023-08-08YJIT: Compile exception handlers (#8171)Takashi Kokubun
2023-08-07[ruby/irb] Remove unused `InputMethod#initialize`Stan Lo
2023-08-05[ruby/yarp] Document the build system of YARPBenoit Daloze
2023-08-05Fix `Gem::BUNDLED_GEMS.find_gem` return valueNobuyoshi Nakada
2023-08-04Display call location with bundled gems warningHiroshi SHIBATA
2023-08-04Fixed worng key of bundled_gems listHiroshi SHIBATA
2023-08-04Also decorate warning message with future tense for bundlerHiroshi SHIBATA
2023-08-04Use future tense if current version is older than list versionHiroshi SHIBATA
2023-08-02[ruby/irb] Deprecate multi-irb commandsStan Lo
2023-08-02[rubygems/rubygems] Replaced remained local to lockfileHiroshi SHIBATA
2023-08-02[ruby/irb] Drop src_encoding.rbStan Lo
2023-08-01[ruby/irb] Add workspace categoryStan Lo
2023-08-01[rubygems/rubygems] Use Kernel.singleton_classHiroshi SHIBATA
2023-07-31[ruby/yarp] Document building, more macro changesKevin Newton
2023-07-31[ruby/irb] Decouple `edit` and `show_source` commandsStan Lo
2023-07-31[rubygems/rubygems] update Magnus library in Rust extension gem templateMat Sadler
2023-07-30[ruby/optparse] [DOC] Mark up constant and method names as codeNobuyoshi Nakada
2023-07-30[rubygems/rubygems] Set thread configurations inside block in the thread loca...Nobuyoshi Nakada
2023-07-30[rubygems/rubygems] Use the dedicated method to convert file pathNobuyoshi Nakada
2023-07-29[ruby/rdoc] Use a more portable way to check if code is parseableBenoit Daloze
2023-07-29Revert "[rubygems/rubygems] Set thread configurations inside block"ko1
2023-07-28[rubygems/rubygems] Add charset to Webauthn response content-typeJenny Shen
2023-07-28[rubygems/rubygems] Set thread configurations inside blockJenny Shen
2023-07-28[rubygems/rubygems] Move Webauthn listener thread to WebauthnListener classJenny Shen
2023-07-28[rubygems/rubygems] Move WebauthnListener into the Gem::GemcutterUtilities na...Jenny Shen
2023-07-28[rubygems/rubygems] Extract polling logic into its own classJenny Shen
2023-07-28[rubygems/rubygems] Add Webauthn verification poller to fetch OTPJenny Shen
2023-07-28Removed unnecessary methodsHiroshi SHIBATA
2023-07-28Use Gem::BUNDLED_GEMS::SINCEHiroshi SHIBATA
2023-07-28Warn default gems which will be gemified in futureNobuyoshi Nakada
2023-07-27[rubygems/rubygems] Restore support for Pathname objects in the replaced requireXavier Noria
2023-07-27[ruby/reline] Add `kill-word` and `backward-kill-word` keymappingosyo-manga
2023-07-27[ruby/reline] Bump version to 0.3.7Stan Lo
2023-07-26[ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo
2023-07-26Added Gem::BUNDLED_GEMS for warning feature of BundlerHiroshi SHIBATA
2023-07-25[ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo
2023-07-25[ruby/reline] Avoid using CSI # S for scroll downStan Lo
2023-07-25[rubygems/rubygems] bin/rubocop -AHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Extract Gem::BUNDLED_GEMS from BundlerHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Skip warnings if bundled gems is already loadedHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Use Kernel.singleton_classHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Don't reuse require argumentHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Added warnings targets for old version of RubyHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Added Ruby version for bundled gems to warningsHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Simplefied conditionHiroshi SHIBATA
2023-07-25[rubygems/rubygems] make bundled gemst list as constant under Gem namespaceHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Also check Kernel.require for infinite loopHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Avoid infinite call of requireHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Keep Kernel#require privateHiroshi SHIBATA