| Age | Commit message (Expand) | Author | Lines |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-02-08 | librustc_incremental => 2018 | Taiki Endo | -2/+2 |
| 2018-12-31 | Clean up and optimize OpenTask / read_index | John Kåre Alsaker | -4/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-06-27 | Make opaque::Encoder append-only and make it infallible | John Kåre Alsaker | -26/+13 |
| 2018-06-19 | Save query results and the dep graph in parallel | John Kåre Alsaker | -8/+14 |
| 2018-05-11 | Update naming in line with PR comments | Isaac Whitfield | -7/+7 |
| 2018-05-11 | Remove shared access to DepGraph::work_products | Isaac Whitfield | -9/+8 |
| 2018-04-15 | Add misc timings | John Kåre Alsaker | -4/+14 |
| 2018-03-19 | Convert SerializedDepGraph to be a struct-of-arrays | Wesley Wiser | -1/+1 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -2/+2 |
| 2018-01-13 | Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler | kennytm | -3/+3 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -3/+3 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -18/+19 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -71/+1 |
| 2017-11-19 | Remove some trailing whitespace. | Michael Woerister | -1/+1 |
| 2017-11-19 | Fix tidy line-length issue. | Michael Woerister | -1/+2 |
| 2017-11-17 | [incremental] Collect stats about duplicated edge reads from queries | Wesley Wiser | -0/+3 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -3/+3 |
| 2017-11-15 | incr.comp.: Only save and load query result cache when -Zincremental-queries ... | Michael Woerister | -5/+7 |
| 2017-10-25 | incr.comp.: Implement query diagnostic persistence. | Michael Woerister | -0/+12 |
| 2017-10-06 | incr.comp.: Bring back output of -Zincremental-info. | Michael Woerister | -1/+72 |
| 2017-10-02 | incr.comp.: Remove saving and loading of legacy dep-graph. | Michael Woerister | -140/+14 |
| 2017-09-27 | Remove DepNodeIndex::new is already impl for Idx | Santiago Pastorino | -1/+1 |
| 2017-09-23 | incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead o... | Michael Woerister | -0/+1 |
| 2017-09-23 | incr.comp.: Remove support for loading metadata fingerprints. | Michael Woerister | -13/+20 |
| 2017-09-23 | incr.comp.: Serialize and deserialize new DepGraph | Michael Woerister | -0/+13 |
| 2017-09-20 | incr.comp.: Remove IncrementalHashesMap and calculate_svh module. | Michael Woerister | -4/+12 |
| 2017-09-20 | incr.comp.: Store result fingerprints in DepGraph. | Michael Woerister | -1/+1 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -8/+9 |
| 2017-07-31 | async-llvm(18): Instantiate OngoingCrateTranslation before starting translation. | Michael Woerister | -2/+2 |
| 2017-06-22 | Print -Zincremental-info to stderr instead of stdout. | Michael Woerister | -5/+5 |
| 2017-06-09 | incr.comp.: Clean up and optimize dep-graph loading. | Michael Woerister | -14/+43 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -13/+7 |
| 2017-06-07 | Allocate DefIndices for global crate metadata. | Michael Woerister | -2/+4 |
| 2017-06-01 | incr.comp.: Use a more efficient encoding for the on-disk dependency graph. | Michael Woerister | -47/+58 |
| 2017-05-31 | incr.comp.: Use DefPathHash-based DepNodes in the serialized DepGraph and rem... | Michael Woerister | -18/+17 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -5/+6 |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -73/+8 |
| 2017-04-07 | ICH: Centrally compute and cache DefPath hashes as part of DefPathTable. | Michael Woerister | -12/+1 |
| 2017-03-22 | Move Fingerprint to rustc::ich::Fingerprint. | Michael Woerister | -1/+1 |
| 2017-02-22 | detect "bootstrap outputs" when serializing the dep-graph | Niko Matsakis | -1/+6 |
| 2017-02-04 | pacify the mercilous tidy, improve cycle unit test | Niko Matsakis | -1/+2 |
| 2017-02-03 | make dirty process O(dirty) | Niko Matsakis | -2/+5 |
| 2017-01-31 | rewrite the predecessors code to create a reduced graph | Niko Matsakis | -21/+28 |