| Age | Commit message (Expand) | Author | Lines |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -13/+13 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -21/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -50/+50 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -20/+20 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -56/+56 |
| 2019-06-06 | Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddyb | bors | -10/+3 |
| 2019-06-04 | Revert "Make MaybeStorageLive drop-aware" | Tyler Mandry | -10/+3 |
| 2019-06-04 | Rollup merge of #61069 - Zoxc:drop-borrow-fix, r=pnkfelix | Pietro Albini | -1/+12 |
| 2019-05-29 | Rollup merge of #61249 - spastorino:local-or-deref-local, r=oli-obk,Centril | Mazdak Farrokhzad | -2/+4 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -19/+19 |
| 2019-05-28 | Rename Place::local to Place::local_or_deref_local | Santiago Pastorino | -2/+4 |
| 2019-05-23 | Make find_local iterate instead of recurse | Santiago Pastorino | -8/+11 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -31/+8 |
| 2019-05-23 | Make MIR drop terminators borrow the dropped location | John Kåre Alsaker | -1/+12 |
| 2019-05-21 | Remove MIR borrowck hack for old match scopes | Matthew Jasper | -31/+8 |
| 2019-05-14 | Make MaybeStorageLive drop-aware | Tyler Mandry | -3/+8 |
| 2019-04-26 | Remove BasicBlock parameter from mir visitor methods | Matthew Jasper | -2/+2 |
| 2019-04-13 | Auto merge of #59612 - matthewjasper:dataflow-usual-newtype-index, r=estebank | bors | -1/+6 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -2/+2 |
| 2019-04-01 | Use normal newtype_index macro for MIR dataflow | Matthew Jasper | -1/+6 |
| 2019-03-18 | promoted is still left in 2 places | Saleem Jaffer | -1/+0 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -7/+8 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -7/+0 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -31/+31 |
| 2019-01-30 | Pass correct arguments to places_conflict | Matthew Jasper | -1/+1 |
| 2018-12-28 | Remove unnecessary borrow generation | Matthew Jasper | -14/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -40/+0 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -1/+0 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -74/+106 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -1/+0 |
| 2018-12-17 | Add required lifetime parameter to BitDenotation. | David Wood | -64/+65 |
| 2018-12-17 | Kill borrows from a projection after assignment. | David Wood | -23/+54 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-11-30 | Remove the `region_map` field from `BorrowSet` | Matthew Jasper | -8/+1 |
| 2018-11-18 | Only handle ReVar regions in NLL borrowck | Matthew Jasper | -82/+9 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -5/+1 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -0/+1 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -0/+1 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -2/+2 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -2/+2 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -1/+1 |
| 2018-10-22 | Replace the `run_passes!` macro with a regular function | Wesley Wiser | -1/+0 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -2/+2 |
| 2018-09-24 | Shrink StatementKind::Assign. | Nicholas Nethercote | -1/+1 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -1/+1 |
| 2018-09-20 | Improve handling of type bounds in `bit_set.rs`. | Nicholas Nethercote | -1/+2 |
| 2018-09-18 | Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read | Remy Rakic | -1/+1 |
| 2018-09-18 | Auto merge of #54286 - nnethercote:BitSet, r=pnkfelix | bors | -62/+60 |