| Age | Commit message (Expand) | Author | Lines |
| 2020-04-07 | Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichton | Dylan DPC | -1/+8 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -9/+12 |
| 2020-04-06 | Keep codegen units unmerged when building compiler builtins | Tomasz Miąsko | -1/+8 |
| 2020-04-03 | Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis | bors | -24/+60 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Make the rustc respect the `-C codegen-units` flag in incremental mode. | Michael Woerister | -24/+60 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -6/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -10/+10 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -21/+21 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -1/+1 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-20 | Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb | Yuki Okushi | -62/+40 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -2/+2 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -1/+1 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -2/+2 |
| 2020-03-12 | codegen/mir: support polymorphic `InstanceDef`s | David Wood | -62/+40 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -1/+1 |
| 2020-03-03 | Use let instead of match to get value of enum with single variant. | Matthias Krüger | -5/+2 |
| 2020-03-01 | `delay_span_bug` when codegen cannot select obligation | Esteban Küber | -1/+1 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -4/+2 |
| 2020-02-27 | Auto merge of #67332 - matthewjasper:drop-in-place-cgus, r=michaelwoerister | bors | -3/+10 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -12/+20 |
| 2020-02-13 | Don't instantiate so many copies of `drop_in_place` | Matthew Jasper | -3/+10 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -9/+6 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -31/+1 |
| 2020-01-23 | Make drop-glue take advantage of -Zshare-generics. | Michael Woerister | -4/+8 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -3/+3 |
| 2020-01-17 | Auto merge of #67731 - matthewjasper:drop-in-place-reclimit, r=eddyb | bors | -2/+2 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -35/+6 |
| 2020-01-11 | Add a comment | John Kåre Alsaker | -0/+3 |
| 2020-01-11 | Avoid a duplicate hash map lookup | John Kåre Alsaker | -5/+2 |
| 2020-01-11 | Fix a deadlock | John Kåre Alsaker | -10/+10 |
| 2020-01-11 | Run codegen unit partitioning and assert_symbols_are_distinct in parallel | John Kåre Alsaker | -12/+20 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -7/+2 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -12/+3 |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -2/+2 |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -16/+1 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -2/+2 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -14/+8 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -5/+5 |
| 2020-01-05 | Rename Instance.ty to Instance.monomorphic_ty | Aaron Hill | -2/+3 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -5/+5 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -8/+4 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -4/+2 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -3/+4 |