summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-08-17[rubygems/rubygems] Clarify that `bundle info` takes a gem nameManu
2023-08-16Resync YARPTakashi Kokubun
2023-08-16[ruby/yarp] Fixes so `bundle exec rake` can run on JRuby and TruffleRubyBenoit Daloze
2023-08-16[ruby/yarp] Add a CHANGELOGKevin Newton
2023-08-16[ruby/yarp] Hide debug methodsKevin Newton
2023-08-16[ruby/yarp] Simplify creation of numericsKevin Newton
2023-08-16[ruby/yarp] Move the gem's C extension into lib/yarp/Mike Dalessio
2023-08-16[ruby/irb] Encapsulate input details in Statement objectsStan Lo
2023-08-16[rubygems/rubygems] Show better error when PAT can't authenticate to a privat...David Rodríguez
2023-08-16[rubygems/rubygems] Bad auth should not fallback eitherDavid Rodríguez
2023-08-16[rubygems/rubygems] Fix git source conservativenessDavid Rodríguez
2023-08-16[rubygems/rubygems] Extract s.name to a variableDavid Rodríguez
2023-08-16[rubygems/rubygems] Remove unneeded stuffDavid Rodríguez
2023-08-16[rubygems/rubygems] Don't update locked sources when not necessaryDavid Rodríguez
2023-08-16[rubygems/rubygems] Extract a `default_source` methodDavid Rodríguez
2023-08-16[rubygems/rubygems] Move `lockfile_source` variable out of condition branchDavid Rodríguez
2023-08-16[rubygems/rubygems] Refactor locked dep filtering moreDavid Rodríguez
2023-08-16[rubygems/rubygems] Avoid unnecessary loop through dependenciesDavid Rodríguez
2023-08-16[ruby/net-http] Update lib/net/http.rbJosh Nichols
2023-08-16[ruby/net-http] Update lib/net/http/response.rbJosh Nichols
2023-08-16[ruby/net-http] use +'' everywhereJosh Nichols
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