| Age | Commit message (Expand) | Author | Lines |
| 2024-02-21 | Rollup merge of #121206 - nnethercote:top-level-error-handling, r=oli-obk | Matthias Krüger | -3/+6 |
| 2024-02-22 | Adjust the `has_errors*` methods. | Nicholas Nethercote | -3/+6 |
| 2024-02-21 | Inline NllTypeRelating into its only usage site | Michael Goulet | -576/+5 |
| 2024-02-21 | Make TypeRelating more NLL-specific | Michael Goulet | -9/+9 |
| 2024-02-21 | Yeet QueryTypeRelatingDelegate | Michael Goulet | -102/+18 |
| 2024-02-21 | Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errors | León Orell Valerian Liehr | -64/+83 |
| 2024-02-21 | Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errors | Dylan DPC | -0/+1 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -5/+3 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -3/+7 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -11/+5 |
| 2024-02-20 | Suggest using --verbose when writing type to a file | Fernando Fernandez Mancera | -0/+1 |
| 2024-02-20 | some type system cleanup | lcnr | -64/+83 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -3/+3 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -53/+105 |
| 2024-02-20 | Rollup merge of #121319 - compiler-errors:err, r=oli-obk | Nilstrieb | -0/+5 |
| 2024-02-20 | Rollup merge of #121307 - estebank:drive-by, r=compiler-errors | Nilstrieb | -1/+1 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -13/+57 |
| 2024-02-19 | return ty::Error when equating ty::Error | Michael Goulet | -0/+5 |
| 2024-02-19 | Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwU | bors | -526/+334 |
| 2024-02-19 | Drive-by `DUMMY_SP` -> `Span` and fmt changes | Esteban Küber | -1/+1 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -40/+48 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+1 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -19/+20 |
| 2024-02-17 | yeet `GeneralizerDelegate` | lcnr | -126/+52 |
| 2024-02-17 | use `instantiate_ty_var` in nll | lcnr | -192/+47 |
| 2024-02-17 | move ty var instantiation into the generalize module | lcnr | -211/+233 |
| 2024-02-17 | add fixme | lcnr | -0/+3 |
| 2024-02-17 | rename `needs_wf` and clarify comment | lcnr | -54/+56 |
| 2024-02-16 | Nits | Michael Goulet | -0/+1 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -8/+8 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -50/+12 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -3/+3 |
| 2024-02-15 | Remove a suggestion that is redundant | Michael Goulet | -13/+0 |
| 2024-02-15 | Only point out non-diverging arms for match suggestions | Michael Goulet | -9/+15 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -19/+20 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -15/+13 |
| 2024-02-14 | Auto merge of #120454 - clubby789:cargo-update, r=Nilstrieb | bors | -1/+2 |
| 2024-02-13 | Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obk | Matthias Krüger | -62/+52 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-13 | Rollup merge of #120959 - nnethercote:rm-good_path, r=oli-obk | Matthias Krüger | -14/+0 |
| 2024-02-13 | remove questionable calls to `commit_if_ok` | lcnr | -62/+52 |
| 2024-02-13 | also try to normalize opaque types in alias-relate | lcnr | -0/+6 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -84/+90 |
| 2024-02-13 | Remove `TypeErrCtxt::drop`. | Nicholas Nethercote | -14/+0 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -3/+3 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -1/+1 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -84/+90 |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -24/+23 |
| 2024-02-10 | Rollup merge of #120870 - Zalathar:allow-min-spec, r=oli-obk | Matthias Krüger | -1/+1 |