index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zjit
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2025-12-10
JITs: Drop cargo and use just rustc for release combo build
Alan Wu
2025-09-11
ZJIT: Add support for stats_allocator
Aiden Fox Ivey
2025-09-11
ZJIT: Move jit.rs to ruby.rs and create a shared crate `jit`
Aiden Fox Ivey
2025-08-25
ZJIT: Migrate to insta
Max Bernstein
2025-07-16
ZJIT: Have `make zjit-test` use the same Cargo features as miniruby
Alan Wu
2025-05-15
YJIT: ZJIT: Allow both JITs in the same build
Alan Wu
2025-04-18
Use expect-test for HIR tests
Max Bernstein
2025-04-18
Bump to Rust 1.85.0, 2024 edition
Alan Wu
2025-04-18
Rename ir.rs to hir.rs to avoid namespace ambiguity with backend
Maxime Chevalier-Boisvert
2025-04-18
add `make zjit-test`
Alan Wu
2025-04-18
cargo:rustc-link-lib=static:-bundle needs 1.63
Alan Wu
2025-04-18
can link and run `p RubyVM::ISeq`, hardcoded paths, needs more init
Alan Wu
2025-04-18
Try to use libcapstone
Takashi Kokubun
2025-04-18
Overflow checks in release profile per tradition
Alan Wu
2025-04-18
Turn ZJIT into staticlib
Alan Wu
2025-04-18
cargo init
Takashi Kokubun