summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-08-20[rubygems/rubygems] String#start_with? is faster than regex with beginning bo...Josh Nichols
2023-08-20[rubygems/rubygems] Use ! methods on the array, since it is brand new. The in...Josh Nichols
2023-08-20[rubygems/rubygems] Use Array#union to join these, instead of with | multiple...Josh Nichols
2023-08-20[rubygems/rubygems] config is a new Hash, and config.values is a new Array. t...Josh Nichols
2023-08-20[rubygems/rubygems] ENV.to_h returns a new hash, so we can `select!` it to av...Josh Nichols
2023-08-20Update specification.rbSamuel Giddins
2023-08-20[rubygems/rubygems] Ensure that loading multiple gemspecs with legacy YAML cl...Samuel Giddins
2023-08-20[rubygems/rubygems] choose_from_list may return nil index sinceAkira Matsuda
2023-08-19[ruby/yarp] Bump to version 0.8.0Kevin Newton
2023-08-18[rubygems/rubygems] Resolve ruby version file relative to bundle rootNgan Pham
2023-08-18[rubygems/rubygems] Make nil a valid license specJohn Hong
2023-08-18[rubygems/rubygems] Update SPDX license list as of 2023-06-18License Update
2023-08-18[ruby/yarp] Remove strange :"#arg_rest" localKevin Newton
2023-08-17[rubygems/rubygems] Raise Gem::Package::FormatError on EOF, indicating corrup...Martin Emde
2023-08-17Render YARP templates in the build process (#8228)Takashi Kokubun
2023-08-17[ruby/yarp] Treat yp_buffer_t as an opaque pointerKevin Newton
2023-08-17[rubygems/rubygems] Add `file` option to `ruby` method in GemfileNgan Pham
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