summaryrefslogtreecommitdiff
path: root/yjit/Cargo.toml
AgeCommit message (Expand)Author
2024-02-25Bump capstone from 0.11.0 to 0.12.0 in /yjit (#10094)dependabot[bot]
2024-01-22Bump capstone from 0.10.0 to 0.11.0 in /yjit (#9653)dependabot[bot]
2023-09-13YJIT: Make yjit_alloc_size available by default (#8426)Takashi Kokubun
2023-05-19YJIT: Enable debug symbols in dev_nodebug (#7822)Takashi Kokubun
2023-03-20YJIT: Make dev_nodebug closer to dev (#7570)Takashi Kokubun
2023-01-16YJIT: Use ThinLTO for Rust parts in release modeAlan Wu
2022-12-12YJIT: Generate debug info in release builds (#6910)Alan Wu
2022-11-21YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780)Takashi Kokubun
2022-11-13YJIT: Instrument global allocations on stats build (#6712)Takashi Kokubun
2022-10-19YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu
2022-07-29Add --enable-yjit=dev_nodebug configure optionJohn Hawthorn
2022-07-29Add --enable-yjit=stats configure optionJohn Hawthorn
2022-05-29YJIT: Relax minimum Rust version requirement to 1.58.1Alan Wu
2022-04-27Rust YJITAlan Wu