| .. |
|
auxiliary
|
Fix help for duplicated names: extern crate (...) as (...)
|
2017-11-08 10:36:14 -08:00 |
|
confuse-field-and-method
|
update tests
|
2018-03-14 00:53:24 +01:00 |
|
closure-immutable-outer-variable.nll.stderr
|
Checkpoint the current status of NLL on ui tests via compare-mode=nll.
|
2018-04-11 00:38:35 +02:00 |
|
closure-immutable-outer-variable.rs
|
Merge cfail and ui tests into ui tests
|
2017-11-24 11:32:35 +01:00 |
|
closure-immutable-outer-variable.stderr
|
update tests
|
2018-03-14 00:53:24 +01: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.rs
|
Account for pub in const -> static suggestion
|
2018-01-07 22:09:08 -08:00 |
|
issue-45562.stderr
|
Update UI tests
|
2018-02-26 20:24:02 +03:00 |
|
issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
|
Instead of modifying the item's span synthesize it
|
2018-01-26 15:06:09 -08:00 |
|
issue-45799-bad-extern-crate-rename-suggestion-formatting.stderr
|
update tests
|
2018-03-14 00:53:24 +01:00 |
|
issue-46756-consider-borrowing-cast-or-binexpr.rs
|
in which suggestions to borrow casts or binary expressions are rectified
|
2017-12-15 23:26:00 -08:00 |
|
issue-46756-consider-borrowing-cast-or-binexpr.stderr
|
update tests
|
2018-03-14 00:53:24 +01: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.rs
|
Diagnostic tweaks (review)
|
2018-02-27 10:47:49 -08:00 |
|
missing-comma-in-match.stderr
|
fix rebase
|
2018-02-28 10:56:07 -08: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 |
|
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.rs
|
When attempting to write str with single quote suggest double quotes
|
2017-12-14 22:51:42 -08:00 |
|
str-as-char.stderr
|
Update UI tests
|
2018-02-26 20:24:42 +03: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.rs
|
Merge cfail and ui tests into ui tests
|
2017-11-24 11:32:35 +01:00 |
|
tuple-float-index.stderr
|
Update UI tests
|
2018-02-26 20:24:02 +03: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 |