about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2020-09-05Find the first segment that failed to resolve for _any_ namespaceJoshua Nelson-14/+38
2020-09-05x.py blessJoshua Nelson-14/+14
2020-09-05Give a much better error message when an item has a macro disambiguatorJoshua Nelson-2/+2
2020-09-05 Say 'prefix with `kind@`' instead of 'prefix with the item kind'Joshua Nelson-82/+34
2020-09-05Don't suggest \[ \] if there's a :: in the pathJoshua Nelson-22/+13
2020-09-05Show the first path segment which failed to resolve.Joshua Nelson-8/+11
2020-09-05Give a better error message when linking to a macro with the wrong disambiguatorJoshua Nelson-10/+63
2020-09-05Use rustc_resolve's descr() instead of rewriting itJoshua Nelson-3/+3
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