| Age | Commit message (Expand) | Author | Lines |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -12/+0 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -1/+1 |
| 2018-01-11 | Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoerister | bors | -8/+9 |
| 2018-01-11 | Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoerister | bors | -0/+7 |
| 2018-01-09 | [incremental] Specialize encoding and decoding of Fingerprints | Wesley Wiser | -0/+7 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -8/+9 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -4/+4 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -1/+1 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -4/+4 |
| 2018-01-04 | Span Encoding: Replace if with debug_assertion() and add some comments. | Michael Woerister | -3/+4 |
| 2018-01-04 | Map invalid Spans to DUMMY_SP during crate metadata encoding. | Michael Woerister | -1/+39 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -0/+7 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -3/+3 |
| 2017-12-19 | incr.comp.: Precompute small hash for filenames to save some work. | Michael Woerister | -0/+7 |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -1/+3 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -15/+17 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -3/+1 |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -58/+10 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -58/+10 |
| 2017-11-28 | incr.comp.: Make MIR encoding fit for incr.comp. caching. | Michael Woerister | -0/+9 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -13/+19 |
| 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 | -12/+19 |
| 2017-11-18 | kill the `closure_kind` query | Niko Matsakis | -1/+0 |
| 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 | -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 |