aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added bigdecimal to warning targets for the bundled gems.Hiroshi SHIBATA2023-08-221-1/+2
* [ruby/erb] Version 4.0.3Takashi Kokubun2023-08-211-1/+1
* [ruby/erb] Enable frozen_string_literal in all filesJosh Nichols2023-08-223-0/+3
* [rubygems/rubygems] Support `ruby file: ".tool-versions"` in GemfileGaurav Khanna2023-08-213-1/+22
* [ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo2023-08-211-1/+1
* [ruby/yarp] Handle interpolated regular expressions with the o flag for local...Kevin Newton2023-08-211-0/+2
* [ruby/irb] Move input processing out of RubyLexStan Lo2023-08-212-87/+85
* [ruby/yarp] Add a convenience value method for numeric literalsBenoit Daloze2023-08-211-0/+24
* [ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️2023-08-201-3/+3
* [ruby/reline] Bump version to 0.3.8Stan Lo2023-08-201-1/+1
* [ruby/reline] Use fdiv for keyseq_timeout msec to sec conversiontomoya ishida2023-08-201-3/+2
* [ruby/reline] Remove Timeout usageStan Lo2023-08-204-47/+34
* [rubygems/rubygems] fix lintJosh Nichols2023-08-201-1/+1
* [rubygems/rubygems] use a one-linerJosh Nichols2023-08-201-5/+1
* [rubygems/rubygems] handle removing `BUNDLE_`, since using start_with? would ...Josh Nichols2023-08-201-1/+3
* [rubygems/rubygems] Don't rely on globals when not matching regexp for "local."Martin Emde2023-08-201-1/+1
* [rubygems/rubygems] Use ! methods once we have a new copy of the string. Use ...Josh Nichols2023-08-201-2/+5
* [rubygems/rubygems] call key.to_s once instead of multiple times to save when...Josh Nichols2023-08-201-0/+2
* [rubygems/rubygems] Use value.match? only on Strings, which avoids allocating...Josh Nichols2023-08-201-1/+7
* [rubygems/rubygems] Use .to_s once in the beginning to save allocations if it...Josh Nichols2023-08-201-1/+2
* [rubygems/rubygems] name is often a symbol, so only to_s once to avoid alloca...Josh Nichols2023-08-201-1/+2
* [rubygems/rubygems] String#start_with? is faster than regex with beginning bo...Josh Nichols2023-08-201-1/+1
* [rubygems/rubygems] Use ! methods on the array, since it is brand new. The in...Josh Nichols2023-08-201-3/+8
* [rubygems/rubygems] Use Array#union to join these, instead of with | multiple...Josh Nichols2023-08-201-1/+1
* [rubygems/rubygems] config is a new Hash, and config.values is a new Array. t...Josh Nichols2023-08-201-1/+5
* [rubygems/rubygems] ENV.to_h returns a new hash, so we can `select!` it to av...Josh Nichols2023-08-201-1/+3
* Update specification.rbSamuel Giddins2023-08-201-1/+1
* [rubygems/rubygems] Ensure that loading multiple gemspecs with legacy YAML cl...Samuel Giddins2023-08-201-2/+13
* [rubygems/rubygems] choose_from_list may return nil index sinceAkira Matsuda2023-08-201-1/+1
* [ruby/yarp] Bump to version 0.8.0Kevin Newton2023-08-191-1/+1
* [rubygems/rubygems] Resolve ruby version file relative to bundle rootNgan Pham2023-08-181-1/+1
* [rubygems/rubygems] Make nil a valid license specJohn Hong2023-08-181-4/+8
* [rubygems/rubygems] Update SPDX license list as of 2023-06-18License Update2023-08-181-0/+28
* [ruby/yarp] Remove strange :"#arg_rest" localKevin Newton2023-08-181-0/+4
* [rubygems/rubygems] Raise Gem::Package::FormatError on EOF, indicating corrup...Martin Emde2023-08-173-27/+24
* Render YARP templates in the build process (#8228)Takashi Kokubun2023-08-172-8062/+0
* [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