| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -61/+0 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -8/+2 |
| 2020-04-01 | Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-28 | `dump_enabled` takes a `DefId` instead of `MirSource` | Dylan MacKenzie | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | Use BufWriter | Shotaro Yamada | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -12/+18 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -2/+3 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -2/+2 |
| 2019-08-22 | Move 'tcx lifetime on MirPass | Wesley Wiser | -2/+2 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -2/+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 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -17/+15 |
| 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 | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -3/+3 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -3/+3 |
| 2019-02-09 | fix rebase fallout | Ralf Jung | -2/+2 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -3/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-03-02 | Run Rustfix on librustc_mir | Manish Goregaokar | -1/+1 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -2/+1 |
| 2017-11-14 | rustc_mir: drive passes directly with a macro. | Eduard-Mihai Burtescu | -31/+15 |
| 2017-11-14 | rustc: move the MIR pass infrastructure and list to rustc_mir. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-10-04 | Expand mir dump in order to handle NLL pass | Christopher Vittal | -1/+12 |
| 2017-05-02 | rip out everything but `MirPass`, move the logic into suites | Niko Matsakis | -32/+18 |
| 2017-05-02 | convert the `inline` pass to use the new multi result | Niko Matsakis | -6/+14 |
| 2017-05-02 | introduce idea of "stealable" MIR | Niko Matsakis | -5/+4 |
| 2017-05-02 | retool MIR passes completely | Niko Matsakis | -27/+29 |
| 2017-05-02 | move to only def-id passes | Niko Matsakis | -2/+2 |
| 2017-05-02 | introduce `DefIdPass` and remove all impls of `Pass` but `Inline` | Niko Matsakis | -4/+4 |
| 2017-05-02 | simplify the MirPass traits and passes dramatically | Niko Matsakis | -34/+35 |
| 2017-05-02 | rework `MirPass` API to be stateless and extract helper fns | Niko Matsakis | -2/+2 |
| 2017-05-02 | introduce `mir_keys()` | Niko Matsakis | -1/+1 |
| 2017-03-21 | Teach rustc --emit=mir | Jake Goulding | -0/+14 |
| 2017-03-18 | move the drop expansion code to rustc_mir | Ariel Ben-Yehuda | -2/+2 |
| 2016-11-14 | Remove `scope_auxiliary`. | Nicholas Nethercote | -2/+1 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -1/+1 |
| 2016-09-06 | Count and report time taken by MIR passes | Simonas Kazlauskas | -2/+2 |
| 2016-06-09 | use the type name as the pass name | Ariel Ben-Yehuda | -3/+1 |
| 2016-06-09 | add hook infrastructure for automatically dumping MIR on every pass | Ariel Ben-Yehuda | -7/+55 |
| 2016-06-05 | break critical edges only when needed | Ariel Ben-Yehuda | -0/+27 |