rust/src/test
bors 2d7397230a Auto merge of #45031 - alexcrichton:nounwind, r=arielb1
rustc: Add LLVM `nounwind` with `-C panic=abort`

This informs LLVM that functions can't unwind, which while it should typically
have already been inferred when necessary or otherwise not impact codegen is
apparently needed on targets like ARM to avoid references to unnecessary
symbols.

Closes #44992
2017-10-13 06:32:10 +00:00
..
codegen rustc: Add LLVM nounwind with -C panic=abort 2017-10-11 09:05:38 -07:00
codegen-units rustc: Don't inline in CGUs at -O0 2017-10-07 19:09:46 -07:00
compile-fail Auto merge of #45025 - pnkfelix:mir-borrowck-moves-of-supporting-prefixes-invalidate-uses-too, r=arielb1 2017-10-13 04:00:55 +00:00
compile-fail-fulldeps change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
debuginfo Implement display_hint in gdb pretty printers 2017-10-06 13:05:53 -06:00
incremental Rollup merge of #45148 - gaurikholkar:master, r=nikomatsakis 2017-10-10 20:22:27 -04:00
mir-opt Fix tests 2017-10-08 23:52:15 +09:00
parse-fail Add support for ..= syntax 2017-09-22 22:05:18 +02:00
pretty Fix tests 2017-10-08 23:52:15 +09:00
run-fail Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make Rollup merge of #45108 - phil-opp:patch-2, r=japaric 2017-10-10 22:44:07 +08:00
run-pass Shorten some test names 2017-10-11 02:36:40 +03:00
run-pass-fulldeps Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichton 2017-10-08 14:44:12 +00:00
run-pass-valgrind Add a run-pass-valgrind test for vecdeque issue 2017-09-24 10:56:08 -07:00
rustdoc Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomez 2017-10-13 01:58:36 +08:00
ui Auto merge of #44888 - tirr-c:binder-hr-region, r=arielb1 2017-10-11 16:00:25 +00:00
ui-fulldeps Point at signature on unused lint 2017-09-25 13:25:54 -07:00
COMPILER_TESTS.md Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normalization works. 2017-07-11 16:57:53 +08:00