| Age | Commit message (Expand) | Author | Lines |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -2/+3 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -4/+14 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -1/+1 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -3/+5 |
| 2024-07-15 | rustdoc: make sidebar highlight cover whole click target | Michael Howell | -2/+41 |
| 2024-07-15 | Create new CSS class for "big toggles" | Guillaume Gomez | -3/+3 |
| 2024-07-15 | Fix style | Guillaume Gomez | -0/+5 |
| 2024-07-15 | doc: Fold inline methods from Deref | Lzu Tao | -4/+18 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -5/+5 |
| 2024-07-12 | Add rustdoc-json support for use<> | Michael Goulet | -0/+1 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -3/+20 |
| 2024-07-11 | Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk | bors | -2/+2 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -2/+1 |
| 2024-07-05 | rustdoc-search: stop constructing pointless arrays in decode | Michael Howell | -11/+7 |
| 2024-07-04 | Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau | Matthias Krüger | -19/+17 |
| 2024-07-04 | Rollup merge of #127289 - aDotInTheVoid:rustdoc-json-lt, r=GuillaumeGomez | Jacob Pratt | -3/+10 |
| 2024-07-04 | Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG... | bors | -68/+233 |
| 2024-07-04 | Adjust rustdoc automatic link suggestion | Esteban Küber | -19/+17 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -1/+1 |
| 2024-07-03 | rustdoc-json: Better representation of lifetime bounds in where clauses. | Alona Enraght-Moony | -3/+10 |
| 2024-07-02 | Rollup merge of #127146 - compiler-errors:fast-reject, r=lcnr | Matthias Krüger | -2/+1 |
| 2024-07-01 | rustdoc: click target for sidebar items flush left | Michael Howell | -4/+12 |
| 2024-07-01 | rustdoc: add usable lint for pulldown-cmark-0.11 parsing changes | Michael Howell | -0/+164 |
| 2024-06-30 | rustdoc: update to pulldown-cmark 0.11 | Michael Howell | -68/+69 |
| 2024-06-30 | Uplift fast rejection to new solver | Michael Goulet | -2/+1 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -16/+18 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-06-28 | Only require symbol name for @feature_gate | Michael Goulet | -2/+2 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -1/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -16/+18 |
| 2024-06-28 | docs: check if the disambiguator matches its suffix | bohan | -8/+24 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -1/+1 |
| 2024-06-22 | Auto merge of #126761 - GuillaumeGomez:unsafe_extern_blocks, r=spastorino | bors | -28/+40 |
| 2024-06-20 | Implement `unsafe_extern_blocks` feature in rustdoc | Guillaume Gomez | -28/+40 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+8 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -28/+30 |
| 2024-06-17 | Fix other tools | Michael Goulet | -0/+2 |
| 2024-06-10 | Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obk | Matthias Krüger | -2/+1 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -2/+1 |
| 2024-06-10 | Auto merge of #107099 - edward-shen:edward-shen/rustdoc-remap-path-prefix, r=... | bors | -7/+43 |
| 2024-06-09 | rustdoc-search: use lowercase, non-normalized name for type search | Michael Howell | -4/+8 |
| 2024-06-09 | rustdoc: Add support for --remap-path-prefix | Edward Shen | -7/+43 |
| 2024-06-08 | Rollup merge of #126057 - Sunshine40:rustdoc-search-non-english, r=notriddle | León Orell Valerian Liehr | -73/+88 |
| 2024-06-07 | Auto merge of #126134 - matthiaskrgr:rollup-vzlegsc, r=matthiaskrgr | bors | -1/+5 |
| 2024-06-07 | run fmt | Guillaume Gomez | -18/+16 |
| 2024-06-07 | Fix broken rustdoc unit tests | Noah Lev | -22/+37 |
| 2024-06-07 | Parse full doctest source; extract helper for parsing code | Noah Lev | -90/+104 |
| 2024-06-07 | Move logic for "making" doctests to submodule | Noah Lev | -375/+387 |
| 2024-06-07 | Make doctests before running them; reintroduce `RunnableDoctest` | Noah Lev | -42/+54 |
| 2024-06-07 | Move some arguments to fields and reorganize fields | Noah Lev | -58/+54 |