| Age | Commit message (Expand) | Author | Lines |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -44/+38 |
| 2024-05-18 | Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomez | bors | -0/+6 |
| 2024-05-12 | fix hidden title in command-line-arguments docs | ickk | -1/+1 |
| 2024-05-05 | Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez | Guillaume Gomez | -1/+9 |
| 2024-05-04 | Add `-` (stdin) support to rustdoc | Urgau | -0/+6 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -44/+38 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -2/+2 |
| 2024-04-19 | rustdoc-search: docs for reference syntax | Michael Howell | -1/+9 |
| 2024-04-15 | Move --check-cfg documentation to stable books | Urgau | -16/+14 |
| 2024-04-04 | rustdoc prioritise cargo doc: suggestions applied | Harry Han | -1/+10 |
| 2024-03-15 | doc: add --test-builder/--test-builder-wrapper | Travis Finkenauer | -0/+29 |
| 2024-03-11 | rustdoc-search: add search query syntax `Fn(T) -> U` | Michael Howell | -16/+30 |
| 2024-03-11 | rustdoc-search: parse and search with ML-style HOF | Michael Howell | -3/+5 |
| 2024-02-23 | remove repetitive words | cui fliter | -1/+1 |
| 2024-02-13 | Rollup merge of #121021 - GuillaumeGomez:extend-intra-doc-link-chapter, r=not... | Matthias Krüger | -0/+18 |
| 2024-02-13 | Extend intra-doc link chapter in the rustdoc book | Guillaume Gomez | -0/+18 |
| 2024-02-01 | Extend "Attributes" section in the `re-exports` page | Guillaume Gomez | -0/+29 |
| 2023-12-26 | Add a few more docs | Michael Howell | -34/+14 |
| 2023-12-26 | rustdoc: search for tuples and unit by type with `()` | Michael Howell | -11/+56 |
| 2023-12-23 | Rollup merge of #119245 - GuillaumeGomez:improve-docs, r=fmease | Matthias Krüger | -0/+16 |
| 2023-12-23 | Improve documentation for using warning blocks in documentation | Guillaume Gomez | -0/+16 |
| 2023-12-22 | fix missed typo | Takashi Idobe | -1/+1 |
| 2023-12-22 | fix some typos found scrolling through the docs | Takashi Idobe | -2/+2 |
| 2023-12-12 | Change a typo mistake in the-doc-attribute.md | Hosssein | -1/+1 |
| 2023-11-19 | rustdoc: update book with info on type bindings | Michael Howell | -4/+43 |
| 2023-10-21 | fix what-to-include doc example | Cameron Ditchfield | -1/+1 |
| 2023-10-21 | fix broken link to ayu theme in the rustdoc book | Ryan Mehri | -1/+1 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2023-10-14 | Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G... | Matthias Krüger | -0/+20 |
| 2023-10-13 | MCP636: Add simpler and more explicit syntax to check-cfg | Urgau | -2/+2 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+15 |
| 2023-09-25 | Fix typo in rustdoc unstable features doc | DaniPopes | -1/+1 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -50/+243 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -0/+20 |
| 2023-09-15 | Update documentation for `custom_code_classes_in_docs` feature | Guillaume Gomez | -2/+6 |
| 2023-09-15 | Add support for double quotes in markdown codeblock attributes | Guillaume Gomez | -0/+11 |
| 2023-09-15 | Add documentation for `custom_code_classes_in_docs` feature | Guillaume Gomez | -0/+29 |
| 2023-09-10 | Fixed typo in re-exports.md | PhilVoel | -1/+1 |
| 2023-09-09 | rustdoc-doc: add `next_chunk` to list of `vec::intoiter<T> -> [T]` | Michael Howell | -1/+1 |
| 2023-09-03 | Update docs since path-based type search works now | Michael Howell | -3/+3 |
| 2023-09-03 | rustdoc: write detailed chapter on search engine | Michael Howell | -50/+243 |
| 2023-08-28 | rustdoc: start new "Sections" section in the book with Aliased Type | Urgau | -0/+16 |
| 2023-08-21 | Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdoc | bors | -0/+13 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -7/+19 |
| 2023-08-18 | Add warn level lint `redundant_explicit_links` | Kyle Lin | -0/+22 |
| 2023-08-14 | Add GUI test for warning blocks | Guillaume Gomez | -1/+2 |
| 2023-08-14 | Add documentation for warning blocks in rustdoc book | Guillaume Gomez | -0/+12 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-17 | Rollup merge of #112741 - geometryolife:fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-02 | Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator... | bors | -0/+5 |