| Age | Commit message (Expand) | Author | Lines |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -29/+23 |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -20/+21 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -39/+28 |
| 2023-12-20 | Rollup merge of #119107 - lcnr:uwuwu, r=compiler-errors | Matthias Krüger | -12/+3 |
| 2023-12-20 | Auto merge of #119096 - compiler-errors:yeet-unnecessary-param-envs, r=lcnr | bors | -63/+34 |
| 2023-12-19 | Auto merge of #119084 - aliemjay:perf-env-bounds, r=compiler-errors | bors | -2/+12 |
| 2023-12-19 | Remove param env from relation altogether | Michael Goulet | -32/+22 |
| 2023-12-19 | fast path for declared_generic_bounds_from_env | Ali MJ Al-Nasrawy | -2/+12 |
| 2023-12-19 | Remove unnecessary param-env from lexical region resolution and fully structu... | Michael Goulet | -34/+15 |
| 2023-12-19 | subtype_predicate: remove unnecessary probe | lcnr | -12/+3 |
| 2023-12-18 | Use `.into_diagnostic()` less. | Nicholas Nethercote | -39/+28 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -12/+12 |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -20/+21 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -7/+2 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -7/+2 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -18/+8 |
| 2023-12-15 | Move nll_relate to relate::nll submodule | Michael Goulet | -5/+5 |
| 2023-12-15 | Add higher_ranked to relate submodule | Michael Goulet | -8/+8 |
| 2023-12-15 | Move type relations into submodule in rustc_infer | Michael Goulet | -41/+42 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -18/+8 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -14/+28 |
| 2023-12-15 | Opportunistically resolve region var in canonicalizer | Michael Goulet | -15/+2 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -115/+123 |
| 2023-12-14 | remove canonicalize_query_preserving_universes | Ali MJ Al-Nasrawy | -47/+0 |
| 2023-12-14 | make infcx optional in canonicalizer | Ali MJ Al-Nasrawy | -45/+35 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -57/+46 |
| 2023-12-13 | don't resolve regions in query input | Ali MJ Al-Nasrawy | -15/+15 |
| 2023-12-13 | don't store OriginalQueryValues::universe_map | Ali MJ Al-Nasrawy | -0/+1 |
| 2023-12-13 | global param_env canonicalization cache | Ali MJ Al-Nasrawy | -16/+80 |
| 2023-12-13 | Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov | bors | -14/+12 |
| 2023-12-12 | Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkin | Jubilee | -1/+1 |
| 2023-12-12 | more clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -14/+12 |
| 2023-12-12 | refactor writeback: emit normalization errors with new solver | lcnr | -27/+1 |
| 2023-12-12 | Auto merge of #118742 - lcnr:infer-var-cleanup, r=compiler-errors | bors | -89/+33 |
| 2023-12-10 | Revert "Don't print host effect param in pretty path_generic_args" | Deadbeef | -13/+7 |
| 2023-12-09 | Don't print host effect param in pretty path_generic_args | Michael Goulet | -7/+13 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -42/+52 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -22/+55 |
| 2023-12-08 | cleanup type variable storage | lcnr | -89/+33 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -42/+52 |
| 2023-12-08 | update fixme | lcnr | -4/+3 |
| 2023-12-08 | implement and use `NormalizesTo` | lcnr | -26/+40 |
| 2023-12-07 | avoid instantiating infer vars with infer | lcnr | -4/+9 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -2/+2 |
| 2023-12-04 | cleanup and comments | lcnr | -26/+34 |
| 2023-12-04 | generalize: handle occurs check failure in aliases | lcnr | -23/+120 |
| 2023-12-04 | do not fetch variance info during generalization | lcnr | -1/+1 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -12/+12 |