| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -6/+19 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -7/+0 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -6/+6 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -3/+3 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -1/+1 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -4/+2 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | Make `FalseEdges` always have two targets | Matthew Jasper | -4/+2 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -8/+12 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -62/+62 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -9/+9 |
| 2019-05-27 | Make dest_needs_borrow iterate instead of recurse | Santiago Pastorino | -10/+13 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -1/+1 |
| 2019-04-30 | Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebank | Mazdak Farrokhzad | -4/+4 |
| 2019-04-26 | Remove region from borrow place contexts | Matthew Jasper | -2/+2 |
| 2019-04-26 | Remove BasicBlock parameter from mir visitor methods | Matthew Jasper | -2/+2 |
| 2019-04-26 | Update handling of Tuple | varkor | -1/+4 |
| 2019-04-25 | Update existing usages | varkor | -1/+1 |
| 2019-04-23 | rustc: dissuade compiler developers from misusing upvar debuginfo. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -3/+2 |
| 2019-03-23 | adding mir::StaticKind enum for static and promoted | Saleem Jaffer | -1/+3 |
| 2019-03-21 | review fixes | Saleem Jaffer | -8/+3 |
| 2019-03-18 | fixed all compilation errors | Saleem Jaffer | -0/+1 |
| 2019-03-18 | promoted is still left in 2 places | Saleem Jaffer | -4/+8 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+4 |
| 2019-03-05 | Handle new ConstValue variants in mir | varkor | -1/+1 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -8/+8 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -2/+2 |