| .. |
|
auxiliary
|
tests: use force-host and no-prefer-dynamic in all proc_macro tests.
|
2018-11-30 06:15:20 +02:00 |
|
uniform-paths
|
resolve: Suggest crate:: for resolving ambiguities when appropriate
|
2018-11-27 00:34:25 +03:00 |
|
async-ident-allowed.rs
|
Fix typos found by codespell.
|
2018-08-19 17:41:28 +02:00 |
|
async-ident-allowed.stderr
|
Generalize async_idents to all new keywords
|
2018-08-29 09:34:53 -07:00 |
|
async-ident.fixed
|
we now successfully warn about async in macro invocations
|
2018-09-11 08:56:59 -04:00 |
|
async-ident.rs
|
we now successfully warn about async in macro invocations
|
2018-09-11 08:56:59 -04:00 |
|
async-ident.stderr
|
we now successfully warn about async in macro invocations
|
2018-09-11 08:56:59 -04:00 |
|
dyn-keyword.fixed
|
Treat dyn as a keyword in the 2018 edition
|
2018-09-16 23:34:42 +01:00 |
|
dyn-keyword.rs
|
Treat dyn as a keyword in the 2018 edition
|
2018-09-16 23:34:42 +01:00 |
|
dyn-keyword.stderr
|
Treat dyn as a keyword in the 2018 edition
|
2018-09-16 23:34:42 +01:00 |
|
dyn-trait-compatibility.rs
|
Treat dyn as a keyword in the 2018 edition
|
2018-09-16 23:34:42 +01:00 |
|
dyn-trait-compatibility.stderr
|
Treat dyn as a keyword in the 2018 edition
|
2018-09-16 23:34:42 +01:00 |
|
edition-lint-fully-qualified-paths.fixed
|
Remove crate_visibility_modifier from 2018 edition
|
2018-09-09 02:28:13 +02:00 |
|
edition-lint-fully-qualified-paths.rs
|
Remove crate_visibility_modifier from 2018 edition
|
2018-09-09 02:28:13 +02:00 |
|
edition-lint-fully-qualified-paths.stderr
|
pick a reference issue for absolute-paths future incompatibility info
|
2018-10-20 12:40:48 -07:00 |
|
edition-lint-infer-outlives-multispan.rs
|
in which inferable outlives-requirements are linted
|
2018-09-27 20:24:14 -07:00 |
|
edition-lint-infer-outlives-multispan.stderr
|
in which inferable outlives-requirements are linted
|
2018-09-27 20:24:14 -07:00 |
|
edition-lint-infer-outlives.fixed
|
fix typos in various places
|
2018-10-23 15:56:25 +02:00 |
|
edition-lint-infer-outlives.rs
|
fix typos in various places
|
2018-10-23 15:56:25 +02:00 |
|
edition-lint-infer-outlives.stderr
|
in which inferable outlives-requirements are linted
|
2018-09-27 20:24:14 -07:00 |
|
edition-lint-nested-empty-paths.fixed
|
Remove crate_visibility_modifier from 2018 edition
|
2018-09-09 02:28:13 +02:00 |
|
edition-lint-nested-empty-paths.rs
|
Remove crate_visibility_modifier from 2018 edition
|
2018-09-09 02:28:13 +02:00 |
|
edition-lint-nested-empty-paths.stderr
|
pick a reference issue for absolute-paths future incompatibility info
|
2018-10-20 12:40:48 -07:00 |
|
edition-lint-nested-paths.fixed
|
Remove crate_visibility_modifier from 2018 edition
|
2018-09-09 02:28:13 +02:00 |
|
edition-lint-nested-paths.rs
|
Remove crate_visibility_modifier from 2018 edition
|
2018-09-09 02:28:13 +02:00 |
|
edition-lint-nested-paths.stderr
|
pick a reference issue for absolute-paths future incompatibility info
|
2018-10-20 12:40:48 -07:00 |
|
edition-lint-paths-2018.rs
|
resolve: Fix false-positives from lint absolute_paths_not_starting_with_crate
|
2018-11-28 22:57:25 +03:00 |
|
edition-lint-paths.fixed
|
rustc_resolve: don't allow paths starting with ::crate.
|
2018-08-17 12:59:56 +03:00 |
|
edition-lint-paths.rs
|
rustc_resolve: don't allow paths starting with ::crate.
|
2018-08-17 12:59:56 +03:00 |
|
edition-lint-paths.stderr
|
pick a reference issue for absolute-paths future incompatibility info
|
2018-10-20 12:40:48 -07:00 |
|
edition-lint-uninferable-outlives.rs
|
in which inferable outlives-requirements are linted
|
2018-09-27 20:24:14 -07:00 |
|
extern-crate-idiomatic-in-2018.fixed
|
rustc_resolve: don't allow ::crate_name to bypass extern_prelude.
|
2018-09-15 22:48:10 +03:00 |
|
extern-crate-idiomatic-in-2018.rs
|
rustc_resolve: don't allow ::crate_name to bypass extern_prelude.
|
2018-09-15 22:48:10 +03:00 |
|
extern-crate-idiomatic-in-2018.stderr
|
rustc_resolve: don't allow ::crate_name to bypass extern_prelude.
|
2018-09-15 22:48:10 +03:00 |
|
extern-crate-idiomatic.fixed
|
rustc_resolve: don't allow ::crate_name to bypass extern_prelude.
|
2018-09-15 22:48:10 +03:00 |
|
extern-crate-idiomatic.rs
|
rustc_resolve: don't allow ::crate_name to bypass extern_prelude.
|
2018-09-15 22:48:10 +03:00 |
|
extern-crate-referenced-by-self-path.fixed
|
Fix naming conventions for new lints
|
2018-05-25 02:35:07 +03:00 |
|
extern-crate-referenced-by-self-path.rs
|
Fix naming conventions for new lints
|
2018-05-25 02:35:07 +03:00 |
|
extern-crate-rename.fixed
|
Fix naming conventions for new lints
|
2018-05-25 02:35:07 +03:00 |
|
extern-crate-rename.rs
|
Fix naming conventions for new lints
|
2018-05-25 02:35:07 +03:00 |
|
extern-crate-rename.stderr
|
pick a reference issue for absolute-paths future incompatibility info
|
2018-10-20 12:40:48 -07:00 |
|
extern-crate-submod.fixed
|
Fix naming conventions for new lints
|
2018-05-25 02:35:07 +03:00 |
|
extern-crate-submod.rs
|
Fix naming conventions for new lints
|
2018-05-25 02:35:07 +03:00 |
|
extern-crate-submod.stderr
|
pick a reference issue for absolute-paths future incompatibility info
|
2018-10-20 12:40:48 -07:00 |
|
future-proofing-locals.rs
|
resolve: Future-proof against imports referring to local variables and generic parameters
|
2018-11-18 13:58:39 +03:00 |
|
future-proofing-locals.stderr
|
resolve: Future-proof against imports referring to local variables and generic parameters
|
2018-11-18 13:58:39 +03:00 |
|
issue-51008-1.rs
|
also reset anon-param-mode for fn() types
|
2018-05-30 14:54:51 -04:00 |
|
issue-51008.rs
|
reset the "anonymous lifetime mode" for parenthesized where clauses
|
2018-05-30 14:54:51 -04:00 |
|
issue-52202-use-suggestions.rs
|
tests: prefer edition: directives to compile-flags:--edition.
|
2018-08-16 10:36:11 +03:00 |
|
issue-52202-use-suggestions.stderr
|
in which use suggestions meet edition 2018
|
2018-07-09 23:21:29 -07:00 |
|
issue-54006.rs
|
rustc_resolve: don't allow ::crate_name to bypass extern_prelude.
|
2018-09-15 22:48:10 +03:00 |
|
issue-54006.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
issue-54400-unused-extern-crate-attr-span.fixed
|
in which we include attributes in unused extern crate suggestion spans
|
2018-09-22 13:51:29 -07:00 |
|
issue-54400-unused-extern-crate-attr-span.rs
|
in which we include attributes in unused extern crate suggestion spans
|
2018-09-22 13:51:29 -07:00 |
|
issue-54400-unused-extern-crate-attr-span.stderr
|
in which we include attributes in unused extern crate suggestion spans
|
2018-09-22 13:51:29 -07:00 |
|
local-path-suggestions-2015.rs
|
Update tests to demonstrate 2015 behaviour.
|
2018-10-03 14:43:58 +02:00 |
|
local-path-suggestions-2015.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
local-path-suggestions-2018.rs
|
Add a couple more tests + address review comments
|
2018-11-18 13:58:40 +03:00 |
|
local-path-suggestions-2018.stderr
|
Add a couple more tests + address review comments
|
2018-11-18 13:58:40 +03:00 |
|
macro-use-warned-against.rs
|
Stabilize use_extern_macros
|
2018-08-17 13:14:26 +03:00 |
|
macro-use-warned-against.stderr
|
Stabilize use_extern_macros
|
2018-08-17 13:14:26 +03:00 |
|
proc-macro-crate-in-paths.rs
|
tests: use force-host and no-prefer-dynamic in all proc_macro tests.
|
2018-11-30 06:15:20 +02:00 |
|
remove-extern-crate.fixed
|
rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.
|
2018-09-28 23:35:01 +03:00 |
|
remove-extern-crate.rs
|
rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.
|
2018-09-28 23:35:01 +03:00 |
|
remove-extern-crate.stderr
|
rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.
|
2018-09-28 23:35:01 +03:00 |
|
suggestions-not-always-applicable.fixed
|
tests: move all proc_macro tests from -fulldeps.
|
2018-11-30 06:15:20 +02:00 |
|
suggestions-not-always-applicable.rs
|
tests: move all proc_macro tests from -fulldeps.
|
2018-11-30 06:15:20 +02:00 |
|
suggestions-not-always-applicable.stderr
|
tests: move all proc_macro tests from -fulldeps.
|
2018-11-30 06:15:20 +02:00 |
|
trait-import-suggestions.rs
|
Add crate:: to trait suggestions in Rust 2018.
|
2018-10-02 01:16:05 +02:00 |
|
trait-import-suggestions.stderr
|
Add crate:: to trait suggestions in Rust 2018.
|
2018-10-02 01:16:05 +02:00 |
|
try-ident.fixed
|
Generalize async_idents to all new keywords
|
2018-08-29 09:34:53 -07:00 |
|
try-ident.rs
|
Generalize async_idents to all new keywords
|
2018-08-29 09:34:53 -07:00 |
|
try-ident.stderr
|
Generalize async_idents to all new keywords
|
2018-08-29 09:34:53 -07:00 |
|
try-macro.fixed
|
add test case
|
2018-09-10 17:21:01 -04:00 |
|
try-macro.rs
|
add test case
|
2018-09-10 17:21:01 -04:00 |
|
try-macro.stderr
|
add test case
|
2018-09-10 17:21:01 -04:00 |