| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-26 | Update use statements in `dataflow/mod.rs` | Dylan MacKenzie | -7/+10 |
| 2020-03-26 | Rename `dataflow::generic` to `dataflow::framework` | Dylan MacKenzie | -0/+0 |
| 2020-03-26 | Move `MoveDataParamEnv` to beginning of module | Dylan MacKenzie | -5/+5 |
| 2020-03-26 | Remove `BitDenotation` framework | Dylan MacKenzie | -1017/+2 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -3/+3 |
| 2020-03-23 | Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -3/+2 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -8/+6 |
| 2020-03-14 | Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry | bors | -29/+86 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2020-03-07 | Auto merge of #69676 - ecstatic-morse:fix-enum-discr-effect, r=oli-obk | bors | -20/+28 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -2/+2 |
| 2020-03-06 | Model generator resumption in dataflow | Jonas Schievink | -29/+86 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -6/+6 |
| 2020-03-05 | Don't pass &mut where immutable reference (&) is sufficient (clippy::unnecess... | Matthias Krüger | -4/+4 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -2/+2 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -2/+2 |
| 2020-03-04 | Make PlaceRef lifetimes of in_projection be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | cover some more nearby cases | Ralf Jung | -1/+0 |
| 2020-03-03 | Use correct place for `enum_place` | Dylan MacKenzie | -20/+28 |
| 2020-03-01 | Auto merge of #69606 - JohnTitor:rollup-i3nrrcf, r=JohnTitor | bors | -54/+72 |
| 2020-03-01 | Rollup merge of #69562 - ecstatic-morse:dataflow-generator-discriminant, r=ol... | Yuki Okushi | -54/+72 |
| 2020-03-01 | Auto merge of #69295 - ecstatic-morse:unified-dataflow-generators, r=tmandry | bors | -100/+124 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -2/+2 |
| 2020-02-28 | Don't bug when taking discriminant of generator | Dylan MacKenzie | -54/+72 |
| 2020-02-28 | remove redundant clones, references to operands, explicit boolean comparisons... | Matthias Krüger | -5/+1 |