| Age | Commit message (Expand) | Author | Lines |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -3/+3 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-28 | Add analysis to determine if a local is indirectly mutable | Dylan MacKenzie | -0/+1 |
| 2019-09-19 | Rollup merge of #64566 - ecstatic-morse:generic-dataflow, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2019-09-18 | Rollup merge of #64532 - ecstatic-morse:dataflow-cursor-get, r=tmandry | Tyler Mandry | -26/+2 |
| 2019-09-17 | Add generic dataflow impl | Dylan MacKenzie | -0/+1 |
| 2019-09-16 | Remove `dataflow::state_for_location` | Dylan MacKenzie | -28/+0 |
| 2019-09-16 | Add a getter for the current state to `DataflowResultsCursor` | Dylan MacKenzie | -0/+4 |
| 2019-09-06 | Make rustc_mir::dataflow module pub | Shotaro Yamada | -9/+9 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -8/+3 |
| 2019-07-20 | Avoid cloning Place in report_use_of_moved_or_uninitialized and friends | Santiago Pastorino | -2/+2 |
| 2019-07-14 | Actually call `visit_block_entry` in `DataflowResultsConsumer` | Dylan MacKenzie | -0/+2 |
| 2019-07-02 | Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper | bors | -1/+94 |
| 2019-07-01 | Clean up extra lifetime, add assertions | Tyler Mandry | -2/+2 |
| 2019-06-28 | Remove Clone requirement | Tyler Mandry | -2/+1 |
| 2019-06-27 | Use a more efficient iteration order for forward dataflow | Dylan MacKenzie | -2/+18 |
| 2019-06-25 | Add RequiresStorage pass to decide which locals to save in generators | Tyler Mandry | -1/+1 |
| 2019-06-25 | Add DataflowResultsCursor | Tyler Mandry | -0/+94 |
| 2019-06-24 | Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelix | bors | -157/+135 |
| 2019-06-22 | Merge `BitSetOperator` and `InitialFlow` into one trait. | Dylan MacKenzie | -12/+26 |
| 2019-06-22 | rustc_mir: don't pass `on_entry` when building transfer functions. | Dylan MacKenzie | -148/+112 |
| 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 | -9/+24 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -11/+11 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -4/+2 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-12 | Make `FalseEdges` always have two targets | Matthew Jasper | -4/+2 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -17/+24 |
| 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 | -16/+16 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -7/+7 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -6/+5 |
| 2019-04-01 | Use normal newtype_index macro for MIR dataflow | Matthew Jasper | -1/+6 |
| 2019-03-24 | Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkov | kennytm | -6/+6 |
| 2019-03-17 | Use a valid name for graphviz graphs | Matthew Jasper | -6/+6 |
| 2019-03-16 | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | -1/+1 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -5/+6 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -13/+13 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -6/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -33/+38 |
| 2018-12-17 | Add required lifetime parameter to BitDenotation. | David Wood | -33/+38 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 2018-10-22 | Replace the `run_passes!` macro with a regular function | Wesley Wiser | -14/+0 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -1/+1 |
| 2018-09-18 | Eliminate `BitwiseOperator`. | Nicholas Nethercote | -6/+4 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -36/+35 |