| Age | Commit message (Expand) | Author |
| 2023-08-21 | [ruby/yarp] Change AndWriteNode, OrWriteNode, OperatorWriteNode to contain wr... | Kevin Newton |
| 2023-08-21 | [ruby/yarp] Consolidate OperatorAndWrite and OperatorOrWrite nodes | Kevin Newton |
| 2023-08-21 | [ruby/yarp] handle missing HEREDOC endline at start of heredoc | HParker |
| 2023-08-21 | [ruby/yarp] Ensure correct location with if/elsif, allow FOCUS env var, fix n... | Kevin Newton |
| 2023-08-21 | [ruby/yarp] Handle interpolated regular expressions with the o flag for local... | Kevin Newton |
| 2023-08-21 | [ruby/yarp] Update to latest unparser | Kevin Newton |
| 2023-08-21 | [ruby/yarp] Update to latest whitequark | Kevin Newton |
| 2023-08-21 | [ruby/yarp] fix: newline tracking for nl-terminated % %q %Q | Mike Dalessio |
| 2023-08-21 | [ruby/yarp] prefactor: extract yp_newline_list_check_append | Mike Dalessio |
| 2023-08-21 | Manually move files from test/snapshots to test/yarp/snapshots | Jemma Issroff |
| 2023-08-21 | YJIT: Remove unnecessary roundtrip conversion | Alan Wu |
| 2023-08-21 | [ruby/yarp] fix: support newline-terminated regular expressions | Mike Dalessio |
| 2023-08-21 | [ruby/yarp] Update to latest seattlerb | Kevin Newton |
| 2023-08-21 | Fix YARP sync | Kevin Newton |
| 2023-08-21 | [ruby/irb] Move input processing out of RubyLex | Stan Lo |
| 2023-08-21 | [ruby/yarp] Add a convenience value method for numeric literals | Benoit Daloze |
| 2023-08-21 | Refactor rb_ensure_iv_list_size | Peter Zhu |
| 2023-08-21 | [rubygems/rubygems] Confirm verification warnings | Nobuyoshi Nakada |
| 2023-08-20 | [ruby/yarp] Use node kind for Ruby types | Benoit Daloze |
| 2023-08-20 | [ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR` | Summer ☀️ |
| 2023-08-20 | Update default gems list at 314ccdd60c5fe3dfa90651d271209e [ci skip] | git |
| 2023-08-20 | [ruby/reline] Bump version to 0.3.8 | Stan Lo |
| 2023-08-20 | [ruby/reline] Use fdiv for keyseq_timeout msec to sec conversion | tomoya ishida |
| 2023-08-20 | Tempfile is not needed | Nobuyoshi Nakada |
| 2023-08-20 | Align the type of `num_entries` to `st_table` | Nobuyoshi Nakada |
| 2023-08-20 | [ruby/reline] Remove Timeout usage | Stan Lo |
| 2023-08-20 | [rubygems/rubygems] fix lint | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] use a one-liner | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] handle removing `BUNDLE_`, since using start_with? would ... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] Don't rely on globals when not matching regexp for "local." | Martin Emde |
| 2023-08-20 | [rubygems/rubygems] Use ! methods once we have a new copy of the string. Use ... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] call key.to_s once instead of multiple times to save when... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] Use value.match? only on Strings, which avoids allocating... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] Use .to_s once in the beginning to save allocations if it... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] name is often a symbol, so only to_s once to avoid alloca... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] String#start_with? is faster than regex with beginning bo... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] Use ! methods on the array, since it is brand new. The in... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] Use Array#union to join these, instead of with | multiple... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] config is a new Hash, and config.values is a new Array. t... | Josh Nichols |
| 2023-08-20 | [rubygems/rubygems] ENV.to_h returns a new hash, so we can `select!` it to av... | Josh Nichols |
| 2023-08-20 | Update specification.rb | Samuel Giddins |
| 2023-08-20 | [rubygems/rubygems] Use assert_raise instead of assert_raises | Samuel Giddins |
| 2023-08-20 | [rubygems/rubygems] Ensure that loading multiple gemspecs with legacy YAML cl... | Samuel Giddins |
| 2023-08-20 | [rubygems/rubygems] choose_from_list may return nil index since | Akira Matsuda |
| 2023-08-20 | Move `MKSTR` markers for fake.rb into coments | Nobuyoshi Nakada |
| 2023-08-19 | [rubygems/rubygems] Fix leaked tempfiles | Nobuyoshi Nakada |
| 2023-08-19 | Update default gems list at bd440bf85d6eff5ecf5132e93a0721 [ci skip] | git |
| 2023-08-19 | [ruby/yarp] Bump to version 0.8.0 | Kevin Newton |
| 2023-08-19 | [ruby/yarp] Rename statements to body where appropriate | Kevin Newton |
| 2023-08-18 | YJIT: Quiet mode when running with `--yjit-stats` (#8251) | ywenc |