| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -5/+5 |
| 2019-04-26 | Update handling of Tuple | varkor | -1/+2 |
| 2019-04-23 | rustc_mir: pretty-print all locals into their respective scopes. | Eduard-Mihai Burtescu | -74/+52 |
| 2019-04-21 | Enable migrate mode by default on the 2015 edition | Matthew Jasper | -1/+1 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -2/+2 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -3/+3 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -2/+2 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -6/+2 |
| 2019-03-24 | Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkov | kennytm | -2/+14 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -6/+2 |
| 2019-03-21 | Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwco | bors | -3/+2 |
| 2019-03-17 | Use a valid name for graphviz graphs | Matthew Jasper | -2/+14 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -16/+7 |
| 2019-03-16 | Rollup merge of #59036 - dlrobertson:fix_59021, r=estebank | kennytm | -1/+3 |
| 2019-03-15 | rustc: move the contents of ty::item_path to ty::print. | Eduard-Mihai Burtescu | -6/+5 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -6/+6 |
| 2019-03-15 | rustc: implement fmt::{Debug,Display} on Ty instead of TyS. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-10 | Fix ICE in MIR pretty printing | Dan Robertson | -1/+3 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+2 |
| 2019-03-03 | Auto merge of #58505 - schomatis:fix/nll/remove-live-var, r=matthewjasper | bors | -88/+34 |
| 2019-03-03 | Check which blocks are cleanup in mir-opt tests | Matthew Jasper | -3/+2 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -22/+29 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -8/+8 |
| 2019-02-15 | nll: remove `IdentityMap` and `LiveVariableMap` | Lucas Molas | -88/+34 |
| 2019-02-13 | Rollup merge of #58354 - matthewjasper:mir-dump-fixes, r=wesleywiser | Mazdak Farrokhzad | -2/+3 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -23/+24 |
| 2019-02-10 | Fix ICE and invalid filenames in MIR printing code | Matthew Jasper | -2/+3 |
| 2019-02-10 | Auto merge of #58103 - RalfJung:mir-shim-dump, r=eddyb | bors | -47/+72 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -1/+1 |
| 2019-02-09 | fix rebase fallout | Ralf Jung | -11/+11 |
| 2019-02-09 | fix printing closures | Ralf Jung | -20/+18 |
| 2019-02-09 | fix node classification | Ralf Jung | -10/+17 |
| 2019-02-09 | fix --emit=mir: StructCtors are functions | Ralf Jung | -1/+1 |
| 2019-02-09 | disambiguate filenames of multiple drop shims being dumped | Ralf Jung | -1/+20 |
| 2019-02-09 | pass full InstanceDef to run_passes | Ralf Jung | -10/+10 |
| 2019-02-09 | fix rebase fallout: AnonConsts are Consts, and Methods are functions | Ralf Jung | -3/+3 |
| 2019-02-09 | fix dumping MIR from another crate | Ralf Jung | -14/+15 |
| 2019-02-08 | Use real try blocks | Taiki Endo | -2/+2 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -24/+28 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -1/+1 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -2/+2 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -0/+2 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -2/+2 |
| 2019-01-13 | Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis | Mazdak Farrokhzad | -11/+32 |
| 2019-01-04 | Improve diagnostic labels and add note. | David Wood | -11/+32 |
| 2019-01-01 | Add `unwrap_usize` to `LazyConst`, too | Oliver Scherer | -1/+1 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -7/+18 |
| 2018-12-30 | Add user type annotations to MIR dump. | David Wood | -0/+14 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -101/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 |