| Age | Commit message (Expand) | Author | Lines |
| 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/+19 |
| 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 | -5/+5 |
| 2023-03-03 | canonicalization | lcnr | -8/+52 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -5/+5 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -4/+4 |
| 2023-03-03 | Migrate diagnostic | Michael Goulet | -10/+18 |
| 2023-03-03 | Label opaque type for 'captures lifetime' error message | Michael Goulet | -2/+6 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -2/+2 |
| 2023-02-28 | Some `infer/mod.rs` cleanups | Nilstrieb | -39/+11 |
| 2023-02-26 | Don't trigger ICE for ReError when the other region is empty. | Lenko Donchev | -2/+10 |
| 2023-02-26 | Rollup merge of #108424 - megakorre:elaborator_refactor, r=compiler-errors | Matthias Krüger | -16/+15 |
| 2023-02-24 | rustc_infer: Consolidate obligation elaboration de-duplication | Patrik Kårlin | -16/+15 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -7/+7 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -1/+1 |
| 2023-02-23 | Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk | Matthias Krüger | -28/+8 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -1/+1 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -1/+1 |
| 2023-02-22 | Auto merge of #108357 - matthiaskrgr:rollup-ceo3q2s, r=matthiaskrgr | bors | -7/+5 |
| 2023-02-22 | Rollup merge of #108342 - lcnr:opaque-tys, r=oli-obk | Matthias Krüger | -6/+4 |
| 2023-02-22 | Rollup merge of #108176 - compiler-errors:bad-lexical-region-resolve-bug, r=o... | Matthias Krüger | -1/+1 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -77/+80 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -77/+80 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -1/+1 |
| 2023-02-22 | apply query response: actually define opaque types | lcnr | -6/+4 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -21/+374 |
| 2023-02-21 | Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice... | Matthias Krüger | -1/+2 |
| 2023-02-21 | Rollup merge of #104239 - b-naber:sccs-info, r=jackh726 | Matthias Krüger | -5/+15 |
| 2023-02-21 | Make hidden type registration opt-in, so that each site can be reviewed on it... | Oli Scherer | -4/+7 |
| 2023-02-21 | Rollup merge of #108289 - compiler-errors:name-placeholder, r=petrochenkov | Dylan DPC | -10/+17 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -28/+8 |