about summary refs log tree commit diff
path: root/src/doc/rustdoc
AgeCommit message (Expand)AuthorLines
2020-10-03Make invalid_html_tags lint only run on nightly and being allowed by defaultGuillaume Gomez-2/+4
2020-10-03Add doc for invalid_html_tag lintGuillaume Gomez-0/+33
2020-10-02Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...Jonas Schievink-0/+2
2020-10-02Update doc alias documentationGuillaume Gomez-0/+2
2020-09-27Add documentation for `private_intra_doc_links`Joshua Nelson-0/+40
2020-09-24Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearthbors-61/+105
2020-09-17Update src/doc/rustdoc/src/linking-to-items-by-name.mdManish Goregaokar-1/+1
2020-09-14Update src/doc/rustdoc/src/lints.mdManish Goregaokar-2/+2
2020-09-14Stabilize doc_alias featureGuillaume Gomez-16/+14
2020-09-13Fix lint name in docsManish Goregaokar-1/+1
2020-09-13Resolve some conflictsManish Goregaokar-1/+1
2020-09-13Update src/doc/rustdoc/src/linking-to-items-by-name.mdManish Goregaokar-1/+1
2020-09-13Update src/doc/rustdoc/src/linking-to-items-by-name.mdManish Goregaokar-1/+1
2020-09-13Fill out docs on intra-doc resolution failure lintManish Goregaokar-4/+39
2020-09-13Mention URL fragmentsManish Goregaokar-0/+9
2020-09-13Mention super/crate/self in docsManish Goregaokar-1/+1
2020-09-13Move intra-doc-links documentation out of unstable sectionManish Goregaokar-57/+57
2020-09-13Link rustdoc lint docs to the rustdoc book.Eric Huss-0/+58
2020-09-10Add docs about crate level documentation supportarijit79-0/+23
2020-09-01Document lint missing_doc_code_examples is nightly-onlyJes Bak Hansen-1/+1
2020-08-23Document prim@ and primitive@Joshua Nelson-1/+1
2020-08-21Improve wordingGuillaume Gomez-1/+1
2020-08-20Add documentation for --show-coverage optionGuillaume Gomez-0/+33
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-1/+1
2020-07-29Rename usage of intra_doc_link_resolution_failureManish Goregaokar-1/+1
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+21
2020-07-09Rollup merge of #74184 - Manishearth:doc-intra-doc, r=GuillaumeGomezManish Goregaokar-30/+42
2020-07-09Move to unstable sectionManish Goregaokar-89/+42
2020-07-09Update src/doc/rustdoc/src/intra-doc-links.mdManish Goregaokar-1/+0
2020-07-09Add docs for intra-doc-linksManish Goregaokar-0/+60
2020-07-08Fix broken link in rustdocdocYuki Okushi-1/+1
2020-06-06doc/rustdoc: Fix incorrect external_doc feature flagSean Wilson-1/+1
2020-05-07Fix `strip-priv-imports` pass name in the rustdoc documentationStanislav Tkach-1/+1
2020-04-07Corrects a typo in rustdoc documentation.Theo Sandstrom-3/+3
2020-03-23Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek...Mazdak Farrokhzad-12/+12
2020-03-14Fix punctuation in rustdoc bookTimothée Gerber-1/+1
2020-03-14Change fenced code block type in rustdoc bookTimothée Gerber-1/+1
2020-03-14Clean up path separator in rustdoc bookTimothée Gerber-5/+5
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-21/+0
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-27Remove "important traits" featureGuillaume Gomez-21/+0
2020-02-26Stabilize --crate-version option in rustdocGuillaume Gomez-12/+12
2020-02-13Update books.Eric Huss-0/+4
2020-02-05doc fix on doc attributeking6cong-1/+1
2019-11-25Update documentation-tests.mdParth Mehrotra-1/+1
2019-11-21move cfg(doc) docs into a separate pageQuietMisdreavus-31/+35
2019-11-21Rename the cfg attribute from rustdoc to docGuillaume Gomez-5/+5
2019-11-21Stabilize cfg rustdocGuillaume Gomez-0/+31
2019-11-18improve error messages and documentationGuillaume Gomez-13/+21