rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
177 stars 55 forks source link

Add FileCheck mode #354

Open clubby789 opened 2 weeks ago

clubby789 commented 2 weeks ago

This allows using, e.g. cargo-bisect-rustc --start 1.70.0 --filecheck src/lib.rs --preserve --regress success to investigate codegen regressions/improvements