| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -11/+11 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -1/+1 |
| 2024-01-22 | Rollup merge of #119986 - nnethercote:fix-error-counting, r=compiler-errors,o... | Matthias Krüger | -3/+5 |
| 2024-01-22 | Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmease | Matthias Krüger | -0/+1 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -3/+5 |
| 2024-01-20 | Fix impl stripped in rustdoc HTML whereas it should not be in case the impl i... | Guillaume Gomez | -12/+19 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-19 | Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle | Matthias Krüger | -83/+139 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -5/+6 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -5/+6 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -1/+3 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -4/+5 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -4/+5 |
| 2024-01-13 | Rollup merge of #119898 - compiler-errors:error-reporting, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-01-12 | Remove unused ErrorReporting variant from overflow handling | Michael Goulet | -1/+0 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -1/+1 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in the parser. | Nicholas Nethercote | -5/+7 |
| 2024-01-10 | Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obk | bors | -32/+28 |
| 2024-01-10 | Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r... | Matthias Krüger | -91/+99 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -10/+10 |
| 2024-01-10 | Shorten some error invocations. | Nicholas Nethercote | -20/+16 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -2/+2 |
| 2024-01-09 | Move variables closer to their usage sites | León Orell Valerian Liehr | -6/+4 |
| 2024-01-09 | Simplify elision of default generic arguments | León Orell Valerian Liehr | -48/+42 |
| 2024-01-09 | Don't arena-allocate extended generic args | León Orell Valerian Liehr | -28/+31 |
| 2024-01-09 | Offset args of trait object types when cleaning | León Orell Valerian Liehr | -16/+29 |
| 2024-01-09 | Rename rustc_middle path cleaning functions | León Orell Valerian Liehr | -37/+37 |
| 2024-01-09 | Rollup merge of #119756 - notriddle:notriddle/reuse-map, r=GuillaumeGomez | Guillaume Gomez | -20/+91 |
| 2024-01-08 | rustdoc-search: intern function search types | Michael Howell | -17/+72 |
| 2024-01-08 | Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId | Michael Goulet | -2/+1 |
| 2024-01-08 | rustdoc-search: reuse empty map/array in function signatures | Michael Howell | -5/+21 |
| 2024-01-08 | rustdoc: hide modals when resizing the sidebar | Michael Howell | -0/+1 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -6/+6 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -7/+7 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-01-06 | Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez | Matthias Krüger | -29/+74 |
| 2024-01-05 | Rollup merge of #119468 - notriddle:notriddle/compression, r=GuillaumeGomez | Michael Goulet | -139/+250 |
| 2024-01-05 | Add notes about the serialization format | Michael Howell | -7/+26 |
| 2024-01-05 | rustc_span: Remove `fn fresh_expansion` | Vadim Petrochenkov | -2/+2 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -7/+7 |
| 2024-01-05 | Rollup merge of #119586 - GuillaumeGomez:jump-to-def-static-methods, r=notriddle | Michael Goulet | -20/+32 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -1/+1 |
| 2024-01-05 | Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebank | bors | -1/+3 |
| 2024-01-05 | Rename `EmitterWriter` as `HumanEmitter`. | Nicholas Nethercote | -7/+7 |
| 2024-01-04 | Clean up serialization code nits | Michael Howell | -10/+9 |
| 2024-01-04 | Fix invalid handling for static method calls in jump to definition feature | Guillaume Gomez | -20/+32 |
| 2024-01-04 | Rollup merge of #119539 - vuittont60:master, r=TaKO8Ki | Matthias Krüger | -1/+1 |
| 2024-01-04 | compiler: fix typos | vuittont60 | -1/+1 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -1/+1 |