about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2021-01-08Rollup merge of #80372 - jyn514:fix-panics, r=ManishearthYuki Okushi-0/+20
2021-01-08Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514Yuki Okushi-0/+18
2021-01-05Remove useless doc_alias featureGuillaume Gomez-4/+2
2021-01-04fix incompatible disambiguator testmax-heller-0/+18
2021-01-04Add tests for new doc alias checkGuillaume Gomez-0/+12
2021-01-03Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514bors-8/+84
2021-01-03Only report reference-style link errors onceDániel Buga-8/+84
2021-01-03Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j...Guillaume Gomez-0/+24
2021-01-02Update rustdoc-ui test outputGuillaume Gomez-2/+4
2021-01-01Add test for suggestion in case a "ignore" doc block has invalid rust code in...Guillaume Gomez-0/+24
2020-12-31Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514bors-0/+44
2020-12-31Rustdoc render public underscore_imports as Re-exportsbors-0/+44
2020-12-30Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomezYuki Okushi-0/+27
2020-12-27Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearthbors-0/+103
2020-12-26update testsBastian Kauschke-1/+0
2020-12-26Revert "Cleanup markdown span handling"Joshua Nelson-0/+27
2020-12-25Don't panic when an external crate can't be resolvedJoshua Nelson-0/+20
2020-12-24Don't process `[]` and `()` in intra-doc linksJoshua Nelson-0/+103
2020-12-21Remove redundant testDániel Buga-16/+0
2020-12-02Add tests for #[doc(keyword = "...")] and update other doc attributes testsGuillaume Gomez-3/+3
2020-12-01Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obkGuillaume Gomez-14/+14
2020-12-01Improve some attributes error spansGuillaume Gomez-14/+14
2020-12-01Rollup merge of #79527 - jyn514:intra-doc-tests, r=ManishearthMara Bos-97/+97
2020-11-29Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-sebors-39/+49
2020-11-29Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514Dylan DPC-0/+12
2020-11-28Move `src/test/rustdoc-ui` intra-doc tests into a subdirectoryJoshua Nelson-97/+97
2020-11-27Add tests for doc_keyword feature extensionGuillaume Gomez-0/+12
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-39/+49
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