| Age | Commit message (Expand) | Author | Lines |
| 2020-03-31 | Use Place directly in peek_at, it's Copy | Santiago Pastorino | -4/+4 |
| 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 in place_as_reborrow, it's Copy | Santiago Pastorino | -3/+3 |
| 2020-03-31 | Use Place directly on Operand::place and friends, it's Copy | Santiago Pastorino | -31/+31 |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -119/+120 |
| 2020-03-31 | Use Place directly, it's Copy more use cases | Santiago Pastorino | -28/+25 |
| 2020-03-31 | Use Place directly on check_mut_borrowing_layout_constrained_field, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly on remove_never_initialized_mut_locals, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-31 | Use Place directly on borrow_of_local_data, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-31 | Use Place directly on propagate_closure_used_mut_place, it's Copy | Santiago Pastorino | -4/+3 |
| 2020-03-31 | Use Place directly, it's Copy | Santiago Pastorino | -94/+88 |
| 2020-03-31 | Rollup merge of #70614 - RalfJung:cons-prop-reloc, r=wesleywiser | Dylan DPC | -7/+4 |
| 2020-03-31 | avoid an unreachable fallback | Ralf Jung | -11/+11 |
| 2020-03-31 | Make the rustc respect the `-C codegen-units` flag in incremental mode. | Michael Woerister | -24/+60 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -7/+7 |
| 2020-03-31 | remove unnecessary relocation check in const_prop | Ralf Jung | -7/+4 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2020-03-30 | remove a dead parameter that everyone sets to None | Ralf Jung | -4/+4 |
| 2020-03-30 | stop unnecessarily passing around span argument for Miri function calls | Ralf Jung | -42/+25 |
| 2020-03-30 | remove caller span from Miri stack frame | Ralf Jung | -12/+2 |
| 2020-03-30 | Miri stacktrace: record span inside frame, not call-site span | Ralf Jung | -16/+4 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -203/+169 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -175/+176 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -427/+426 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-30 | Auto merge of #70449 - ecstatic-morse:visit-body, r=oli-obk | bors | -26/+25 |
| 2020-03-30 | Polonius fact generation: fix path access fact location | Remy Rakic | -1/+1 |
| 2020-03-29 | Auto merge of #70009 - estebank:sugg-bound, r=Centril | bors | -2/+0 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -21/+21 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -2/+0 |
| 2020-03-29 | Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk | Dylan DPC | -56/+56 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -22/+21 |
| 2020-03-29 | Rollup merge of #70508 - RalfJung:scalar-from, r=eddyb | Dylan DPC | -19/+15 |
| 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-28 | `dump_enabled` takes a `DefId` instead of `MirSource` | Dylan MacKenzie | -6/+6 |
| 2020-03-28 | refmt | Ralf Jung | -4/+1 |
| 2020-03-28 | get rid of useless back-and-forth cast | Ralf Jung | -3/+2 |
| 2020-03-28 | use more specialized Scalar::from_ constructors where appropriate | Ralf Jung | -13/+13 |
| 2020-03-28 | rename Scalar::{ptr_null -> null_ptr} | Ralf Jung | -1/+1 |
| 2020-03-27 | Rollup merge of #70480 - lcnr:appayupyup, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -56/+56 |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -1/+1 |
| 2020-03-27 | Auto merge of #69916 - oli-obk:mir_bless, r=eddyb | bors | -91/+287 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -13/+13 |
| 2020-03-27 | Rollup merge of #69644 - ecstatic-morse:unified-dataflow-cleanup, r=eddyb | Dylan DPC | -1108/+89 |
| 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 |