| Age | Commit message (Expand) | Author | Lines |
| 2017-06-06 | incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ... | Michael Woerister | -8/+5 |
| 2017-06-06 | ICH: Make StableHashingContext work with any TyCtxt, not just the global one. | Michael Woerister | -2/+2 |
| 2017-06-01 | incr.comp.: Use a more efficient encoding for the on-disk dependency graph. | Michael Woerister | -58/+110 |
| 2017-05-31 | incr.comp.: Use DefPathHash-based DepNodes in the serialized DepGraph and rem... | Michael Woerister | -268/+74 |
| 2017-05-31 | Make a newtype for DefPathHash so they are not confused with content hashes | Michael Woerister | -1/+2 |
| 2017-05-23 | incr.comp.: Track expanded spans instead of FileMaps. | Michael Woerister | -42/+2 |
| 2017-05-18 | Use 128 instead of 64 bits for DefPath hashes | Michael Woerister | -1/+1 |
| 2017-05-17 | Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis | bors | -1/+54 |
| 2017-05-15 | ICH: Hash lists of local trait impls as part of the HIR. | Michael Woerister | -1/+54 |
| 2017-05-14 | librustc_incremental: remove unused macro in test case | est31 | -11/+0 |
| 2017-05-13 | Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb | bors | -3/+4 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-10 | ICH: Handle case of removed FileMaps. | Michael Woerister | -1/+5 |
| 2017-05-09 | Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis | bors | -58/+159 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -4/+4 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -58/+159 |
| 2017-05-03 | allow dep-graph assertions on fields | Niko Matsakis | -3/+15 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -0/+11 |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -106/+81 |
| 2017-04-07 | SVH: Don't hash the HIR twice when once is enough. | Michael Woerister | -1/+9 |
| 2017-04-07 | ICH: Centrally compute and cache DefPath hashes as part of DefPathTable. | Michael Woerister | -16/+1 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -1216/+93 |
| 2017-03-30 | Auto merge of #40524 - alexcrichton:update-bootstrap, r=alexcrichton | bors | -1/+0 |
| 2017-03-29 | rustbuild: Update bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -9/+8 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -2/+2 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-22 | Move some constants to rustc::ich. | Michael Woerister | -22/+4 |
| 2017-03-22 | Move CachingCodemapView to rustc::ich. | Michael Woerister | -120/+2 |
| 2017-03-22 | Move DefPathHashes to rustc::ich | Michael Woerister | -40/+2 |
| 2017-03-22 | Move Fingerprint to rustc::ich::Fingerprint. | Michael Woerister | -117/+7 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -1/+1 |
| 2017-03-19 | Auto merge of #39799 - dpc:create_dir_all, r=alexcrichton | bors | -1/+1 |
| 2017-03-17 | Fix race condition in fs::create_dir_all | David Roundy | -1/+1 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -1/+1 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -45/+18 |
| 2017-03-10 | isolate dep-graph tasks | Niko Matsakis | -1/+5 |
| 2017-03-04 | Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrc | bors | -11/+5 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -11/+5 |
| 2017-03-03 | Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb | bors | -1/+1 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -4/+0 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -20/+0 |
| 2017-02-28 | store the visit order in the Crate | Niko Matsakis | -1/+1 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -0/+3 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -0/+6 |
| 2017-02-25 | Rollup merge of #40038 - nikomatsakis:issue-39828, r=michaelwoerister | Eduard-Mihai Burtescu | -3/+42 |
| 2017-02-25 | Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton | Eduard-Mihai Burtescu | -2/+1 |
| 2017-02-25 | Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis | Eduard-Mihai Burtescu | -2/+4 |
| 2017-02-22 | detect "bootstrap outputs" when serializing the dep-graph | Niko Matsakis | -3/+42 |