| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -27/+0 | |
| 2022-12-25 | Make tests unit. | Camille GILLOT | -1/+1 | |
| 2022-09-13 | rebase | b-naber | -1/+1 | |
| 2022-07-28 | bless mir opt tests | Nilstrieb | -15/+15 | |
| 2022-02-22 | change `mir::Constant` in mir dumps | lcnr | -4/+1 | |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -1/+1 | |
| 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. | ||||
| 2022-01-15 | initial revert | Ellen | -1/+1 | |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -1/+1 | |
| Normalize symbol hashes in compiletest. Remove DefId sorting | ||||
| 2021-08-26 | update mir diffs | lcnr | -1/+1 | |
| 2021-07-06 | Revert "Revert "Update mir opt tests"" | bjorn3 | -1/+1 | |
| This reverts commit 8d5fb5bf7d5c63dcfaea381e00ded67c21fab3a3. | ||||
| 2021-06-07 | Revert "Update mir opt tests" | bjorn3 | -1/+1 | |
| This reverts commit e0e0cfa6492292d0b905b07a4ed727f4e1aefc80. | ||||
| 2021-05-30 | Update mir opt tests | bjorn3 | -1/+1 | |
| 2021-03-31 | Make unevaluated DefId rendering deterministic | Oli Scherer | -1/+1 | |
| 2021-03-23 | Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk | bors | -1/+1 | |
| Remove assignments to ZST places instead of marking ZST return place as unused partially reverts #83118 requested by `@tmiasko` in https://github.com/rust-lang/rust/pull/83118#issuecomment-799692574 r? `@oli-obk` | ||||
| 2021-03-20 | bless mir-opt tests | lcnr | -2/+2 | |
| 2021-03-15 | bless tests | Erik Desjardins | -1/+1 | |
| 2020-10-27 | Disable "optimization to avoid load of address" in InstCombine | Jonas Schievink | -1/+1 | |
| 2020-10-22 | Check which places are dead | Simon Vandel Sillesen | -1/+1 | |
| Fixes #78192 | ||||
| 2020-10-21 | Disable "optimization to avoid load of address" in InstCombine | Tomasz Miąsko | -1/+1 | |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -2/+2 | |
| 2020-09-21 | Add optimization to avoid load of address | Simon Vandel Sillesen | -1/+1 | |
| 2020-08-20 | Suppress MIR comments of Unit type | Lzu Tao | -6/+0 | |
| 2020-08-17 | Update MIR tests with comment verbosity fix | Austin Lasher | -6/+0 | |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -0/+42 | |
