| Age | Commit message (Expand) | Author | Lines |
| 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 | unify query canonicalization mode | Ali MJ Al-Nasrawy | -56/+27 |
| 2023-12-15 | Opportunistically resolve region var in canonicalizer | Michael Goulet | -15/+2 |
| 2023-12-14 | update use of feature flags | lcnr | -3/+3 |
| 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 | -17/+13 |
| 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 | -17/+13 |
| 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-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -13/+7 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -1/+1 |
| 2023-12-10 | Revert "Don't print host effect param in pretty path_generic_args" | Deadbeef | -13/+7 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 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 | add unused `NormalizesTo` predicate | lcnr | -44/+26 |
| 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 |
| 2023-12-02 | Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -11/+11 |
| 2023-11-29 | Rollup merge of #118269 - compiler-errors:poly, r=wesleywiser | Matthias Krüger | -22/+6 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -3/+10 |
| 2023-11-26 | move comment about local trait | Ryan Mehri | -1/+2 |
| 2023-11-26 | don't add redundant help for object safety violations | Ryan Mehri | -3/+9 |
| 2023-11-26 | Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot | Guillaume Gomez | -3/+0 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -7/+7 |
| 2023-11-26 | Clean dead codes | r0cky | -3/+0 |
| 2023-11-25 | Rollup merge of #118201 - compiler-errors:obligation-causes, r=cjgillot | Michael Goulet | -6/+0 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -4/+1 |