rust/src/test
Alex Crichton 1091eee65b rustc: Switch extern functions to abort by default on panic
This was intended to land way back in 1.24, but it was backed out due to
breakage which has long since been fixed. An unstable `#[unwind]`
attribute can be used to tweak the behavior here, but this is currently
simply switching rustc's internal default to abort-by-default if an
`extern` function panics, making our codegen sound primarily (as
currently you can produce UB with safe code)

Closes #52652
2018-12-12 08:07:28 -08:00
..
auxiliary
codegen rustc: Switch extern functions to abort by default on panic 2018-12-12 08:07:28 -08:00
codegen-units Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
compile-fail Move former compile-fail-fulldeps tests to ui 2018-12-09 19:56:30 +03:00
debuginfo Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromey 2018-12-11 16:27:49 +00:00
incremental std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
mir-opt Simplify MIR drop generation 2018-11-18 12:29:44 +00:00
pretty Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
run-fail Fix two run-fail tests for asmjs 2018-11-04 18:50:57 +01:00
run-fail-fulldeps
run-make Rollup merge of #56014 - euclio:issue-21335, r=nagisa 2018-12-01 01:05:50 +08:00
run-make-fulldeps Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrum 2018-12-12 13:05:59 +00:00
run-pass rustc: Switch extern functions to abort by default on panic 2018-12-12 08:07:28 -08:00
run-pass-fulldeps Auto merge of #56502 - Zoxc:hir-func, r=eddyb 2018-12-07 20:04:06 +00:00
run-pass-valgrind std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
rustdoc Auto merge of #55318 - Aaron1011:fix/final-auto-trait-resolve, r=nikomatsakis 2018-12-06 22:23:24 +00:00
rustdoc-js Improve filter test 2018-12-03 23:05:09 +01:00
rustdoc-ui fix intra-link resolution spans in block comments 2018-12-10 21:08:26 -05:00
rustfix
ui std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
ui-fulldeps Move some tests from ui-fulldeps to ui 2018-12-09 19:56:30 +03:00
COMPILER_TESTS.md rustc-guide has moved 2018-11-26 15:03:13 -06:00