| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -267/+0 | |
| 2022-12-25 | Remove references to removed option from tests. | Camille GILLOT | -3/+0 | |
| 2022-05-27 | Switch incremental/hashes tests to all use optimizations. | Jakob Degen | -1/+1 | |
| 2022-04-12 | Bless tests. | Camille GILLOT | -2/+2 | |
| 2021-09-10 | Duplicate tests for incremental spans mode. | Camille GILLOT | -22/+53 | |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -7/+7 | |
| 2020-07-15 | mir_built is a lie | Bastian Kauschke | -8/+8 | |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -9/+9 | |
| 2020-03-14 | Replace `Hir` with `hir_owner` in tests | John Kåre Alsaker | -2/+2 | |
| 2020-03-14 | Replace `HirBody` with `hir_owner_items` in tests | John Kåre Alsaker | -9/+9 | |
| 2019-11-08 | [mir-opt] Handle aggregates in SimplifyLocals pass | Wesley Wiser | -2/+2 | |
| 2019-08-19 | Cherry-pick src/test changes with Centril's changes | sd234678 | -9/+9 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-03-30 | Update tests | John Kåre Alsaker | -7/+7 | |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -8/+8 | |
| 2019-02-08 | Update tests | John Kåre Alsaker | -8/+8 | |
| 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 | -18/+0 | |
| 2017-11-07 | Fix incremental tests after change to instantiation strategy. | Michael Woerister | -22/+22 | |
| 2017-10-12 | incr comp: rustc_clean/dirty auto assert | Garrett Berg | -36/+24 | |
| This adds auto-assertion to `rustc_clean/dirty` and also implements more comprehensive testing for - src/test/incremental/hashes/enum_constructors.rs - src/test/incremental/hashes/enum_defs.rs - src/test/incremental/hashes/extern_mods.rs - src/test/incremental/hashes/inherent_impls.rs - src/test/incremental/hashes/statics.rs - src/test/incremental/hashes/struct_constructors.rs - src/test/incremental/hashes/type_defs.rs trait_defs.rs and trait_impl.rs are blocked on a hard to triage compiler ICE (at least hard for a newbie like me) having to do with some DepNodes not getting computed for traits. A FIXME has been added in the source to reflect this continued work. | ||||
| 2016-12-06 | ICH: Add missing annotations for struct constructor expr test case. | Michael Woerister | -0/+12 | |
| 2016-11-29 | Fix SVH tests some more | Florian Diebold | -14/+28 | |
| 2016-11-22 | ICH: Add test case for struct constructor expressions. | Michael Woerister | -0/+254 | |
