rust/src/test
Scott McMurray d6a9793722 Use const generics for array impls, restricted to 0..=32
- uses a never-stable core::array::LengthAtMost32 to bound the impls
- includes a custom error message to avoid mentioning LengthAtMost32 too often
- doesn't use macros for the slice implementations to avoid #62433
2019-07-07 11:31:38 -07:00
..
assembly Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
auxiliary rustc_target: avoid negative register counts in the SysV x86_64 ABI. 2019-07-05 13:24:25 +03:00
codegen Stabilize profile-guided optimization. 2019-06-21 09:54:58 +02:00
codegen-units Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
compile-fail Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton 2019-06-20 02:36:49 +00:00
debuginfo Fix CDB support tidy check line length failures. 2019-05-20 02:44:26 -07:00
incremental Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
mir-opt Add StorageDead statements for while conditions 2019-06-25 22:41:22 +01:00
pretty Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
run-fail compiletest: Validate pass modes harder 2019-06-16 12:23:22 +03:00
run-make Make tests compatible with musl host 2019-05-10 16:12:47 +02:00
run-make-fulldeps Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
run-pass Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisa 2019-07-05 20:27:01 +02:00
run-pass-fulldeps Feature gate rustc attributes harder 2019-06-30 13:57:12 +03:00
run-pass-valgrind Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
rustdoc Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
rustdoc-js Auto merge of #59910 - Centril:rollup-yjv7b06, r=Centril 2019-04-12 11:46:01 +00:00
rustdoc-js-std
rustdoc-ui Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rustfix
ui Use const generics for array impls, restricted to 0..=32 2019-07-07 11:31:38 -07:00
ui-fulldeps Turn internal lints into tool lints 2019-06-24 10:45:21 +02:00
COMPILER_TESTS.md