rust/src/test
Leo Testard 03ab057f97 Remove the MacroVisitor pass.
This pass was supposed to check use of gated features before
`#[cfg]`-stripping but this was not the case since it in fact happens
after. Checks that are actually important and must be done before macro
expansion are now made where the features are actually used. Close #32648.
Also ensure that attributes on macro-generated macro invocations are
checked as well. Close #32782 and #32655.
2016-04-22 01:40:33 +02:00
..
auxiliary Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton 2016-04-19 05:00:10 -07:00
codegen Add tests 2016-03-22 09:58:23 +01:00
codegen-units Add initial version of codegen unit partitioning for incremental compilation. 2016-04-15 10:05:53 -04:00
compile-fail Remove the MacroVisitor pass. 2016-04-22 01:40:33 +02:00
compile-fail-fulldeps Fix fallout in tests 2016-04-07 05:48:42 +00:00
debuginfo mir: place match pattern bindings in their respective arms. 2016-04-16 21:51:30 +03:00
incremental Fix test cases to reflect that #32014...went away 2016-04-06 16:38:29 -04:00
parse-fail syntax: Parse import prefixes as paths 2016-04-17 03:48:40 +03:00
pretty Fix fallout in tests 2016-03-30 22:00:48 +00:00
run-fail Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
run-fail-fulldeps Improve error message for let-in-expr-position 2016-01-26 13:55:46 +05:30
run-make Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton 2016-04-20 09:57:57 -07:00
run-pass Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton 2016-04-20 09:57:57 -07:00
run-pass-fulldeps prevent other encode methods from breaking derive(RustcEncodable) 2016-04-12 15:41:46 +02:00
run-pass-valgrind Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
rustdoc Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton 2016-04-19 05:00:10 -07:00