about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2020-08-03Fix async-std at the price of breaking half the test suiteJoshua Nelson-105/+27
2020-07-30Fix uitestsManish Goregaokar-5/+5
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-18/+18
2020-07-30Update uitest expectationsManish Goregaokar-5/+5
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-18/+18
2020-07-29Rename usage of intra_doc_link_resolution_failureManish Goregaokar-18/+18
2020-07-27Separate `missing_doc_code_examples` from intra-doc linksJoshua Nelson-13/+13
2020-07-22rustdoc: Add explanation when linting against public to private item linksDennis Hamester-0/+4
2020-07-22rustdoc: Always warn when linking from public to private itemsDennis Hamester-5/+24
2020-07-20refactor and reword intra-doc link errorsAndy Russell-117/+117
2020-07-16Fix invalid lintJoshua Nelson-1/+1
2020-07-16Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=ManishearthManish Goregaokar-29/+0
2020-07-15Catch errors for any new item, not just trait implementationsJoshua Nelson-3/+9
2020-07-15Don't ICE on infinitely recursive typesJoshua Nelson-0/+21
2020-07-15--blessJoshua Nelson-6/+18
2020-07-15Don't crash on Vec<DoesNotExist>Joshua Nelson-0/+7
2020-07-15Recurse into function bodies, but don't typeck closuresJoshua Nelson-67/+126
2020-07-15Don't ICE on errors in function returning impl traitJoshua Nelson-0/+67
2020-07-15Add an option not to report resolution errors for rustdocJoshua Nelson-0/+109
2020-07-13Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514Manish Goregaokar-0/+51
2020-07-11test: rustdoc-ui: issue-74134: Shorten a too long lineDennis Hamester-1/+1
2020-07-11test: rustdoc-ui: Expand issue-74134 to cover types in a private moduleDennis Hamester-0/+15
2020-07-11test: rustdoc-ui: Add issue-74134, replacing test/rustdoc/issue-74134-*Dennis Hamester-0/+36
2020-07-08Move #[doc(alias)] check in rustcGuillaume Gomez-29/+0
2020-07-07rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-6/+6
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-0/+36
2020-06-23Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27Manish Goregaokar-0/+29
2020-06-21Update UI testsGuillaume Gomez-2/+4
2020-05-30Add test for doc alias attribute validationGuillaume Gomez-0/+29
2020-05-15remove extra space from crate-level doctest namesAndy Russell-0/+22
2020-04-24Add rustdoc regression test for the unused_braces lintflip1995-0/+14
2020-04-23Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnisonDylan DPC-0/+493
2020-04-23Add UI tests for new rustdoc lintGuillaume Gomez-0/+493
2020-04-19Moving all rustdoc-ui tests to check-passVal Markovic-19/+19
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+8
2020-03-28Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPCbors-0/+15
2020-03-22fix one more testmark-1/+1
2020-03-22Update lint name to follow conventionGuillaume Gomez-3/+3
2020-03-22Update testsGuillaume Gomez-8/+7
2020-03-22Add lint when no doc is present at the crate-levelGuillaume Gomez-0/+16
2020-03-14resolve: Fix regression in resolution of raw keywords in pathsVadim Petrochenkov-5/+5
2020-03-02remove output-format testGuillaume Gomez-10/+0
2020-03-02Replace ToJson with serdeGuillaume Gomez-8/+18
2020-03-02add tests for rustdoc output-format jsonGuillaume Gomez-0/+34
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+1
2020-01-24Normalise notes with the/isvarkor-13/+13
2020-01-20Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomezDylan DPC-0/+62
2020-01-18rustdoc: Fix handling of compile errors when running `rustdoc --test`Oliver Middleton-0/+62
2020-01-17rustdoc: Catch fatal errors when syntax highlightingOliver Middleton-0/+21