..
auxiliary
rustc: Include semicolon when removing extern crate
2018-05-11 12:44:00 -07:00
confuse-field-and-method
update tests
2018-03-14 00:53:24 +01:00
closure-immutable-outer-variable.fixed
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
closure-immutable-outer-variable.nll.fixed
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
closure-immutable-outer-variable.nll.stderr
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
closure-immutable-outer-variable.rs
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
closure-immutable-outer-variable.rs.fixed
First step towards rustfix compiletest mode
2018-05-04 15:01:28 -07:00
closure-immutable-outer-variable.stderr
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
const-type-mismatch.rs
Do not suggest .into() in consts
2018-03-19 11:18:35 -07:00
const-type-mismatch.stderr
Do not suggest .into() in consts
2018-03-19 11:18:35 -07:00
conversion-methods.rs
type error method suggestions use whitelisted identity-like conversions
2018-01-06 17:15:59 -08:00
conversion-methods.stderr
update tests
2018-03-14 00:53:24 +01:00
dont-suggest-private-trait-method.rs
Do not suggest private traits that have missing method
2018-01-22 08:29:24 -08:00
dont-suggest-private-trait-method.stderr
update tests
2018-03-14 00:53:24 +01:00
extern-crate-rename.rs
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
extern-crate-rename.stderr
update tests
2018-03-14 00:53:24 +01:00
fn-closure-mutable-capture.nll.stderr
Checkpoint the current status of NLL on ui tests via compare-mode=nll.
2018-04-11 00:38:35 +02:00
fn-closure-mutable-capture.rs
Do not suggest to make mut binding external to Fn closure
2018-01-15 14:19:33 -08:00
fn-closure-mutable-capture.stderr
update tests
2018-03-14 00:53:24 +01:00
for-c-in-str.rs
For E0277 on for loops, point at first line
2018-01-23 17:05:12 -08:00
for-c-in-str.stderr
update tests
2018-03-14 00:53:24 +01:00
issue-32354-suggest-import-rename.rs
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
issue-32354-suggest-import-rename.stderr
update tests
2018-03-14 00:53:24 +01:00
issue-43420-no-over-suggest.rs
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
issue-43420-no-over-suggest.stderr
update tests
2018-03-14 00:53:24 +01:00
issue-45562.fixed
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
issue-45562.rs
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
issue-45562.stderr
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.stderr
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
issue-46756-consider-borrowing-cast-or-binexpr.fixed
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
issue-46756-consider-borrowing-cast-or-binexpr.rs
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
issue-46756-consider-borrowing-cast-or-binexpr.stderr
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
method-on-ambiguous-numeric-type.rs
Move intrinsics-based float methods out of libcore into libstd
2018-04-21 09:47:37 +02:00
method-on-ambiguous-numeric-type.stderr
Move intrinsics-based float methods out of libcore into libstd
2018-04-21 09:47:37 +02:00
missing-comma-in-match.fixed
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
missing-comma-in-match.rs
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
missing-comma-in-match.stderr
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
numeric-cast-2.rs
Only suggest casting numeric types using into()
2018-01-14 22:46:24 -08:00
numeric-cast-2.stderr
update tests
2018-03-14 00:53:24 +01:00
numeric-cast.rs
Fix into() cast paren check precedence
2018-01-24 20:31:36 +11:00
numeric-cast.stderr
update tests
2018-03-14 00:53:24 +01:00
pub-ident-fn-2.rs
Add inline compile-fail markers to tests
2017-11-25 06:26:46 -08:00
pub-ident-fn-2.stderr
Update UI tests
2018-02-26 20:24:42 +03:00
pub-ident-fn-or-struct-2.rs
Add inline compile-fail markers to tests
2017-11-25 06:26:46 -08:00
pub-ident-fn-or-struct-2.stderr
Update UI tests
2018-02-26 20:24:02 +03:00
pub-ident-fn-or-struct.rs
Add inline compile-fail markers to tests
2017-11-25 06:26:46 -08:00
pub-ident-fn-or-struct.stderr
Update UI tests
2018-02-26 20:24:02 +03:00
pub-ident-fn.rs
Add inline compile-fail markers to tests
2017-11-25 06:26:46 -08:00
pub-ident-fn.stderr
Update UI tests
2018-02-26 20:24:42 +03:00
pub-ident-struct.rs
Add inline compile-fail markers to tests
2017-11-25 06:26:46 -08:00
pub-ident-struct.stderr
Update UI tests
2018-02-26 20:24:42 +03:00
removing-extern-crate.fixed
rustc: Include semicolon when removing extern crate
2018-05-11 12:44:00 -07:00
removing-extern-crate.rs
rustc: Include semicolon when removing extern crate
2018-05-11 12:44:00 -07:00
removing-extern-crate.stderr
rustc: Include semicolon when removing extern crate
2018-05-11 12:44:00 -07:00
return-type.rs
Resolve type on return type suggestion
2017-12-09 15:19:39 -08:00
return-type.stderr
update tests
2018-03-14 00:53:24 +01:00
str-array-assignment.rs
Remove NOTE/HELP annotations from UI tests
2017-12-14 23:26:39 +03:00
str-array-assignment.stderr
update tests
2018-03-14 00:53:24 +01:00
str-as-char.fixed
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
str-as-char.rs
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
str-as-char.stderr
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
suggest-labels.rs
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
suggest-labels.stderr
update tests
2018-03-14 00:53:24 +01:00
suggest-methods.rs
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
suggest-methods.stderr
update tests
2018-03-14 00:53:24 +01:00
try-on-option.rs
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
try-on-option.stderr
Explicitly mention Option in ? error message.
2018-03-28 13:04:44 +02:00
try-operator-on-main.rs
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
2018-01-02 14:11:41 +01:00
try-operator-on-main.stderr
Explicitly mention Option in ? error message.
2018-03-28 13:04:44 +02:00
tuple-float-index.fixed
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
tuple-float-index.rs
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
tuple-float-index.stderr
Fold rustfix tests back into the UI test suite
2018-05-04 15:01:28 -07:00
type-ascription-instead-of-initializer.rs
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
type-ascription-instead-of-initializer.stderr
update tests
2018-03-14 00:53:24 +01:00
type-ascription-instead-of-statement-end.rs
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
type-ascription-instead-of-statement-end.stderr
Update UI tests
2018-02-26 20:24:02 +03:00
type-ascription-with-fn-call.rs
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
type-ascription-with-fn-call.stderr
update tests
2018-03-14 00:53:24 +01:00