about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2020-10-10Apply suggestions from code reviewDániel Buga-1/+20
2020-10-10Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514bors-1/+122
2020-10-09Remove unneeded ImportItem on glob onesGuillaume Gomez-13/+2
2020-10-09Add test to ensure that external items aren't lint-checkedGuillaume Gomez-2/+14
2020-10-09Add test for reexported items lintsGuillaume Gomez-0/+31
2020-10-08Allow generic parameters in intra-doc linksCamelid-1/+122
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-1/+180
2020-10-06Enforce whitespace ascii character check for doc aliasGuillaume Gomez-1/+15
2020-10-05Allow ascii whitespace char for doc aliasesGuillaume Gomez-9/+2
2020-10-05Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasperDylan DPC-0/+20
2020-10-04Enforce crate level attributes checksGuillaume Gomez-4/+13
2020-10-04Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=jyn514Yuki Okushi-35/+35
2020-10-03Add test for #[doc(alias = "...")] at crate levelGuillaume Gomez-0/+11
2020-10-03Enforce closing HTML tags to have a ">" characterGuillaume Gomez-2/+14
2020-10-03Use char_indices() instead of chars() to prevent more than one-byte character...Guillaume Gomez-32/+38
2020-10-03Correctly handle unicode characters and tags being open just before the end o...Guillaume Gomez-13/+30
2020-10-03Don't warn if the tag is nested inside a <script> or inside a <style>Guillaume Gomez-0/+22
2020-10-03Add test for invalid_html_tag lint in deny(rustdoc)Guillaume Gomez-1/+25
2020-10-03Improve codeGuillaume Gomez-6/+43
2020-10-03Improve invalid_html_tags lint spanGuillaume Gomez-41/+28
2020-10-03Add test for unclosed_html_tag lintGuillaume Gomez-65/+89
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-5/+55
2020-10-02Improve error messagesCamelid-35/+35
2020-10-02Use old error when there's partial resolutionCamelid-4/+4
2020-10-02Remove unhelpful help messageCamelid-63/+19
2020-10-02Improve rustdoc error for failed intra-doc link resolutionCamelid-54/+98
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