summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2023-08-25[ruby/yarp] Fix up lex compat on Ruby HEADKevin Newton
2023-08-25Remove yarp hack for BOMNobuyoshi Nakada
2023-08-25[rubygems/rubygems] Don't use full indexes unnecessarily on legacy GemfilesDavid Rodríguez
2023-08-25Suggest to add bundled gems into gemspec if 3rd party gem try to load gem fro...Hiroshi SHIBATA
2023-08-25Warn for bigdecimal.so case tooHiroshi SHIBATA
2023-08-25prime is bundled gems since Ruby 3.1.0. We should warn it under the bundler e...Hiroshi SHIBATA
2023-08-25We should also warn when loading 'bigdecimal/*' librariesHiroshi SHIBATA
2023-08-25Decorate Hash syntax for Gem::BUNDLED_GEMS::EXACTHiroshi SHIBATA
2023-08-24[ruby/yarp] Fix lex compat with BOMKevin Newton
2023-08-24[ruby/irb] Deprecate RubyLex and warn about referencing to itStan Lo
2023-08-23[ruby/open-uri] Make URI.open pass keywordsJeremy Evans
2023-08-23[ruby/yarp] Fix first method param lex failuresKevin Newton
2023-08-23[ruby/yarp] Match EOF after newline behaviorHParker
2023-08-22[ruby/yarp] Use require_relative for yarp/ffiBenoit Daloze
2023-08-22Added bigdecimal to warning targets for the bundled gems.Hiroshi SHIBATA