rust/src/test
bors c1c60d292e Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obk
Make tuple constructors real const fns

Mir construction special cases `Ctor(...)` to be lowered as `Ctor { 0: ... }`, which means this doesn't come up much in practice, but it seems inconsistent not to allow this.

r? @oli-obk
2019-06-07 09:41:06 +00:00
..
assembly Remove double trailing newlines 2019-04-22 16:57:01 +01:00
auxiliary
codegen add codegen test for unchecked math 2019-06-03 13:00:44 +02:00
codegen-units Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
compile-fail Update the rest of the test suites to use dyn 2019-05-29 00:57:42 -04:00
debuginfo Fix CDB support tidy check line length failures. 2019-05-20 02:44:26 -07:00
incremental Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
mir-opt Don't run MIR passes on constructor shims 2019-06-06 16:10:37 +01:00
pretty Move async/await tests to test/ui/async-await 2019-05-24 21:49:34 +01:00
run-fail Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
run-make Make tests compatible with musl host 2019-05-10 16:12:47 +02:00
run-make-fulldeps Reblessed tests. 2019-06-05 21:09:27 +01:00
run-pass Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddyb 2019-06-06 06:36:12 +00:00
run-pass-fulldeps Some code cleanup and tidy/test fixes 2019-06-06 14:04:02 +03:00
run-pass-valgrind Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
rustdoc Rollup merge of #61263 - GuillaumeGomez:valid-html, r=Manishearth 2019-06-01 06:50:02 +02: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 Reblessed tests. 2019-06-05 21:09:27 +01:00
rustfix
ui Make sure constructors functions are type checked correctly 2019-06-06 17:20:06 +01:00
ui-fulldeps Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
COMPILER_TESTS.md