summaryrefslogtreecommitdiff
path: root/yjit/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Make dev_nodebug closer to dev (#7570)Takashi Kokubun2023-03-201-3/+4
* YJIT: Use ThinLTO for Rust parts in release modeAlan Wu2023-01-161-0/+2
* YJIT: Generate debug info in release builds (#6910)Alan Wu2022-12-121-0/+2
* YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780)Takashi Kokubun2022-11-211-1/+1
* YJIT: Instrument global allocations on stats build (#6712)Takashi Kokubun2022-11-131-1/+2
* YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu2022-10-191-1/+0
* Add --enable-yjit=dev_nodebug configure optionJohn Hawthorn2022-07-291-0/+3
* Add --enable-yjit=stats configure optionJohn Hawthorn2022-07-291-0/+3
* YJIT: Relax minimum Rust version requirement to 1.58.1Alan Wu2022-05-291-1/+1
* Rust YJITAlan Wu2022-04-271-0/+39