| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | incr.comp.: Use ensure() for some coherence-related queries. | Michael Woerister | -5/+1 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -1/+1 |
| 2017-12-18 | Refactor paths to middle::trans to mir::mono | Maik Klein | -1/+1 |
| 2017-12-15 | permit `ClosureOutlivesRequirement` to constrain regions or types | Niko Matsakis | -1/+1 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -1/+3 |
| 2017-12-07 | mir-borrowck returns closure requirements, mir-typeck enforces | Niko Matsakis | -2/+4 |
| 2017-11-26 | improve error messages | Ariel Ben-Yehuda | -0/+3 |
| 2017-11-24 | Querify | Shotaro Yamada | -1/+4 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -8/+0 |
| 2017-11-19 | rustc: rename CachedLayout to LayoutDetails. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-11-19 | rustc: move layout::Struct into FieldPlacement/Abi. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-11-19 | rustc: pre-compute field placements out of Layout. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-11-18 | remove the `generator_sigs` map, query, and plumbing | Niko Matsakis | -4/+0 |
| 2017-11-18 | kill the `closure_kind` query | Niko Matsakis | -4/+0 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -3/+6 |
| 2017-11-09 | Auto merge of #45736 - oli-obk:rvalue_promotable_map, r=nikomatsakis | bors | -2/+2 |
| 2017-11-06 | collect unused unsafe code | Ariel Ben-Yehuda | -3/+2 |
| 2017-11-06 | run unsafety checking before dead block collection | Ariel Ben-Yehuda | -0/+4 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-11-03 | Use a `Set<T>` instead of a `Map<T, bool>` | Oliver Schneider | -2/+2 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -0/+3 |
| 2017-10-25 | incr.comp.: Implement query diagnostic persistence. | Michael Woerister | -0/+3 |
| 2017-10-25 | Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoerister | bors | -2/+2 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -3/+2 |
| 2017-10-24 | Auto merge of #45350 - cjkenn:cjkenn/used-trait-imports, r=nikomatsakis | bors | -0/+2 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -1/+2 |
| 2017-10-21 | renamed query | Marco Concetto Rudilosso | -1/+1 |
| 2017-10-21 | Create NormalizeTy query | Marco Concetto Rudilosso | -0/+4 |
| 2017-10-19 | Add used_trait_imports query | cjkenn | -0/+2 |
| 2017-10-18 | Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb | bors | -1/+11 |
| 2017-10-17 | make `erase_regions` use a query instead of an ad-hoc cache | Niko Matsakis | -0/+9 |
| 2017-10-16 | convert constant promotion into a query | Niko Matsakis | -1/+2 |
| 2017-10-16 | add a new dep node for outlives | toidiu | -1/+1 |
| 2017-10-16 | create a seperate module for outlives. added a query for inferred_outlives. s... | toidiu | -1/+1 |
| 2017-10-16 | add inferred_outlives_of query | toidiu | -0/+3 |
| 2017-10-14 | rustc: Remove `used_mut_nodes` from `TyCtxt` | Alex Crichton | -1/+2 |
| 2017-10-13 | Wrap vtable_methods return type in RC | Jimmy Brisson | -1/+1 |
| 2017-10-13 | get_vtable_methods => vtable_methods query | Jimmy Brisson | -0/+6 |
| 2017-10-08 | Turn `trans_fulfill_obligation` into a query | Wesley Wiser | -0/+11 |
| 2017-10-02 | incr.comp.: Make some DepNodes non-anonymous. | Michael Woerister | -12/+12 |
| 2017-10-02 | incr.comp.: Re-execute queries during red/green marking in order to find out ... | Michael Woerister | -0/+1 |
| 2017-10-02 | incr.comp.: Add minimal version of try_mark_green procedure. | Michael Woerister | -1/+0 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -0/+4 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -1/+2 |
| 2017-09-20 | Fix ICE | scalexm | -0/+3 |
| 2017-09-20 | incr.comp.: Make sure traits_in_scope results are hashed in a stable way. | Michael Woerister | -1/+2 |
| 2017-09-19 | split maps into submodules, document | Niko Matsakis | -1116/+18 |
| 2017-09-19 | promote maps into its own directory | Niko Matsakis | -0/+1551 |