| Age | Commit message (Expand) | Author | Lines |
| 2024-01-12 | OutputTypeParameterMismatch -> SignatureMismatch | Michael Goulet | -20/+17 |
| 2024-01-12 | Remove redundant Code from FulfillmentErrorCode variants | Michael Goulet | -39/+38 |
| 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 | -21/+23 |
| 2024-01-12 | Auto merge of #119879 - matthiaskrgr:rollup-y710der, r=matthiaskrgr | bors | -34/+34 |
| 2024-01-12 | Auto merge of #119735 - lcnr:provisional-cache-readd, r=compiler-errors | bors | -111/+267 |
| 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 | -21/+23 |
| 2024-01-11 | Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnr | Matthias Krüger | -22/+46 |
| 2024-01-10 | Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obk | bors | -42/+37 |
| 2024-01-10 | More comments | Michael Goulet | -10/+30 |
| 2024-01-10 | Check reveal and can_define_opaque_ty in try_normalize_ty_recur | Michael Goulet | -12/+16 |
| 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 | this is not a rust code snippet | lcnr | -4/+5 |
| 2024-01-09 | add comments and tests | lcnr | -36/+58 |
| 2024-01-09 | avoid always rerunning in case of a cycle | lcnr | -34/+72 |
| 2024-01-09 | Auto merge of #118968 - aliemjay:canon-static, r=lcnr | bors | -16/+5 |
| 2024-01-09 | readd the provisional cache | lcnr | -62/+162 |
| 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 | `all` to `any` | lcnr | -5/+5 |
| 2024-01-08 | do not track root depth of cycles | lcnr | -37/+32 |
| 2024-01-08 | use doc comments | lcnr | -3/+3 |
| 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 | -15/+12 |
| 2024-01-05 | Allow emitting diagnostics from the `#[diagnostic]` namespace without a | Georg Semmler | -3/+1 |
| 2024-01-04 | Silence redundant warning when E0038 will be emitted | Esteban Küber | -2/+2 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -60/+76 |
| 2024-01-03 | Account for multiple trait bounds in bare trait object suggestion | Esteban Küber | -6/+34 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -15/+12 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -4/+4 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -61/+66 |
| 2023-12-26 | Auto merge of #118431 - sjwang05:issue-44695, r=estebank | bors | -108/+258 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -137/+102 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -4/+4 |
| 2023-12-25 | Make closures carry their own ClosureKind, rather than deducing what it is fr... | Michael Goulet | -135/+100 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -5/+5 |