| Age | Commit message (Expand) | Author | Lines |
| 2018-04-20 | Clean up `IsolatedEncoder::encode_info_for_impl_item()` a bit | Wesley Wiser | -12/+13 |
| 2018-04-20 | Fix bad merge in #49991 | Wesley Wiser | -1/+1 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -44/+59 |
| 2018-04-16 | Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister | bors | -2/+9 |
| 2018-04-14 | Get rid of redundant `HashSet` | Oliver Schneider | -13/+12 |
| 2018-04-14 | Encode items before encoding the list of AllocIds | Oliver Schneider | -10/+13 |
| 2018-04-14 | Use `LazySeq` instead of `Vec` | Oliver Schneider | -17/+22 |
| 2018-04-14 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -22/+46 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -1/+1 |
| 2018-04-10 | Make Session.has_global_allocator thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-04-09 | Take OutputType::DepInfo into account for metadata_output_only | varkor | -3/+2 |
| 2018-04-09 | Convert sort_unstable_by_key to sort_by_cached_key | varkor | -2/+2 |
| 2018-04-06 | Allow for representing exported monomorphizations in crate metadata. | Michael Woerister | -4/+8 |
| 2018-04-04 | Add len() method to OutputTypes | varkor | -1/+1 |
| 2018-03-28 | Take the original extra-filename passed to a crate into account when | Chris Manchester | -0/+2 |
| 2018-03-27 | Skip MIR optimisation for cargo check | varkor | -3/+11 |
| 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 |