| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-07 | Remove `RunnableDoctest` | Noah Lev | -24/+17 |
| 2024-06-07 | Make two fields computed on-demand | Noah Lev | -9/+15 |
| 2024-06-07 | rustdoc: Remove `DoctestVisitor::get_line` | Noah Lev | -24/+42 |
| 2024-06-07 | Remove global options from `IndividualTestOptions` | Noah Lev | -40/+21 |
| 2024-06-07 | Merge `RustDoctest` and `MdDoctest` into one type | Noah Lev | -77/+42 |
| 2024-06-07 | rustdoc: Extract actual doctest running logic into function | Noah Lev | -75/+126 |
| 2024-06-07 | Separate doctest collection from running | Noah Lev | -188/+237 |
| 2024-06-07 | Move Markdown-specific doctest code into submodule | Noah Lev | -47/+51 |
| 2024-06-07 | Start moving format-specific code into doctest submodule | Noah Lev | -120/+136 |
| 2024-06-07 | rustdoc: Use `write_all` to ensure all content is written | Noah Lev | -1/+1 |
| 2024-06-07 | rustdoc: Rename `Tester` to `DoctestVisitor` | Noah Lev | -14/+14 |
| 2024-06-07 | Update tests | Sunshine | -2/+3 |
| 2024-06-07 | Follow ESLint instructions. | Sunshine | -4/+7 |
| 2024-06-06 | Fix formatting | carbotaniuman | -1/+1 |
| 2024-06-06 | Fix build | carbotaniuman | -5/+5 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -1/+5 |
| 2024-06-07 | Other EcmaScript version bump | Sunshine | -1/+1 |
| 2024-06-07 | Bump the EcmaScript version in the eslint configuration. | Sunshine | -1/+1 |
| 2024-06-07 | Tidying | Sunshine | -2/+4 |