| Age | Commit message (Expand) | Author | Lines |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -2/+2 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -2/+2 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -1/+1 |
| 2019-08-31 | Kill borrows from assignments after generating new borrows | Matthew Jasper | -4/+4 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+5 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -2/+2 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -1/+1 |
| 2019-06-22 | Merge `BitSetOperator` and `InitialFlow` into one trait. | Dylan MacKenzie | -14/+5 |
| 2019-06-22 | rustc_mir: don't pass `on_entry` when building transfer functions. | Dylan MacKenzie | -22/+28 |
| 2019-06-20 | Kill conflicting borrows of places with projections. | Dylan MacKenzie | -30/+25 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -11/+11 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -4/+4 |
| 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-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -3/+3 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -13/+13 |
| 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 | -10/+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 | -38/+58 |
| 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 | -28/+17 |
| 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 | -1/+1 |
| 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-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -0/+1 |
| 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-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 | -12/+11 |
| 2018-09-18 | Eliminate `BitwiseOperator`. | Nicholas Nethercote | -5/+5 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -8/+7 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -1/+4 |
| 2018-09-15 | Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-13 | Remove bitslice.rs. | Nicholas Nethercote | -1/+1 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -1/+1 |
| 2018-09-08 | Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis | bors | -2/+8 |
| 2018-09-08 | Rollup merge of #53942 - nnethercote:faster-precompute, r=nikomatsakis | kennytm | -41/+79 |
| 2018-09-06 | Skip a shared borrow of a immutable local variables | Mikhail Modin | -2/+8 |