about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
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
2021-01-08Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514Yuki Okushi-0/+18
2021-01-05Remove useless doc_alias featureGuillaume Gomez-4/+2
2021-01-04fix incompatible disambiguator testmax-heller-0/+18
2021-01-04Add tests for new doc alias checkGuillaume Gomez-0/+12
2021-01-03Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514bors-8/+84
2021-01-03Only report reference-style link errors onceDániel Buga-8/+84
2021-01-03Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j...Guillaume Gomez-0/+24
2021-01-02Update rustdoc-ui test outputGuillaume Gomez-2/+4
2021-01-01Add test for suggestion in case a "ignore" doc block has invalid rust code in...Guillaume Gomez-0/+24
2020-12-31Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514bors-0/+44
2020-12-31Rustdoc render public underscore_imports as Re-exportsbors-0/+44
2020-12-30Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomezYuki Okushi-0/+27
2020-12-27Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearthbors-0/+103
2020-12-26update testsBastian Kauschke-1/+0