summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-16Fix dump of NODE [ci skip]Nobuyoshi Nakada
2024-05-16[rubygems/rubygems] Fix `gem uninstall --user-install` for symlinked HOME'sDavid Rodriguez
2024-05-16[rubygems/rubygems] Improve uninstaller testsDavid Rodriguez
2024-05-16[rubygems/rubygems] Fix error message calling method removed a long time agoDavid Rodriguez
2024-05-16[rubygems/rubygems] Fix regression when caching gems from secondary sourcesDavid Rodriguez
2024-05-16[rubygems/rubygems] Deprecate Bundler constantsDavid Rodriguez
2024-05-16[rubygems/rubygems] Use RubyGems freebsd helperDavid Rodriguez
2024-05-16[rubygems/rubygems] Add a FreeBSD platform helperDavid Rodriguez
2024-05-16[Bug #20468] Fix safe navigation in `for` variableNobuyoshi Nakada
2024-05-16[rubygems/rubygems] Clean up generated and copied filesv3_4_0_preview1Nobuyoshi Nakada
2024-05-15[PRISM] Enable TestParse#test_global_variableKevin Newton
2024-05-15[PRISM] Enable test_location_of_invalid_tokenKevin Newton
2024-05-15[PRISM] Enable TestParse#test_unexpected_eofKevin Newton
2024-05-15[PRISM] Enable TestParse#test_unexpected_token_after_numericKevin Newton
2024-05-15[PRISM] Temporarily exclude IRB testKevin Newton
2024-05-15[ruby/prism] Extend the bounds of the invalid global variable name errorKevin Newton
2024-05-15[ruby/prism] Replace end of file with end-of-inputKevin Newton
2024-05-15[rubygems/rubygems] Do not override `@orig_env`Nobuyoshi Nakada
2024-05-14[ruby/zlib] Avoid double copying into provided outbufSamuel Giddins
2024-05-14[ruby/zlib] Avoid allocating intermediary strings when read/readpartial are p...Samuel Giddins
2024-05-15Bump /codeql-action from 3.25.4 to 3.25.5dependabot[bot]
2024-05-14[rubygems/rubygems] Fix issue when cleaning up plugin stubsDavid Rodriguez
2024-05-14[rubygems/rubygems] Extract a `Gem::SpecificationRecord` classDavid Rodriguez
2024-05-14[rubygems/rubygems] Fix typo in attribute documentationDavid Rodriguez
2024-05-14[rubygems/rubygems] Add missing docsDavid Rodriguez
2024-05-14[rubygems/rubygems] Simplify documentationDavid Rodriguez
2024-05-14[rubygems/rubygems] Make `Gem.clear_paths` test less implementation dependentDavid Rodriguez
2024-05-14[rubygems/rubygems] Simplify test teardownDavid Rodriguez
2024-05-14[rubygems/rubygems] Remove redundant receiversDavid Rodriguez
2024-05-14[DOC] Fix typo in example code for `String#encode` methodAlexander Ross
2024-05-14Update default gems list at 4a1e4436a99c5794b022f03e8c0589 [ci skip]git
2024-05-14[ruby/reline] Bump version to 0.5.7Mari Imaizumi
2024-05-14Fix TestPatternMatching#test_deconstruct_keys testAndrew Konchin
2024-05-14[ruby/reline] Implement the undo commandMari Imaizumi
2024-05-13[rubygems/rubygems] Restore previous way of loading monitorDavid Rodriguez
2024-05-13[rubygems/rubygems] Don't load `SharedHelpers` unnecessarilyDavid Rodriguez
2024-05-13[rubygems/rubygems] Don't depend on Pathname unnecessarilyDavid Rodriguez
2024-05-13[ruby/prism] Rescue LoadError for ruby_parser as wellKevin Newton
2024-05-13[ruby/prism] Add error handling for missing `parser` gem in `Prism::Translation`Koichi ITO
2024-05-13[ruby/prism] Autoload newlines and comment visitorsKevin Newton
2024-05-13[rubygems/rubygems] Use a constant empty tar header to avoid extra allocationsSamuel Giddins
2024-05-13[rubygems/rubygems] Use spec.base_dir to remove pluginsVít Ondruch
2024-05-13[rubygems/rubygems] Improve plugin removal testDavid Rodriguez
2024-05-13[rubygems/rubygems] Fix error when Bundler installation is corruptedDavid Rodriguez
2024-05-13[rubygems/rubygems] Avoid standard requires while loading shared helpersDavid Rodriguez
2024-05-13[rubygems/rubygems] Require things right before they're neededDavid Rodriguez
2024-05-13Constify encoding type in universal parserNobuyoshi Nakada
2024-05-12[Bug #20482] [DOC] Clarify about pattern maching guard clauseNobuyoshi Nakada
2024-05-12ripper: Fix opassign when assignment to backref variablesNobuyoshi Nakada
2024-05-12ripper: Use `$&` instead of quoting charaters in testsNobuyoshi Nakada