about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2020-11-26Update coverage output now that primitives have proper spansJoshua Nelson-2/+1
2020-11-26Rollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc-tests, r=jyn514Jonas Schievink-22/+15
2020-11-25Clean up rustdoc tests by removing unnecessary featuresGuillaume Gomez-22/+15
2020-11-24Get rid of doctree::FunctionJoshua Nelson-8/+8
2020-11-22Get rid of `doctree::Impl`Joshua Nelson-9/+9
2020-11-21x.py test --blessJoshua Nelson-93/+93
2020-11-16Add test to ensure that "invalid HTML tag" lint isn't fired in code blocksGuillaume Gomez-0/+21
2020-11-13Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514Guillaume Gomez-0/+138
2020-11-12Ensure that INVALID_CODEBLOCK_ATTRIBUTES lint is emittedGuillaume Gomez-28/+47
2020-11-12Add tests for rustdoc --check optionGuillaume Gomez-0/+119
2020-11-11add error-in-impl-trait const generics testBastian Kauschke-0/+24
2020-11-05Rename lint to non_autolinksGuillaume Gomez-11/+11
2020-11-05Improve lint even moreGuillaume Gomez-0/+2
2020-11-05Don't check for URLs inside codeblocksGuillaume Gomez-20/+24
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-4/+4
2020-11-05Improve automatic_links globallyGuillaume Gomez-3/+137
2020-11-05Extend automatic_links lint to take into account URLs without link syntaxGuillaume Gomez-9/+17
2020-11-05Add tests for automatic_links lintGuillaume Gomez-0/+40
2020-10-15Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514Yuki Okushi-1/+21
2020-10-15Rollup merge of #77570 - GuillaumeGomez:whitespace-doc-alias, r=jyn514,ollie27Yuki Okushi-8/+15
2020-10-14Handle multi-line HTML commentsGuillaume Gomez-2/+6
2020-10-13Add check for HTML commentsGuillaume Gomez-1/+17
2020-10-13Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514bors-0/+68
2020-10-12Extend test to ensure that items inherit lint level from the parentGuillaume Gomez-0/+2
2020-10-12Apply same treatment to MISSING_DOC_CODE_EXAMPLESGuillaume Gomez-0/+20
2020-10-12Inherit lint level from parentsGuillaume Gomez-2/+10
2020-10-12rustdoc: skip allow missing doc in cover. reportRoman-0/+38
2020-10-10Apply suggestions from code reviewDániel Buga-1/+20
2020-10-10Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514bors-1/+122
2020-10-09Remove unneeded ImportItem on glob onesGuillaume Gomez-13/+2
2020-10-09Add test to ensure that external items aren't lint-checkedGuillaume Gomez-2/+14
2020-10-09Add test for reexported items lintsGuillaume Gomez-0/+31
2020-10-08Allow generic parameters in intra-doc linksCamelid-1/+122
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-1/+180
2020-10-06Enforce whitespace ascii character check for doc aliasGuillaume Gomez-1/+15
2020-10-05Allow ascii whitespace char for doc aliasesGuillaume Gomez-9/+2
2020-10-05Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasperDylan DPC-0/+20
2020-10-04Enforce crate level attributes checksGuillaume Gomez-4/+13
2020-10-04Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=jyn514Yuki Okushi-35/+35
2020-10-03Add test for #[doc(alias = "...")] at crate levelGuillaume Gomez-0/+11
2020-10-03Enforce closing HTML tags to have a ">" characterGuillaume Gomez-2/+14
2020-10-03Use char_indices() instead of chars() to prevent more than one-byte character...Guillaume Gomez-32/+38
2020-10-03Correctly handle unicode characters and tags being open just before the end o...Guillaume Gomez-13/+30
2020-10-03Don't warn if the tag is nested inside a <script> or inside a <style>Guillaume Gomez-0/+22
2020-10-03Add test for invalid_html_tag lint in deny(rustdoc)Guillaume Gomez-1/+25
2020-10-03Improve codeGuillaume Gomez-6/+43
2020-10-03Improve invalid_html_tags lint spanGuillaume Gomez-41/+28
2020-10-03Add test for unclosed_html_tag lintGuillaume Gomez-65/+89
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-5/+55
2020-10-02Improve error messagesCamelid-35/+35