| Age | Commit message (Expand) | Author | Lines |
| 2017-02-22 | add `-C overflow-checks` option | Nathan Froyd | -2/+1 |
| 2017-02-17 | Normalize labeled and unlabeled breaks | Taylor Cramer | -2/+4 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -1/+1 |
| 2017-02-08 | Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michaelwoerister | Corey Farwell | -35/+84 |
| 2017-02-06 | fix case where some edges can't be recreated by expanding the graph | Niko Matsakis | -35/+84 |
| 2017-02-06 | Auto merge of #39500 - michaelwoerister:fix-ich-testing, r=nikomatsakis | bors | -31/+122 |
| 2017-02-06 | Add comment about why the regular unused-attributes infrastructure | Michael Woerister | -0/+6 |
| 2017-02-04 | pacify the mercilous tidy, improve cycle unit test | Niko Matsakis | -8/+76 |
| 2017-02-03 | Let the ICH testing framework check that all #[rustc_dirty] attrs have been a... | Michael Woerister | -31/+116 |
| 2017-02-03 | add a comment about optimality that somehow got removed | Niko Matsakis | -58/+76 |
| 2017-02-03 | s/in_index/input_index/ | Niko Matsakis | -7/+7 |
| 2017-02-03 | make dirty process O(dirty) | Niko Matsakis | -50/+66 |
| 2017-01-31 | rewrite the predecessors code to create a reduced graph | Niko Matsakis | -467/+1095 |
| 2017-01-28 | rustc: always keep an explicit lifetime in trait objects. | Eduard-Mihai Burtescu | -1/+1 |
| 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 | -11/+11 |
| 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-23 | Remove `open_span` and `close_span` from `Delimited`. | Jeffrey Seyfried | -4/+0 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -3/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -1/+1 |
| 2017-01-17 | Auto merge of #39109 - michaelwoerister:incr-comp-cache-cleanup, r=nikomatsakis | bors | -12/+45 |
| 2017-01-17 | Rename ObjectSum into TraitObject in AST/HIR | Vadim Petrochenkov | -1/+1 |
| 2017-01-16 | incr.comp.: Delete orphaned work-products. | Michael Woerister | -12/+45 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -2/+0 |
| 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 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2016-12-30 | Compilation fixes | est31 | -0/+3 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -2/+4 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -5/+15 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -4/+20 |
| 2016-12-28 | Auto merge of #38479 - michaelwoerister:extern_mod_ich, r=nikomatsakis | bors | -9/+27 |
| 2016-12-24 | Rollup merge of #38557 - michaelwoerister:inline-asm-ich, r=nikomatsakis | Steve Klabnik | -3/+43 |
| 2016-12-22 | ICH: Make InlineAsm hashes stable. | Michael Woerister | -3/+43 |
| 2016-12-22 | ICH: Don't store hashes for individual foreign items. | Michael Woerister | -5/+0 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -2/+0 |
| 2016-12-21 | ICH: Fix some omissions around foreign mods in hasher. | Michael Woerister | -4/+27 |
| 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 | -96/+22 |
| 2016-12-12 | incr.comp.: Avoid creating an edge to DepNode::Krate when generating debuginf... | Michael Woerister | -3/+24 |
| 2016-12-09 | incr.comp.: Take symbol visibility into account for CGU hashes. | Michael Woerister | -0/+1 |
| 2016-12-03 | Rollup merge of #38113 - nikomatsakis:incremental-dump-hash, r=michaelwoerister | Corey Farwell | -0/+28 |
| 2016-12-03 | Rollup merge of #38096 - michaelwoerister:more-incremental-info, r=nikomatsakis | Corey Farwell | -15/+39 |
| 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-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-29 | revamp `Visitor` with a single method for controlling nested visits | Niko Matsakis | -5/+7 |