| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -270/+0 |
| 2020-06-30 | Handle inactive enum variants in `MaybeUninitializedPlaces` | Dylan MacKenzie | -0/+40 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -2/+2 |
| 2020-03-31 | Use Place directly on place_contents_drop_state_cannot_differ, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2019-12-22 | Format the world | Mark Rousskov | -41/+34 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -2/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 |
| 2019-09-09 | Make move_path_children_matching closure take a PlaceElem instead of a slice | Santiago Pastorino | -4/+7 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -8/+3 |
| 2019-07-22 | Place::as_place_ref is now Place::as_ref | Santiago Pastorino | -1/+1 |
| 2019-07-20 | Avoid cloning Place in report_use_of_moved_or_uninitialized and friends | Santiago Pastorino | -1/+1 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -2/+2 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -1/+1 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -21/+21 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -19/+28 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -22/+22 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -10/+10 |
| 2019-05-24 | Make place projections concrete. | Edd Barrett | -1/+1 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -2/+2 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -3/+3 |
| 2017-12-02 | create a drop ladder for an array if any value is moved out | Mikhail Modin | -1/+6 |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -15/+15 |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -6/+6 |
| 2017-11-27 | Add initialization info to `MoveData` | Matthew Jasper | -41/+34 |
| 2017-11-15 | fix comment, remove redundant code | Mikhail Modin | -18/+1 |
| 2017-11-15 | add `StorageDead` handling | Mikhail Modin | -1/+6 |
| 2017-10-31 | make the dataflow / mir-borrowck types carry a `'tcx` lifetime | Niko Matsakis | -20/+20 |
| 2017-10-31 | test "needs drop" on region-erased, lifted types | Niko Matsakis | -2/+6 |
| 2017-08-16 | Migrated some code out of `dataflow::drop_flag_effects` and into its parent m... | Felix S. Klock II | -70/+2 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -3/+3 |
| 2017-08-10 | For box expressions, use NZ drop instead of a free block | Ariel Ben-Yehuda | -8/+18 |
| 2017-07-30 | add new instructions for asserting when values are valid, and to describe whe... | Ralf Jung | -0/+1 |
| 2017-06-28 | Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate. | Felix S. Klock II | -0/+308 |