| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | Followup for #46112. | Felix S. Klock II | -1/+11 |
| 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 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -0/+15 |
| 2017-09-10 | Autodetect the type of allocator crate used | Michal 'vorner' Vaner | -36/+63 |
| 2017-09-09 | rustc: Remove `DepGraph` handling from rustc_metadata | Alex Crichton | -238/+95 |
| 2017-09-07 | rustc: Remove `CrateStore::crates` as a method | Alex Crichton | -3/+8 |
| 2017-09-05 | Clarify failure condition on tests | Alex Crichton | -3/+3 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -10/+10 |
| 2017-09-05 | rustc: Move stability functionality into queries | Alex Crichton | -2/+10 |
| 2017-09-05 | rustc: Rename item_body query to extern_const_body | Alex Crichton | -9/+6 |
| 2017-09-05 | rustc: Remove `CrateStore::used_crate*` | Alex Crichton | -56/+17 |