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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zjit
/
src
/
state.rs
Age
Commit message (
Expand
)
Author
2025-04-18
Change mentions of YJIT to ZJIT (https://github.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' pt. 2 (https://github.com/Shopify/zjit...
Aiden Fox Ivey
2025-04-18
Move lib.rs functions to appropriate modules (https://github.com/Shopify/zjit...
Takashi Kokubun
2025-04-18
Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...
Takashi Kokubun
2025-04-18
Implement Insn::Param using the SP register (https://github.com/Shopify/zjit/...
Takashi Kokubun
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
Rename codegen.rs to state.rs
Takashi Kokubun