Age | Commit message (Expand) | Author |
---|
2025-04-21 | [ruby/stringio] Development of 3.1.7 started. | Sutou Kouhei |
2025-04-20 | [ruby/openssl] asn1: check for missing EOC in indefinite length encoding | Kazuki Yamaguchi |
2025-04-19 | Fix style [ci skip] | Nobuyoshi Nakada |
2025-04-19 | Tidy up `rb_io_fptr_finalize`. (#13136) | Samuel Williams |
2025-04-19 | Implement dsize function for `fstring_table_type` | Jean Boussier |
2025-04-19 | Fix style of recent fstring feature | Jean Boussier |
2025-04-19 | Ensure `struct rb_io` is passed through to `thread.c`. (#13134) | Samuel Williams |
2025-04-19 | SVN repository is already retired | Hiroshi SHIBATA |
2025-04-18 | Resurrect concurrency in JIT workflows | Takashi Kokubun |
2025-04-18 | Fix yjit-bindgen | Takashi Kokubun |
2025-04-18 | Resurrect yjit_hook | Takashi Kokubun |
2025-04-18 | Enable YJIT by default | Takashi Kokubun |
2025-04-18 | Drop duplicated workflow jobs | Takashi Kokubun |
2025-04-18 | Change mentions of YJIT to ZJIT (https://.com/Shopify/zjit/pull/113) | Aiden Fox Ivey |
2025-04-18 | Display Snapshot's FrameState using Display (https://.com/Shopify/zjit/... | Max Bernstein |
2025-04-18 | Add codegen for NewArray instruction (https://.com/Shopify/zjit/pull/110) | Aiden Fox Ivey |
2025-04-18 | Implement JIT-to-JIT calls (https://.com/Shopify/zjit/pull/109) | Takashi Kokubun |
2025-04-18 | Use GuardType output variable | Alan Wu |
2025-04-18 | Add codegen support for ArrayDup | Aiden Fox Ivey |
2025-04-18 | Mark Guard* as depending on Snapshot in DCE | Max Bernstein |
2025-04-18 | Remove any object specialization in CCall optimization | Max Bernstein |
2025-04-18 | Add return_type to FnProperties and CCall | Max Bernstein |
2025-04-18 | Strength reduce to `CCall` for sends landing in simple C methods | Alan Wu |
2025-04-18 | Insert Point after each Send | Max Bernstein |
2025-04-18 | Disable ZJIT profiling at call-threshold (https://.com/Shopify/zjit/pul... | Takashi Kokubun |
2025-04-18 | Add --zjit-num-profiles option (https://.com/Shopify/zjit/pull/98) | Takashi Kokubun |
2025-04-18 | Add miscellaneous Clippy 'corrections' pt. 2 (https://.com/Shopify/zjit... | Aiden Fox Ivey |
2025-04-18 | Let --zjit-dump-hir dump the input HIR to codegen (https://.com/Shopify... | Takashi Kokubun |
2025-04-18 | Split LHS of CMP if it's an immediate (https://.com/Shopify/zjit/pull/94) | Takashi Kokubun |
2025-04-18 | Print block param names in asm comment (https://.com/Shopify/zjit/pull/93) | Takashi Kokubun |
2025-04-18 | Fix opt_neq HIR codegen | Max Bernstein |
2025-04-18 | Use find() in frame_state() | Max Bernstein |
2025-04-18 | Add miscellaneous Clippy 'corrections' (https://.com/Shopify/zjit/pull/92) | Aiden Fox Ivey |
2025-04-18 | Improve register alloc and dealloc error messaging (https://.com/Shopif... | Aiden Fox Ivey |
2025-04-18 | Fix inconsistent indentation | Takashi Kokubun |
2025-04-18 | Make NewArray DCE-able | Max Bernstein |
2025-04-18 | Add dead code elimination pass | Max Bernstein |
2025-04-18 | Reduce the number of Snapshots emitted | Max Bernstein |
2025-04-18 | Make Snapshot own FrameState objects | Max Bernstein |
2025-04-18 | Remove an outdated comment | Takashi Kokubun |
2025-04-18 | Move get_class_name into cruby | Max Bernstein |
2025-04-18 | Remove Option from get_class_name parameter | Max Bernstein |
2025-04-18 | Rewrite SendWithoutBlock to SendWithoutBlockDirect when possible | Max Bernstein |
2025-04-18 | Compile Param into VReg and ParallelMov (https://.com/Shopify/zjit/pull... | Takashi Kokubun |
2025-04-18 | Update the VReg comment to imply spilling | Takashi Kokubun |
2025-04-18 | Disassociate InsnOut from Insn index | Takashi Kokubun |
2025-04-18 | Fix s/Raw/Debug/g | Max Bernstein |
2025-04-18 | Print iseq names in HIR dumps | Max Bernstein |
2025-04-18 | Add option to dump optimized HIR | Max Bernstein |
2025-04-18 | Only map pointers in tests | Max Bernstein |