| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -617/+0 | |
| 2022-12-25 | Remove references to removed option from tests. | Camille GILLOT | -3/+0 | |
| 2022-08-01 | Bless incremental tests. | Camille GILLOT | -11/+15 | |
| 2022-05-27 | Switch incremental/hashes tests to all use optimizations. | Jakob Degen | -1/+1 | |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -4/+6 | |
| 2022-01-26 | Bless incremental tests. | Camille GILLOT | -24/+24 | |
| 2021-09-10 | Duplicate tests for incremental spans mode. | Camille GILLOT | -69/+193 | |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, ↵ | Erik Desjardins | -1/+1 | |
| r=oli-obk"" This reverts commit 8e11199a153218c13a419df37a9bb675181cccb7. | ||||
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -1/+1 | |
| This reverts commit 8007b506ac5da629f223b755f5a5391edd5f6d01, reversing changes made to e55c13e1099b78b1a485202fabc9c1b10b1f1d15. | ||||
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -1/+1 | |
| Effectively reverts commit 6960bc9696b05b15d8d89ece2fef14e6e62a43fc. | ||||
| 2021-05-15 | Fix tests on traits. | Camille GILLOT | -20/+29 | |
| 2021-05-15 | Remove `label` in dirty/clean annotations. | Camille GILLOT | -78/+74 | |
| 2021-03-09 | Bless tests. | Camille GILLOT | -2/+2 | |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -4/+4 | |
| 2020-03-14 | Replace `Hir` with `hir_owner` in tests | John Kåre Alsaker | -74/+74 | |
| 2020-03-14 | Replace `HirBody` with `hir_owner_items` in tests | John Kåre Alsaker | -4/+4 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -11/+0 | |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -1/+1 | |
| 2017-12-08 | incr.comp.: Hash spans unconditionally for full accuracy. | Michael Woerister | -1/+1 | |
| 2017-11-29 | incr.comp.: Update test cases after metadata hashing removal. | Michael Woerister | -74/+0 | |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -37/+21 | |
| Instead of collecting all potential inputs to some metadata entry and hashing those, we directly hash the values we are storing in metadata. This is more accurate and doesn't suffer from quadratic blow-up when many entries have the same dependencies. | ||||
| 2017-02-03 | Let the ICH testing framework check that all #[rustc_dirty] attrs have been ↵ | Michael Woerister | -10/+40 | |
| actually checked. | ||||
| 2017-01-05 | ICH: Add some more test cases for trait impls. | Michael Woerister | -0/+152 | |
| 2016-11-17 | add test for hashing trait impls | Niko Matsakis | -0/+404 | |
