rust/src/test
Dylan DPC 75a15bf275
Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco
Find more invalid doc attributes

- Lint on `#[doc(123)]`, `#[doc("hello")]`, etc.
- Lint every attribute; e.g., will now report two warnings for `#[doc(foo, bar)]`
- Add hyphen to "crate level"
- Display paths like `#[doc(foo::bar)]` correctly instead of as an empty string
2021-03-15 16:22:52 +01:00
..
assembly Support LLVM 12 in rustc 2021-02-28 10:19:44 +01:00
auxiliary
codegen Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikic 2021-03-14 11:46:57 +00:00
codegen-units
debuginfo Update tests for extern block linting 2021-01-13 07:49:16 -05:00
incremental Avoid sorting predicates by `DefId` 2021-03-13 13:45:12 -05:00
mir-opt bless tests (32-bit) 2021-03-14 13:53:16 -04:00
pretty Update test/pretty output for edition preludes. 2021-02-25 13:43:11 +01:00
run-make Do not emit alloca for ZST local even if it is uninitialized 2021-03-13 18:01:14 -05:00
run-make-fulldeps Make def_key and HIR parenting consistent. 2021-03-12 22:48:32 +01:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc Avoid sorting predicates by `DefId` 2021-03-13 13:45:12 -05:00
rustdoc-gui Add test to ensure the attributes position when js is disabled 2021-03-09 21:40:04 +01:00
rustdoc-js Add test for primitive search 2021-02-01 15:56:51 +01:00
rustdoc-js-std Add search index test for primitive types 2021-01-27 10:05:06 +01:00
rustdoc-json Rollup merge of #82571 - aDotInTheVoid:reexport-tests, r=CraftSpider 2021-03-12 08:55:13 +09:00
rustdoc-ui Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco 2021-03-15 16:22:52 +01:00
rustfix
ui Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco 2021-03-15 16:22:52 +01:00
ui-fulldeps Rebase fallout. 2021-03-09 19:28:01 +01:00
COMPILER_TESTS.md