aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Remove redundant `extern crate` (#5869)Koichi ITO2022-05-022-2/+0
* YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu2022-04-2911-309/+309
* YJIT: Adopt Clippy suggestions we likeAlan Wu2022-04-298-39/+39
* YJIT: Do not create `CodeBlock.asm_comments` if the `asm_comments` feature is...Dmitry Dygalo2022-04-291-9/+19
* YJIT: replace BLOCKID_NULL with Option<BlockId>, more idiomatic (#5858)Maxime Chevalier-Boisvert2022-04-282-29/+22
* Fix typos [ci skip]Kazuhiro NISHIYAMA2022-04-281-5/+5
* YJIT: Remove unnecessary `extern crate` declarationAlan Wu2022-04-271-1/+0
* YJIT: Make add_comment() more conciseAlan Wu2022-04-271-9/+3
* Rust YJITAlan Wu2022-04-2720-0/+14425