| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -0/+1 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -2/+2 |
| 2022-01-07 | Remove region from UpvarCapture and move it to CapturedPlace | Gary Guo | -2/+2 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -1/+1 |
| 2021-12-21 | Fix bad caching of `~const Drop` bounds | Deadbeef | -0/+9 |
| 2021-12-20 | Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoerister | bors | -3/+3 |
| 2021-12-19 | Rollup merge of #91984 - Aaron1011:rustc-middle-lifetime, r=oli-obk | Matthias Krüger | -2/+2 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -2/+2 |
| 2021-12-15 | Fully serialize AdtDef | Aaron Hill | -3/+3 |
| 2021-12-14 | Minor cleanup | Chase Wilson | -3/+3 |
| 2021-12-14 | Added -Z layout_seed for allowing user-defined randomization seeds | Chase Wilson | -1/+8 |
| 2021-12-12 | Small performance tweaks | Deadbeef | -0/+4 |
| 2021-12-12 | Remap more env constness for queries | Deadbeef | -0/+4 |
| 2021-12-12 | Query modifier | Deadbeef | -0/+6 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -53/+77 |
| 2021-12-12 | Fix #91489 | Deadbeef | -0/+5 |