| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-12-23 | Rollup merge of #119246 - GuillaumeGomez:trait-is_object_safe-json, r=aDotInT... | Matthias Krüger | -0/+2 |
| 2023-12-23 | Rollup merge of #119232 - Takashiidobe:fix-doc-typos, r=JohnTitor | Matthias Krüger | -2/+2 |
| 2023-12-23 | Add `is_object_safe` information for traits in JSON output | Guillaume Gomez | -0/+2 |
| 2023-12-23 | Improve some names. | Nicholas Nethercote | -1/+1 |
| 2023-12-23 | Rename `EarlyDiagCtxt` methods to match `DiagCtxt`. | Nicholas Nethercote | -4/+4 |
| 2023-12-22 | fix some typos found scrolling through the docs | Takashi Idobe | -2/+2 |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -1/+1 |
| 2023-12-19 | Fix corner cases when dealing with mobile mode | Michael Howell | -17/+16 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -2/+2 |
| 2023-12-18 | Use folder icon instead of hamburger and sidebar | Michael Howell | -17/+26 |
| 2023-12-18 | Add border bottom for source sidebar title area | Michael Howell | -8/+3 |
| 2023-12-18 | Stop using the trigram of heaven as a hamburger button | Michael Howell | -8/+23 |
| 2023-12-18 | Add back the column | Michael Howell | -20/+17 |
| 2023-12-17 | rustdoc: clean up source sidebar hide button | Michael Howell | -142/+73 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -43/+43 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -24/+24 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -26/+26 |
| 2023-12-18 | Rename `new_handler` as `new_dcx`. | Nicholas Nethercote | -10/+6 |
| 2023-12-18 | Rename `UnstableOptions::diagnostic_handler_flags` as `UnstableOptions::dcx_f... | Nicholas Nethercote | -2/+1 |
| 2023-12-18 | Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -7/+7 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -4/+3 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -7/+7 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -21/+22 |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-12-17 | Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomez | bors | -46/+28 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -9/+10 |
| 2023-12-15 | rustdoc-search: remove parallel searchWords array | Michael Howell | -46/+28 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -9/+10 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -23/+11 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -16/+0 |