| Age | Commit message (Expand) | Author | Lines |
| 2017-01-27 | Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakis | bors | -13/+21 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -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 |
| 2017-01-24 | incr.comp.: Make cross-crate tracking for incr. comp. opt-in. | Michael Woerister | -13/+21 |
| 2017-01-16 | incr.comp.: Delete orphaned work-products. | Michael Woerister | -12/+44 |
| 2017-01-12 | incr.comp.: Add some caching to Predecessors construction. | Michael Woerister | -9/+297 |
| 2017-01-12 | Add some more info to -Zincremental-info | Michael Woerister | -0/+11 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -0/+6 |
| 2016-12-16 | Remove some more things that were only needed for inlined-HIR DefIds | Michael Woerister | -5/+0 |
| 2016-12-15 | Use StableHasher everywhere | Ariel Ben-Yehuda | -1/+1 |
| 2016-12-03 | Rollup merge of #38113 - nikomatsakis:incremental-dump-hash, r=michaelwoerister | Corey Farwell | -0/+28 |
| 2016-12-01 | add a `-Z incremental-dump-hash` flag | Niko Matsakis | -0/+28 |
| 2016-11-30 | incr.comp.: Add more output to -Z incremental-info. | Michael Woerister | -15/+39 |
| 2016-11-29 | Give function bodies their own dep graph node | Florian Diebold | -6/+10 |
| 2016-11-29 | rustc_incremental: fix compilation | Florian Diebold | -4/+0 |
| 2016-11-29 | rustc_incremental: fix compilation | Florian Diebold | -0/+4 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -7/+6 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -2/+2 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -12/+5 |
| 2016-11-17 | canonicalize base incremental path on windows | Niko Matsakis | -0/+13 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -0/+6 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -5/+5 |
| 2016-11-13 | Make names of types used in LLVM IR stable. | Michael Woerister | -40/+15 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -45/+45 |
| 2016-10-31 | Remove unused type aliases | Seo Sanghyeon | -2/+0 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -1/+1 |
| 2016-10-17 | ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge... | Michael Woerister | -20/+31 |
| 2016-10-03 | Auto merge of #36821 - pweaver:master, r=michaelwoerister | bors | -3/+14 |
| 2016-10-03 | fixes multi-line string whitespace in librustc_incremental/persist/fs.rs | Pweaver (Paul Weaver) | -4/+6 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -4/+6 |
| 2016-09-29 | #36680 add warning when compliation cache fails to hard link | Pweaver (Paul Weaver) | -3/+12 |
| 2016-09-28 | Rollup merge of #36460 - mikhail-m1:35123-map3, r=nikomatsakis | Jonathan Turner | -8/+20 |
| 2016-09-26 | incr.comp.: Fix build issue in rustc_incremental if CFG_VERSION is not set. | Michael Woerister | -3/+5 |
| 2016-09-26 | incr.comp.: Add test case for cache artifact file headers. | Michael Woerister | -3/+18 |
| 2016-09-26 | incr.comp.: Add file header to on-disk artifacts for validation. | Michael Woerister | -40/+156 |
| 2016-09-23 | ICH: Add ability to test the ICH of exported metadata items. | Michael Woerister | -70/+271 |
| 2016-09-23 | Merge branch 'master' into 35123-map3 | Mikhail Modin | -38/+32 |
| 2016-09-20 | Remove librbml and the RBML-tagged auto-encoder/decoder. | Eduard Burtescu | -7/+5 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -18/+14 |
| 2016-09-14 | map create numbers between compilations | Mikhail Modin | -8/+20 |
| 2016-09-11 | Use question_mark feature in librustc_incremental. | Ahmed Charles | -11/+11 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -2/+2 |
| 2016-08-31 | Auto merge of #35718 - michaelwoerister:incr-comp-dir-locking, r=alexcrichton | bors | -129/+1141 |
| 2016-08-29 | incr.comp.: Canonicalize path to session directory before deleteing it. | Michael Woerister | -5/+29 |
| 2016-08-29 | Fix tidy-errors | Michael Woerister | -2/+2 |
| 2016-08-29 | incr.comp.: Make path's of session directories slightly shorter. | Michael Woerister | -38/+75 |
| 2016-08-29 | incr. comp.: Fix test_timestamp_serialization so it does not overflow on some... | Michael Woerister | -2/+2 |
| 2016-08-29 | incr.comp.: Move lock files out of directory being locked | Michael Woerister | -159/+251 |
| 2016-08-29 | Implement copy-on-write scheme for managing the incremental compilation cache. | Michael Woerister | -129/+988 |