rust/src/test
Zack M. Davis ef6a07221d deduplicate one-time diagnostics on lint ID as well as span and message
Some lint-level attributes (like `bad-style`, or, more dramatically,
`warnings`) can affect more than one lint; it seems fairer to point out
the attribute once for each distinct lint affected. Also, a UI test is
added. This remains in the matter of #24690.
2016-10-26 23:24:59 -07:00
..
codegen emit an assume that cast-from enums are in range 2016-10-05 14:12:30 +03:00
codegen-units Fix fallout in tests. 2016-09-27 06:43:51 +00:00
compile-fail one-time diagnostics are only one-time for humans, not JSON-eating tools 2016-10-26 22:42:20 -07:00
compile-fail-fulldeps rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
debuginfo Add s390x support 2016-09-09 22:28:19 +01:00
incremental Rollup merge of #36831 - michaelwoerister:ich-updates, r=nikomatsakis 2016-10-12 10:15:26 -07:00
mir-opt update tests 2016-10-04 20:43:43 +03:00
parse-fail Fix fallout in tests. 2016-09-23 04:26:59 +00:00
pretty Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
run-fail Unignore some working emscripten tests 2016-09-30 14:02:58 -07:00
run-fail-fulldeps Refactor ExtCtxt to use a Resolver instead of a MacroLoader. 2016-09-13 05:31:16 +00:00
run-make Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc 2016-10-07 07:58:27 -07:00
run-pass Rollup merge of #37110 - TimNN:fix-37109, r=eddyb 2016-10-12 14:07:57 -07:00
run-pass-fulldeps Test derive expansion ordering. 2016-10-10 22:15:57 +00:00
run-pass-valgrind Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
rustdoc Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik 2016-10-11 17:51:25 +02:00
ui deduplicate one-time diagnostics on lint ID as well as span and message 2016-10-26 23:24:59 -07:00