| Age | Commit message (Expand) | Author |
| 2023-12-08 | Revert "Skip to warn like 'bigdecimal/util' feature." | Hiroshi SHIBATA |
| 2023-12-08 | Pick commit from https://github.com/rubygems/rubygems/pull/7085 | Hiroshi SHIBATA |
| 2023-12-08 | Pick commit from https://github.com/rubygems/rubygems/pull/7227 | Hiroshi SHIBATA |
| 2023-12-08 | [rubygems/rubygems] Migrate documentation to be generated with nronn | David Rodríguez |
| 2023-12-08 | [rubygems/rubygems] Add extra blank line to `bundle outdated` docs | David Rodríguez |
| 2023-12-08 | [rubygems/rubygems] Revert "Merge pull request #7148 from Paul-Bob/improvemen... | David Rodríguez |
| 2023-12-08 | Skip to warn like 'bigdecimal/util' feature. | Hiroshi SHIBATA |
| 2023-12-08 | Improve bundled gems warnings for subfeatures | David Rodríguez |
| 2023-12-08 | Improve bundled gem warnings | David Rodríguez |
| 2023-12-08 | The SINCE and WARNED hashes take gem names, not features | David Rodríguez |
| 2023-12-08 | [rubygems/rubygems] Extract generate_index command to rubygems-generate_index... | Samuel Giddins |
| 2023-12-08 | [rubygems/rubygems] Don't memoize in NameTuple lock_name | Martin Emde |
| 2023-12-08 | [ci skip] comment for commit be1bbd5b7d40ad863ab35097765d3754726bbd54 | 卜部昌平 |
| 2023-12-08 | Thread specific storage APIs | Koichi Sasada |
| 2023-12-08 | [Bug #19877] Flip-flop needs to be direct condition | Nobuyoshi Nakada |
| 2023-12-08 | [rubygems/rubygems] Use `Minitest::TestTask` in a template file for `minitest` | Yuji Yaginuma |
| 2023-12-07 | YJIT: Fix on-stack ISEQ comparison for auto_compact (#9164) | Takashi Kokubun |
| 2023-12-07 | [rubygems/rubygems] Use modern hashes consistently | David Rodríguez |
| 2023-12-07 | Support method calls inside `defined?` | Aaron Patterson |
| 2023-12-07 | RDoc for Complex | BurdetteLamar |
| 2023-12-07 | Free everything at shutdown | Adam Hess |
| 2023-12-07 | Added comment | Jemma Issroff |
| 2023-12-07 | [PRISM] Account for multiple arguments when compiling ArgumentsNode | Jemma Issroff |
| 2023-12-07 | Eliminate array allocation for f(1, *a, &arg), f(*a, **kw, &arg), and f(*a, k... | Jeremy Evans |
| 2023-12-07 | Add benchmark for recent optimization to avoid implicit allocations | Jeremy Evans |
| 2023-12-07 | Prevent modification of splat array inside setup_parameters_complex | Jeremy Evans |
| 2023-12-07 | Eliminate array allocation for f(*a, kw: 1, &lvar) and f(*a, kw: 1, &@iv) | Jeremy Evans |
| 2023-12-07 | Eliminate array allocation for f(*a, kw: 1) | Jeremy Evans |
| 2023-12-07 | Eliminate array allocation for f(*a, **lvar, &lvar) and f(*a, **@iv, &@iv) | Jeremy Evans |
| 2023-12-07 | Eliminate array allocation for f(*a, **lvar) and f(*a, **@iv) | Jeremy Evans |
| 2023-12-07 | Eliminate array allocation for f(1, *a, &lvar) and f(1, *a, &@iv) | Jeremy Evans |
| 2023-12-07 | Eliminate array allocation for f(1, *a) | Jeremy Evans |
| 2023-12-07 | [PRISM] Stop catch table entries being deleted by the optimiser | Matt Valentine-House |
| 2023-12-07 | Support tracing of struct member accessor methods | Jeremy Evans |
| 2023-12-07 | Skip a flaky objspace test on Visual Studio | Takashi Kokubun |
| 2023-12-07 | Support eval "return" at toplevel | Jeremy Evans |
| 2023-12-07 | Use free with ruby_dtoa | John Hawthorn |
| 2023-12-07 | Use xfree in hash_st_free | John Hawthorn |
| 2023-12-07 | Fix keyword splat passing as regular argument | Jeremy Evans |
| 2023-12-08 | Fix typo in a comment [ci skip] | Nobuyoshi Nakada |
| 2023-12-07 | Fix potential compaction issue in env_copy() | Alan Wu |
| 2023-12-07 | Add missing write barrier to env_copy() | Alan Wu |
| 2023-12-07 | [ruby/irb] Debugging command warning should not be specific to the | Stan Lo |
| 2023-12-07 | [ruby/prism] Update ordering of integer base flags | Kevin Newton |
| 2023-12-07 | Check need_major_gc during GC stress | Peter Zhu |
| 2023-12-07 | [PRISM] Don't pop arguments on a return node | Jemma Issroff |
| 2023-12-07 | Fix GC.verify_compaction_references not moving every object | KJ Tsanaktsidis |
| 2023-12-07 | Add objspace_each_pages to gc.c | KJ Tsanaktsidis |
| 2023-12-07 | [ruby/prism] Remove warnings check from parse_success? method | Kevin Newton |
| 2023-12-07 | [PRISM] Ensure should set correct end_label | Matt Valentine-House |