| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-11-12 | Rename in librustc_mir. | Camille GILLOT | -4/+4 |
| 2019-11-08 | hir::MethodSig -> hir::FnSig | Mazdak Farrokhzad | -1/+1 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -22/+19 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -1/+1 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -21/+18 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-10-13 | Auto merge of #65182 - anp:reify-shim, r=eddyb | bors | -4/+10 |
| 2019-10-11 | Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkor | Tyler Mandry | -8/+9 |
| 2019-10-09 | Reifying callers of Instance::resolve use resolve_for_fn_ptr. | Adam Perry | -4/+6 |
| 2019-10-09 | Add InstanceDef::ReifyShim for track_caller functions. | Adam Perry | -0/+4 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -4/+21 |
| 2019-10-09 | Rollup merge of #65175 - andjo403:partitioning, r=zackmdavis | Mazdak Farrokhzad | -3/+7 |
| 2019-10-09 | Substitute and normalize all types of consts within collect const | ben | -11/+6 |
| 2019-10-09 | Fix calling function pointer const parameters. Also fixes inference of | ben | -2/+8 |
| 2019-10-06 | add more info in debug traces for gcu merging | Andreas Jonson | -3/+7 |
| 2019-10-06 | Rollup merge of #65158 - ishitatsuyuki:remove-dead, r=Mark-Simulacrum | Tyler Mandry | -204/+0 |
| 2019-10-04 | Remove dead module | Tatsuyuki Ishi | -204/+0 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -1/+2 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -1/+1 |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -1/+2 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -5/+5 |
| 2019-09-05 | Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche... | Mazdak Farrokhzad | -1/+1 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/ty/`. | Nicholas Nethercote | -1/+1 |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -2/+2 |
| 2019-08-29 | Make allocation relocation field private | Andreas Molzer | -2/+2 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -4/+5 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -22/+19 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -15/+18 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-07-16 | Normalize the trait_ref | Alessandro Decina | -6/+5 |
| 2019-07-15 | Normalize type parameters in create_mono_items_for_default_impls. | Alessandro Decina | -1/+6 |
| 2019-07-12 | Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm... | Felix S. Klock II | -3/+4 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -2/+2 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -10/+10 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -10/+10 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -1/+1 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -1/+1 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -2/+4 |