rust/src/test
Niko Matsakis 6236ee14af add -Z continue-parse-after-error to parse-fail tests
The new handling fixed a latent bug in the parser error handling where
it would only abort after the second error (when configured to stop
after the first error). This is because the check for `error_count != 0`
was occuring before the increment. Since the increment is tied to the
`emit()` call now this no longer occurs.
2016-11-01 14:08:56 -04: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 move compile-fail tests to ui tests 2016-11-01 14:08:56 -04: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 add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04: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 elaborate T: 'a dependencies 2016-11-01 14:04:14 -04: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 move compile-fail tests to ui tests 2016-11-01 14:08:56 -04:00