| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-03-10 | Rollup merge of #108828 - compiler-errors:new-solver-alias-eq-on-num-var, r=lcnr | Matthias Krüger | -17/+62 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -4/+4 |
| 2023-03-09 | Make some report and emit errors take DefIds instead of BodyIds | Santiago Pastorino | -4/+6 |
| 2023-03-09 | Bail in combine if consts have different types | Michael Goulet | -7/+15 |
| 2023-03-09 | Fix canonicalizer bug for int/float vars too | Michael Goulet | -9/+44 |
| 2023-03-09 | Emit alias-eq when equating numeric var and projection | Michael Goulet | -8/+18 |
| 2023-03-09 | exhaustive match on implied bounds regions | Ali MJ Al-Nasrawy | -15/+8 |
| 2023-03-09 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -126/+22 |
| 2023-03-08 | Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnr | Matthias Krüger | -4/+26 |
| 2023-03-08 | Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr | bors | -40/+32 |
| 2023-03-08 | address review comment | Ali MJ Al-Nasrawy | -4/+7 |
| 2023-03-07 | fix var equality issue with old canonicalizer | Michael Goulet | -4/+22 |
| 2023-03-07 | Canonicalize the ROOT VAR | Michael Goulet | -0/+4 |
| 2023-03-07 | Rollup merge of #108728 - tshepang:fix-and-improve, r=michaelwoerister | Yuki Okushi | -29/+32 |
| 2023-03-05 | Add note for mismatched types with circular dependencies | Lukas Markeffsky | -7/+14 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -2/+2 |
| 2023-03-05 | fix the new unsoundness | Ali MJ Al-Nasrawy | -1/+8 |
| 2023-03-05 | s/unification_table/unification_table_mut | Ali MJ Al-Nasrawy | -7/+8 |
| 2023-03-05 | resolve to universal regions when possible | Ali MJ Al-Nasrawy | -36/+17 |
| 2023-03-04 | infer: fix and improve comments | Tshepang Mbambo | -29/+32 |
| 2023-03-04 | field is not used outside the crate | Tshepang Mbambo | -3/+3 |
| 2023-03-03 | Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgr | bors | -7/+16 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2023-03-03 | Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-03-03 | canonicalization | lcnr | -8/+52 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |