| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -91/+0 | |
| 2021-05-15 | Remove `label` in dirty/clean annotations. | Camille GILLOT | -5/+5 | |
| 2020-11-20 | Remove FIXME comment from incremental | Daiki Ihara | -1/+1 | |
| 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-11-29 | restructure `CollectItem` dep-node to separate fn sigs from bodies | Niko Matsakis | -5/+2 | |
| Setup two tasks, one of which only processes the signatures, in order to isolate the typeck entries for signatures from those for bodies. Fixes #36078 Fixes #37720 | ||||
| 2016-11-18 | remove FIXMEs; issue fixed | Niko Matsakis | -4/+3 | |
| 2016-11-18 | improve comments | Niko Matsakis | -4/+3 | |
| 2016-11-18 | add test for changing pub inherent method body | Niko Matsakis | -0/+107 | |
| Ideally, callers should not be affected, but they currently are. | ||||
