Age | Commit message (Expand) | Author |
---|
2024-05-16 | Fix dump of NODE [ci skip] | Nobuyoshi Nakada |
2024-05-16 | [rubygems/rubygems] Fix `gem uninstall --user-install` for symlinked HOME's | David Rodriguez |
2024-05-16 | [rubygems/rubygems] Improve uninstaller tests | David Rodriguez |
2024-05-16 | [rubygems/rubygems] Fix error message calling method removed a long time ago | David Rodriguez |
2024-05-16 | [rubygems/rubygems] Fix regression when caching gems from secondary sources | David Rodriguez |
2024-05-16 | [rubygems/rubygems] Deprecate Bundler constants | David Rodriguez |
2024-05-16 | [rubygems/rubygems] Use RubyGems freebsd helper | David Rodriguez |
2024-05-16 | [rubygems/rubygems] Add a FreeBSD platform helper | David Rodriguez |
2024-05-16 | [Bug #20468] Fix safe navigation in `for` variable | Nobuyoshi Nakada |
2024-05-16 | [rubygems/rubygems] Clean up generated and copied filesv3_4_0_preview1 | Nobuyoshi Nakada |
2024-05-15 | [PRISM] Enable TestParse#test_global_variable | Kevin Newton |
2024-05-15 | [PRISM] Enable test_location_of_invalid_token | Kevin Newton |
2024-05-15 | [PRISM] Enable TestParse#test_unexpected_eof | Kevin Newton |
2024-05-15 | [PRISM] Enable TestParse#test_unexpected_token_after_numeric | Kevin Newton |
2024-05-15 | [PRISM] Temporarily exclude IRB test | Kevin Newton |
2024-05-15 | [ruby/prism] Extend the bounds of the invalid global variable name error | Kevin Newton |
2024-05-15 | [ruby/prism] Replace end of file with end-of-input | Kevin Newton |
2024-05-15 | [rubygems/rubygems] Do not override `@orig_env` | Nobuyoshi Nakada |
2024-05-14 | [ruby/zlib] Avoid double copying into provided outbuf | Samuel Giddins |
2024-05-14 | [ruby/zlib] Avoid allocating intermediary strings when read/readpartial are p... | Samuel Giddins |
2024-05-15 | Bump /codeql-action from 3.25.4 to 3.25.5 | dependabot[bot] |
2024-05-14 | [rubygems/rubygems] Fix issue when cleaning up plugin stubs | David Rodriguez |
2024-05-14 | [rubygems/rubygems] Extract a `Gem::SpecificationRecord` class | David Rodriguez |
2024-05-14 | [rubygems/rubygems] Fix typo in attribute documentation | David Rodriguez |
2024-05-14 | [rubygems/rubygems] Add missing docs | David Rodriguez |
2024-05-14 | [rubygems/rubygems] Simplify documentation | David Rodriguez |
2024-05-14 | [rubygems/rubygems] Make `Gem.clear_paths` test less implementation dependent | David Rodriguez |
2024-05-14 | [rubygems/rubygems] Simplify test teardown | David Rodriguez |
2024-05-14 | [rubygems/rubygems] Remove redundant receivers | David Rodriguez |
2024-05-14 | [DOC] Fix typo in example code for `String#encode` method | Alexander Ross |
2024-05-14 | Update default gems list at 4a1e4436a99c5794b022f03e8c0589 [ci skip] | git |
2024-05-14 | [ruby/reline] Bump version to 0.5.7 | Mari Imaizumi |
2024-05-14 | Fix TestPatternMatching#test_deconstruct_keys test | Andrew Konchin |
2024-05-14 | [ruby/reline] Implement the undo command | Mari Imaizumi |
2024-05-13 | [rubygems/rubygems] Restore previous way of loading monitor | David Rodriguez |
2024-05-13 | [rubygems/rubygems] Don't load `SharedHelpers` unnecessarily | David Rodriguez |
2024-05-13 | [rubygems/rubygems] Don't depend on Pathname unnecessarily | David Rodriguez |
2024-05-13 | [ruby/prism] Rescue LoadError for ruby_parser as well | Kevin 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 visitors | Kevin Newton |
2024-05-13 | [rubygems/rubygems] Use a constant empty tar header to avoid extra allocations | Samuel Giddins |
2024-05-13 | [rubygems/rubygems] Use spec.base_dir to remove plugins | Vít Ondruch |
2024-05-13 | [rubygems/rubygems] Improve plugin removal test | David Rodriguez |
2024-05-13 | [rubygems/rubygems] Fix error when Bundler installation is corrupted | David Rodriguez |
2024-05-13 | [rubygems/rubygems] Avoid standard requires while loading shared helpers | David Rodriguez |
2024-05-13 | [rubygems/rubygems] Require things right before they're needed | David Rodriguez |
2024-05-13 | Constify encoding type in universal parser | Nobuyoshi Nakada |
2024-05-12 | [Bug #20482] [DOC] Clarify about pattern maching guard clause | Nobuyoshi Nakada |
2024-05-12 | ripper: Fix opassign when assignment to backref variables | Nobuyoshi Nakada |
2024-05-12 | ripper: Use `$&` instead of quoting charaters in tests | Nobuyoshi Nakada |