| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -44/+0 | |
| 2021-05-15 | Remove `label` in dirty/clean annotations. | Camille GILLOT | -4/+4 | |
| 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 | -20/+0 | |
| 2017-10-02 | incr.comp.: Use red/green tracking for CGU re-use. | Michael Woerister | -2/+0 | |
| 2017-09-23 | incr.comp.: Remove support for loading metadata fingerprints. | Michael Woerister | -0/+2 | |
| 2017-05-23 | incr.comp.: Track expanded spans instead of FileMaps. | Michael Woerister | -0/+1 | |
| 2017-05-18 | Enable cross-crate incremental compilation by default. | Michael Woerister | -1/+0 | |
| 2017-01-27 | Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakis | bors | -0/+1 | |
| incr.comp.: Make cross-crate tracking for incr. comp. opt-in. The current implementation of cross-crate dependency tracking can cause quite long compile times and high memory usage for some crates (see #39208 for example). This PR therefore makes that part of dependency tracking optional. Incremental compilation still works, it will only have very coarse dep-tracking for upstream crates. r? @nikomatsakis | ||||
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -4/+4 | |
| 2017-01-25 | merge TypeckItemBody and Tables depnodes | Niko Matsakis | -4/+4 | |
| 2017-01-24 | incr.comp.: Make cross-crate tracking for incr. comp. opt-in. | Michael Woerister | -0/+1 | |
| 2016-08-09 | use preds to serialize just what we need | Niko Matsakis | -1/+1 | |
| This massively speeds up serialization. It also seems to produce deterministic metadata hashes (before I was seeing inconsistent results). Fixes #35232. | ||||
| 2016-07-28 | Keep multiple files per work-product | Niko Matsakis | -0/+63 | |
| In the older version, a `.o` and ` .bc` file were separate work-products. This newer version keeps, for each codegen-unit, a set of files of different kinds. We assume that if any kinds are available then all the kinds we need are available, since the precise set of switches will depend on attributes and command-line switches. Should probably test this: the effect of changing attributes in particular might not be successfully tracked? | ||||
