summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-09-05[ruby/irb] Bump version to 1.8.1Stan Lo
2023-09-05[ruby/rdoc] Remove code for versions older than Ruby 2.6Nobuyoshi Nakada
2023-09-05[ruby/rdoc] Remove code for versions older than Ruby 2.3Nobuyoshi Nakada
2023-09-05[ruby/rdoc] Omit descriptions and parameter lists for methods defined in C no...Jeremy Evans
2023-09-05[ruby/rdoc] handle symbols declared with `%s`theo-squadracer
2023-09-01[ruby/yarp] Provide a better inspectKevin Newton
2023-09-01[ruby/yarp] Add global variables to the constant poolKevin Newton
2023-09-01[ruby/yarp] Bump to v0.10.0Kevin Newton
2023-09-01[ruby/yarp] Do not desugar Foo::Bar {||,&&,+}= baz as it is incorrect without...Benoit Daloze
2023-09-01[ruby/yarp] Fix comments for methods using desugar_or_write_defined_nodeBenoit Daloze
2023-08-31[ruby/irb] Drop rdoc's version requirementStan Lo
2023-08-31[ruby/irb] Require Reline 0.3.8+Stan Lo
2023-08-31[ruby/shellwords] omit blank lineHiroshi SHIBATA
2023-08-30[ruby/yarp] Add class variables to the constant poolKevin Newton
2023-08-30[ruby/yarp] Desugar ||= more accuratelyKevin Newton
2023-08-30[ruby/irb] Bump version to 1.8.0Stan Lo
2023-08-30[rubygems/rubygems] Update bundler/lib/bundler/settings.rbJosh Nichols
2023-08-30[rubygems/rubygems] (Further) Improve Bundler::Settings#[] performance and me...Josh Nichols
2023-08-29[ruby/yarp] Add instance variable names to the constant poolKevin Newton
2023-08-29[rubygems/rubygems] Fix bundle update --redownloadSamuel Giddins
2023-08-29[ruby/irb] Improve help/show_cmds message during debuggerStan Lo
2023-08-29[ruby/reline] Remove `ARGV.first` in east_asian_width.rbima1zumi
2023-08-29[ruby/reline] Set EastAsianWidth::UNICODE_VERSIONelfham
2023-08-29[ruby/irb] fixes https://github.com/ruby/irb/pull/524Chad Schroeder
2023-08-29[ruby/irb] irb:rdbg cleanups (https://github.com/ruby/irb/pull/697)Stan Lo
2023-08-29Fix code example doc for Random.alphanumericPetrik
2023-08-29[ruby/irb] Print deprecation message for prompt_n methodsStan Lo
2023-08-29[ruby/irb] Remove unused `PROMPT_N`Summer ☀️
2023-08-29[rubygems/rubygems] rubocop -aHiroshi SHIBATA
2023-08-29[Feature #18183] Add `chars:` option to `Random#alphanumeric`Nobuyoshi Nakada
2023-08-28RJIT: Remove Type::CArray and limit use of Type::CStringAlan Wu
2023-08-28[rubygems/rubygems] Fixed malformed lockfile version on installingImir Kiyamov
2023-08-28[rubygems/rubygems] Don't check for circular deps on full index sourcesDavid Rodríguez
2023-08-28[rubygems/rubygems] Remove redundant checksDavid Rodríguez
2023-08-28[rubygems/rubygems] Fix standalone install crashing when using legacy multi r...David Rodríguez
2023-08-28[rubygems/rubygems] Refactor Fetcher#api_fetcher? and fetcher loading logicMartin Emde
2023-08-27[ruby/yarp] Rename constant pool fields to name or operatorBenoit Daloze
2023-08-26[ruby/yarp] Bump to version 0.9.0Kevin Newton
2023-08-25Remove version templating in YARPKevin Newton
2023-08-25[ruby/yarp] Introduce parse_lex instead of asking for a blockKevin Newton
2023-08-25[ruby/yarp] Rename Location#to to Location#join, include checksKevin Newton
2023-08-25[ruby/yarp] Add a Location#to method for combining themKevin Newton
2023-08-25[ruby/yarp] Fix rational parsingKevin Newton
2023-08-25[ruby/yarp] Fix relative require for version in YARP gemspecKevin Newton
2023-08-25[ruby/yarp] Use templating to avoid duplicating the YARP version in many placesBenoit Daloze
2023-08-25[ruby/yarp] Provide a desugar visitorKevin Newton
2023-08-25[ruby/yarp] Add Node#copy and MutationVisitorKevin Newton
2023-08-25[ruby/yarp] ignore state on embexpr_endHParker
2023-08-26[Bug #19852] Use gem name without suffixNobuyoshi Nakada
2023-08-25Fix merge conflict in lib/yarp/lex_compat.rbKevin Newton