| Age | Commit message (Expand) | Author | Lines |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -2/+29 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -2/+29 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -1/+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 | -4/+4 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -50/+8 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+1 |
| 2017-10-24 | incr.comp.: Factor some persistence functionality out of crate metadata code. | Michael Woerister | -50/+8 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -3/+10 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -2/+1 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -2/+1 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -3/+10 |
| 2017-09-09 | rustc: Remove `DepGraph` handling from rustc_metadata | Alex Crichton | -5/+5 |
| 2017-09-07 | rustc: Remove `CrateStore::crates` as a method | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -3/+4 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -3/+2 |
| 2017-09-05 | rustc: Remove a number of mutable fields in cstore | Alex Crichton | -2/+2 |
| 2017-09-05 | rustc: Move original_crate_name to a query | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Move crate_hash to a query | Alex Crichton | -1/+1 |
| 2017-09-02 | rustc_mir: actually "promote" constants' MIR to 'static by removing StorageDe... | Eduard-Mihai Burtescu | -3/+3 |
| 2017-08-29 | rustc: Make the `export_map` of TyCtxt private | Alex Crichton | -2/+3 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -29/+29 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -29/+29 |
| 2017-08-11 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -5/+2 |
| 2017-08-08 | Encode proper spans in crate metadata. | Inokentiy Babushkin | -1/+1 |
| 2017-07-31 | async-llvm(18): Instantiate OngoingCrateTranslation before starting translation. | Michael Woerister | -5/+2 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -4/+14 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -0/+5 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -0/+5 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -8/+46 |
| 2017-06-27 | rustc_typeck: support functions in variance computation. | Eduard-Mihai Burtescu | -6/+25 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -1/+20 |
| 2017-06-27 | rustc: rename closure_type to fn_sig. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -3/+4 |
| 2017-06-07 | Allocate DefIndices for global crate metadata. | Michael Woerister | -16/+24 |
| 2017-05-28 | Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakis | bors | -18/+4 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -0/+1 |
| 2017-05-23 | incr.comp.: Track expanded spans instead of FileMaps. | Michael Woerister | -18/+4 |
| 2017-05-15 | Fix instability in GlobalMetadata::Impls ICH. | Michael Woerister | -7/+21 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -433/+494 |
| 2017-05-05 | change various uses of `item_variances` to `variances_of` | Niko Matsakis | -3/+3 |
| 2017-05-02 | rename from `item_mir` to `optimized_mir` | Niko Matsakis | -11/+11 |
| 2017-05-02 | introduce `mir_keys()` | Niko Matsakis | -1/+6 |
| 2017-04-28 | Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddyb | bors | -8/+8 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -2/+30 |
| 2017-04-28 | do not access `inherited_impls` map directly | Niko Matsakis | -8/+8 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -1/+3 |