| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -5/+7 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -18/+23 |
| 2024-02-21 | Prevent cycle in implied predicates computation | Michael Goulet | -8/+22 |
| 2024-02-21 | Use existing query feeding workarounds | Oli Scherer | -18/+0 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -6/+5 |
| 2024-02-18 | Propagate the resolved type of assoc const bindings via query feeding | León Orell Valerian Liehr | -29/+16 |
| 2024-02-18 | Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk | bors | -1/+1 |
| 2024-02-17 | Properly check constrainedness of gen params in the presence of weak alias types | León Orell Valerian Liehr | -1/+1 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -2/+2 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -10/+2 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -2/+3 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -7/+6 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -0/+2 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2024-02-08 | Already poison the `type_of` result of the anon const used in the `typeof` ex... | Oli Scherer | -2/+14 |
| 2024-02-07 | Record coroutine kind in generics | Michael Goulet | -3/+10 |
| 2024-02-07 | hir: Make sure all `HirId`s have corresponding HIR `Node`s | Vadim Petrochenkov | -0/+2 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -1/+7 |
| 2024-02-06 | Make async closures directly lower to ClosureKind::CoroutineClosure | Michael Goulet | -0/+1 |
| 2024-02-03 | `Diagnostic` cleanups | Nicholas Nethercote | -1/+0 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -1/+1 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rollup merge of #119766 - oli-obk:split_tait_and_atpit, r=compiler-errors | León Orell Valerian Liehr | -7/+77 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-22 | Use an enum instead of a bool | Oli Scherer | -10/+17 |
| 2024-01-22 | Add a simpler and more targetted code path for impl trait in assoc items | Oli Scherer | -7/+70 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -3/+5 |
| 2024-01-17 | Stop using track_errors for some forever unstable rustc_attr analyses | Oli Scherer | -3/+5 |
| 2024-01-16 | Don't ICE if TAIT-defining fn contains a closure with `_` in return type | Lukas Markeffsky | -12/+19 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -7/+8 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -1/+5 |
| 2024-01-11 | Rollup merge of #119803 - oli-obk:even_more_follow_up_errors, r=compiler-errors | Matthias Krüger | -12/+23 |
| 2024-01-10 | Avoid follow up errors | Oli Scherer | -0/+15 |
| 2024-01-10 | Turn some free functions into methods | Oli Scherer | -5/+5 |
| 2024-01-10 | Use a ty::Error instead of patching up a type after erroring | Oli Scherer | -7/+3 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -1/+1 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -7/+4 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -2/+2 |
| 2024-01-09 | Rollup merge of #119721 - compiler-errors:constness-implication, r=fee1-dead | Guillaume Gomez | -32/+6 |
| 2024-01-08 | ~const trait or projection bounds do not imply non-const bounds | Michael Goulet | -32/+6 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -4/+4 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-01-05 | Do not run check on foreign items. | Camille GILLOT | -1/+1 |
| 2024-01-05 | Handle ForeignItem as TAIT scope. | Camille GILLOT | -0/+7 |
| 2024-01-02 | Turn a bug!() into a span_delay_bug() | León Orell Valerian Liehr | -1/+4 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -6/+6 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -1/+1 |
| 2023-12-25 | Make closures carry their own ClosureKind, rather than deducing what it is fr... | Michael Goulet | -6/+6 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -21/+21 |