| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-23 | ZJIT: s/as_usize/to_usize/ to comply with rust API guidelines | Alan Wu | |
| When the name is `as_*`, the guideline expects the return type to be a reference type. Also, it's good to have contrast in the naming from the more dangerous `as usize` cast `IntoUsize` is meant to be preferred over. See: https://rust-lang.github.io/api-guidelines/naming.html | |||
| 2025-09-03 | ZJIT: Ensure `clippy` passes and silence unnecessary warnings (#14439) | Aiden Fox Ivey | |
| 2025-09-03 | ZJIT: Add missing module doc comments | Aiden Fox Ivey | |
| 2025-05-14 | ZJIT: Add IntoUsize, ported from YJIT | Alan Wu | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13276 | |||
| 2025-04-18 | Rename utils.rs to cast.rs | Takashi Kokubun | |
| to avoid making it a place to put anything. Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
