| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -2/+3 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Handle recursive instantiation of drop shims | Matthew Jasper | -2/+2 |
| 2019-12-30 | Remove HirVec from Generics. | Camille GILLOT | -1/+1 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -231/+214 |
| 2019-12-22 | Format the world | Mark Rousskov | -149/+126 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -32/+6 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -2/+2 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -32/+6 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-12-03 | rustc: use ReifyShim for reifying Virtual call instances. | Eduard-Mihai Burtescu | -9/+7 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -2/+1 |
| 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 | -2/+3 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -32/+29 |