| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Rollup merge of #120472 - Nilstrieb:die, r=compiler-errors | Nadrieril | -1/+3 |
| 2024-01-30 | Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkov | Guillaume Gomez | -1/+11 |
| 2024-01-30 | Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -1/+1 |
| 2024-01-29 | Make duplicate lang items fatal | Nilstrieb | -1/+3 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -5/+0 |
| 2024-01-29 | Supress unhelpful diagnostics for unresolved top level attributes | yukang | -1/+11 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -50/+50 |
| 2024-01-28 | hir: Remove unnecessary `HirId` from `hir::Let` | Vadim Petrochenkov | -5/+0 |
| 2024-01-25 | Rebase slice_group_by stabilization PR | David Tolnay | -2/+1 |
| 2024-01-19 | Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=Nilstrieb | Matthias Krüger | -8/+10 |
| 2024-01-18 | `dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]` | Jake Goulding | -8/+10 |
| 2024-01-18 | Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin | Matthias Krüger | -2/+4 |
| 2024-01-17 | Rollup merge of #120020 - oli-obk:long_const_eval_err_taint, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -2/+4 |
| 2024-01-16 | Skip dead code checks on items that failed typeck | Oli Scherer | -1/+4 |
| 2024-01-14 | Rework how diagnostic lints are stored. | Nicholas Nethercote | -2/+2 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -12/+11 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -21/+28 |
| 2024-01-10 | Stop mentioning internal lang items in no_std binary errors | Nilstrieb | -1/+16 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -3/+2 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -1/+1 |
| 2024-01-08 | Remove `DiagnosticBuilder::delay_as_bug_without_consuming`. | Nicholas Nethercote | -1/+1 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -2/+2 |
| 2024-01-06 | Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillot | bors | -1/+1 |
| 2024-01-06 | rustc_span: Optimize syntax context comparisons | Vadim Petrochenkov | -1/+1 |
| 2024-01-05 | Auto merge of #119634 - matthiaskrgr:rollup-v2xt7et, r=matthiaskrgr | bors | -15/+6 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -15/+6 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -10/+9 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -22/+22 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -15/+6 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -23/+35 |
| 2024-01-04 | Address review comments and add back some #[inline] attrs from removed commits. | Michael Woerister | -2/+0 |
| 2024-01-04 | Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. | Michael Woerister | -8/+9 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -22/+22 |
| 2024-01-02 | Merge `unused_tuple_struct_fields` into `dead_code` | Jake Goulding | -23/+35 |
| 2023-12-30 | is_coroutine -> is_coroutine_or_closure | Michael Goulet | -1/+1 |
| 2023-12-29 | Rollup merge of #119402 - est31:fix_if_guard_unused, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-12-29 | Also walk bindings created by if-let guards | est31 | -0/+3 |
| 2023-12-28 | Use `Pat::walk_always` instead of manual walk | Nilstrieb | -29/+6 |
| 2023-12-27 | move walk_expr outside of every match branch | zetanumbers | -8/+2 |
| 2023-12-26 | Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkov | Michael Goulet | -62/+46 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -10/+9 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -7/+4 |
| 2023-12-25 | Make closures carry their own ClosureKind, rather than deducing what it is fr... | Michael Goulet | -10/+12 |
| 2023-12-25 | Pass DeadItem and lint as consistent group in dead-code. | Camille GILLOT | -62/+46 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -153/+168 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -46/+28 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -46/+28 |