Age | Commit message (Expand) | Author |
---|
6 days | ZJIT: Support invokebuiltin opcodes (#13632) | Daniel Colson |
8 days | ZJIT: Add support for putspecialobject (#13565) | Stan Lo |
12 days | Get rid of `rb_shape_lookup` | Jean Boussier |
2025-06-04 | Get rid of TOO_COMPLEX shape type | Jean Boussier |
2025-05-28 | ZJIT: Add CallableMethodEntry to type lattice (GH-13459) | Max Bernstein |
2025-05-09 | Rename `RB_OBJ_SHAPE` -> `rb_obj_shape` | Jean Boussier |
2025-05-09 | Rename `rb_shape_get_shape_id` -> `RB_OBJ_SHAPE_ID` | Jean Boussier |
2025-05-09 | Rename `rb_shape_obj_too_complex` -> `rb_shape_obj_too_complex_p` | Jean Boussier |
2025-05-09 | Rename `rb_shape_get_shape_by_id` -> `RSHAPE` | Jean Boussier |
2025-04-25 | ZJIT: Bail out of HIR translation if we can't handle a send flag (#13182) | Max Bernstein |
2025-04-18 | Change mentions of YJIT to ZJIT (https://.com/Shopify/zjit/pull/113) | Aiden Fox Ivey |
2025-04-18 | Strength reduce to `CCall` for sends landing in simple C methods | Alan Wu |
2025-04-18 | Add miscellaneous Clippy 'corrections' (https://.com/Shopify/zjit/pull/92) | Aiden Fox Ivey |
2025-04-18 | Move get_class_name into cruby | Max Bernstein |
2025-04-18 | Print iseq names in HIR dumps | Max Bernstein |
2025-04-18 | Use expect-test for HIR tests | Max Bernstein |
2025-04-18 | Assert that ids are initialized | Alan Wu |
2025-04-18 | DRY up IDs that have the same content as their name | Alan Wu |
2025-04-18 | Fix VALUE/isize conversion | Max Bernstein |
2025-04-18 | Rust tests: Load builtins (core library written in ruby) | Alan Wu |
2025-04-18 | Stop sharing yjit/bindgen with ZJIT (https://.com/Shopify/zjit/pull/64) | Takashi Kokubun |
2025-04-18 | Print Ruby exception in test utils | Max Bernstein |
2025-04-18 | Add diff_text to pretty-print IR differences in unit test failures | Max Bernstein |
2025-04-18 | Move lib.rs functions to appropriate modules (https://.com/Shopify/zjit... | Takashi Kokubun |
2025-04-18 | Do not assert inside rb_protect() (https://.com/Shopify/zjit/pull/37) | Takashi Kokubun |
2025-04-18 | Profile instructions for fixnum arithmetic (https://.com/Shopify/zjit/p... | Takashi Kokubun |
2025-04-18 | Add compact Type lattice | Max Bernstein |
2025-04-18 | Upgrade bindgen, so it generates `unsafe extern` as 2024 expects | Alan Wu |
2025-04-18 | Fix 2024 edition errors | Alan Wu |
2025-04-18 | Resurrect asm comment support | Takashi Kokubun |
2025-04-18 | Let tests share the same ZJITState::init() | Takashi Kokubun |
2025-04-18 | Initialize dummy globals for tests | Takashi Kokubun |
2025-04-18 | boot_vm boots and runs | Alan Wu |
2025-04-18 | can link and run `p RubyVM::ISeq`, hardcoded paths, needs more init | Alan Wu |
2025-04-18 | Pretty print fixnum | Max Bernstein |
2025-04-18 | bindgen works in --enable-zjit=dev mode. | Alan Wu |
2025-04-18 | Add CRuby bindings | Maxime Chevalier-Boisvert |