| Age | Commit message (Expand) | Author | Lines |
| 2019-06-30 | Rollup merge of #62063 - ecstatic-morse:dataflow-backward-order, r=nagisa | Mazdak Farrokhzad | -3/+18 |
| 2019-06-27 | Use more efficient iteration order for backward dataflow | Dylan MacKenzie | -3/+18 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -21/+20 |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -1/+1 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -3/+5 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -1/+3 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -14/+3 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -41/+41 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -27/+33 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -27/+27 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -15/+15 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -29/+29 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -29/+20 |
| 2019-06-11 | rustc_mir: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -14/+14 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -108/+108 |
| 2019-06-06 | Don't run MIR passes on constructor shims | Matthew Jasper | -0/+78 |
| 2019-06-03 | Improve cannot move errors | Matthew Jasper | -9/+3 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -32/+32 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -3/+1 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 2019-05-13 | Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelix | Mazdak Farrokhzad | -2/+4 |
| 2019-05-12 | Remove redundant "let mut" in write_graph_label | Yusuke Matsushita | -1/+1 |
| 2019-05-09 | Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1 | Mazdak Farrokhzad | -57/+65 |
| 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 |