| Age | Commit message (Expand) | Author | Lines |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -185/+20 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -185/+20 |
| 2017-11-28 | incr.comp.: Make MIR encoding fit for incr.comp. caching. | Michael Woerister | -0/+18 |
| 2017-11-24 | Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1 | bors | -84/+85 |
| 2017-11-22 | Use multiline text for crate conflict diagnostics | Esteban Küber | -84/+85 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -43/+21 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -1/+1 |
| 2017-11-18 | remove the `generator_sigs` map, query, and plumbing | Niko Matsakis | -32/+20 |
| 2017-11-18 | kill the `closure_kind` query | Niko Matsakis | -11/+1 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -1/+1 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -118/+57 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -3/+51 |
| 2017-11-16 | incr.comp.: Remove some code duplication around TyDecoder by factoring things... | Michael Woerister | -113/+2 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -1/+1 |
| 2017-11-13 | incr.comp.: Properly use ty::codec::decode_cnum() in rustc_metadata::decoder. | Michael Woerister | -6/+1 |
| 2017-11-13 | incr.comp.: Add position() method to TyEncoder. | Michael Woerister | -0/+7 |
| 2017-11-12 | rustc_driver: base extern query providers on local ones. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-11-08 | incr.comp.: Provide session to some more decoding contexts. | Michael Woerister | -8/+23 |
| 2017-11-07 | incr.comp.: Always require Session when decoding Spans (as to avoid silently ... | Michael Woerister | -53/+60 |
| 2017-11-05 | Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakis | bors | -0/+1 |
| 2017-11-04 | Auto merge of #45711 - tirr-c:unicode-span, r=estebank | bors | -1/+7 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -0/+1 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -1/+8 |
| 2017-11-03 | Implemented RFC 2008 for enums (not including variants) and structs. | David Wood | -1/+8 |
| 2017-11-03 | Rename `trait_has_auto_impl` to `trait_is_auto` | leonardo.yvens | -1/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -14/+14 |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -1/+7 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -114/+72 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+4 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -10/+9 |
| 2017-10-24 | incr.comp.: Factor some persistence functionality out of crate metadata code. | Michael Woerister | -114/+72 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -5/+8 |
| 2017-10-16 | convert constant promotion into a query | Niko Matsakis | -2/+3 |
| 2017-09-23 | incr.comp.: Remove support for loading metadata fingerprints. | Michael Woerister | -3/+18 |
| 2017-09-20 | Fix ICE | scalexm | -0/+13 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -14/+14 |
| 2017-09-18 | incr.comp.: Already hash HIR bodies during metadata export so they don't have... | Michael Woerister | -11/+51 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -4/+8 |
| 2017-09-17 | rustc: Mostly remove `ExportedSymbols` | Alex Crichton | -1/+2 |
| 2017-09-17 | rustc: Calculate `ExportedSymbols` in a query | Alex Crichton | -1/+1 |
| 2017-09-14 | bring TyCtxt into scope | Douglas Campos | -2/+2 |
| 2017-09-13 | Auto merge of #44420 - alexcrichton:private-cstore, r=michaelwoerister | bors | -15/+1 |
| 2017-09-12 | rustc: Make `CrateStore` private to `TyCtxt` | Alex Crichton | -15/+1 |
| 2017-09-12 | Auto merge of #44133 - vorner:allocator-kind-autodetect, r=alexcrichton | bors | -36/+63 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -4/+4 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -3/+25 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -3/+2 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -3/+2 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -3/+10 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -3/+3 |