rust/src/test/ui/lint
Alex Crichton 8adf08c437 rustc: Polish off in_external_macro
This commit polishes off this new function to compile on newer rustc as well as
update and add a suite of test cases to work with this new check for lints.
2018-07-17 12:20:38 -07:00
..
auxiliary rustc: Polish off in_external_macro 2018-07-17 12:20:38 -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
lints-in-foreign-macros.rs rustc: Polish off in_external_macro 2018-07-17 12:20:38 -07:00
lints-in-foreign-macros.stderr rustc: Polish off in_external_macro 2018-07-17 12:20:38 -07: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 private no-mangle lints: help hint note if visibility modifier is pub 2018-06-30 22:48:05 -07:00
suggestions.stderr private no-mangle lints: help hint note if visibility modifier is pub 2018-06-30 22:48:05 -07:00
test-inner-fn.rs rename lint to unnameable-test-functions 2018-06-26 21:13:40 -07:00
test-inner-fn.stderr rename lint to unnameable-test-functions 2018-06-26 21:13:40 -07: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 unreachable_pub lint: grab pub span from HIR rather than inferring it 2018-06-30 22:41:02 -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 unreachable_pub lint: grab pub span from HIR rather than inferring it 2018-06-30 22:41:02 -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