| .. |
|
auxiliary
|
Add additional clashing_extern_decl cases.
|
2020-07-30 21:59:01 +10:00 |
|
dead-code
|
dead_code: look at trait impls even if they don't contain items
|
2020-09-22 22:13:58 +02:00 |
|
redundant-semicolon
|
Fix {:#?} representation of proc_macro::Literal
|
2020-05-15 08:36:33 -07:00 |
|
rfc-2457-non-ascii-idents
|
Fix symbol ordering for confusable idents detection.
|
2020-08-10 07:12:59 +10:00 |
|
clashing-extern-fn-recursion.rs
|
Actually introduce a cycle in Reffy test.
|
2020-08-18 02:01:04 +10:00 |
|
clashing-extern-fn.rs
|
Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-transparent-nonzero, r=lcnr
|
2020-08-30 01:43:44 +02:00 |
|
clashing-extern-fn.stderr
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
command-line-lint-group-allow.rs
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
command-line-lint-group-deny.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
command-line-lint-group-deny.stderr
|
Update tests
|
2019-03-11 23:10:26 +03:00 |
|
command-line-lint-group-forbid.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
command-line-lint-group-forbid.stderr
|
Update tests
|
2019-03-11 23:10:26 +03:00 |
|
command-line-lint-group-warn.rs
|
Make error and warning annotations mandatory in UI tests
|
2019-11-10 21:01:02 +01:00 |
|
command-line-lint-group-warn.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
crate_level_only_lint.rs
|
Implement crate level only lints checking.
|
2020-06-18 09:53:12 +08:00 |
|
crate_level_only_lint.stderr
|
Implement crate level only lints checking.
|
2020-06-18 09:53:12 +08:00 |
|
deny-overflowing-literals.rs
|
Add test for denying overflowing literal in loop
|
2019-05-23 21:48:26 +01:00 |
|
deny-overflowing-literals.stderr
|
Add more context to the literal overflow message
|
2020-03-15 11:37:43 +08:00 |
|
empty-lint-attributes.rs
|
Update test stderr with results of enabling unused lints
|
2019-09-08 11:32:28 -04:00 |
|
expansion-time-include.rs
|
Add tests for modifying lint levels for lints reported at expansion time
|
2020-06-09 22:36:33 +03:00 |
|
expansion-time.rs
|
stability: More precise location for deprecation lint on macros
|
2020-11-12 22:53:42 +03:00 |
|
expansion-time.stderr
|
stability: More precise location for deprecation lint on macros
|
2020-11-12 22:53:42 +03:00 |
|
function-item-references.rs
|
Corrected suggestion for generic parameters in function_item_references lint
|
2020-11-01 23:50:17 -04:00 |
|
function-item-references.stderr
|
Corrected suggestion for generic parameters in function_item_references lint
|
2020-11-01 23:50:17 -04:00 |
|
inclusive-range-pattern-syntax.fixed
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
inclusive-range-pattern-syntax.rs
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
inclusive-range-pattern-syntax.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
inline-trait-and-foreign-items.rs
|
Make inline associated constants a future compatibility warning
|
2019-10-26 00:46:07 +01:00 |
|
inline-trait-and-foreign-items.stderr
|
Stop special casing top level TAIT
|
2020-06-11 16:24:01 +01:00 |
|
issue-47390-unused-variable-in-struct-pattern.rs
|
Make error and warning annotations mandatory in UI tests
|
2019-11-10 21:01:02 +01:00 |
|
issue-47390-unused-variable-in-struct-pattern.stderr
|
Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasper
|
2020-04-12 23:47:36 +02:00 |
|
issue-47775-nested-macro-unnecessary-parens-arg.rs
|
Remove failing test case
|
2019-12-06 15:09:01 +01:00 |
|
issue-54099-camel-case-underscore-types.rs
|
Use check-pass in ui tests where appropriate
|
2019-11-04 16:03:46 +01:00 |
|
issue-54180-unused-ref-field.fixed
|
include mode in unused binding suggestion span
|
2019-04-15 13:09:37 -04:00 |
|
issue-54180-unused-ref-field.rs
|
include mode in unused binding suggestion span
|
2019-04-15 13:09:37 -04:00 |
|
issue-54180-unused-ref-field.stderr
|
Try to fix warning for unused variables in or patterns, issue #67691
|
2020-04-10 03:54:45 +03:00 |
|
issue-54538-unused-parens-lint.fixed
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
issue-54538-unused-parens-lint.rs
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
issue-54538-unused-parens-lint.stderr
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
issue-66362-no-snake-case-warning-for-field-puns.rs
|
Don't warn about snake case for field puns that don't introduce a new name.
|
2020-01-17 05:57:39 +10:00 |
|
issue-66362-no-snake-case-warning-for-field-puns.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
issue-67691-unused-field-in-or-pattern.rs
|
Replace run-rustfix for issue 67691 test with a FIXME
|
2020-04-10 05:15:52 +03:00 |
|
issue-67691-unused-field-in-or-pattern.stderr
|
Replace run-rustfix for issue 67691 test with a FIXME
|
2020-04-10 05:15:52 +03:00 |
|
issue-69485-var-size-diffs-too-large.rs
|
change error for LayoutErr::SizeOverflow
|
2020-11-18 11:38:30 +01:00 |
|
issue-69485-var-size-diffs-too-large.stderr
|
change error for LayoutErr::SizeOverflow
|
2020-11-18 11:38:30 +01:00 |
|
issue-70819-dont-override-forbid-in-same-scope.rs
|
Prevent forbid from being ignored if overriden at the same level.
|
2020-10-04 13:14:01 -04:00 |
|
issue-70819-dont-override-forbid-in-same-scope.stderr
|
Prevent forbid from being ignored if overriden at the same level.
|
2020-10-04 13:14:01 -04:00 |
|
issue-71290-unused-paren-binop.rs
|
Fix unused_parens nested binary op false positive
|
2020-05-06 01:50:55 +02:00 |
|
issue-74883-unused-paren-baren-yield.rs
|
Do not trigger unused_braces for while let
|
2020-08-03 12:18:10 +09:00 |
|
issue-74883-unused-paren-baren-yield.stderr
|
Do not trigger unused_braces for while let
|
2020-08-03 12:18:10 +09:00 |
|
issue-78660-cap-lints-future-compat.rs
|
Fix ICE when a future-incompat-report has its command-line level capped
|
2020-11-02 01:43:25 -05:00 |
|
issue-78660-cap-lints-future-compat.stderr
|
Fix ICE when a future-incompat-report has its command-line level capped
|
2020-11-02 01:43:25 -05:00 |
|
lint-attr-non-item-node.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-attr-non-item-node.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-change-warnings.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-change-warnings.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-const-item-mutation.rs
|
Don't fire CONST_ITEM_MUTATION lint when borrowing a deref
|
2020-11-07 20:11:53 -05:00 |
|
lint-const-item-mutation.stderr
|
Use a semicolon instead of a dash in lint note
|
2020-11-07 20:39:35 -05:00 |
|
lint-ctypes-66202.rs
|
lint: transitive FFI-safety for transparent types
|
2020-06-09 14:37:08 +01:00 |
|
lint-ctypes-73249-1.rs
|
ty: projections in transparent_newtype_field
|
2020-06-19 10:10:54 +01:00 |
|
lint-ctypes-73249-2.rs
|
lint: prohibit fields with opaque types
|
2020-06-19 11:16:12 +01:00 |
|
lint-ctypes-73249-2.stderr
|
lint: prohibit fields with opaque types
|
2020-06-19 11:16:12 +01:00 |
|
lint-ctypes-73249-3.rs
|
lint: prohibit fields with opaque types
|
2020-06-19 11:16:12 +01:00 |
|
lint-ctypes-73249-3.stderr
|
lint: prohibit fields with opaque types
|
2020-06-19 11:16:12 +01:00 |
|
lint-ctypes-73249-4.rs
|
ty: simplify transparent_newtype_field
|
2020-06-19 11:16:16 +01:00 |
|
lint-ctypes-73249-5.rs
|
lint: prohibit fields with opaque types
|
2020-06-19 11:16:12 +01:00 |
|
lint-ctypes-73249-5.stderr
|
lint: prohibit fields with opaque types
|
2020-06-19 11:16:12 +01:00 |
|
lint-ctypes-73249.rs
|
ty: projections in transparent_newtype_field
|
2020-06-19 10:10:54 +01:00 |
|
lint-ctypes-73251-1.rs
|
lint: normalize projections using opaque types
|
2020-06-20 12:07:23 +01:00 |
|
lint-ctypes-73251-1.stderr
|
lint: normalize projections using opaque types
|
2020-06-20 12:07:23 +01:00 |
|
lint-ctypes-73251-2.rs
|
lint: normalize projections using opaque types
|
2020-06-20 12:07:23 +01:00 |
|
lint-ctypes-73251-2.stderr
|
lint: normalize projections using opaque types
|
2020-06-20 12:07:23 +01:00 |
|
lint-ctypes-73251.rs
|
lint: normalize projections using opaque types
|
2020-06-20 12:07:23 +01:00 |
|
lint-ctypes-73747.rs
|
lint: use transparent_newtype_field to avoid ICE
|
2020-07-14 19:26:34 +01:00 |
|
lint-ctypes-enum.rs
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
lint-ctypes-enum.stderr
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
lint-ctypes-fn.rs
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
lint-ctypes-fn.stderr
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
lint-ctypes.rs
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
lint-ctypes.stderr
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
lint-directives-on-use-items-issue-10534.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-directives-on-use-items-issue-10534.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-exceeding-bitshifts.noopt.stderr
|
Normalise BITS in UI test
|
2020-09-26 13:34:55 +01:00 |
|
lint-exceeding-bitshifts.opt.stderr
|
Normalise BITS in UI test
|
2020-09-26 13:34:55 +01:00 |
|
lint-exceeding-bitshifts.opt_with_overflow_checks.stderr
|
Normalise BITS in UI test
|
2020-09-26 13:34:55 +01:00 |
|
lint-exceeding-bitshifts.rs
|
Normalise BITS in UI test
|
2020-09-26 13:34:55 +01:00 |
|
lint-forbid-attr.rs
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
lint-forbid-attr.stderr
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
lint-forbid-cmdline.rs
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
lint-forbid-cmdline.stderr
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
lint-forbid-internal-unsafe.rs
|
Fix tests
|
2019-01-15 18:02:46 +09:00 |
|
lint-forbid-internal-unsafe.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-group-nonstandard-style.rs
|
specify "upper camel case" in style lint
|
2019-02-13 13:41:32 -05:00 |
|
lint-group-nonstandard-style.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-impl-fn.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-impl-fn.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-incoherent-auto-trait-objects.rs
|
Remove unnecessary ignore-tidy-linelength
|
2019-04-23 11:42:14 +01:00 |
|
lint-incoherent-auto-trait-objects.stderr
|
specialization_graph: avoid trimmed paths for OverlapError
|
2020-09-03 14:09:50 +03:00 |
|
lint-lowercase-static-const-pattern-rename.rs
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
lint-lowercase-static-const-pattern.rs
|
improve non_upper_case_globals diagnostics
|
2019-01-08 13:24:38 -05:00 |
|
lint-lowercase-static-const-pattern.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-malformed.rs
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
lint-malformed.stderr
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
lint-match-arms.rs
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-match-arms.stderr
|
Reword unused variable warning
|
2020-03-23 12:14:45 +03:00 |
|
lint-misplaced-attr.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-misplaced-attr.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-missing-copy-implementations.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-missing-copy-implementations.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-missing-doc.rs
|
lint missing docs for extern items
|
2020-09-22 00:02:46 +02:00 |
|
lint-missing-doc.stderr
|
lint missing docs for extern items
|
2020-09-22 00:02:46 +02:00 |
|
lint-non-camel-case-types.rs
|
fire "non_camel_case_types" for associated types
|
2020-01-06 09:51:23 -05:00 |
|
lint-non-camel-case-types.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-non-camel-case-variant.rs
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
lint-non-camel-case-with-trailing-underscores.rs
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
lint-non-snake-case-crate-2.rs
|
improve non_snake_case diagnostics
|
2019-01-08 13:24:38 -05:00 |
|
lint-non-snake-case-crate-2.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-non-snake-case-crate.rs
|
improve non_snake_case diagnostics
|
2019-01-08 13:24:38 -05:00 |
|
lint-non-snake-case-crate.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-non-snake-case-functions.rs
|
improve non_snake_case diagnostics
|
2019-01-08 13:24:38 -05:00 |
|
lint-non-snake-case-functions.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-non-snake-case-lifetimes.rs
|
improve non_snake_case diagnostics
|
2019-01-08 13:24:38 -05:00 |
|
lint-non-snake-case-lifetimes.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-non-snake-case-modules.rs
|
improve non_snake_case diagnostics
|
2019-01-08 13:24:38 -05:00 |
|
lint-non-snake-case-modules.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-non-snake-case-no-lowercase-equivalent.rs
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
lint-non-uppercase-associated-const.rs
|
improve non_upper_case_globals diagnostics
|
2019-01-08 13:24:38 -05:00 |
|
lint-non-uppercase-associated-const.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-non-uppercase-statics.rs
|
improve non_upper_case_globals diagnostics
|
2019-01-08 13:24:38 -05:00 |
|
lint-non-uppercase-statics.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-nonstandard-style-unicode-1.rs
|
fix typos
|
2020-08-02 23:20:00 +08:00 |
|
lint-nonstandard-style-unicode-1.stderr
|
Split and expand nonstandard-style lints unicode unit test.
|
2020-06-28 23:28:43 +08:00 |
|
lint-nonstandard-style-unicode-2.rs
|
fix typos
|
2020-08-02 23:20:00 +08:00 |
|
lint-nonstandard-style-unicode-2.stderr
|
Split and expand nonstandard-style lints unicode unit test.
|
2020-06-28 23:28:43 +08:00 |
|
lint-nonstandard-style-unicode-3.rs
|
Split and expand nonstandard-style lints unicode unit test.
|
2020-06-28 23:28:43 +08:00 |
|
lint-nonstandard-style-unicode-3.stderr
|
Split and expand nonstandard-style lints unicode unit test.
|
2020-06-28 23:28:43 +08:00 |
|
lint-output-format-2.rs
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-output-format-2.stderr
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-output-format.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-output-format.stderr
|
normalize use of backticks in compiler messages for libsyntax/feature_gate
|
2019-07-09 14:13:28 +02:00 |
|
lint-owned-heap-memory.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-owned-heap-memory.stderr
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
lint-pre-expansion-extern-module.rs
|
fix pre-expansion linting infra
|
2020-03-18 15:08:25 +01:00 |
|
lint-pre-expansion-extern-module.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-qualification.rs
|
Handle cfg(bootstrap) throughout
|
2019-08-14 05:39:53 -04:00 |
|
lint-qualification.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-range-endpoint-overflow.rs
|
Include signed integer types in the lint
|
2019-04-30 22:43:51 +01:00 |
|
lint-range-endpoint-overflow.stderr
|
Add more context to the literal overflow message
|
2020-03-15 11:37:43 +08:00 |
|
lint-removed-allow.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-removed-allow.stderr
|
Reword unused variable warning
|
2020-03-23 12:14:45 +03:00 |
|
lint-removed-cmdline.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-removed-cmdline.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-removed.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-removed.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-renamed-allow.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-renamed-allow.stderr
|
Reword unused variable warning
|
2020-03-23 12:14:45 +03:00 |
|
lint-renamed-cmdline.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-renamed-cmdline.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-renamed.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-renamed.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-shorthand-field.fixed
|
Tweak non_shorthand_field_patterns' suggestion
|
2019-12-22 08:21:36 +09:00 |
|
lint-shorthand-field.rs
|
Tweak non_shorthand_field_patterns' suggestion
|
2019-12-22 08:21:36 +09:00 |
|
lint-shorthand-field.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-stability-2.rs
|
Require issue = "none" over issue = "0" in unstable attributes
|
2019-12-21 13:16:18 +02:00 |
|
lint-stability-2.stderr
|
normalize use of backticks in compiler messages for libsyntax/feature_gate
|
2019-07-09 14:13:28 +02:00 |
|
lint-stability-deprecated.rs
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-stability-deprecated.stderr
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-stability-fields-deprecated.rs
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-stability-fields-deprecated.stderr
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-stability-fields.rs
|
Require issue = "none" over issue = "0" in unstable attributes
|
2019-12-21 13:16:18 +02:00 |
|
lint-stability-fields.stderr
|
normalize use of backticks in compiler messages for libsyntax/feature_gate
|
2019-07-09 14:13:28 +02:00 |
|
lint-stability.rs
|
Require issue = "none" over issue = "0" in unstable attributes
|
2019-12-21 13:16:18 +02:00 |
|
lint-stability.stderr
|
normalize use of backticks in compiler messages for libsyntax/feature_gate
|
2019-07-09 14:13:28 +02:00 |
|
lint-stability2.rs
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-stability2.stderr
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-stability3.rs
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-stability3.stderr
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-temporary-cstring-as-param.rs
|
Fix test
|
2020-10-27 10:10:30 -04:00 |
|
lint-temporary-cstring-as-param.stderr
|
Fix test
|
2020-10-27 10:10:30 -04:00 |
|
lint-temporary-cstring-as-ptr.rs
|
Address review comments
|
2020-10-26 19:19:06 -04:00 |
|
lint-temporary-cstring-as-ptr.stderr
|
Address review comments
|
2020-10-26 19:19:06 -04:00 |
|
lint-type-limits.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-type-limits.stderr
|
Update tests
|
2019-03-11 23:10:26 +03:00 |
|
lint-type-limits2.rs
|
Place types inside backticks
|
2019-04-30 22:43:51 +01:00 |
|
lint-type-limits2.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-type-limits3.rs
|
Place types inside backticks
|
2019-04-30 22:43:51 +01:00 |
|
lint-type-limits3.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-type-overflow.rs
|
Place types inside backticks
|
2019-04-30 22:43:51 +01:00 |
|
lint-type-overflow.stderr
|
Add more context to the literal overflow message
|
2020-03-15 11:37:43 +08:00 |
|
lint-type-overflow2.rs
|
Address review comments.
|
2019-06-24 18:32:52 +02:00 |
|
lint-type-overflow2.stderr
|
Prefer new associated numeric consts in float error messages
|
2020-10-27 14:14:08 +08:00 |
|
lint-unconditional-recursion.rs
|
Don't lint for self-recursion when the function can diverge
|
2020-04-06 00:53:16 +02:00 |
|
lint-unconditional-recursion.stderr
|
Note when a a move/borrow error is caused by a deref coercion
|
2020-09-10 20:56:20 -04:00 |
|
lint-unexported-no-mangle.rs
|
normalize use of backticks in compiler messages for librustc_lint
|
2019-07-21 11:47:24 +02:00 |
|
lint-unexported-no-mangle.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-unknown-feature-default.rs
|
Migrate compile-pass annotations to build-pass
|
2019-07-03 06:30:28 +09:00 |
|
lint-unknown-feature.rs
|
Migrate compile-pass annotations to build-pass
|
2019-07-03 06:30:28 +09:00 |
|
lint-unknown-lint-cmdline.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-unknown-lint-cmdline.stderr
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
lint-unknown-lint.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-unknown-lint.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-unnecessary-import-braces.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-unnecessary-import-braces.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-unnecessary-parens.fixed
|
Fixed false positive for unused_parens lint
|
2020-10-14 01:16:40 +02:00 |
|
lint-unnecessary-parens.rs
|
Fixed false positive for unused_parens lint
|
2020-10-14 01:16:40 +02:00 |
|
lint-unnecessary-parens.stderr
|
Fixed false positive for unused_parens lint
|
2020-10-14 01:16:40 +02:00 |
|
lint-unsafe-code.rs
|
Fix tests
|
2019-01-15 18:02:46 +09:00 |
|
lint-unsafe-code.stderr
|
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
|
2020-02-06 21:46:38 +02:00 |
|
lint-unused-extern-crate.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
lint-unused-extern-crate.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-unused-imports.rs
|
Fix tests
|
2019-03-30 22:37:02 +01:00 |
|
lint-unused-imports.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-unused-mut-self.fixed
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
lint-unused-mut-self.rs
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
lint-unused-mut-self.stderr
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
lint-unused-mut-variables.rs
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
lint-unused-mut-variables.stderr
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
lint-unused-variables.rs
|
syntax: fix #64682.
|
2019-09-29 12:55:45 +02:00 |
|
lint-unused-variables.stderr
|
Reword unused variable warning
|
2020-03-23 12:14:45 +03:00 |
|
lint-uppercase-variables.rs
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
lint-uppercase-variables.stderr
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
lint_pre_expansion_extern_module_aux.rs
|
fix pre-expansion linting infra
|
2020-03-18 15:08:25 +01:00 |
|
lints-in-foreign-macros.rs
|
the crate and tests
|
2020-03-22 14:37:51 -05:00 |
|
lints-in-foreign-macros.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
must-use-ops.rs
|
Make error and warning annotations mandatory in UI tests
|
2019-11-10 21:01:02 +01:00 |
|
must-use-ops.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
must_use-array.rs
|
Extend #[must_use] lint to arrays
|
2019-06-30 18:20:49 +01:00 |
|
must_use-array.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
must_use-trait.rs
|
Improve error messages for boxed trait objects in tuples
|
2019-06-30 18:19:28 +01:00 |
|
must_use-trait.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
must_use-tuple.rs
|
Add nested must_use variant
|
2019-06-03 18:50:32 +01:00 |
|
must_use-tuple.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
must_use-unit.rs
|
Revert "Remove #![feature(never_type)] from tests."
|
2019-12-14 09:01:04 -05:00 |
|
must_use-unit.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
no-unused-parens-return-block.rs
|
Make warnings into errors
|
2018-10-18 10:35:01 +01:00 |
|
not_found.rs
|
Make error and warning annotations mandatory in UI tests
|
2019-11-10 21:01:02 +01:00 |
|
not_found.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
opaque-ty-ffi-unsafe.rs
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
opaque-ty-ffi-unsafe.stderr
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
outer-forbid.rs
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
outer-forbid.stderr
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
reasons-erroneous.rs
|
Update tests
|
2020-01-09 21:23:12 +03:00 |
|
reasons-erroneous.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
reasons-forbidden.rs
|
Fix inconsistencies in handling of inert attributes on statements
|
2020-10-24 11:55:48 -04:00 |
|
reasons-forbidden.stderr
|
Fix inconsistencies in handling of inert attributes on statements
|
2020-10-24 11:55:48 -04:00 |
|
reasons.rs
|
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
|
2020-01-31 15:13:51 +00:00 |
|
reasons.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
special-upper-lower-cases.rs
|
Do not provide suggestions for non standard characters
|
2020-10-11 07:41:25 +09:00 |
|
special-upper-lower-cases.stderr
|
Do not provide suggestions for non standard characters
|
2020-10-11 07:41:25 +09:00 |
|
suggestions.fixed
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
suggestions.rs
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
suggestions.stderr
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
test-inner-fn.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
test-inner-fn.stderr
|
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
|
2020-02-06 21:46:38 +02:00 |
|
trivial-casts-featuring-type-ascription.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
trivial-casts-featuring-type-ascription.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
trivial-casts.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
trivial-casts.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
type-overflow.rs
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
type-overflow.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
unaligned_references.rs
|
expand unaligned_references test
|
2020-05-27 20:31:17 +02:00 |
|
unaligned_references.stderr
|
expand unaligned_references test
|
2020-05-27 20:31:17 +02:00 |
|
uninitialized-zeroed.rs
|
warn about uninit multi-variant enums
|
2020-07-17 16:39:59 +02:00 |
|
uninitialized-zeroed.stderr
|
rustc_lint: avoid trimmed paths for ty_find_init_error
|
2020-09-03 14:36:58 +03:00 |
|
unreachable-async-fn.rs
|
review comments
|
2019-09-21 16:34:16 -07:00 |
|
unreachable_pub-pub_crate.rs
|
Make error and warning annotations mandatory in UI tests
|
2019-11-10 21:01:02 +01:00 |
|
unreachable_pub-pub_crate.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
unreachable_pub.rs
|
Make error and warning annotations mandatory in UI tests
|
2019-11-10 21:01:02 +01:00 |
|
unreachable_pub.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
unused-braces-while-let-with-mutable-value.rs
|
Do not trigger unused_braces for while let
|
2020-08-03 12:18:10 +09:00 |
|
unused_braces.fixed
|
unused_delims: trim expr
|
2020-08-10 12:04:51 +02:00 |
|
unused_braces.rs
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
unused_braces.stderr
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
unused_braces_borrow.fixed
|
unused_delims: trim expr
|
2020-08-10 12:04:51 +02:00 |
|
unused_braces_borrow.rs
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
unused_braces_borrow.stderr
|
Audit uses of span_suggestion_short
|
2020-07-02 15:18:33 +09:00 |
|
unused_import_warning_issue_45268.rs
|
Make error and warning annotations mandatory in UI tests
|
2019-11-10 21:01:02 +01:00 |
|
unused_import_warning_issue_45268.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
unused_labels.rs
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
unused_labels.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
unused_parens_json_suggestion.fixed
|
Added text after error messages
|
2019-10-18 13:21:39 +02:00 |
|
unused_parens_json_suggestion.rs
|
Added text after error messages
|
2019-10-18 13:21:39 +02:00 |
|
unused_parens_json_suggestion.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
unused_parens_remove_json_suggestion.fixed
|
Added text after error messages
|
2019-10-18 13:21:39 +02:00 |
|
unused_parens_remove_json_suggestion.rs
|
Added text after error messages
|
2019-10-18 13:21:39 +02:00 |
|
unused_parens_remove_json_suggestion.stderr
|
update unused_braces wording
|
2020-03-31 19:01:49 +02:00 |
|
use-redundant.rs
|
Use check-pass mode for lint tests
|
2020-01-23 00:00:00 +00:00 |
|
use-redundant.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
use_suggestion_json.rs
|
Drop support for cloudabi targets
|
2020-11-22 17:11:41 -05:00 |
|
use_suggestion_json.stderr
|
Drop support for cloudabi targets
|
2020-11-22 17:11:41 -05:00 |
|
warn-unused-inline-on-fn-prototypes.rs
|
Emit warning for ignored #[inline] on foreign function prototypes
|
2019-10-25 23:26:27 +01:00 |
|
warn-unused-inline-on-fn-prototypes.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |