| Age | Commit message (Expand) | Author | Lines |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -2/+2 |
| 2019-12-06 | Use `to_option` in various places | varkor | -6/+2 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -5/+5 |
| 2019-11-21 | Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril | bors | -5/+4 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -5/+4 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -31/+2 |
| 2019-11-19 | Fix derive syntax. | Camille GILLOT | -1/+1 |
| 2019-11-19 | Fix project syntax. | Camille GILLOT | -1/+1 |
| 2019-11-19 | Derive HashStable more. | Camille GILLOT | -19/+4 |
| 2019-11-19 | Derive HashStable in librustc. | Camille GILLOT | -13/+3 |
| 2019-11-18 | review comments | Esteban Küber | -44/+2 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -10/+23 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -11/+15 |
| 2019-11-14 | Use multiple derive clauses. | Camille GILLOT | -10/+10 |
| 2019-11-13 | Use TypeFoldable derive macro. | Camille GILLOT | -10/+14 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -1/+1 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -5/+5 |
| 2019-11-01 | De-querify `trivial_dropck_outlives`. | Nicholas Nethercote | -1/+0 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -2/+2 |
| 2019-10-27 | Auto merge of #65541 - eddyb:spanned-inferred-outlives, r=nikomatsakis | bors | -1/+1 |
| 2019-10-27 | Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m... | bors | -125/+6 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -0/+1 |
| 2019-10-25 | Migrate from `#[structural_match]` attribute a lang-item trait. | Felix S. Klock II | -1/+3 |
| 2019-10-25 | refactor: move structural_match analysis into its own module. | Felix S. Klock II | -125/+4 |
| 2019-10-24 | Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r... | Mazdak Farrokhzad | -2/+125 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -0/+2 |
| 2019-10-24 | rustc: Combine resolver outputs into a single struct | Vadim Petrochenkov | -2/+2 |
| 2019-10-24 | rustc: add `Span`s to `inferred_outlives_of` predicates. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -7/+20 |
| 2019-10-22 | Point at associated type for some obligations | Esteban Küber | -0/+1 |
| 2019-10-22 | Search for generic parameters when finding non-`structural_match` types | varkor | -11/+21 |
| 2019-10-22 | Move `search_for_adt_without_structural_match` to `ty/mod` | varkor | -2/+115 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -4/+4 |
| 2019-10-21 | Change `SymbolName::name` from `InternedString` to `Symbol`. | Nicholas Nethercote | -4/+17 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -2/+2 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -7/+4 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -7/+4 |
| 2019-10-17 | Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril | bors | -1/+1 |
| 2019-10-17 | Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelix | bors | -0/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-15 | Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-Simulacrum | Tyler Mandry | -0/+7 |
| 2019-10-15 | Implement AsRef<[T]> for List<T> | Santiago Pastorino | -0/+7 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -1/+2 |
| 2019-10-12 | Make trivial dropck outlives a query | Mark Rousskov | -0/+1 |