| Age | Commit message (Expand) | Author | Lines |
| 2017-11-08 | incr.comp.: Make DefSpan an input dep-node so it is not affected by the exist... | Michael Woerister | -7/+9 |
| 2017-11-07 | incr.comp.: Acknowledge the fact that shift operations can panic at runtime. | Michael Woerister | -2/+37 |
| 2017-11-07 | Fix incremental tests after change to instantiation strategy. | Michael Woerister | -275/+285 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -0/+19 |
| 2017-10-26 | incr.comp.: Update overflow-check logic in HIR hashing. | Michael Woerister | -40/+82 |
| 2017-10-25 | incr.comp.: Implement query diagnostic persistence. | Michael Woerister | -0/+19 |
| 2017-10-23 | update inherent_impls tests | Niko Matsakis | -6/+5 |
| 2017-10-14 | Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoerister | bors | -446/+392 |
| 2017-10-13 | fix review comments | Garrett Berg | -31/+34 |
| 2017-10-12 | incr comp: rustc_clean/dirty auto assert | Garrett Berg | -436/+379 |
| 2017-10-10 | Rollup merge of #45148 - gaurikholkar:master, r=nikomatsakis | Steve Klabnik | -0/+160 |
| 2017-10-09 | Update let-expressions.rs | gaurikholkar | -0/+160 |
| 2017-10-09 | incr.comp.: Move macro-export test case to src/test/incremental. | Michael Woerister | -0/+22 |
| 2017-10-06 | Auto merge of #44951 - vitiral:incr_struct_defs, r=michaelwoerister | bors | -4/+177 |
| 2017-10-03 | related to #44924: update incr compilation for struct_defs.rs | Garrett Berg | -4/+177 |
| 2017-10-02 | incr.comp.: Use red/green tracking for CGU re-use. | Michael Woerister | -19/+14 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -1/+1 |
| 2017-09-23 | incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead o... | Michael Woerister | -4/+7 |
| 2017-09-23 | incr.comp.: Remove support for loading metadata fingerprints. | Michael Woerister | -0/+12 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -1/+1 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -1/+4 |
| 2017-09-05 | Ignore failing tests harder | Alex Crichton | -4/+4 |
| 2017-09-05 | Ignore failing incremental tests | Alex Crichton | -3/+7 |
| 2017-07-18 | Detect implicitly defined late bound lifetime parameters as well | Vadim Petrochenkov | -1/+1 |
| 2017-07-18 | Prohibit lifetime arguments in path segments with late bound lifetime parameters | Vadim Petrochenkov | -2/+2 |
| 2017-07-12 | Auto merge of #43107 - michaelwoerister:less-span-info-in-debug, r=nikomatsakis | bors | -0/+63 |
| 2017-07-07 | incr.comp.: Don't include span information in the ICH of type definitions. | Michael Woerister | -0/+63 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+0 |
| 2017-06-12 | consider closures/ty-fn-defs when making trait selection keys | Niko Matsakis | -0/+45 |
| 2017-06-12 | kill various tasks we no longer need and remove outdated README text | Niko Matsakis | -17/+8 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -4/+4 |
| 2017-05-23 | incr.comp.: Track expanded spans instead of FileMaps. | Michael Woerister | -0/+3 |
| 2017-05-18 | Enable cross-crate incremental compilation by default. | Michael Woerister | -18/+3 |
| 2017-05-15 | Make incr. comp. test case dependent on specific ICH instead of SVH | Michael Woerister | -5/+4 |
| 2017-05-10 | ICH: Handle case of removed FileMaps. | Michael Woerister | -0/+44 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -0/+66 |
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -2/+6 |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -154/+287 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -1/+4 |
| 2017-02-22 | detect "bootstrap outputs" when serializing the dep-graph | Niko Matsakis | -0/+40 |
| 2017-02-09 | Auto merge of #39265 - est31:master, r=petrochenkov | bors | -2/+0 |
| 2017-02-08 | Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michaelwoerister | Corey Farwell | -0/+38 |
| 2017-02-08 | Stabilize static in const | est31 | -2/+0 |
| 2017-02-06 | fix case where some edges can't be recreated by expanding the graph | Niko Matsakis | -1/+1 |
| 2017-02-06 | regr test | Niko Matsakis | -0/+38 |
| 2017-02-03 | Let the ICH testing framework check that all #[rustc_dirty] attrs have been a... | Michael Woerister | -27/+183 |
| 2017-01-27 | Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakis | bors | -0/+15 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -80/+80 |
| 2017-01-25 | merge TypeckItemBody and Tables depnodes | Niko Matsakis | -80/+80 |