| Age | Commit message (Expand) | Author |
| 2023-12-09 | Ensure super(**kw, &block) calls kw.to_hash before block.to_proc | Jeremy Evans |
| 2023-12-09 | Ensure f(**kw, &block) calls kw.to_hash before block.to_proc | Jeremy Evans |
| 2023-12-09 | Add a fudge factor to the GC compaction move up/down tests | KJ Tsanaktsidis |
| 2023-12-09 | Fix test of GVL instrumentation on Ractor sleeping | John Hawthorn |
| 2023-12-09 | Add missing GVL hooks for M:N threads and ractors | John Hawthorn |
| 2023-12-09 | Update default gems list at edb8fc24d4a51e58f283a6e7fd1b18 [ci skip] | git |
| 2023-12-09 | [ruby/error_highlight] Bump version | Yusuke Endoh |
| 2023-12-09 | [DOC] Small fixes for documentation rendering | Victor Shepelev |
| 2023-12-08 | [PRISM] Fix `PM_CALL_NODE` assignment | eileencodes |
| 2023-12-08 | RDoc for Complex | BurdetteLamar |
| 2023-12-08 | [ruby/prism] Add necessary encoding flags for symbols and regex | Kevin Newton |
| 2023-12-08 | [rubygems/rubygems] Upstream RubyGems changes from TruffleRuby | Benoit Daloze |
| 2023-12-08 | Update default gems list at f2c13ff9e8646ea1f05498707c8e97 [ci skip] | git |
| 2023-12-08 | [ruby/syntax_suggest] v2.0.0 | Schneems |
| 2023-12-08 | [ruby/prism] A couple of small dot enhancements | Kevin Newton |
| 2023-12-08 | [ruby/prism] Hashes need to deoptimize based on their contents | Aaron Patterson |
| 2023-12-08 | [ruby/prism] More closely match CRuby error messages | Kevin Newton |
| 2023-12-08 | Improve Fiber#kill docs and simplify the NEWS entry to let the documentation ... | Benoit Daloze |
| 2023-12-08 | Update default gems list at 49cdf063d6275151075ffd94c3d013 [ci skip] | git |
| 2023-12-08 | [ruby/set] Bump version to 1.0.4 | Akinori MUSHA |
| 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 |