rust/src/test/ui/lint
Zack M. Davis 3fb76f4027 inclusive range syntax lint (.....=)
Our implementation ends up changing the `PatKind::Range` variant in the
AST to take a `Spanned<RangeEnd>` instead of just a `RangeEnd`, because
the alternative would be to try to infer the span of the range operator
from the spans of the start and end subexpressions, which is both
hideous and nontrivial to get right (whereas getting the change to the
AST right was a simple game of type tennis).

This is concerning #51043.
2018-06-26 07:54:49 -07:00
..
command-line-lint-group-allow.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
command-line-lint-group-deny.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
command-line-lint-group-deny.stderr Update UI tests 2018-02-26 20:24:02 +03:00
command-line-lint-group-forbid.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
command-line-lint-group-forbid.stderr Update UI tests 2018-02-26 20:24:02 +03:00
command-line-lint-group-warn.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
command-line-lint-group-warn.stderr Update UI tests 2018-02-26 20:24:02 +03:00
inclusive-range-pattern-syntax.fixed inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
inclusive-range-pattern-syntax.rs inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
inclusive-range-pattern-syntax.stderr inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
issue-47390-unused-variable-in-struct-pattern.rs in which the unused shorthand field pattern debacle/saga continues 2018-05-18 01:00:22 -07:00
issue-47390-unused-variable-in-struct-pattern.stderr in which the unused shorthand field pattern debacle/saga continues 2018-05-18 01:00:22 -07:00
issue-47775-nested-macro-unnecessary-parens-arg.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
issue-47775-nested-macro-unnecessary-parens-arg.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-50589-multiple-associated-types.rs re-implement 2018-05-20 10:16:33 +08:00
issue-50589-multiple-associated-types.stderr inverting speculative flag 2018-05-23 08:59:08 +08:00
lint-group-nonstandard-style.rs Fix internal references to bad_style in test code. 2018-02-20 15:57:16 -08:00
lint-group-nonstandard-style.stderr Fix rebase 2018-02-26 21:20:31 +03:00
lint-group-style.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
lint-group-style.stderr Update UI tests 2018-02-26 20:24:02 +03:00
must-use-ops.rs stabilize #[must_use] for functions and must-use operators 2018-04-28 20:32:49 -07:00
must-use-ops.stderr stabilize #[must_use] for functions and must-use operators 2018-04-28 20:32:49 -07:00
not_found.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
not_found.stderr Update UI tests 2018-02-26 20:24:02 +03:00
outer-forbid.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
outer-forbid.stderr update tests 2018-03-14 00:53:24 +01:00
suggestions.rs Consider all whitespace when preparing span 2018-01-26 14:24:17 -08:00
suggestions.stderr Update UI tests 2018-02-26 20:24:02 +03:00
trivial-casts-featuring-type-ascription.rs in which the trivial-casts word to the wise is tucked into a help note 2018-06-23 22:57:37 -07:00
trivial-casts-featuring-type-ascription.stderr in which the trivial-casts word to the wise is tucked into a help note 2018-06-23 22:57:37 -07:00
trivial-casts.rs in which the trivial-casts word to the wise is tucked into a help note 2018-06-23 22:57:37 -07:00
trivial-casts.stderr in which the trivial-casts word to the wise is tucked into a help note 2018-06-23 22:57:37 -07:00
type-overflow.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
type-overflow.stderr update test 2018-03-26 08:37:56 -05:00
unreachable_pub-pub_crate.rs don't make crazy suggestion for unreachable braced pub-use 2018-05-10 20:48:18 -07:00
unreachable_pub-pub_crate.stderr don't make crazy suggestion for unreachable braced pub-use 2018-05-10 20:48:18 -07:00
unreachable_pub.rs don't make crazy suggestion for unreachable braced pub-use 2018-05-10 20:48:18 -07:00
unreachable_pub.stderr don't make crazy suggestion for unreachable braced pub-use 2018-05-10 20:48:18 -07:00
unused_labels.rs Default unused_labels to allow, move to "unused" 2018-05-18 16:57:16 -07:00
unused_labels.stderr Default unused_labels to allow, move to "unused" 2018-05-18 16:57:16 -07:00
unused_parens_json_suggestion.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
unused_parens_json_suggestion.stderr update tests 2018-05-21 10:48:12 -07:00
use_suggestion_json.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
use_suggestion_json.stderr update tests 2018-05-21 10:48:12 -07:00