| Age | Commit message (Expand) | Author | Lines |
| 2024-01-09 | Rollup merge of #119725 - compiler-errors:has_effect_param, r=fmease | Matthias Krüger | -1/+1 |
| 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 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -67/+64 |
| 2023-12-22 | Rollup merge of #119198 - compiler-errors:desugaring, r=eholk | Michael Goulet | -31/+93 |
| 2023-12-23 | Improve some names. | Nicholas Nethercote | -1/+1 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -24/+24 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -31/+93 |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -1/+1 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -5/+7 |
| 2023-12-20 | Rollup merge of #119071 - lcnr:overflowo, r=compiler-errors | Matthias Krüger | -99/+204 |
| 2023-12-19 | add comment | lcnr | -0/+14 |
| 2023-12-19 | Remove unnecessary param-env from lexical region resolution and fully structu... | Michael Goulet | -7/+2 |
| 2023-12-19 | Rollup merge of #119091 - compiler-errors:alias-eq-in-structural-normalize, r... | Matthias Krüger | -30/+31 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -5/+7 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -21/+70 |
| 2023-12-18 | Use alias-eq in structural normalization | Michael Goulet | -30/+31 |
| 2023-12-18 | dont discard overflow from normalizes-to goals | lcnr | -22/+45 |
| 2023-12-18 | track the source of nested goals | lcnr | -77/+145 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -4/+2 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -2/+2 |
| 2023-12-17 | Rollup merge of #119022 - compiler-errors:no-constness, r=fee1-dead | Matthias Krüger | -15/+10 |
| 2023-12-17 | Auto merge of #119048 - aliemjay:perf-register-pred, r=compiler-errors | bors | -2/+3 |
| 2023-12-17 | don't fold ParamEnv in register_predicate_obligation | Ali MJ Al-Nasrawy | -2/+3 |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-12-16 | Provide better suggestions for T == &T and &T == T | sjwang05 | -108/+258 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -15/+10 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -4/+3 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -4/+3 |
| 2023-12-15 | Rollup merge of #118981 - krtab:onelessalloc, r=compiler-errors | Jubilee | -1/+1 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -3/+0 |