| Age | Commit message (Expand) | Author |
| 2023-10-26 | Revert "[ruby/prism] Use `cargo fmt`" | Hiroshi SHIBATA |
| 2023-10-26 | [Feature #19362] Call `#initialize_dup` hook at `Proc#dup` | Nobuyoshi Nakada |
| 2023-10-26 | [Bug #19973] Warn duplicated keyword arguments after keyword splat | Nobuyoshi Nakada |
| 2023-10-26 | Make beginless Range#size return nil if it ends with non-numeric | fn ⌃ ⌥ |
| 2023-10-26 | [ruby/prism] Use `cargo fmt` | Ian Ker-Seymer |
| 2023-10-25 | Fix few test_prism_eval that snuck in | HParker |
| 2023-10-25 | [rubygems/rubygems] Raise exception on unexpected EOF in marshal | Samuel Giddins |
| 2023-10-25 | Use `assert_prism_eval` over `test_prism_eval` in helper | eileencodes |
| 2023-10-25 | [PRISM] Add tests for ParametersNode | Jemma Issroff |
| 2023-10-25 | [PRISM] Implement NoKeywordsParameterNode | Jemma Issroff |
| 2023-10-25 | Reduce the number of times IO is passed in send_io/recv_io test | Yusuke Endoh |
| 2023-10-25 | Strip trailing spaces [ci skip] | Nobuyoshi Nakada |
| 2023-10-25 | Fixup 5461bc18f88 | Hiroshi SHIBATA |
| 2023-10-25 | omit failing test at arm64-neoverse-n1 | Hiroshi SHIBATA |
| 2023-10-25 | Add tests for passing nil to Comparable#clamp(min, max) | Kouhei Yanagita |
| 2023-10-25 | Fix [Bug #19632]: Disable external iterator for frozen enumerator (#7791) | Hiroya Fujinami |
| 2023-10-24 | Remove SHAPE_MAX_NUM_IVS | Aaron Patterson |
| 2023-10-24 | geniv objects can become too complex | Aaron Patterson |
| 2023-10-23 | [PRISM] Implement compilation for PreExecutionNodes | Jemma Issroff |
| 2023-10-23 | [PRISM] Fix AssocSplat node | Jemma Issroff |
| 2023-10-23 | [rubygems/rubygems] Ignore non-tar format `.gem` files during search | dearblue |
| 2023-10-23 | [PRISM] Fix __LINE__ to be 1-indexed by default | Jemma Issroff |
| 2023-10-23 | [PRISM] Add several tests | Jemma Issroff |
| 2023-10-23 | [PRISM] Fix compilation for IfNode, UnlessNode | Jemma Issroff |
| 2023-10-23 | [PRISM] Add tests for BlockNode, BlockLocalVariableNode, BlockParamet… (#8725) | Jemma Issroff |
| 2023-10-21 | [rubygems/rubygems] Gem::NameTuple equality ignores Gem::Platform/string plat... | Martin Emde |
| 2023-10-21 | [ruby/irb] Minor refactors around irb.rb | Stan Lo |
| 2023-10-21 | Raise TypeError for bad IO::Buffer.map argument (#8728) | Charles Oliver Nutter |
| 2023-10-21 | Extract IO::Buffer.for string locking test (#8729) | Charles Oliver Nutter |
| 2023-10-20 | YJIT: Skip printing stats at exit if --yjit-disable (#8727) | Takashi Kokubun |
| 2023-10-20 | [PRISM] Setup encodings in prism compiler | Jemma Issroff |
| 2023-10-20 | YJIT: On test_bug_19316, only check the result | Alan Wu |
| 2023-10-20 | Add tests for all implemented nodes, leave ones that need fixing commented out | Jemma Issroff |
| 2023-10-20 | Added TODOs on all implemented nodes, matched ordering | Jemma Issroff |
| 2023-10-20 | [PRISM] Fixed StringConcatNode, uncommented tests | Jemma Issroff |
| 2023-10-20 | [Bug #19966] [PRISM] Fix singleton method definition | Nobuyoshi Nakada |
| 2023-10-20 | [PRISM] Enclose in the test class | Nobuyoshi Nakada |
| 2023-10-19 | YJIT: Make test_yjit.rb faster with --yjit-stats=quiet | Alan Wu |
| 2023-10-19 | YJIT: Print exit reasons on failure in test_yjit.rb | Alan Wu |
| 2023-10-19 | YJIT: Add RubyVM::YJIT.enable (#8705) | Takashi Kokubun |
| 2023-10-18 | Skip some timeout tests on s390x | Yusuke Endoh |
| 2023-10-18 | Use assert_separately to avoid defining `foo` | Aaron Patterson |
| 2023-10-18 | Temporarily removed location code on scope nodes | Jemma Issroff |
| 2023-10-18 | Remove pm_compile_context_t, move the context onto ScopeNode | Jemma Issroff |
| 2023-10-18 | Add test for many ivars | Katherine Oelsner |
| 2023-10-18 | [ruby/drb] Support :SSL{Min,Max}Version config options | Jeremy Evans |
| 2023-10-18 | [ruby/prism] Fix lex compat when dedent should be 0 | Kevin Newton |
| 2023-10-18 | [ruby/prism] Add * and & to methods with ... | Kevin Newton |
| 2023-10-18 | [ruby/prism] Use the unescaped regexp to scan for capture groups | Kevin Newton |
| 2023-10-18 | [ruby/prism] Index{Operator,And,Or}WriteNode | Kevin Newton |