| Age | Commit message (Expand) | Author | Lines |
| 2019-11-01 | Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichton | Tyler Mandry | -1/+7 |
| 2019-11-01 | targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic... | Felix S. Klock II | -1/+7 |
| 2019-10-31 | Implement dual proc macro hashing | msizanoen | -0/+4 |
| 2019-10-28 | self-profiling: Record something more useful for crate metadata generation ev... | Michael Woerister | -0/+1 |
| 2019-10-25 | Take out an insurance policy in case `iter.size_hint()` | Mazdak Farrokhzad | -1/+5 |
| 2019-10-25 | Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obk | Mazdak Farrokhzad | -2/+68 |
| 2019-10-24 | rustc_metadata: Minimize use of `Lrc` in crate store | Vadim Petrochenkov | -15/+8 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -3/+3 |
| 2019-10-24 | rustc: Combine resolver outputs into a single struct | Vadim Petrochenkov | -1/+1 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -4/+4 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -0/+4 |
| 2019-10-22 | Add ignore-tidy-filelength on ty/context | Santiago Pastorino | -0/+1 |
| 2019-10-22 | Move Place::elem methods and friends to TyCtxt | Santiago Pastorino | -1/+43 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -0/+5 |
| 2019-10-22 | Add intern table for `List<PlaceElem<'tcx>>` | Santiago Pastorino | -2/+20 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -1/+1 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -4/+4 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -14/+0 |
| 2019-10-17 | Create lint store during plugin registration | Mark Rousskov | -0/+4 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -2/+6 |
| 2019-10-08 | Auto merge of #64949 - nnethercote:avoid-SmallVec-collect, r=zackmdavis | bors | -2/+23 |
| 2019-10-04 | replace GeneratorSubsts inside related types | csmoe | -1/+1 |
| 2019-10-04 | generate GeneratorSubsts from SubstsRef | csmoe | -1/+1 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-10-02 | Rollup merge of #64989 - sinkuu:fix_ice_64964, r=davidtwco | Mazdak Farrokhzad | -0/+6 |
| 2019-10-02 | Fix async/await ICE #64964 | Shotaro Yamada | -0/+6 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -0/+4 |
| 2019-10-01 | Rollup merge of #64950 - nnethercote:simplify-interners, r=varkor,spastorino | Mazdak Farrokhzad | -47/+22 |
| 2019-10-01 | Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition, r=niko... | Mazdak Farrokhzad | -0/+35 |
| 2019-10-01 | Remove the `$lt_tcx` parameter from `direct_interners!`. | Nicholas Nethercote | -7/+7 |
| 2019-10-01 | Inline and remove `intern_method!`. | Nicholas Nethercote | -26/+14 |
| 2019-10-01 | Remove special treatment for `_intern_canonical_var_infos`. | Nicholas Nethercote | -14/+1 |
| 2019-10-01 | Reorder the slice interners. | Nicholas Nethercote | -2/+2 |
| 2019-10-01 | Avoid `SmallVec::collect()` in `Result::intern_with()`. | Nicholas Nethercote | -2/+23 |
| 2019-09-30 | async/await: improve obligation errors | David Wood | -0/+35 |
| 2019-09-30 | Self-Profiling: Refactor SelfProfiler API to be RAII based where possible. | Michael Woerister | -0/+4 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -2/+2 |
| 2019-09-29 | clean ClosureSubsts in rustc::ty | csmoe | -2/+2 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -4/+2 |
| 2019-09-28 | Rollup merge of #64781 - Mark-Simulacrum:no-global-tcx, r=eddyb | Mazdak Farrokhzad | -17/+4 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -6/+0 |
| 2019-09-27 | Remove lift_to_global | Mark Rousskov | -5/+0 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -13/+5 |
| 2019-09-27 | Auto merge of #64813 - varkor:node-to-kind, r=Centril | bors | -3/+3 |
| 2019-09-26 | Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centril | bors | -11/+0 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Lit.node` to `Lit.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -1/+1 |