about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2020-09-05Make errors more concise and helpfulJoshua Nelson-30/+21
2020-09-05Remove some TODOsJoshua Nelson-1/+0
2020-09-05Don't give misleading errors for `f::A`, where f is in the value namespaceJoshua Nelson-6/+6
2020-09-05Fix tests and improve error message if `::` isn't foundJoshua Nelson-47/+27
2020-09-05Pass on the DefId so rustdoc can name it in suggestionsJoshua Nelson-10/+24
2020-09-05Report if the thing exists in another namespaceJoshua Nelson-0/+1
2020-09-05Update .stderrJoshua Nelson-17/+55
2020-09-05[WIP] give better errors for broken intra doc linksJoshua Nelson-23/+176
2020-09-03Add test for doc alias on associated const in trait implsGuillaume Gomez-0/+30
2020-08-29Auto merge of #75916 - jyn514:unify-error-reporting, r=eucliobors-42/+86
2020-08-25Unify error reporting for intra-doc linksJoshua Nelson-42/+86
2020-08-25Warn about unknown or renamed lintsJoshua Nelson-0/+36
2020-08-23Report an ambiguity if both modules and primitives are in scopeJoshua Nelson-0/+83
2020-08-23Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkovbors-0/+37
2020-08-22rustdoc: Only resolve traits in scopeJoshua Nelson-0/+37
2020-08-21Strenghten tests for missing_doc_code_examples lintGuillaume Gomez-5/+54
2020-08-20Update how doc examples are countedGuillaume Gomez-8/+31
2020-08-20Remove "total" columns in --show-coverage outputGuillaume Gomez-58/+49
2020-08-20Update rustdoc coverage UI testGuillaume Gomez-2/+40
2020-08-19Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27bors-0/+79
2020-08-18Update rustdoc-ui testsGuillaume Gomez-51/+85
2020-08-12Allow #[doc(alias)] on impl const itemsGuillaume Gomez-9/+3
2020-08-11Move #[doc(alias)] attribute checks in rustcGuillaume Gomez-6/+6
2020-08-11Put back attributes check pass in rustdocGuillaume Gomez-0/+30
2020-08-11Add doc(alias) attribute checks for associated consts and associated typesGuillaume Gomez-7/+29
2020-08-11Add more tests for doc aliasGuillaume Gomez-0/+33
2020-08-10Auto merge of #75127 - jyn514:impl-trait, r=pnkfelixbors-95/+92
2020-08-08Add another testJoshua Nelson-0/+32
2020-08-07EXTREMELY hacky fixJoshua Nelson-19/+34
2020-08-07Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomezbors-4/+24
2020-08-06Improve testsJoshua Nelson-17/+11
2020-08-06Use the proper kind for associated itemsJoshua Nelson-11/+17
2020-08-05Suggest f() for functions and add a test caseJoshua Nelson-1/+14
2020-08-05Unresolved link -> incompatible link kindJoshua Nelson-20/+20
2020-08-05Give a much better error message if the struct failed to resolveJoshua Nelson-79/+49
2020-08-03Add more realistic example of async errorJoshua Nelson-0/+28
2020-08-03Fix async-std at the price of breaking half the test suiteJoshua Nelson-105/+27
2020-08-03item -> linkJoshua Nelson-30/+30
2020-08-02Disallow linking to items with a mismatched disambiguatorJoshua Nelson-0/+180
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