| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-09-13 | Remove bitslice.rs. | Nicholas Nethercote | -1/+1 |
| 2018-09-05 | A few cleanups and minor improvements to mir/dataflow | ljedrz | -5/+4 |
| 2018-08-30 | Make move out computation lazy | Santiago Pastorino | -14/+2 |
| 2018-08-27 | update comment in the interest of precision | Niko Matsakis | -6/+10 |
| 2018-08-24 | Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits. | Nicholas Nethercote | -4/+4 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -49/+23 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -15/+15 |
| 2018-08-20 | Convert `AllSets::on_entry_sets` to a `Vec<IdxSetBuf<E>>`. | Nicholas Nethercote | -40/+14 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-16 | Speed up NLL with `HybridIdxSetBuf`. | Nicholas Nethercote | -42/+48 |
| 2018-07-23 | Simplify 2 functions in rustc_mir/dataflow | ljedrz | -10/+1 |
| 2018-07-13 | Make BitSlice's `Word` properly generic. | Nicholas Nethercote | -5/+5 |
| 2018-07-13 | Inline and remove `DataflowAnalysis::num_bits_overall()`. | Nicholas Nethercote | -13/+3 |