aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/yarp] Treat yp_buffer_t as an opaque pointerKevin Newton2023-08-171-46/+61
* [rubygems/rubygems] Add `file` option to `ruby` method in GemfileNgan Pham2023-08-173-0/+24
* [rubygems/rubygems] Clarify that `bundle info` takes a gem nameManu2023-08-1730-34/+34
* Resync YARPTakashi Kokubun2023-08-166-177/+1108
* [ruby/yarp] Fixes so `bundle exec rake` can run on JRuby and TruffleRubyBenoit Daloze2023-08-161-3/+3
* [ruby/yarp] Add a CHANGELOGKevin Newton2023-08-161-0/+1
* [ruby/yarp] Hide debug methodsKevin Newton2023-08-161-2/+11
* [ruby/yarp] Simplify creation of numericsKevin Newton2023-08-161-2/+8
* [ruby/yarp] Move the gem's C extension into lib/yarp/Mike Dalessio2023-08-161-1/+2
* [ruby/irb] Encapsulate input details in Statement objectsStan Lo2023-08-163-41/+104
* [rubygems/rubygems] Show better error when PAT can't authenticate to a privat...David Rodríguez2023-08-163-3/+14
* [rubygems/rubygems] Bad auth should not fallback eitherDavid Rodríguez2023-08-161-1/+1
* [rubygems/rubygems] Fix git source conservativenessDavid Rodríguez2023-08-162-0/+8
* [rubygems/rubygems] Extract s.name to a variableDavid Rodríguez2023-08-161-2/+3
* [rubygems/rubygems] Remove unneeded stuffDavid Rodríguez2023-08-161-2/+2
* [rubygems/rubygems] Don't update locked sources when not necessaryDavid Rodríguez2023-08-162-8/+5
* [rubygems/rubygems] Extract a `default_source` methodDavid Rodríguez2023-08-161-5/+9
* [rubygems/rubygems] Move `lockfile_source` variable out of condition branchDavid Rodríguez2023-08-161-2/+2
* [rubygems/rubygems] Refactor locked dep filtering moreDavid Rodríguez2023-08-161-3/+3
* [rubygems/rubygems] Avoid unnecessary loop through dependenciesDavid Rodríguez2023-08-161-4/+2
* [ruby/net-http] Update lib/net/http.rbJosh Nichols2023-08-161-2/+2
* [ruby/net-http] Update lib/net/http/response.rbJosh Nichols2023-08-161-1/+1
* [ruby/net-http] use +'' everywhereJosh Nichols2023-08-162-3/+3
* [ruby/net-http] Fix on 2.7Josh Nichols2023-08-161-1/+1
* [ruby/net-http] freeze rest of libJosh Nichols2023-08-167-7/+7
* [ruby/net-http] update net/http/response to be frozen string literalJosh Nichols2023-08-161-3/+3
* [ruby/net-http] turn on frozen strings for net/http/generic_requestJosh Nichols2023-08-161-3/+3
* [ruby/net-http] turn on frozen strings for net/http/headerJosh Nichols2023-08-161-1/+1
* [ruby/net-http] Improve performance of HTTPHeader#content_typeJosh Nichols2023-08-161-4/+8
* [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