rust/src/test
Alex Crichton f67453729c std: Ensure OOM is classified as nounwind
OOM can't unwind today, and historically it's been optimized as if it can't
unwind. This accidentally regressed with recent changes to the OOM handler, so
this commit adds in a codegen test to assert that everything gets optimized away
after the OOM function is approrpiately classified as nounwind

Closes #50925
2018-05-24 12:03:05 -07:00
..
auxiliary
codegen std: Ensure OOM is classified as nounwind 2018-05-24 12:03:05 -07:00
codegen-units Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
compile-fail Auto merge of #50943 - oli-obk:cleanups, r=estebank 2018-05-24 03:40:16 +00:00
compile-fail-fulldeps rustc: Disallow modules and macros in expansions 2018-05-18 13:25:08 -07:00
debuginfo Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
incremental Auto merge of #50653 - oli-obk:bad_const, r=cramertj 2018-05-18 17:17:35 +00:00
incremental-fulldeps Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
mir-opt Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakis 2018-05-19 00:27:45 +00: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 Overflows only panic in debug mode 2018-05-19 13:10:52 +02:00
run-fail-fulldeps Remove syntax and syntax_pos thread locals 2018-03-14 11:56:01 +01:00
run-make Fix run-make wasm tests 2018-05-15 16:39:21 -07:00
run-make-fulldeps Revert "Add a test for issue 36710." 2018-05-17 10:37:22 -07:00
run-pass Fix a typo in a comment 2018-05-22 10:54:06 +02:00
run-pass-fulldeps Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkov 2018-05-23 00:26:18 +08:00
run-pass-valgrind
rustdoc Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavus 2018-05-18 14:52:12 +00:00
rustdoc-js Fix invalid deduplication 2018-05-12 19:16:37 +02:00
rustdoc-ui drop unnecessary "warning" from warning text 2018-05-14 15:34:52 -05:00
rustfix test: Make a dedicated testsuite for rustfix 2018-05-04 15:01:28 -07:00
ui Auto merge of #50943 - oli-obk:cleanups, r=estebank 2018-05-24 03:40:16 +00:00
ui-fulldeps rustc: Correctly pretty-print macro delimiters 2018-05-22 11:56:41 -07:00
COMPILER_TESTS.md Update docs and diagnostics 2018-05-17 16:28:36 +02:00