rust/src/test
iirelu e593c3b893 Changed most vec! invocations to use square braces
Most of the Rust community agrees that the vec! macro is clearer when
called using square brackets [] instead of regular brackets (). Most of
these ocurrences are from before macros allowed using different types of
brackets.

There is one left unchanged in a pretty-print test, as the pretty
printer still wants it to have regular brackets.
2016-10-31 22:51:40 +00:00
..
codegen Auto merge of #36421 - TimNN:check-abis, r=alexcrichton 2016-10-25 21:49:59 -07:00
codegen-units Fix fallout in tests. 2016-09-27 06:43:51 +00:00
compile-fail Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
compile-fail-fulldeps Move CrateConfig from Crate to ParseSess. 2016-10-29 07:52:58 +00:00
debuginfo Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
incremental Prohibit patterns in trait methods without bodies 2016-10-26 20:55:16 +03:00
mir-opt update tests 2016-10-04 20:43:43 +03:00
parse-fail Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
pretty Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
run-fail Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
run-fail-fulldeps Move CrateConfig from Crate to ParseSess. 2016-10-29 07:52:58 +00:00
run-make Move CrateConfig from Crate to ParseSess. 2016-10-29 07:52:58 +00:00
run-pass Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
run-pass-fulldeps Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
run-pass-valgrind Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
rustdoc rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
ui Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikomatsakis 2016-10-31 10:56:25 -07:00