| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove leftover lifetimes with no bounds from where clauses. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -2/+2 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -13/+3 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -44/+44 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -110/+131 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -41/+41 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -24/+24 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -48/+48 |