| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-07-06 | Rollup merge of #52067 - csmoe:issue-51167, r=nikomatsakis | Mark Rousskov | -1/+2 |
| 2018-07-05 | reverse_postorder | csmoe | -1/+2 |
| 2018-07-03 | Address #51813 | Pramod Bisht | -44/+44 |
| 2018-06-29 | Rename `IdxSet::clone_from`. | Nicholas Nethercote | -1/+1 |
| 2018-04-15 | encapsulate ReserveOrActivateIndex into the borrows dataflow | Niko Matsakis | -1/+0 |
| 2018-04-15 | relocate `BorrowData` etc into `borrow_check::borrow_set` | Niko Matsakis | -1/+1 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-03-15 | Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix | kennytm | -2/+1 |
| 2018-03-09 | Finally start down the right path | bobtwinkles | -20/+21 |
| 2018-03-06 | Remove IdxSet::each_bit | varkor | -2/+1 |
| 2018-03-02 | Run Rustfix on librustc_mir | Manish Goregaokar | -1/+1 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -0/+8 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -0/+1 |
| 2018-01-30 | Force locals to be live after they are borrowed for immovable generators. Fix... | John Kåre Alsaker | -0/+1 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-01-03 | Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakis | bors | -3/+44 |
| 2017-12-24 | add pre-statement-effect to dataflow | Ariel Ben-Yehuda | -3/+44 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -0/+1 |
| 2017-12-13 | New `ActiveBorrows` dataflow for two-phase `&mut`; not yet borrowed-checked. | Felix S. Klock II | -50/+92 |
| 2017-12-13 | Refactoring: Allow `BlockSets.on_entry` to denote locally accumulated intrabl... | Felix S. Klock II | -0/+30 |
| 2017-12-13 | Refactoring: pull bitvector initialization out from other parts of dataflow. | Felix S. Klock II | -12/+9 |
| 2017-12-13 | Revised graphviz rendering API to avoid requiring borrowed state. | Felix S. Klock II | -13/+32 |