rust/src/test
bors 902e59057e Auto merge of #93937 - bjorn3:simplifications3, r=cjgillot
Remove Config::stderr

1. It captured stdout and not stderr
2. It isn't used anywhere
3. All error messages should go to the DiagnosticOutput instead
4. It modifies thread local state

Marking as blocked as it will conflict a bit with https://github.com/rust-lang/rust/pull/93936.
2022-02-14 05:55:26 +00:00
..
assembly Add preliminary support for inline assembly for msp430. 2022-01-22 23:42:46 -05:00
auxiliary
codegen Auto merge of #93670 - erikdesjardins:noundef, r=nikic 2022-02-13 00:14:52 +00: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 use tree pretty print test 2022-02-07 21:51:05 -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 Remove Config::stderr 2022-02-13 11:49:52 +01: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 Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomez 2022-02-13 09:41:41 +00: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 rustdoc-json: Add some tests for typealias item 2022-02-09 16:10:58 +00:00
rustdoc-ui Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkov 2022-02-08 06:47:37 +01:00
ui Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726 2022-02-13 06:44:14 +01:00
ui-fulldeps add a rustc::query_stability lint 2022-02-01 10:15:59 +01:00
COMPILER_TESTS.md