about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2021-03-28Add test for weird backticks placementCamelid-8/+23
2021-03-28Point to disambiguator instead of whole linkCamelid-12/+5
2021-03-26Lint on unknown intra-doc link disambiguatorsCamelid-0/+50
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-2/+2
2021-03-22rustdoc: Record crate name instead of using `None`Camelid-0/+17
2021-03-19Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514Dylan DPC-12/+74
2021-03-16Don't warn about old rustdoc lint names (temporarily)Joshua Nelson-21/+10
2021-03-16Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakisbors-2/+2
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-2/+2
2021-03-15Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwcoDylan DPC-4/+64
2021-03-14Tweak diagnosticsCamelid-8/+8
2021-03-14Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomezYuki Okushi-31/+40
2021-03-13Update `rustdoc-ui` versions of the `doc-attr` testCamelid-1/+61
2021-03-13Add hyphen to "crate level"Camelid-3/+3
2021-03-11Update doc alias ui testsGuillaume Gomez-12/+74
2021-03-07Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomezYuki Okushi-10/+51
2021-03-05Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=ManishearthGuillaume Gomez-8/+47
2021-03-05Rename `rustdoc` to `rustdoc::all`Joshua Nelson-31/+40
2021-03-05Make invalid_doc_attribute lint pluralGuillaume Gomez-2/+2
2021-03-04Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warningsGuillaume Gomez-8/+10
2021-03-04Add tests for #[doc(test(...)] checkGuillaume Gomez-0/+37
2021-03-04Update missing code example testGuillaume Gomez-5/+18
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-98/+166
2021-03-03Change error about unknown doc attributes to a warningJoshua Nelson-4/+19
2021-03-02Report that `doc(plugins)` doesn't work using diagnostics instead of `println!`Joshua Nelson-1/+14
2021-03-02Clean up error reporting for deprecated passesJoshua Nelson-10/+38
2021-03-01Test that using the previous lint names still applies the lintJoshua Nelson-0/+28
2021-03-01Address review commentsJoshua Nelson-5/+18
2021-03-01Improve error messagesJoshua Nelson-9/+7
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-93/+122
2021-03-02Rollup merge of #82662 - GuillaumeGomez:doc-attr-check, r=jyn514Guillaume Gomez-0/+19
2021-03-02Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514Guillaume Gomez-0/+13
2021-03-01Add tests for doc attribute checkGuillaume Gomez-0/+19
2021-02-28Remove deleted pass from rustdoc test suiteJoshua Nelson-1/+1
2021-02-28Add test for rustdoc new check passGuillaume Gomez-0/+13
2021-02-19[intra-doc links] Don't check feature gates of items re-exported across cratesJoshua Nelson-0/+8
2021-02-19Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514Dylan DPC-0/+48
2021-02-19rustdoc: Support argument filesMiguel Ojeda-0/+48
2021-02-11Fix private intra-doc warnings on associated itemsJoshua Nelson-5/+26
2021-02-04Add a test for the shortness format in rustdocAlexis Bourget-0/+28
2021-01-30Balance sidebar `Deref` cycle check with main contentJ. Ryan Stinnett-0/+15
2021-01-23Add option to control doctest run directoryArpad Borsos-0/+35
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-9/+39
2021-01-16Add a testÖmer Sinan Ağacan-0/+17
2021-01-13Update tests for extern block lintingMark Rousskov-3/+5
2021-01-08Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomezbors-0/+17
2021-01-08Recursively document methods via `Deref` traitsJ. Ryan Stinnett-0/+17
2021-01-08Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpiderYuki Okushi-0/+3
2021-01-08Rollup merge of #80372 - jyn514:fix-panics, r=ManishearthYuki Okushi-0/+20
2021-01-07Get rid of custom pretty-printing in rustdocJoshua Nelson-0/+3