rust/src/test
Dylan DPC 2b0ead3126
Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomez
rustdoc: rename syntax highlighting CSS class `attribute` to `attr`

Link classes use the abbreviation `attr` ...

2afca78a0b/src/librustdoc/html/static/css/rustdoc.css (L255-L259)

... so why does syntax highlighting use the full word?

2afca78a0b/src/librustdoc/html/static/css/rustdoc.css (L1095-L1097)
2022-11-01 22:01:37 +05:30
..
assembly Stabilize asm_sym 2022-10-17 22:38:37 +01:00
auxiliary
codegen Remove bounds check with enum cast 2022-10-31 14:10:37 +03:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser 2022-09-13 01:19:05 +00:00
incremental Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors 2022-10-13 22:39:05 +00:00
mir-opt Remove bounds check with enum cast 2022-10-31 14:10:37 +03:00
pretty Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 2022-10-24 19:32:25 +09:00
run-make Add ignore-cross-compile to the #[bench] smoketest, and move it back to run-make 2022-10-31 05:53:54 -07:00
run-make-fulldeps Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
run-pass-valgrind Fix test 2022-10-13 17:46:33 +01:00
rustdoc Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomez 2022-11-01 22:01:37 +05:30
rustdoc-gui Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomez 2022-11-01 22:01:37 +05:30
rustdoc-js Add regression test for reexports in search results 2022-10-30 13:58:00 +01:00
rustdoc-js-std
rustdoc-json Add regression test for missing item from private mod in JSON output 2022-10-29 11:56:08 +02:00
rustdoc-ui Rollup merge of #103588 - weihanglo:rustdoc/url-redirect, r=notriddle 2022-10-30 11:50:27 +05:30
ui Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot 2022-11-01 22:01:36 +05:30
ui-fulldeps Allow specifying multiple alternative suggestions 2022-10-23 18:59:13 +02:00
COMPILER_TESTS.md