rust/src/test
Ruby Lazuli 6dcf5d8fde
Lint against more useless #[must_use] attributes
This expands the existing `#[must_use]` check in `unused_attributes`
to lint against pretty much everything `#[must_use]` doesn't support.
Fixes #93906.
2022-02-27 08:52:37 -06:00
..
assembly Add preliminary support for inline assembly for msp430. 2022-01-22 23:42:46 -05:00
auxiliary
codegen Rollup merge of #93503 - michaelwoerister:fix-vtable-holder-debuginfo-regression, r=wesleywiser 2022-02-09 23:29:56 +01:00
codegen-units Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01:00
debuginfo Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472 2022-02-03 01:08:45 +00:00
incremental Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" 2022-02-11 07:18:06 +00:00
mir-opt Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk 2022-02-07 00:26:52 +00:00
pretty Bless all pretty printer tests and ui tests 2022-02-03 10:59:36 -08:00
run-make Rollup merge of #93568 - willcrichton:scrape-examples-leading-whitespace, r=CraftSpider 2022-02-08 06:47:33 +01:00
run-make-fulldeps Stabilize cfg_target_has_atomic 2022-02-09 18:45:44 +00:00
run-pass-valgrind
rustdoc Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez 2022-02-10 12:10:01 +01:00
rustdoc-gui Update rustdoc tests for headings indent 2022-02-09 14:55:26 +01:00
rustdoc-js rustdoc: add test case for multiple traits and erased names 2022-01-26 13:03:31 -07:00
rustdoc-js-std Remove support for multi-query search 2022-02-10 13:17:38 +01:00
rustdoc-json Add has tests for blanket_with_local trait methods 2022-01-22 19:55:25 -05:00
rustdoc-ui Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkov 2022-02-08 06:47:37 +01:00
ui Lint against more useless #[must_use] attributes 2022-02-27 08:52:37 -06:00
ui-fulldeps add a rustc::query_stability lint 2022-02-01 10:15:59 +01:00
COMPILER_TESTS.md