| Age | Commit message (Expand) | Author | Lines |
| 2020-06-13 | placate tidy. | Felix S. Klock II | -1/+1 |
| 2020-06-13 | Revert "Reduce the number of drop-flag assignments in unwind paths" | Felix S. Klock II | -1/+4 |
| 2020-06-13 | Revert "Address review comments" | Felix S. Klock II | -6/+2 |
| 2020-06-13 | Revert "Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysi... | Mark Rousskov | -125/+234 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+2 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+2 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -2/+8 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -5/+5 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -1/+1 |
| 2020-05-19 | Document assumptions made in generator transform for analyses | Dylan MacKenzie | -0/+6 |
| 2020-05-19 | Remove `MaybeRequiresStorage` | Dylan MacKenzie | -234/+2 |
| 2020-05-19 | Add `MaybeInitializedLocals` dataflow analysis | Dylan MacKenzie | -0/+117 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -3/+62 |
| 2020-05-09 | Address review comments | Matthew Jasper | -2/+6 |
| 2020-05-09 | Reduce the number of drop-flag assignments in unwind paths | Matthew Jasper | -4/+1 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -1/+1 |
| 2020-05-08 | Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievink | Dylan DPC | -0/+7 |
| 2020-05-07 | Incorporate old module docs into `MaybeLiveLocals` docs | Dylan MacKenzie | -0/+7 |
| 2020-05-06 | Add `SourceInfo::outermost`. | Nicholas Nethercote | -1/+1 |
| 2020-05-04 | Import dataflow impls via the `impls` submodule | Dylan MacKenzie | -6/+1 |
| 2020-05-04 | Export dataflow impls by name | Dylan MacKenzie | -4/+4 |
| 2020-05-03 | Use agreed upon terminology in cursor docs | Dylan MacKenzie | -5/+5 |
| 2020-05-03 | Live variable analysis | Dylan MacKenzie | -2/+141 |
| 2020-05-03 | Initialize the cursor with an empty state | Dylan MacKenzie | -4/+10 |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -639/+1075 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -2/+2 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -4/+3 |
| 2020-04-09 | Make `MaybeStorageLive` correct for all kinds of MIR bodies | Dylan MacKenzie | -5/+17 |
| 2020-04-03 | Rollup merge of #70707 - ecstatic-morse:dataflow-graphviz-cleanup, r=nikomats... | Mazdak Farrokhzad | -277/+0 |
| 2020-04-02 | Remove unused graphviz visualization | Dylan MacKenzie | -277/+0 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -2/+2 |
| 2020-04-01 | Rollup merge of #70627 - spastorino:use-place-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -65/+65 |
| 2020-04-01 | Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco | Mazdak Farrokhzad | -1/+20 |
| 2020-03-31 | Use Place directly in apply_call_return_effect on framework/tests, it's Copy | Santiago Pastorino | -1/+1 |
| 2020-03-31 | Use Place directly on place_contents_drop_state_cannot_differ, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly on Operand::place and friends, it's Copy | Santiago Pastorino | -28/+28 |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -28/+28 |
| 2020-03-31 | Use Place directly, it's Copy | Santiago Pastorino | -6/+6 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -36/+30 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -17/+17 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -32/+32 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -2/+2 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -1/+1 |
| 2020-03-28 | Ensure output dir for dataflow results exists | Dylan MacKenzie | -0/+5 |
| 2020-03-28 | Dump graphviz dataflow results with flag | Dylan MacKenzie | -1/+15 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -3/+3 |
| 2020-03-26 | Make `framework` a private module | Dylan MacKenzie | -1/+1 |
| 2020-03-26 | Update `framework` module docs | Dylan MacKenzie | -17/+15 |
| 2020-03-26 | Move `BottomValue` into `framework/mod.rs` | Dylan MacKenzie | -47/+43 |
| 2020-03-26 | Update imports from `dataflow::generic` to `dataflow` | Dylan MacKenzie | -7/+6 |