| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-23 | Rename `LintLevelsBuilder::struct_lint` as `LintLevelsBuilder::opt_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-19 | use implied bounds compat mode in MIR borrowck | lcnr | -2/+10 |
| 2024-01-17 | Don't use compat versions of implied bounds in ImpliedOutlivesBounds query | Jack Huey | -2/+2 |
| 2024-01-17 | Add -Zno-implied-bounds-compat option and use it | Jack Huey | -3/+17 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -95/+191 |
| 2024-01-17 | Auto merge of #120019 - lcnr:fn-wf, r=BoxyUwU | bors | -22/+49 |
| 2024-01-16 | Rollup merge of #119816 - oli-obk:tait_ice_unify_obligations, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-01-16 | try fast path for wf type ops | Ali MJ Al-Nasrawy | -0/+17 |
| 2024-01-16 | wf-check type annotations before normalization | Ali MJ Al-Nasrawy | -22/+32 |
| 2024-01-15 | Rollup merge of #119963 - clubby789:spec-allow-internal-unstable, r=compiler-... | Matthias Krüger | -3/+23 |
| 2024-01-15 | Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr | Matthias Krüger | -51/+47 |
| 2024-01-14 | `allow_internal_unstable(min_specialization)` on `newtype_index` | clubby789 | -13/+19 |
| 2024-01-14 | Fix `allow_internal_unstable` for `(min_)specialization` | clubby789 | -3/+17 |
| 2024-01-14 | Auto merge of #119361 - sjwang05:issue-119352, r=WaffleLapkin | bors | -0/+8 |
| 2024-01-14 | Auto merge of #119934 - compiler-errors:could-impl, r=jackh726 | bors | -0/+5 |
| 2024-01-13 | assert that trait solver is only created in proper infcx | Michael Goulet | -0/+5 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -26/+17 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -26/+17 |
| 2024-01-13 | Rollup merge of #119898 - compiler-errors:error-reporting, r=oli-obk | Matthias Krüger | -10/+3 |
| 2024-01-13 | Rollup merge of #119891 - lcnr:rename-field, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2024-01-12 | Fix ICE when suggesting dereferencing binop operands | sjwang05 | -0/+8 |
| 2024-01-12 | Remove unused ErrorReporting variant from overflow handling | Michael Goulet | -10/+3 |
| 2024-01-12 | OutputTypeParameterMismatch -> SignatureMismatch | Michael Goulet | -20/+17 |
| 2024-01-12 | Remove redundant Code from FulfillmentErrorCode variants | Michael Goulet | -31/+30 |
| 2024-01-12 | rename `reported_signature_mismatch` to reflect its use | lcnr | -3/+1 |
| 2024-01-12 | Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnr | Guillaume Gomez | -2/+1 |
| 2024-01-11 | `specialization_graph_of`'s `errored` field is used in the only call site, an... | Oli Scherer | -34/+34 |
| 2024-01-11 | Remove special-casing around aliaskind in new solver | Michael Goulet | -2/+1 |
| 2024-01-10 | Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obk | bors | -42/+37 |
| 2024-01-10 | Define hidden types in confirmation | Oli Scherer | -1/+1 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -0/+6 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -8/+9 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -15/+9 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -20/+20 |
| 2024-01-09 | Auto merge of #118968 - aliemjay:canon-static, r=lcnr | bors | -16/+5 |
| 2024-01-09 | Auto merge of #117703 - compiler-errors:recursive-async, r=lcnr | bors | -8/+5 |
| 2024-01-09 | Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnr | Matthias Krüger | -70/+14 |
| 2024-01-09 | Rollup merge of #119725 - compiler-errors:has_effect_param, r=fmease | Matthias Krüger | -1/+1 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -8/+5 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -70/+14 |
| 2024-01-08 | Remove `DiagnosticBuilder::delay_as_bug_without_consuming`. | Nicholas Nethercote | -1/+1 |
| 2024-01-08 | Remove all eight `DiagnosticBuilder::*_with_code` methods. | Nicholas Nethercote | -2/+2 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -11/+10 |
| 2024-01-08 | Use chaining in `DiagnosticBuilder` construction. | Nicholas Nethercote | -16/+12 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -5/+8 |
| 2024-01-08 | Add helper for when we want to know if an item has a host param | Michael Goulet | -1/+1 |
| 2024-01-05 | Rollup merge of #119216 - weiznich:use_diagnostic_namespace_in_stdlib, r=comp... | Michael Goulet | -3/+1 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -5/+5 |
| 2024-01-05 | Allow emitting diagnostics from the `#[diagnostic]` namespace without a | Georg Semmler | -3/+1 |