| Age | Commit message (Expand) | Author | Lines |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -1/+1 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -3/+3 |
| 2017-12-20 | incr.comp.: Replace Fingerprint::zero() with a constant. | Michael Woerister | -8/+8 |
| 2017-12-20 | incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes. | Michael Woerister | -37/+77 |
| 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-12-01 | incr.comp.: Use the awesome new '_ in a few places. | Michael Woerister | -4/+4 |
| 2017-12-01 | incr.comp.: Load diagnostics from previous session lazily and clean up on-dis... | Michael Woerister | -5/+5 |
| 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-26 | Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1 | bors | -0/+1 |
| 2017-11-24 | Auto merge of #46111 - michaelwoerister:promote-green, r=nikomatsakis | bors | -0/+33 |
| 2017-11-24 | Querify | Shotaro Yamada | -0/+1 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -2/+0 |
| 2017-11-20 | incr.comp.: Make sure we don't lose unused green results from the query cache. | Michael Woerister | -0/+33 |
| 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-17 | [incremental] Collect stats about duplicated edge reads from queries | Wesley Wiser | -0/+14 |
| 2017-11-15 | incr.comp.: Add missing [input] annotation for DepNode::MaybeUnusedExternCrates | Michael Woerister | -1/+1 |
| 2017-11-14 | incr.comp.: Cache TypeckTables and add -Zincremental-queries flag. | Michael Woerister | -0/+11 |
| 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 |