| Age | Commit message (Expand) | Author |
| 2022-08-29 | AArch64 frames (https://github.com/Shopify/ruby/pull/324) | Kevin Newton |
| 2022-08-29 | Conditionals (https://github.com/Shopify/ruby/pull/323) | Kevin Newton |
| 2022-08-29 | Port print_int to the new backend (https://github.com/Shopify/ruby/pull/321) | Kevin Newton |
| 2022-08-29 | Port print_str to new backend (https://github.com/Shopify/ruby/pull/318) | Kevin Newton |
| 2022-08-29 | Op::CPushAll and Op::CPopAll (https://github.com/Shopify/ruby/pull/317) | Kevin Newton |
| 2022-08-29 | Assert that the # of bytes matches for label refs (https://github.com/Shopify... | Kevin Newton |
| 2022-08-29 | Encode MRS and MSR for AArch64 (https://github.com/Shopify/ruby/pull/315) | Kevin Newton |
| 2022-08-29 | Better label refs (https://github.com/Shopify/ruby/pull/310) | Kevin Newton |
| 2022-08-29 | More Arm64 lowering/backend work (https://github.com/Shopify/ruby/pull/307) | Kevin Newton |
| 2022-08-29 | Arm64 progress (https://github.com/Shopify/ruby/pull/304) | Kevin Newton |
| 2022-08-29 | LSL, LSR, B.cond (https://github.com/Shopify/ruby/pull/303) | Kevin Newton |
| 2022-08-29 | TST, CMP, AND/ANDS with registers (https://github.com/Shopify/ruby/pull/301) | Kevin Newton |
| 2022-08-29 | Make sure allocated reg size in bits matches insn out size | Maxime Chevalier-Boisvert |
| 2022-08-29 | AND/ANDS for A64 (https://github.com/Shopify/ruby/pull/300) | Kevin Newton |
| 2022-08-29 | Implement X86Reg::sub_reg() method | Maxime Chevalier-Boisvert |
| 2022-08-29 | LDADDAL, STUR, BL (https://github.com/Shopify/ruby/pull/299) | Kevin Newton |
| 2022-08-29 | MOVK, MOVZ, BR (https://github.com/Shopify/ruby/pull/296) | Kevin Newton |
| 2022-08-29 | Port over putnil, putobject, and gen_leave() | Maxime Chevalier-Boisvert |
| 2022-08-29 | Port gen_leave_exit(), add support for labels to backend | Maxime Chevalier-Boisvert |
| 2022-08-29 | LDUR (https://github.com/Shopify/ruby/pull/295) | Kevin Newton |
| 2022-08-29 | RET A64 instructions (https://github.com/Shopify/ruby/pull/294) | Kevin Newton |
| 2022-08-29 | * Arm64 Beginnings (https://github.com/Shopify/ruby/pull/291) | Maxime Chevalier-Boisvert |
| 2022-08-29 | Implement gc offset logic | Maxime Chevalier-Boisvert |
| 2022-08-29 | Function to map from Opnd => X86Opnd | Maxime Chevalier-Boisvert |
| 2022-08-29 | Start work on platform-specific codegen | Maxime Chevalier-Boisvert |
| 2022-08-29 | WIP backend IR sketch | Maxime Chevalier-Boisvert |
| 2022-06-14 | YJIT: On-demand executable memory allocation; faster boot (#5944) | Alan Wu |
| 2022-05-02 | YJIT: Remove redundant `extern crate` (#5869) | Koichi ITO |
| 2022-04-29 | YJIT: Enable default rustc lints (warnings) (#5864) | Alan Wu |
| 2022-04-29 | YJIT: Adopt Clippy suggestions we like | Alan Wu |
| 2022-04-29 | YJIT: Do not create `CodeBlock.asm_comments` if the `asm_comments` feature is... | Dmitry Dygalo |
| 2022-04-27 | YJIT: Make add_comment() more concise | Alan Wu |
| 2022-04-27 | Rust YJIT | Alan Wu |