aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/yarp] Constants on rest parameter nodesKevin Newton2023-09-071-1/+1
* [ruby/yarp] Constants on keyword parametersKevin Newton2023-09-071-2/+2
* [rubygems/rubygems] Reduce excess index creation and mergingMartin Emde2023-09-071-1/+1
* [rubygems/rubygems] Improve efficiency of Index#use and #search_allMartin Emde2023-09-072-23/+48
* [rubygems/rubygems] Source::Rubygems#fetch_names is only called with override...Martin Emde2023-09-071-6/+6
* [ruby/yarp] Fix `Location#end_column`Andy Waite2023-09-061-1/+1
* [ruby/yarp] Introduce YARP::PatternKevin Newton2023-09-063-0/+241
* [ruby/yarp] Add constants and constantsKevin Newton2023-09-061-19/+19
* [ruby/irb] Bump version to 1.8.1Stan Lo2023-09-051-2/+2
* [ruby/rdoc] Remove code for versions older than Ruby 2.6Nobuyoshi Nakada2023-09-052-11/+3
* [ruby/rdoc] Remove code for versions older than Ruby 2.3Nobuyoshi Nakada2023-09-052-12/+2
* [ruby/rdoc] Omit descriptions and parameter lists for methods defined in C no...Jeremy Evans2023-09-052-0/+21
* [ruby/rdoc] handle symbols declared with `%s`theo-squadracer2023-09-051-1/+1
* [ruby/yarp] Provide a better inspectKevin Newton2023-09-011-1/+77
* [ruby/yarp] Add global variables to the constant poolKevin Newton2023-09-011-3/+3
* [ruby/yarp] Bump to v0.10.0Kevin Newton2023-09-011-1/+1
* [ruby/yarp] Do not desugar Foo::Bar {||,&&,+}= baz as it is incorrect without...Benoit Daloze2023-09-011-63/+0
* [ruby/yarp] Fix comments for methods using desugar_or_write_defined_nodeBenoit Daloze2023-09-011-4/+4
* [ruby/irb] Drop rdoc's version requirementStan Lo2023-08-311-1/+1
* [ruby/irb] Require Reline 0.3.8+Stan Lo2023-08-311-1/+1
* [ruby/shellwords] omit blank lineHiroshi SHIBATA2023-08-311-1/+0
* [ruby/yarp] Add class variables to the constant poolKevin Newton2023-08-301-7/+7
* [ruby/yarp] Desugar ||= more accuratelyKevin Newton2023-08-301-70/+70
* [ruby/irb] Bump version to 1.8.0Stan Lo2023-08-301-2/+2
* [rubygems/rubygems] Update bundler/lib/bundler/settings.rbJosh Nichols2023-08-301-4/+3
* [rubygems/rubygems] (Further) Improve Bundler::Settings#[] performance and me...Josh Nichols2023-08-301-5/+8
* [ruby/yarp] Add instance variable names to the constant poolKevin Newton2023-08-291-5/+5
* [rubygems/rubygems] Fix bundle update --redownloadSamuel Giddins2023-08-291-0/+1
* [ruby/irb] Improve help/show_cmds message during debuggerStan Lo2023-08-292-1/+18
* [ruby/reline] Remove `ARGV.first` in east_asian_width.rbima1zumi2023-08-291-1/+0
* [ruby/reline] Set EastAsianWidth::UNICODE_VERSIONelfham2023-08-291-0/+1
* [ruby/irb] fixes https://github.com/ruby/irb/pull/524Chad Schroeder2023-08-291-1/+0
* [ruby/irb] irb:rdbg cleanups (https://github.com/ruby/irb/pull/697)Stan Lo2023-08-292-16/+3
* Fix code example doc for Random.alphanumericPetrik2023-08-291-1/+1
* [ruby/irb] Print deprecation message for prompt_n methodsStan Lo2023-08-291-0/+13
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-293-18/+0
* [rubygems/rubygems] rubocop -aHiroshi SHIBATA2023-08-291-3/+3
* [Feature #18183] Add `chars:` option to `Random#alphanumeric`Nobuyoshi Nakada2023-08-291-3/+10
* RJIT: Remove Type::CArray and limit use of Type::CStringAlan Wu2023-08-282-22/+15
* [rubygems/rubygems] Fixed malformed lockfile version on installingImir Kiyamov2023-08-281-0/+2
* [rubygems/rubygems] Don't check for circular deps on full index sourcesDavid Rodríguez2023-08-281-2/+10
* [rubygems/rubygems] Remove redundant checksDavid Rodríguez2023-08-281-3/+2
* [rubygems/rubygems] Fix standalone install crashing when using legacy multi r...David Rodríguez2023-08-281-1/+3
* [rubygems/rubygems] Refactor Fetcher#api_fetcher? and fetcher loading logicMartin Emde2023-08-284-38/+42
* [ruby/yarp] Rename constant pool fields to name or operatorBenoit Daloze2023-08-272-10/+10
* [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