rust/src/test
Zack M. Davis 890a76f479 only set "overruled by outer forbid" once for lint groups, by group name
Previously, conflicting forbid/allow attributes for a lint group would
result in a separate "allow(L) overruled by outer forbid(L)" error for
every lint L in the group. This was needlessly and annoyingly verbose;
we prefer to just have one error pointing out the conflicting
attributes.

Resolves #42873.
2017-06-23 22:36:40 -07:00
..
codegen Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis 2017-06-19 13:01:27 +00:00
codegen-units Move Fn to module. 2017-06-09 19:07:25 -04:00
compile-fail Rollup merge of #42833 - durka:non-constant-used-with-constant, r=Mark-Simulacrum 2017-06-23 06:02:15 -06:00
compile-fail-fulldeps Integrate jobserver support to parallel codegen 2017-06-21 07:16:43 -07:00
debuginfo Pretty-printers tests: gdbr -> gdb 2017-06-09 18:51:28 +03:00
incremental consider closures/ty-fn-defs when making trait selection keys 2017-06-12 17:23:21 -04:00
mir-opt Update basic_assignment test to reflect small changes to codegen. 2017-06-12 13:06:42 +02:00
parse-fail Review comments 2017-06-15 08:45:24 -07:00
pretty Update pretty test for derive attributes 2017-02-05 12:22:29 +10:30
run-fail Unignore tests which work fine now. 2017-04-28 22:31:10 -06: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 Remove the in-tree flate crate 2017-06-20 07:11:29 -07:00
run-pass Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis 2017-06-22 15:24:58 +00:00
run-pass-fulldeps Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
run-pass-valgrind Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
rustdoc Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavus 2017-06-13 08:54:23 +00:00
ui only set "overruled by outer forbid" once for lint groups, by group name 2017-06-23 22:36:40 -07:00
ui-fulldeps Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
COMPILER_TESTS.md Move COMPILER_TESTS.md out of the root directory 2017-02-25 00:13:00 -06:00