| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-11-25 | Remove some more unused codepaths in (region) error reporting | Michael Goulet | -6/+0 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -3/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-25 | Rollup merge of #118199 - compiler-errors:qpath, r=lcnr | Guillaume Gomez | -1/+1 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -12/+1 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -1/+1 |
| 2023-11-25 | Rollup merge of #118259 - spastorino:move-eager-resolver-to-infer, r=compiler... | León Orell Valerian Liehr | -0/+82 |
| 2023-11-24 | Unify TraitRefs and PolyTraitRefs | Michael Goulet | -22/+6 |
| 2023-11-24 | Move EagerResolution to rustc_infer::infer::resolve | Santiago Pastorino | -0/+82 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -2/+1 |
| 2023-11-24 | Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercote | bors | -3/+5 |
| 2023-11-23 | remove unused pub fn | klensy | -12/+1 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -3/+5 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -5/+4 |