| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | incr.comp.: Replace Fingerprint::zero() with a constant. | Michael Woerister | -2/+2 |
| 2017-12-18 | incr.comp.: Mark DepKind node as input. | Michael Woerister | -1/+1 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -3/+4 |
| 2017-11-28 | incr.comp.: Add some missing DepNode [input] annotations. | Michael Woerister | -4/+4 |
| 2017-11-26 | improve error messages | Ariel Ben-Yehuda | -0/+1 |
| 2017-11-24 | Querify | Shotaro Yamada | -0/+1 |
| 2017-11-18 | remove the `generator_sigs` map, query, and plumbing | Niko Matsakis | -1/+0 |
| 2017-11-18 | kill the `closure_kind` query | Niko Matsakis | -1/+0 |
| 2017-11-15 | incr.comp.: Add missing [input] annotation for DepNode::MaybeUnusedExternCrates | Michael Woerister | -1/+1 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -2/+2 |
| 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/+7 |
| 2017-11-07 | incr.comp.: Mark more input nodes as inputs. | Michael Woerister | -18/+18 |
| 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-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-10-27 | Auto merge of #45353 - wesleywiser:untracked_queries, r=michaelwoerister | bors | -7/+25 |
| 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-24 | Auto merge of #45350 - cjkenn:cjkenn/used-trait-imports, r=nikomatsakis | bors | -0/+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-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-13 | get_vtable_methods => vtable_methods query | Jimmy Brisson | -0/+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 | -3/+3 |
| 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 | -3/+3 |
| 2017-10-04 | groundwork for #45009: rustc_dirty/clean enhancements | Garrett Berg | -0/+19 |
| 2017-10-02 | incr.comp.: Add some logging to DepGraph::try_mark_green(). | Michael Woerister | -4/+4 |
| 2017-10-02 | incr.comp.: Make some DepNodes non-anonymous. | Michael Woerister | -46/+8 |
| 2017-10-02 | incr.comp.: Re-execute queries during red/green marking in order to find out ... | Michael Woerister | -14/+3 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -0/+1 |
| 2017-09-23 | incr.comp.: Remove support for loading metadata fingerprints. | Michael Woerister | -2/+18 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -19/+50 |
| 2017-09-20 | Fix ICE | scalexm | -0/+2 |
| 2017-09-20 | incr.comp.: Store result fingerprints in DepGraph. | Michael Woerister | -3/+14 |
| 2017-09-20 | incr.comp.: Allow for marking DepKinds as inputs. | Michael Woerister | -17/+37 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -2/+2 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -0/+12 |
| 2017-09-17 | rustc: Move codegen to a query | Alex Crichton | -0/+4 |
| 2017-09-17 | rustc: Remove another global map from trans | Alex Crichton | -0/+1 |