| Age | Commit message (Expand) | Author | Lines |
| 2022-04-24 | Backport fixes -- drop uses of NodeIdHashingMode | Mark Rousskov | -6/+2 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -0/+11 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -2/+2 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+3 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -7/+0 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -0/+32 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -1/+19 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -0/+7 |
| 2022-03-24 | Extract impl_subject_and_oglibations fn and make equate receive subjects | Santiago Pastorino | -1/+2 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -0/+1 |
| 2022-03-20 | Extract ImplSubject information | Santiago Pastorino | -0/+6 |
| 2022-03-17 | Add comments on Polarity | Santiago Pastorino | -0/+7 |
| 2022-03-12 | Queryify `is_doc_hidden` | Noah Lev | -9/+1 |
| 2022-02-28 | Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoerister | bors | -4/+29 |
| 2022-02-25 | "Reset" the hashing context before stable hashing the types | Oli Scherer | -2/+6 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -2/+2 |
| 2022-02-24 | Don't cache stable hashes in types outside of incremental mode | Oli Scherer | -2/+14 |
| 2022-02-24 | Try out caching the stable hash of Ty within itself | Oli Scherer | -3/+12 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -7/+9 |
| 2022-02-15 | Overhaul `PredicateInner` and `Predicate`. | Nicholas Nethercote | -29/+28 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -57/+29 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -19/+1 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -1/+19 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -1/+19 |
| 2022-02-02 | Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillot | bors | -3/+2 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -0/+3 |
| 2022-01-27 | Continue work on assoc const eq | kadmin | -0/+3 |
| 2022-01-26 | drive-by: use is_const and is_const_if_const | Michael Goulet | -2/+9 |
| 2022-01-26 | add note suggesting that predicate is satisfied but is not const | Michael Goulet | -0/+9 |
| 2022-01-25 | Return an indexmap in `all_local_trait_impls` query | pierwill | -3/+2 |
| 2022-01-26 | Improve selection errors for `~const` trait bounds | Deadbeef | -0/+19 |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -0/+3 |
| 2022-01-22 | Rollup merge of #93147 - nnethercote:interner-cleanups, r=lcnr | Matthias Krüger | -0/+17 |
| 2022-01-21 | Clarify some code relating to interning and types. | Nicholas Nethercote | -0/+17 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -4/+4 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -23/+28 |
| 2022-01-17 | Add term | kadmin | -0/+1 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -0/+19 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -0/+1 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -1/+1 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -3/+2 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -1/+1 |
| 2022-01-15 | initial revert | Ellen | -2/+2 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -2/+2 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -9/+20 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+2 |