| Age | Commit message (Expand) | Author | Lines |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+17 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -6/+6 |
| 2019-12-05 | Generate &core::panic::Location type in a single place. | Adam Perry | -0/+10 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -6/+6 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -7/+7 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -2/+1 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -2/+1 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -2/+3 |
| 2019-11-28 | rustc: Move some queries to `rustc_metadata` | Vadim Petrochenkov | -18/+2 |
| 2019-11-28 | rustc_metadata: Move `has_global_allocator` from session to cstore | Vadim Petrochenkov | -0/+4 |
| 2019-11-27 | Misc renames. | Camille GILLOT | -2/+2 |
| 2019-11-26 | Move local Arena to Queries. | Camille GILLOT | -2/+3 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -3/+4 |
| 2019-11-21 | Gate fallback via `#![feature(never_type_fallback)]`. | Mazdak Farrokhzad | -1/+5 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -5/+1 |
| 2019-11-18 | Retire EnumLiftImpl. | Camille GILLOT | -9/+2 |
| 2019-11-18 | Retire BraceStructLiftImpl. | Camille GILLOT | -8/+1 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -22/+4 |
| 2019-11-14 | Use multiple derive clauses. | Camille GILLOT | -2/+2 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -5/+5 |
| 2019-11-13 | Use TypeFoldable derive macro. | Camille GILLOT | -22/+4 |
| 2019-11-13 | Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri... | Yuki Okushi | -1/+1 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -5/+5 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -1/+1 |
| 2019-11-13 | update suggestion ui test | csmoe | -4/+3 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -0/+5 |
| 2019-11-11 | Move injected_panic_runtime to CrateStore | Mark Rousskov | -0/+4 |
| 2019-11-11 | suggest to add a constraint except asyn-fn without explicit output | csmoe | -3/+5 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -1/+1 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -4/+4 |
| 2019-11-01 | Move has_panic_handler to query | Mark Rousskov | -0/+5 |
| 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 |