| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -104/+0 | |
| 2021-12-21 | Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result | Aaron Hill | -1/+5 | |
| Currently, you can use `#[rustc_clean]` to assert to that a particular query (technically, a `DepNode`) is green or red. However, a green `DepNode` does not mean that the query result was actually deserialized from disk - we might have never re-run a query that needed the result. Some incremental tests are written as regression tests for ICEs that occured during query result decoding. Using `#[rustc_clean(loaded_from_disk="typeck")]`, you can now assert that the result of a particular query (e.g. `typeck`) was actually loaded from disk, in addition to being green. | ||||
| 2021-05-15 | Remove `label` in dirty/clean annotations. | Camille GILLOT | -5/+5 | |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -5/+5 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-03-30 | Update tests | John Kåre Alsaker | -5/+5 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 | |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -1/+1 | |
| 2017-11-07 | Fix incremental tests after change to instantiation strategy. | Michael Woerister | -23/+22 | |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -5/+5 | |
| 2017-01-25 | merge TypeckItemBody and Tables depnodes | Niko Matsakis | -5/+5 | |
| 2016-10-21 | add test case for changes to a private fn | Niko Matsakis | -0/+111 | |
