aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/yarp] Bump to version 0.9.0Kevin Newton2023-08-261-1/+1
* Remove version templating in YARPKevin Newton2023-08-253-15/+3
* [ruby/yarp] Introduce parse_lex instead of asking for a blockKevin Newton2023-08-251-1/+27
* [ruby/yarp] Rename Location#to to Location#join, include checksKevin Newton2023-08-251-3/+8
* [ruby/yarp] Add a Location#to method for combining themKevin Newton2023-08-251-0/+5
* [ruby/yarp] Fix rational parsingKevin Newton2023-08-251-1/+1
* [ruby/yarp] Fix relative require for version in YARP gemspecKevin Newton2023-08-251-1/+7
* [ruby/yarp] Use templating to avoid duplicating the YARP version in many placesBenoit Daloze2023-08-254-3/+14
* [ruby/yarp] Provide a desugar visitorKevin Newton2023-08-253-0/+279
* [ruby/yarp] Add Node#copy and MutationVisitorKevin Newton2023-08-252-0/+2
* [ruby/yarp] ignore state on embexpr_endHParker2023-08-251-15/+8
* [Bug #19852] Use gem name without suffixNobuyoshi Nakada2023-08-261-3/+5
* Fix merge conflict in lib/yarp/lex_compat.rbKevin Newton2023-08-251-6/+0
* [ruby/yarp] Fix up lex compat on Ruby HEADKevin Newton2023-08-251-0/+9
* Remove yarp hack for BOMNobuyoshi Nakada2023-08-251-0/+2
* [rubygems/rubygems] Don't use full indexes unnecessarily on legacy GemfilesDavid Rodríguez2023-08-251-10/+5
* Suggest to add bundled gems into gemspec if 3rd party gem try to load gem fro...Hiroshi SHIBATA2023-08-251-2/+14
* Warn for bigdecimal.so case tooHiroshi SHIBATA2023-08-251-0/+1
* prime is bundled gems since Ruby 3.1.0. We should warn it under the bundler e...Hiroshi SHIBATA2023-08-251-0/+1
* We should also warn when loading 'bigdecimal/*' librariesHiroshi SHIBATA2023-08-251-0/+1
* Decorate Hash syntax for Gem::BUNDLED_GEMS::EXACTHiroshi SHIBATA2023-08-251-11/+11
* [ruby/yarp] Fix lex compat with BOMKevin Newton2023-08-241-9/+36
* [ruby/irb] Deprecate RubyLex and warn about referencing to itStan Lo2023-08-241-413/+418
* [ruby/open-uri] Make URI.open pass keywordsJeremy Evans2023-08-231-0/+1
* [ruby/yarp] Fix first method param lex failuresKevin Newton2023-08-231-6/+41
* [ruby/yarp] Match EOF after newline behaviorHParker2023-08-231-0/+8
* [ruby/yarp] Use require_relative for yarp/ffiBenoit Daloze2023-08-221-1/+1
* 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