rust/src/test
bors f9ae5bc1c5 Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakis
rustc: leave space for fields of uninhabited types to allow partial initialization.

Fixes #49298 by only collapsing uninhabited enum variants, and only if they only have ZST fields.
Fixes #50442 incidentally (@nox's optimization didn't take into account uninhabited variants).
2018-05-13 06:04:54 +00:00
..
auxiliary Remove directory src/rt 2018-02-24 16:45:39 +03:00
codegen Introduce ConstValue and use it instead of miri's Value for constant values 2018-05-11 13:01:44 +02:00
codegen-units Add codegen-units test for shared-generics. 2018-04-06 12:14:08 +02:00
compile-fail rustc: Only suggest deleting extern crate if it works 2018-05-12 08:39:05 -06:00
compile-fail-fulldeps Auto merge of #49823 - Zoxc:term-str, r=alexcrichton 2018-05-10 16:27:32 +00:00
debuginfo Mark SingleVariant as repr(u8) in c-style-enum 2018-04-26 16:22:18 +02:00
incremental Don't recurse into allocations, use a global table instead 2018-04-14 12:21:46 +02:00
incremental-fulldeps Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
mir-opt Update mir-opt test to reflect change to MIR code-generation. 2018-05-04 13:17:13 +02:00
parse-fail Rollup merge of #49699 - zesterer:master, r=joshtriplett 2018-04-17 18:43:13 +02:00
pretty Remove all unstable placement features 2018-04-03 11:02:34 +02:00
run-fail dyn_trait feature-gate just for stage0 2018-04-27 10:04:58 -05:00
run-fail-fulldeps Remove syntax and syntax_pos thread locals 2018-03-14 11:56:01 +01:00
run-make Allow for specifying a linker plugin for cross-language LTO 2018-05-09 16:42:35 +02:00
run-make-fulldeps Auto merge of #50105 - mixi:crt-included, r=alexcrichton 2018-05-11 19:46:16 +00:00
run-pass Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakis 2018-05-13 06:04:54 +00:00
run-pass-fulldeps Auto merge of #49823 - Zoxc:term-str, r=alexcrichton 2018-05-10 16:27:32 +00:00
run-pass-valgrind
rustdoc Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavus 2018-05-07 23:18:12 +00:00
rustdoc-js Add exact-check option to rustdoc-js tests 2018-05-09 19:17:13 +02:00
rustdoc-ui Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
rustfix test: Make a dedicated testsuite for rustfix 2018-05-04 15:01:28 -07:00
ui Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, r=estebank 2018-05-12 22:48:16 +00:00
ui-fulldeps rustc: Only suggest deleting extern crate if it works 2018-05-12 08:39:05 -06:00
COMPILER_TESTS.md Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00