rust/src/test
bors b8363295d5 Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov
might_permit_raw_init: also check aggregate fields

This is the next step for https://github.com/rust-lang/rust/issues/66151: when doing `mem::zeroed`/`mem::uninitialized`, also recursively check fields of aggregates (except for arrays) for whether they permit zero/uninit initialization.
2020-09-27 10:17:09 +00:00
..
assembly Fix test 2020-08-28 18:53:09 +01:00
auxiliary
codegen Add a test for 128-bit return values 2020-09-26 17:08:55 +02:00
codegen-units Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
compile-fail Bless compile-fail 2020-09-22 10:05:58 -07:00
debuginfo debuginfo: Ignore HashMap tests before cdb 10.0.18362.1 2020-09-05 14:47:16 -07:00
incremental Update incremental tests 2020-09-19 10:36:37 +02:00
mir-opt Fix tests 2020-09-25 22:48:43 +01:00
pretty pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
run-make Provide bootstrap tools with RUSTC in environment 2020-09-20 16:39:13 -04:00
run-make-fulldeps Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum 2020-09-10 10:06:44 +00:00
run-pass-valgrind
rustdoc Unify primitive errors with other intra-link errors 2020-09-23 21:04:50 -04:00
rustdoc-js Allow #[doc(alias)] on impl const items 2020-08-12 11:09:24 +02:00
rustdoc-js-std
rustdoc-ui Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio 2020-09-27 08:12:29 +00:00
rustfix
ui Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov 2020-09-27 10:17:09 +00:00
ui-fulldeps add test 2020-09-21 20:36:05 +02:00
COMPILER_TESTS.md