| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -1/+3 |
| 2024-01-01 | use css variable for z-index of the sidebar | Lukas Markeffsky | -5/+5 |
| 2023-12-31 | rustdoc ui: adjust tooltip z-index to be above sidebar | Lukas Markeffsky | -1/+1 |
| 2023-12-31 | Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla... | bors | -146/+92 |
| 2023-12-31 | rustdoc-search: tighter encoding for `f` index | Michael Howell | -86/+170 |
| 2023-12-30 | rustdoc-search: fix inaccurate type descriptions | Michael Howell | -54/+63 |
| 2023-12-28 | Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=Guillaum... | Matthias Krüger | -17/+30 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -2/+5 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -2/+5 |
| 2023-12-26 | rustdoc-search: count path edits with separate edit limit | Michael Howell | -17/+30 |
| 2023-12-26 | rustdoc: treat query string `+` as space | Michael Howell | -1/+2 |
| 2023-12-26 | rustdoc: search for tuples and unit by type with `()` | Michael Howell | -29/+74 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -14/+14 |
| 2023-12-25 | Auto merge of #119283 - GuillaumeGomez:warning-block-pos, r=notriddle | bors | -0/+3 |
| 2023-12-24 | Fix display of warning block if it is first element of the top doc block | Guillaume Gomez | -0/+3 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -2/+2 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -12/+12 |