summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2020-10-02Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...Jonas Schievink-1/+39
2020-10-02Update testsGuillaume Gomez-1/+39
2020-09-27Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...Joshua Nelson-4/+4
2020-09-27Auto merge of #76955 - jyn514:refactor-diagnostics, r=eucliobors-48/+92
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-1/+1
2020-09-23Unify primitive errors with other intra-link errorsJoshua Nelson-8/+32
2020-09-23Fix intra-doc links for primitivesJoshua Nelson-4/+1
2020-09-23Perform most diagnostic lookups in `resolution_failure`Joshua Nelson-47/+70
2020-09-16Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514Tyler Mandry-2/+14
2020-09-13Don't use `link.span` yetJoshua Nelson-2/+2
2020-09-13Upgrade to pulldown-cmark 0.8.0Joshua Nelson-0/+17
2020-09-12Add test for ignored private doc testGuillaume Gomez-2/+14
2020-09-12Auto merge of #75756 - jyn514:diagnostic-suggestions, r=estebankbors-115/+267
2020-09-11Name the current moduleJoshua Nelson-82/+58
2020-09-11Use `span_label` instead of `note`Joshua Nelson-41/+18
2020-09-07Make rustdoc output deterministic for UI testsJoshua Nelson-1/+1
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