| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -49/+0 | |
| 2021-05-16 | Remove remains of rustc_dirty. | Camille GILLOT | -1/+4 | |
| 2021-05-15 | Remove `label` in dirty/clean annotations. | Camille GILLOT | -3/+9 | |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -2/+2 | |
| If a symbol name can only be imported from one place for a type, and as long as it was not glob-imported anywhere in the current crate, we can trim its printed path and print only the name. This has wide implications on error messages with types, for example, shortening `std::vec::Vec` to just `Vec`, as long as there is no other `Vec` importable anywhere. This adds a new '-Z trim-diagnostic-paths=false' option to control this feature. On the good path, with no diagnosis printed, we should try to avoid issuing this query, so we need to prevent trimmed_def_paths query on several cases. This change also relies on a previous commit that differentiates between `Debug` and `Display` on various rustc types, where the latter is trimmed and presented to the user and the former is not. | ||||
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -4/+4 | |
| 2019-03-30 | Update tests | John Kåre Alsaker | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-09-23 | incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead ↵ | Michael Woerister | -2/+2 | |
| of DepNode existence. | ||||
| 2017-06-12 | kill various tasks we no longer need and remove outdated README text | Niko Matsakis | -4/+0 | |
| In the case of `TransCrateItem`, I had to tweak the tests a bit, but it's a concept that doesn't work well under new system. | ||||
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -4/+4 | |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -4/+4 | |
| 2017-01-25 | merge TypeckItemBody and Tables depnodes | Niko Matsakis | -4/+4 | |
| 2016-08-09 | use preds to serialize just what we need | Niko Matsakis | -0/+1 | |
| This massively speeds up serialization. It also seems to produce deterministic metadata hashes (before I was seeing inconsistent results). Fixes #35232. | ||||
| 2016-04-06 | Fix test cases to reflect that #32014...went away | Niko Matsakis | -2/+1 | |
| Not sure what was the bug. Fixes #32014. | ||||
| 2016-04-06 | add incremental test runner and some tests | Niko Matsakis | -0/+54 | |
