rust/src/test
Alex Crichton 4856f07bb5 Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoerister
Teach rustc about DW_AT_noreturn and a few more DIFlags

We achieve two small things with this PR:
1. We provide definitions for a few additional llvm debuginfo flags
1. We _use_ one of these new flags, `FlagNoReturn`, and add it to debuginfo for functions with the never return type (`!`).
2018-01-25 13:49:46 -08:00
..
codegen Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoerister 2018-01-25 13:49:46 -08:00
codegen-units Convert codegen-unit tests to use start instead of main 2017-12-26 12:26:39 +01:00
compile-fail Rollup merge of #47600 - varkor:empty-never-array, r=eddyb 2018-01-25 12:48:52 -06:00
compile-fail-fulldeps Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
debuginfo Debuginfo Shadowed Variable test: fix check numbering 2018-01-06 11:10:17 +00:00
incremental Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
incremental-fulldeps Add incremental-fulldeps test suite and regression test for #47290. 2018-01-16 19:31:15 +01:00
mir-opt Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
parse-fail syntax: Disambiguate generics and qualified paths 2018-01-14 18:10:19 +03:00
pretty Fix whitespacing issues in pretty-printing of bounds 2017-12-20 00:23:18 +03:00
run-fail Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
run-fail-fulldeps
run-make Rollup merge of #47453 - pftbest:nointas, r=alexcrichton 2018-01-25 12:48:47 -06:00
run-pass Rollup merge of #47439 - eddyb:issue-45662, r=nagisa 2018-01-25 12:48:46 -06:00
run-pass-fulldeps Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis 2018-01-23 22:50:03 +00:00
run-pass-valgrind Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
rustdoc Auto merge of #47678 - kennytm:rollup, r=kennytm 2018-01-23 16:13:18 +00:00
rustdoc-js Fix quoted search 2018-01-22 22:49:44 +01:00
ui Rollup merge of #47726 - pietroalbini:fix-nested-empty-groups-span, r=petrochenkov 2018-01-25 15:52:18 +01:00
ui-fulldeps Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=estebank 2018-01-18 01:57:20 +08:00
COMPILER_TESTS.md A few small improvements to the contributing docs 2017-12-20 22:18:13 +02:00