summary refs log tree commit diff
path: root/src/doc/rustdoc
AgeCommit message (Expand)AuthorLines
2020-11-06Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514bors-31/+282
2020-11-05Rename lint to non_autolinksGuillaume Gomez-2/+2
2020-11-05Update URLs used in the lint exampleGuillaume Gomez-14/+15
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-1/+1
2020-11-05Improve automatic_links globallyGuillaume Gomez-10/+3
2020-11-05Extend automatic_links lint to take into account URLs without link syntaxGuillaume Gomez-9/+13
2020-11-05Add documentation for automatic_links lintGuillaume Gomez-0/+40
2020-11-04Added Rustdoc book sections for linting and embedding more examplesAndrew Gauger-31/+282
2020-10-28Fix typo "compiltest"Guillaume Gomez-1/+1
2020-10-21Clean up and improve some docsCamelid-13/+15
2020-10-09Link to GitHub issue re macro resolutionCamelid-1/+3
2020-10-08Update rustdoc intra-doc link docsCamelid-13/+40
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-0/+35
2020-10-06Rollup merge of #76855 - jyn514:platform-specific, r=ollie27Yuki Okushi-21/+50
2020-10-05Revamp rustdoc docs about documentation using `cfg`Joshua Nelson-21/+50
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