| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -2/+2 | |
| Building a dozen separate regexps for each test in compiletest consumes significant amounts of CPU cycles. Using `RUSTC_FORCE_INCR_COMP_ARTIFACT_HEADER` stabilizes hashes calcuated for the individual tests so no test-dependent normalization is needed. Hashes for the standard library still change so some normalizations are still needed. | ||||
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -2/+2 | |
| Normalize symbol hashes in compiletest. Remove DefId sorting | ||||
| 2021-07-24 | Add test for -Z unpretty=thir-tree | Smitty | -0/+55 | |
