| Age | Commit message (Expand) | Author | Lines |
| 2017-11-10 | incr.comp.: Don't crash in DepGraph::try_mark_green() when encountering a rem... | Michael Woerister | -4/+12 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -2/+2 |
| 2017-11-08 | Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakis | bors | -107/+109 |
| 2017-11-08 | incr.comp.: Remove unused DepKind::WorkProduct. | Michael Woerister | -11/+0 |
| 2017-11-08 | incr.comp.: Remove outdated comment about TraitSelect dep-node. | Michael Woerister | -25/+0 |
| 2017-11-08 | incr.comp.: Make DefSpan an input dep-node so it is not affected by the exist... | Michael Woerister | -1/+10 |
| 2017-11-07 | incr.comp.: Make assertion in try_mark_green() more targeted. | Michael Woerister | -4/+14 |
| 2017-11-07 | incr.comp.: Mark more input nodes as inputs. | Michael Woerister | -18/+18 |
| 2017-11-07 | incr.comp.: Allow for forcing input nodes lazily. | Michael Woerister | -51/+70 |
| 2017-11-07 | incr.comp.: Improve error message for unknown fingerprint. | Michael Woerister | -1/+6 |
| 2017-11-06 | collect unused unsafe code | Ariel Ben-Yehuda | -1/+1 |
| 2017-11-06 | run unsafety checking before dead block collection | Ariel Ben-Yehuda | -1/+1 |
| 2017-11-04 | Make DepNodeIndex use newtype_index macro | Santiago Pastorino | -17/+2 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -1/+20 |
| 2017-10-27 | Auto merge of #45353 - wesleywiser:untracked_queries, r=michaelwoerister | bors | -10/+82 |
| 2017-10-26 | Switch several crate-wide queries to use eval_always | Wesley Wiser | -7/+7 |
| 2017-10-26 | Allow declaring a DepNode as eval_always | Wesley Wiser | -0/+18 |
| 2017-10-26 | [incremental] Add support for eval always queries | Wesley Wiser | -3/+57 |
| 2017-10-25 | incr.comp.: Implement query diagnostic persistence. | Michael Woerister | -1/+20 |
| 2017-10-24 | Auto merge of #45350 - cjkenn:cjkenn/used-trait-imports, r=nikomatsakis | bors | -0/+1 |
| 2017-10-24 | Auto merge of #44984 - Maaarcocr:master, r=nikomatsakis | bors | -1/+1 |
| 2017-10-21 | anon NormalizeTy DepNode | Marco Concetto Rudilosso | -1/+1 |
| 2017-10-21 | moved depnode | Marco Concetto Rudilosso | -2/+1 |
| 2017-10-21 | Create NormalizeTy query | Marco Concetto Rudilosso | -0/+1 |
| 2017-10-21 | rustc: Move bytecode compression into codegen | Alex Crichton | -2/+9 |
| 2017-10-19 | Add used_trait_imports query | cjkenn | -0/+1 |
| 2017-10-18 | make `erase_regions_ty` query anonymous | Niko Matsakis | -1/+8 |
| 2017-10-18 | Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb | bors | -0/+2 |
| 2017-10-17 | make `erase_regions` use a query instead of an ad-hoc cache | Niko Matsakis | -0/+1 |
| 2017-10-16 | convert constant promotion into a query | Niko Matsakis | -0/+1 |
| 2017-10-16 | add a new dep node for outlives | toidiu | -0/+1 |
| 2017-10-14 | Auto merge of #45137 - theotherjimmy:vtable-methods-query, r=nikomatsakis | bors | -0/+1 |
| 2017-10-14 | Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoerister | bors | -1/+1 |
| 2017-10-13 | get_vtable_methods => vtable_methods query | Jimmy Brisson | -0/+1 |
| 2017-10-12 | incr comp: rustc_clean/dirty auto assert | Garrett Berg | -1/+1 |
| 2017-10-12 | Auto merge of #44967 - wesleywiser:trans_fulfill_obligation, r=nikomatsakis | bors | -1/+2 |
| 2017-10-08 | Turn `trans_fulfill_obligation` into a query | Wesley Wiser | -1/+2 |
| 2017-10-08 | Auto merge of #45100 - kennytm:rollup, r=kennytm | bors | -4/+4 |
| 2017-10-08 | Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddyb | kennytm | -4/+4 |
| 2017-10-08 | Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoerister | bors | -0/+19 |
| 2017-10-05 | Fix infinite recursion in <DepNode as Debug>. | Michael Woerister | -4/+4 |
| 2017-10-04 | Generate SerializedDepNodeIndex using newtype_index macro | Santiago Pastorino | -18/+2 |
| 2017-10-04 | Generate DepNodeIndexNew using newtype_index macro | Santiago Pastorino | -1/+1 |
| 2017-10-04 | groundwork for #45009: rustc_dirty/clean enhancements | Garrett Berg | -0/+19 |
| 2017-10-04 | incr.comp.: Address review comments. | Michael Woerister | -25/+54 |
| 2017-10-02 | incr.comp.: Do some cleanup. | Michael Woerister | -1/+4 |
| 2017-10-02 | incr.comp.: Remove legacy dep-graph runtime. | Michael Woerister | -386/+87 |
| 2017-10-02 | incr.comp.: Remove saving and loading of legacy dep-graph. | Michael Woerister | -1/+3 |
| 2017-10-02 | incr.comp.: Build DepGraphQuery from new dep-graph impl. | Michael Woerister | -13/+13 |