rust/src/test
bors d4fbc7a4e7 Auto merge of #43813 - pengowen123:unused_result, r=estebank
Fix unused_result lint triggering when a function returns `()`, `!` or an empty enum

Also added a test to prevent this from happening again.

Fixes #43806
2017-08-13 07:50:36 +00:00
..
codegen Auto merge of #43488 - Florob:repeat-opt, r=arielb1 2017-08-06 08:09:59 +00:00
codegen-units Adapt cgu-partitioning tests to pre-trans symbol internalization. 2017-07-13 13:29:25 +02:00
compile-fail Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton 2017-08-13 03:00:20 +00:00
compile-fail-fulldeps Rollup merge of #43744 - MaloJaffre:stage1-test, r=Mark-Simulacrum 2017-08-11 10:20:24 +02:00
debuginfo Pretty-printers tests: gdbr -> gdb 2017-06-09 18:51:28 +03:00
incremental Detect implicitly defined late bound lifetime parameters as well 2017-07-18 00:12:48 +03:00
mir-opt Auto merge of #43772 - arielb1:nonfree-block, r=nagisa 2017-08-12 00:54:38 +00:00
parse-fail Simplify parsing of paths 2017-07-27 22:59:34 +03:00
pretty
run-fail Add tests for issues with the E-needstest label 2017-07-25 12:23:16 +09: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 Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
run-pass Check #[thread_local] statics correctly in the compiler. 2017-08-12 12:58:07 +03:00
run-pass-fulldeps syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros. 2017-08-12 09:14:50 +03:00
run-pass-valgrind Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
rustdoc Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton 2017-08-13 03:00:20 +00:00
ui Don't trigger unused_result on functions returning empty enums 2017-08-11 22:07:28 -07:00
ui-fulldeps rustc: Rearchitect lints to be emitted more eagerly 2017-08-09 09:13:51 -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