about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-link-errors.stderr
AgeCommit message (Expand)AuthorLines
2020-11-28Move `src/test/rustdoc-ui` intra-doc tests into a subdirectoryJoshua Nelson-143/+0
2020-11-22Get rid of `doctree::Impl`Joshua Nelson-9/+9
2020-10-02Improve error messagesCamelid-5/+5
2020-10-02Use old error when there's partial resolutionCamelid-2/+2
2020-10-02Remove unhelpful help messageCamelid-28/+19
2020-10-02Improve rustdoc error for failed intra-doc link resolutionCamelid-24/+33
2020-09-23Unify primitive errors with other intra-link errorsJoshua Nelson-7/+22
2020-09-23Fix intra-doc links for primitivesJoshua Nelson-4/+1
2020-09-23Perform most diagnostic lookups in `resolution_failure`Joshua Nelson-18/+33
2020-09-11Name the current moduleJoshua Nelson-47/+28
2020-09-05Find the first segment that failed to resolve for _any_ namespaceJoshua Nelson-14/+30
2020-09-05x.py blessJoshua Nelson-14/+14
2020-09-05Give a much better error message when an item has a macro disambiguatorJoshua Nelson-1/+1
2020-09-05 Say 'prefix with `kind@`' instead of 'prefix with the item kind'Joshua Nelson-5/+1
2020-09-05Don't suggest \[ \] if there's a :: in the pathJoshua Nelson-15/+13
2020-09-05Show the first path segment which failed to resolve.Joshua Nelson-5/+9
2020-09-05Give a better error message when linking to a macro with the wrong disambiguatorJoshua Nelson-10/+42
2020-09-05Make errors more concise and helpfulJoshua Nelson-16/+12
2020-09-05Don't give misleading errors for `f::A`, where f is in the value namespaceJoshua Nelson-3/+3
2020-09-05Fix tests and improve error message if `::` isn't foundJoshua Nelson-37/+17
2020-09-05Pass on the DefId so rustdoc can name it in suggestionsJoshua Nelson-10/+17
2020-09-05Update .stderrJoshua Nelson-15/+53
2020-09-05[WIP] give better errors for broken intra doc linksJoshua Nelson-0/+68