about summary refs log tree commit diff
path: root/src/doc/rustdoc
AgeCommit message (Expand)AuthorLines
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-44/+38
2024-05-18Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomezbors-0/+6
2024-05-12fix hidden title in command-line-arguments docsickk-1/+1
2024-05-05Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomezGuillaume Gomez-1/+9
2024-05-04Add `-` (stdin) support to rustdocUrgau-0/+6
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-44/+38
2024-04-24chore: fix some typos in commentswhosehang-2/+2
2024-04-19rustdoc-search: docs for reference syntaxMichael Howell-1/+9
2024-04-15Move --check-cfg documentation to stable booksUrgau-16/+14
2024-04-04rustdoc prioritise cargo doc: suggestions appliedHarry Han-1/+10
2024-03-15doc: add --test-builder/--test-builder-wrapperTravis Finkenauer-0/+29
2024-03-11rustdoc-search: add search query syntax `Fn(T) -> U`Michael Howell-16/+30
2024-03-11rustdoc-search: parse and search with ML-style HOFMichael Howell-3/+5
2024-02-23remove repetitive wordscui fliter-1/+1
2024-02-13Rollup merge of #121021 - GuillaumeGomez:extend-intra-doc-link-chapter, r=not...Matthias Krüger-0/+18
2024-02-13Extend intra-doc link chapter in the rustdoc bookGuillaume Gomez-0/+18
2024-02-01Extend "Attributes" section in the `re-exports` pageGuillaume Gomez-0/+29
2023-12-26Add a few more docsMichael Howell-34/+14
2023-12-26rustdoc: search for tuples and unit by type with `()`Michael Howell-11/+56
2023-12-23Rollup merge of #119245 - GuillaumeGomez:improve-docs, r=fmeaseMatthias Krüger-0/+16
2023-12-23Improve documentation for using warning blocks in documentationGuillaume Gomez-0/+16
2023-12-22fix missed typoTakashi Idobe-1/+1
2023-12-22fix some typos found scrolling through the docsTakashi Idobe-2/+2
2023-12-12Change a typo mistake in the-doc-attribute.md Hosssein-1/+1
2023-11-19rustdoc: update book with info on type bindingsMichael Howell-4/+43
2023-10-21fix what-to-include doc exampleCameron Ditchfield-1/+1
2023-10-21fix broken link to ayu theme in the rustdoc bookRyan Mehri-1/+1
2023-10-17Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkovMatthias Krüger-2/+2
2023-10-14Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...Matthias Krüger-0/+20
2023-10-13MCP636: Add simpler and more explicit syntax to check-cfgUrgau-2/+2
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+15
2023-09-25Fix typo in rustdoc unstable features docDaniPopes-1/+1
2023-09-19Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomezGuillaume Gomez-50/+243
2023-09-18rustdoc: hide repr(transparent) if it isn't part of the public ABILeón Orell Valerian Liehr-0/+20
2023-09-15Update documentation for `custom_code_classes_in_docs` featureGuillaume Gomez-2/+6
2023-09-15Add support for double quotes in markdown codeblock attributesGuillaume Gomez-0/+11
2023-09-15Add documentation for `custom_code_classes_in_docs` featureGuillaume Gomez-0/+29
2023-09-10Fixed typo in re-exports.mdPhilVoel-1/+1
2023-09-09rustdoc-doc: add `next_chunk` to list of `vec::intoiter<T> -> [T]`Michael Howell-1/+1
2023-09-03Update docs since path-based type search works nowMichael Howell-3/+3
2023-09-03rustdoc: write detailed chapter on search engineMichael Howell-50/+243
2023-08-28rustdoc: start new "Sections" section in the book with Aliased TypeUrgau-0/+16
2023-08-21Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdocbors-0/+13
2023-08-18Fix resolution cachingKyle Lin-7/+19
2023-08-18Add warn level lint `redundant_explicit_links`Kyle Lin-0/+22
2023-08-14Add GUI test for warning blocksGuillaume Gomez-1/+2
2023-08-14Add documentation for warning blocks in rustdoc bookGuillaume Gomez-0/+12
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-07-17Rollup merge of #112741 - geometryolife:fix, r=workingjubileeMatthias Krüger-1/+1
2023-07-02Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator...bors-0/+5