| Age | Commit message (Expand) | Author | Lines |
| 2020-01-13 | Don't suppress move errors for union fields | Matthew Jasper | -9/+22 |
| 2019-12-11 | more private | Mark Mansi | -8/+4 |
| 2019-12-11 | fix imports | Mark Mansi | -6/+8 |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -38/+93 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -4/+5 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -17/+17 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -1/+3 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -4/+4 |
| 2019-12-02 | Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach... | Paul Daniel Faria | -11/+11 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -1/+1 |
| 2019-11-21 | Track pointers to statics in MIR | Matthew Jasper | -1/+3 |
| 2019-10-22 | Move Place::elem methods and friends to TyCtxt | Santiago Pastorino | -1/+1 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -3/+3 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -3/+5 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -13/+4 |
| 2019-10-13 | Remove special case for zero-sized arrays from indirectly mut locals | Dylan MacKenzie | -13/+4 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -3/+3 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -8/+30 |
| 2019-10-02 | Do not mark unitinitialized locals as requiring storage | Matthew Jasper | -8/+30 |
| 2019-10-02 | Rollup merge of #64967 - ecstatic-morse:issue-64945, r=oli-obk | Mazdak Farrokhzad | -15/+31 |
| 2019-10-01 | Update example table to match current output | Dylan MacKenzie | -19/+19 |
| 2019-10-01 | Reset row background for each block | Dylan MacKenzie | -0/+1 |
| 2019-10-01 | Don't mark zero-sized arrays as indirectly mutable when borrowed | Dylan MacKenzie | -15/+31 |
| 2019-09-30 | Add graphviz debug output for generic dataflow | Dylan MacKenzie | -5/+510 |
| 2019-09-30 | Allow `ResultsCursor` to borrow the underlying `Results` | Dylan MacKenzie | -8/+16 |
| 2019-09-30 | Fix typo in docs | Dylan MacKenzie | -1/+1 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -11/+11 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -5/+5 |
| 2019-09-28 | Correct `IndirectlyMutableLocals` docs | Dylan MacKenzie | -8/+4 |
| 2019-09-28 | Give usage instructions `IndirectlyMutableLocals` docs | Dylan MacKenzie | -3/+7 |
| 2019-09-28 | Explain why `visit_terminator` does nothing for `IndirectlyMutableLocals` | Dylan MacKenzie | -0/+3 |
| 2019-09-28 | Don't treat locals as mutably borrowed after they're dropped | Dylan MacKenzie | -12/+5 |
| 2019-09-28 | Add analysis to determine if a local is indirectly mutable | Dylan MacKenzie | -4/+157 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -2/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -3/+3 |
| 2019-09-19 | Rollup merge of #64566 - ecstatic-morse:generic-dataflow, r=oli-obk | Mazdak Farrokhzad | -0/+513 |
| 2019-09-18 | Rollup merge of #64532 - ecstatic-morse:dataflow-cursor-get, r=tmandry | Tyler Mandry | -26/+2 |
| 2019-09-18 | Rollup merge of #64207 - sinkuu:pub_dataflow, r=tmandry | Tyler Mandry | -9/+9 |
| 2019-09-18 | Fix bug where `is_call_return_effect_applied` was never set | Dylan MacKenzie | -0/+1 |
| 2019-09-18 | Add summary of the current state and future plans | Dylan MacKenzie | -0/+18 |
| 2019-09-18 | Publish `rustc_mir::dataflow` and remove `#[allow(unused)]` | Dylan MacKenzie | -5/+0 |
| 2019-09-18 | Fix typo | Dylan MacKenzie | -1/+1 |
| 2019-09-18 | Use an associated const for `name` | Dylan MacKenzie | -2/+2 |
| 2019-09-18 | Fix `Analysis` example | Dylan MacKenzie | -2/+4 |
| 2019-09-17 | Add ignore reason to placate `tidy` | Dylan MacKenzie | -1/+1 |
| 2019-09-17 | Temporarily add `#[allow(unused)]` for CI | Dylan MacKenzie | -0/+2 |
| 2019-09-17 | Document new dataflow analysis | Dylan MacKenzie | -0/+50 |
| 2019-09-17 | Add generic dataflow impl | Dylan MacKenzie | -0/+445 |
| 2019-09-16 | Remove `dataflow::state_for_location` | Dylan MacKenzie | -28/+0 |