| Age | Commit message (Expand) | Author | Lines |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -4/+4 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -5/+5 |
| 2020-03-21 | Use Reveal::All in MIR inliner | Wesley Wiser | -10/+3 |
| 2020-03-21 | Rollup merge of #69934 - andjo403:inlinecost, r=wesleywiser | Mazdak Farrokhzad | -2/+17 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -9/+6 |
| 2020-03-11 | Update the mir inline costs | Andreas Jonson | -2/+17 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+23 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-28 | make_integrate_local takes Local by value | Santiago Pastorino | -4/+4 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -2/+2 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -18/+10 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -5/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Ensure that we process projections during MIR inlining | Aaron Hill | -8/+4 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -3/+10 |
| 2019-12-22 | Format the world | Mark Rousskov | -128/+92 |
| 2019-12-20 | [mir-opt] Fix `Inline` pass to handle inlining into `box` expressions | Wesley Wiser | -10/+20 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -6/+6 |
| 2019-12-05 | `#[track_caller]` suppresses MIR inlining. | Adam Perry | -0/+5 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -6/+6 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -31/+31 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -4/+9 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -11/+11 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -23/+23 |
| 2019-12-02 | Address nits and remove unneeded pass | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -3/+3 |
| 2019-11-30 | rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. | Eduard-Mihai Burtescu | -5/+1 |
| 2019-11-30 | rustc_mir: fix inliner to also copy over source_scope_local_data. | Eduard-Mihai Burtescu | -1/+10 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -8/+4 |
| 2019-10-22 | Move Place::elem methods and friends to TyCtxt | Santiago Pastorino | -3/+3 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -1/+8 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -26/+14 |
| 2019-10-18 | Use Cow to handle modifications of projection in preparation for interning | Santiago Pastorino | -4/+8 |
| 2019-10-17 | Add process_* place hooks to improve code reutilization | Santiago Pastorino | -11/+12 |
| 2019-10-17 | Prepare inline MutVisitor to have projections interned | Santiago Pastorino | -16/+35 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -3/+3 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -2/+2 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -17/+15 |
| 2019-08-22 | Handle statics in `Subst::subst()` by implementing `TypeFoldable` | Wesley Wiser | -15/+0 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -15/+9 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -4/+5 |
| 2019-08-22 | Move 'tcx lifetime on MirPass | Wesley Wiser | -2/+2 |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -7/+0 |