summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-08-16[ruby/net-http] Fix on 2.7Josh Nichols
2023-08-16[ruby/net-http] freeze rest of libJosh Nichols
2023-08-16[ruby/net-http] update net/http/response to be frozen string literalJosh Nichols
2023-08-16[ruby/net-http] turn on frozen strings for net/http/generic_requestJosh Nichols
2023-08-16[ruby/net-http] turn on frozen strings for net/http/headerJosh Nichols
2023-08-16[ruby/net-http] Improve performance of HTTPHeader#content_typeJosh Nichols
2023-08-13[ruby/irb] Support seamless integration with ruby/debugStan Lo
2023-08-13[ruby/irb] Move IO configuration to IRB::IrbStan Lo
2023-08-13[ruby/irb] Remove useless `begin`/`end` [ci skip]Nobuyoshi Nakada
2023-08-12[ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida
2023-08-12[ruby/irb] Reline/ReadlineInputMethod should inheritStan Lo
2023-08-11[ruby/irb] Remove needless removal of trailing whitespace intomoya ishida
2023-08-11[ruby/irb] Move assignment check to RubyLexStan Lo
2023-08-11[ruby/irb] Don't echo an expression's result when it ends with aStan Lo
2023-08-11[ruby/irb] Add black and white color to IRB::ColorStan Lo
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