| Age | Commit message (Expand) | Author | Lines |
| 2018-04-17 | Difference between master and beta | Oliver Schneider | -1/+1 |
| 2018-04-17 | Get rid of redundant `HashSet` | Oliver Schneider | -13/+12 |
| 2018-04-17 | Encode items before encoding the list of AllocIds | Oliver Schneider | -10/+13 |
| 2018-04-17 | Use `LazySeq` instead of `Vec` | Oliver Schneider | -17/+22 |
| 2018-04-17 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -22/+46 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -1/+11 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+12 |
| 2018-03-20 | Encode/decode extern statics in metadata and incremental cache | Oliver Schneider | -2/+2 |
| 2018-03-16 | Cleanup metadata and incremental cache processing of constants | Oliver Schneider | -24/+20 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -3/+3 |
| 2018-03-08 | Don't borrow the interpret_interner for anything but a direct function call | Oliver Schneider | -5/+4 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -5/+3 |
| 2018-03-08 | Initial changes to librustc to support const trait fns. | Alexander Regueiro | -1/+8 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -9/+4 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -6/+8 |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -1/+38 |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -2/+2 |
| 2018-03-06 | Don't show crate metadata symbol as exported symbol to downstream crates. | Michael Woerister | -3/+19 |
| 2018-03-06 | Don't recompute SymbolExportLevel for upstream crates. | Michael Woerister | -15/+13 |
| 2018-03-06 | Clean up handling of symbol export information. | Michael Woerister | -10/+9 |
| 2018-03-06 | Rename exported_symbol_ids query to something more explicit and document what... | Michael Woerister | -11/+14 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+3 |
| 2018-02-22 | Implement --remap-path-prefix | Jeremy Fitzhardinge | -1/+1 |
| 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 |