aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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