| Age | Commit message (Expand) | Author | Lines |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -3/+3 |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -1/+1 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -1/+1 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -9/+5 |
| 2023-03-31 | Auto merge of #109165 - aliemjay:fix-ice-annotation, r=davidtwco | bors | -2/+2 |
| 2023-03-31 | allow ReError in CanonicalUserTypeAnnotation | Ali MJ Al-Nasrawy | -2/+2 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+2 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -129/+21 |
| 2023-03-28 | Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 | nils | -20/+4 |
| 2023-03-27 | Rollup merge of #109641 - compiler-errors:dont-elaborate-non-obl, r=oli-obk | Matthias Krüger | -35/+43 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -35/+43 |
| 2023-03-26 | tolerate region vars in implied bounds | Ali MJ Al-Nasrawy | -1/+4 |
| 2023-03-26 | exhaustive match on implied bounds regions | Ali MJ Al-Nasrawy | -15/+8 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -126/+22 |
| 2023-03-25 | fix type suggestions in match arms | Lukas Markeffsky | -1/+2 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -12/+60 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -12/+60 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -2/+2 |
| 2023-03-23 | Remove AliasRelationDirection::Supertype | Michael Goulet | -12/+30 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -6/+6 |
| 2023-03-23 | Include relation direction in AliasEq predicate | Michael Goulet | -3/+33 |
| 2023-03-23 | Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr | bors | -170/+141 |
| 2023-03-22 | Rollup merge of #109447 - lcnr:coherence, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -5/+3 |
| 2023-03-22 | eager nll type relating | b-naber | -170/+104 |
| 2023-03-22 | assertion for only collection nll region variable information for debug in no... | b-naber | -0/+37 |
| 2023-03-22 | stop special-casing `'static` in evaluate | lcnr | -20/+4 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -0/+10 |
| 2023-03-21 | Auto merge of #109453 - matthiaskrgr:rollup-odn02wu, r=matthiaskrgr | bors | -4/+13 |
| 2023-03-21 | Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwU | Matthias Krüger | -4/+13 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -3/+2 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -3/+3 |
| 2023-03-21 | enable `intercrate` in the solver `InferCtxt` | lcnr | -2/+2 |
| 2023-03-21 | evaluate: improve and fix recursion depth handling | lcnr | -0/+10 |
| 2023-03-19 | Rollup merge of #105793 - lukas-code:circular-deps, r=Mark-Simulacrum | Dylan DPC | -7/+14 |
| 2023-03-19 | Constrain const vars to error if const types are mismatched | Michael Goulet | -4/+13 |
| 2023-03-17 | Remove VecMap | Michael Goulet | -5/+3 |
| 2023-03-17 | Fast path that skips over unchanged obligations in process_obligations | The 8472 | -0/+37 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -16/+13 |
| 2023-03-16 | Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obk | Matthias Krüger | -87/+118 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -16/+13 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -87/+118 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -129/+18 |
| 2023-03-14 | Don't make projection tys out of anon consts | Michael Goulet | -20/+9 |
| 2023-03-12 | Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -1/+1 |
| 2023-03-11 | Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnr | Matthias Krüger | -0/+6 |
| 2023-03-10 | Move some solver stuff to middle | Michael Goulet | -0/+6 |
| 2023-03-10 | Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwU | Matthias Krüger | -7/+15 |