| Age | Commit message (Expand) | Author | Lines |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -2/+1 |
| 2019-05-04 | Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasper | Mazdak Farrokhzad | -20/+4 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -2/+1 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -11/+11 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -5/+8 |
| 2019-05-02 | Stub display impl for Origin | Christopher Vittal | -20/+4 |
| 2019-05-01 | Slightly simplify the MIR for slice drop shims | Matthew Jasper | -57/+65 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -6/+6 |
| 2019-04-30 | Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebank | Mazdak Farrokhzad | -44/+39 |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -5/+5 |
| 2019-04-26 | Remove region from borrow place contexts | Matthew Jasper | -40/+35 |
| 2019-04-26 | Remove BasicBlock parameter from mir visitor methods | Matthew Jasper | -4/+4 |
| 2019-04-26 | Update handling of Tuple | varkor | -1/+2 |
| 2019-04-25 | Update existing usages | varkor | -6/+6 |
| 2019-04-25 | Update comment for liveness_of_locals | Tyler Mandry | -2/+1 |
| 2019-04-23 | rustc_mir: pretty-print all locals into their respective scopes. | Eduard-Mihai Burtescu | -74/+52 |
| 2019-04-22 | Explain error when yielding a reference to a local variable | Matthew Jasper | -2/+4 |
| 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 |