..
auxiliary
Expand test coverage for deny-inside-forbid interactions
2024-10-18 18:18:41 +02:00
dangling-pointers-from-temporaries
New lint: dangling_pointers_from_temporaries
2024-10-28 14:16:05 +03:00
dead-code
Bless test fallout
2024-08-03 07:57:31 -04:00
decorate-ice
Invoke decorate when error level is beyond warning, including error
2024-03-17 14:41:37 +00:00
elided-named-lifetimes
Hack around a conflict with clippy::needless_lifetimes
2024-09-06 17:06:35 +03:00
force-warn
Compiler: Rename "object safe" to "dyn compatible"
2024-09-25 13:26:48 +02:00
improper_ctypes
tests: issue-34798.rs => allow-phantomdata-in-ffi.rs
2024-09-27 14:29:34 -07:00
internal
keyword-idents
Known-bug test for keyword_idents
lint not propagating to other files
2024-10-28 16:57:08 +11:00
known-tool-in-submodule
large_assignments
let_underscore
Fix the misleading diagnostic for let_underscore_drop on type without Drop implementation
2024-09-26 10:18:18 +08:00
must_not_suspend
Fix wording of misapplied must_not_suspend
error
2024-08-18 20:32:04 +03:00
non-local-defs
Also treat impl
definition parent as transparent regarding modules
2024-11-01 16:07:02 +01:00
non-snake-case
Fix directives for lint-non-snake-case-crate
2024-10-29 16:40:06 -07:00
redundant-semicolon
rfc-2383-lint-reason
Fix lint levels not getting overridden by attrs on Stmt
nodes
2024-09-14 16:12:00 +05:30
rfc-2457-non-ascii-idents
separate messages for individual categories
2024-02-26 10:09:03 +08:00
semicolon-in-expressions-from-macros
unknown-lints
unnecessary-qualification
fixes #121331
2024-03-14 09:54:42 +08:00
unsafe_code
Stabilize unsafe extern blocks (RFC 3484)
2024-07-23 00:29:39 -03:00
unused
Stop relying on hashmap iteration for unused macro rules arms
2024-10-20 00:12:52 -07:00
use-redundant
Introduce REDUNDANT_IMPORTS lint
2024-07-31 00:07:42 -04:00
ambiguous_wide_pointer_comparisons_suggestions.fixed
ambiguous_wide_pointer_comparisons_suggestions.rs
ambiguous_wide_pointer_comparisons_suggestions.stderr
anonymous-reexport.rs
anonymous-reexport.stderr
Make early lints translatable
2024-05-21 20:16:39 +00:00
bad-lint-cap2.rs
bad-lint-cap2.stderr
bad-lint-cap3.rs
bad-lint-cap3.stderr
bad-lint-cap.rs
bad-lint-cap.stderr
bare-trait-objects-path.rs
bare-trait-objects-path.stderr
Compiler: Rename "object safe" to "dyn compatible"
2024-09-25 13:26:48 +02:00
clashing-extern-fn-issue-130851.rs
Make clashing_extern_declarations considering generic args for ADT field
2024-09-27 16:37:43 +08:00
clashing-extern-fn-issue-130851.stderr
Make clashing_extern_declarations considering generic args for ADT field
2024-09-27 16:37:43 +08:00
clashing-extern-fn-recursion.rs
some fixes for clashing_extern_declarations lint
2024-09-13 11:51:17 +02:00
clashing-extern-fn-wasm.rs
clashing-extern-fn.rs
some fixes for clashing_extern_declarations lint
2024-09-13 11:51:17 +02:00
clashing-extern-fn.stderr
some fixes for clashing_extern_declarations lint
2024-09-13 11:51:17 +02:00
cli-lint-override.forbid_warn.stderr
Update tests.
2024-10-31 10:55:45 +01:00
cli-lint-override.force_warn_deny.stderr
Update tests.
2024-10-31 10:55:45 +01:00
cli-lint-override.rs
cli-lint-override.warn_deny.stderr
Update tests.
2024-10-31 10:55:45 +01:00
cli-unknown-force-warn.rs
cli-unknown-force-warn.stderr
Rewrite lint_expectations in a single pass.
2024-08-31 14:00:54 +00:00
command-line-lint-group-allow.rs
command-line-lint-group-deny.rs
command-line-lint-group-deny.stderr
command-line-lint-group-forbid.rs
command-line-lint-group-forbid.stderr
Only suggest #[allow]
for --warn
and --deny
lint level flags
2024-08-08 13:09:58 +00:00
command-line-lint-group-warn.rs
command-line-lint-group-warn.stderr
command-line-register-lint-tool.rs
command-line-register-unknown-lint-tool.rs
command-line-register-unknown-lint-tool.stderr
crate_level_only_lint.rs
crate_level_only_lint.stderr
deny-inside-forbid-ignored.cli_forbid_warnings.stderr
Expand test coverage for deny-inside-forbid interactions
2024-10-18 18:18:41 +02:00
deny-inside-forbid-ignored.cli_forbid.stderr
Expand test coverage for deny-inside-forbid interactions
2024-10-18 18:18:41 +02:00
deny-inside-forbid-ignored.rs
Expand test coverage for deny-inside-forbid interactions
2024-10-18 18:18:41 +02:00
deny-inside-forbid-ignored.source_only.stderr
Expand test coverage for deny-inside-forbid interactions
2024-10-18 18:18:41 +02:00
deny-overflowing-literals.rs
deny-overflowing-literals.stderr
dropping_copy_types-issue-125189-can-not-fixed.rs
A small diagnostic improvement for dropping_copy_types
2024-05-24 19:31:57 +08:00
dropping_copy_types-issue-125189-can-not-fixed.stderr
A small diagnostic improvement for dropping_copy_types
2024-05-24 19:31:57 +08:00
dropping_copy_types-issue-125189.fixed
A small diagnostic improvement for dropping_copy_types
2024-05-24 19:31:57 +08:00
dropping_copy_types-issue-125189.rs
A small diagnostic improvement for dropping_copy_types
2024-05-24 19:31:57 +08:00
dropping_copy_types-issue-125189.stderr
A small diagnostic improvement for dropping_copy_types
2024-05-24 19:31:57 +08:00
dropping_copy_types-macros.fixed
Fix handling of macro arguments within the `dropping_copy_types lint
2024-08-22 13:32:01 +02:00
dropping_copy_types-macros.rs
Fix handling of macro arguments within the `dropping_copy_types lint
2024-08-22 13:32:01 +02:00
dropping_copy_types-macros.stderr
Fix handling of macro arguments within the `dropping_copy_types lint
2024-08-22 13:32:01 +02:00
dropping_copy_types.rs
dropping_copy_types.stderr
Let lint_forgetting_references give the suggestion if possible
2024-05-29 17:40:34 +08:00
dropping_references-can-fixed.fixed
Let lint_dropping_references give the suggestion if possible.
2024-05-29 16:53:28 +08:00
dropping_references-can-fixed.rs
Let lint_dropping_references give the suggestion if possible.
2024-05-29 16:53:28 +08:00
dropping_references-can-fixed.stderr
Let lint_dropping_references give the suggestion if possible.
2024-05-29 16:53:28 +08:00
dropping_references.rs
dropping_references.stderr
Let lint_dropping_references give the suggestion if possible.
2024-05-29 16:53:28 +08:00
empty-lint-attributes.rs
RFC 2383: Stabilize lint_reasons
🎉
2024-06-25 17:22:22 +02:00
enable-unstable-lib-feature.rs
enable-unstable-lib-feature.stderr
expansion-time-include.rs
expansion-time.rs
use backticks instead of single quotes when reporting "use of unstable library feature"
2024-11-03 13:55:52 -08:00
expansion-time.stderr
use backticks instead of single quotes when reporting "use of unstable library feature"
2024-11-03 13:55:52 -08:00
expect-future_breakage-crash-issue-126521.rs
Prevent ICE from expected future breakage
2024-06-25 22:32:46 +02:00
expect-future_breakage-crash-issue-126521.stderr
Prevent ICE from expected future breakage
2024-06-25 22:32:46 +02:00
expect-unused-imports.rs
Check AttrId for expectations.
2024-09-06 20:51:06 +00:00
expr_attr_paren_order.rs
expr_attr_paren_order.stderr
expr-field.rs
extern-C-fnptr-lints-slices.rs
tests: Test that extern "C" fn
ptrs lint on slices
2024-09-21 09:51:14 -07:00
extern-C-fnptr-lints-slices.stderr
tests: Test that extern "C" fn
ptrs lint on slices
2024-09-21 09:51:14 -07:00
fn_must_use.rs
fn_must_use.stderr
for_loop_over_fallibles.rs
Fix article in test
2024-05-15 13:17:11 -05:00
for_loop_over_fallibles.stderr
Fix article in test
2024-05-15 13:17:11 -05:00
forbid-error-capped.rs
forbid-group-group-1.rs
forbid-group-group-1.stderr
forbid-group-group-2.rs
forbid-group-group-2.stderr
forbid-group-member.rs
forbid-group-member.stderr
forbid-macro-with-deny.allow.stderr
Expand test coverage for deny-inside-forbid interactions
2024-10-18 18:18:41 +02:00
forbid-macro-with-deny.rs
Expand test coverage for deny-inside-forbid interactions
2024-10-18 18:18:41 +02:00
forbid-macro-with-deny.warn.stderr
Expand test coverage for deny-inside-forbid interactions
2024-10-18 18:18:41 +02:00
forbid-member-group.rs
forbid-member-group.stderr
forgetting_copy_types-can-fixed.fixed
Let lint_forgetting_copy_types give the suggestion if possible.
2024-05-29 16:53:37 +08:00
forgetting_copy_types-can-fixed.rs
Let lint_forgetting_copy_types give the suggestion if possible.
2024-05-29 16:53:37 +08:00
forgetting_copy_types-can-fixed.stderr
Let lint_forgetting_copy_types give the suggestion if possible.
2024-05-29 16:53:37 +08:00
forgetting_copy_types.rs
forgetting_copy_types.stderr
Let lint_forgetting_references give the suggestion if possible
2024-05-29 17:40:34 +08:00
forgetting_references-can-fixed.fixed
Let lint_forgetting_references give the suggestion if possible
2024-05-29 17:40:34 +08:00
forgetting_references-can-fixed.rs
Let lint_forgetting_references give the suggestion if possible
2024-05-29 17:40:34 +08:00
forgetting_references-can-fixed.stderr
Let lint_forgetting_references give the suggestion if possible
2024-05-29 17:40:34 +08:00
forgetting_references.rs
Let lint_forgetting_references give the suggestion if possible
2024-05-29 17:40:34 +08:00
forgetting_references.stderr
Let lint_forgetting_references give the suggestion if possible
2024-05-29 17:40:34 +08:00
function-item-references.rs
function-item-references.stderr
future-incompat-json-test.rs
future-incompat-json-test.stderr
future-incompat-test.rs
future-incompat-test.stderr
group-denied-lint-allowed.rs
Move 100 entries from tests/ui into subdirs
2024-05-20 19:55:59 -07:00
group-forbid-always-trumps-cli.rs
Move 100 entries from tests/ui into subdirs
2024-05-20 19:55:59 -07:00
group-forbid-always-trumps-cli.stderr
Only suggest #[allow]
for --warn
and --deny
lint level flags
2024-08-08 13:09:58 +00:00
ice-array-into-iter-lint-issue-121532.rs
Don't use unwrap()
in ArrayIntoIter
lint when typeck fails
2024-02-25 17:51:56 +05:30
ice-array-into-iter-lint-issue-121532.stderr
Don't use unwrap()
in ArrayIntoIter
lint when typeck fails
2024-02-25 17:51:56 +05:30
ice-const-prop-unions-known-panics-lint-123710.rs
Prohibit const prop of unions in KnownPanicsLint
2024-04-29 08:16:26 +05:30
ice-const-prop-unions-known-panics-lint-123710.stderr
Prohibit const prop of unions in KnownPanicsLint
2024-04-29 08:16:26 +05:30
ice-unions-known-panics-lint-issue-121534.rs
Do not const pop unions
2024-02-26 15:22:22 +05:30
inclusive-range-pattern-syntax.fixed
inclusive-range-pattern-syntax.rs
inclusive-range-pattern-syntax.stderr
inert-attr-macro.rs
inert-attr-macro.stderr
inline-trait-and-foreign-items.rs
inline-trait-and-foreign-items.stderr
internal_features.rs
internal_features.stderr
invalid_from_utf8.rs
Fix tests and bless
2024-04-24 13:12:33 +01:00
invalid_from_utf8.stderr
Fix tests and bless
2024-04-24 13:12:33 +01:00
invalid_value-polymorphic.rs
invalid_value.rs
Stabilize generic NonZero
.
2024-04-22 18:48:47 +02:00
invalid_value.stderr
Fix lint.
2024-03-14 17:34:57 +01:00
invalid-nan-comparison-suggestion.fixed
Add f16
and f128
to invalid_nan_comparison
2024-10-31 21:26:36 -05:00
invalid-nan-comparison-suggestion.rs
Add f16
and f128
to invalid_nan_comparison
2024-10-31 21:26:36 -05:00
invalid-nan-comparison-suggestion.stderr
Add f16
and f128
to invalid_nan_comparison
2024-10-31 21:26:36 -05:00
invalid-nan-comparison.rs
Add f16
and f128
to invalid_nan_comparison
2024-10-31 21:26:36 -05:00
invalid-nan-comparison.stderr
Add f16
and f128
to invalid_nan_comparison
2024-10-31 21:26:36 -05:00
issue-1866.rs
issue-1866.stderr
Use FnSig instead of raw FnDecl for ForeignItemKind::Fn
2024-08-16 14:10:06 -04:00
issue-14837.rs
issue-17718-const-naming.rs
issue-17718-const-naming.stderr
issue-19102.rs
issue-20343.rs
issue-30302.rs
issue-30302.stderr
Reword the "unreachable pattern" explanations
2024-08-19 21:39:57 +02:00
issue-35075.rs
issue-35075.stderr
issue-47775-nested-macro-unnecessary-parens-arg.rs
issue-49588-non-shorthand-field-patterns-in-pattern-macro.rs
issue-54099-camel-case-underscore-types.rs
issue-57410-1.rs
issue-57410.rs
issue-63364.rs
issue-63364.stderr
issue-70819-dont-override-forbid-in-same-scope.rs
Allow #[deny(..)]
inside #[forbid(..)]
as a no-op with a warning
2024-10-18 18:18:41 +02:00
issue-70819-dont-override-forbid-in-same-scope.stderr
Allow #[deny(..)]
inside #[forbid(..)]
as a no-op with a warning
2024-10-18 18:18:41 +02:00
issue-79546-fuel-ice.rs
issue-79744.rs
issue-79744.stderr
issue-81218.rs
issue-83477.rs
issue-83477.stderr
issue-87274-paren-parent.rs
issue-87274-paren-parent.stderr
issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs
issue-97094.rs
issue-97094.stderr
issue-99387.rs
Make DefiningAnchor::Bind
only store the opaque types that may be constrained, instead of the current infcx root item.
2024-03-11 17:19:37 +00:00
issue-99387.stderr
Make DefiningAnchor::Bind
only store the opaque types that may be constrained, instead of the current infcx root item.
2024-03-11 17:19:37 +00:00
issue-101284.rs
issue-102705.rs
issue-103317.fixed
issue-103317.rs
issue-103317.stderr
issue-103435-extra-parentheses.fixed
issue-103435-extra-parentheses.rs
issue-103435-extra-parentheses.stderr
issue-104392.rs
issue-104392.stderr
issue-104897.rs
issue-104897.stderr
Be more accurate about calculating display_col
from a BytePos
2024-07-18 20:08:38 +00:00
issue-106991.rs
issue-106991.stderr
Point at tail expression on rpit E0277
2024-11-02 03:08:04 +00:00
issue-108155.rs
issue-109152.rs
issue-109152.stderr
issue-109529.fixed
issue-109529.rs
issue-109529.stderr
issue-110573.rs
issue-111359.rs
issue-111359.stderr
issue-112489.rs
issue-117949.noopt.stderr
issue-117949.opt_with_overflow_checks.stderr
issue-117949.opt.stderr
issue-117949.rs
issue-121070-let-range.rs
lint_map_unit_fn.rs
lint_map_unit_fn.stderr
lint_pre_expansion_extern_module_aux.rs
lint-attr-everywhere-early.rs
lint-attr-everywhere-early.stderr
lint-attr-everywhere-late.rs
lint-attr-everywhere-late.stderr
Use FnSig instead of raw FnDecl for ForeignItemKind::Fn
2024-08-16 14:10:06 -04:00
lint-attr-non-item-node.rs
lint-attr-non-item-node.stderr
lint-cap-trait-bounds.rs
lint-cap.rs
lint-change-warnings.rs
lint-change-warnings.stderr
lint-const-item-mutation.rs
lint-const-item-mutation.stderr
lint-ctypes-66202.rs
lint-ctypes-73249-1.rs
lint-ctypes-73249-2.rs
lint-ctypes-73249-2.stderr
lint-ctypes-73249-3.rs
lint-ctypes-73249-3.stderr
lint-ctypes-73249-4.rs
lint-ctypes-73249-5.rs
lint-ctypes-73249-5.stderr
lint-ctypes-73249.rs
lint-ctypes-73251-1.rs
lint-ctypes-73251-1.stderr
lint-ctypes-73251-2.rs
lint-ctypes-73251-2.stderr
lint-ctypes-73251.rs
lint-ctypes-73747.rs
lint-ctypes-94223.rs
lint-ctypes-94223.stderr
lint-ctypes-113436-1.rs
lint-ctypes-113436-1.stderr
lint-ctypes-113436.rs
lint-ctypes-113900.rs
lint-ctypes-cstr.rs
Add a special case for CStr/CString in the improper_ctypes lint
2024-08-06 13:56:59 +00:00
lint-ctypes-cstr.stderr
Add a special case for CStr/CString in the improper_ctypes lint
2024-08-06 13:56:59 +00:00
lint-ctypes-enum.rs
compiler: Fully stabilize result_ffi_guarantees
2024-10-19 13:01:30 -07:00
lint-ctypes-enum.stderr
compiler: Fully stabilize result_ffi_guarantees
2024-10-19 13:01:30 -07:00
lint-ctypes-fn.rs
Use the rustc_private libc less in tests
2024-04-15 08:54:11 -04:00
lint-ctypes-fn.stderr
Use the rustc_private libc less in tests
2024-04-15 08:54:11 -04:00
lint-ctypes-non-recursion-limit.rs
Add a test
2024-09-23 12:55:56 -04:00
lint-ctypes-option-nonnull-unsized.rs
lint-ctypes-option-nonnull-unsized.stderr
lint-ctypes.rs
Use the rustc_private libc less in tests
2024-04-15 08:54:11 -04:00
lint-ctypes.stderr
Use the rustc_private libc less in tests
2024-04-15 08:54:11 -04:00
lint-deref-nullptr.rs
Don't emit null pointer lint for raw ref of null deref
2024-10-06 22:36:51 -04:00
lint-deref-nullptr.stderr
Don't emit null pointer lint for raw ref of null deref
2024-10-06 22:36:51 -04:00
lint-directives-on-use-items-issue-10534.rs
lint-directives-on-use-items-issue-10534.stderr
lint-enum-intrinsics-non-enums.rs
lint-enum-intrinsics-non-enums.stderr
Fix remaining cases
2024-06-21 19:00:18 -04:00
lint-expr-stmt-attrs-for-early-lints.rs
lint-ffi-safety-all-phantom.rs
lint-forbid-attr.rs
lint-forbid-attr.stderr
lint-forbid-cmdline.rs
lint-forbid-cmdline.stderr
lint-forbid-internal-unsafe.rs
lint-forbid-internal-unsafe.stderr
lint-group-nonstandard-style.rs
lint-group-nonstandard-style.stderr
lint-impl-fn.rs
lint-impl-fn.stderr
lint-incoherent-auto-trait-objects.rs
lint-incoherent-auto-trait-objects.stderr
lint-invalid-atomic-ordering-bool.rs
lint-invalid-atomic-ordering-bool.stderr
lint-invalid-atomic-ordering-exchange-weak.rs
lint-invalid-atomic-ordering-exchange-weak.stderr
lint-invalid-atomic-ordering-exchange.rs
lint-invalid-atomic-ordering-exchange.stderr
lint-invalid-atomic-ordering-false-positive.rs
lint-invalid-atomic-ordering-fence.rs
lint-invalid-atomic-ordering-fence.stderr
lint-invalid-atomic-ordering-fetch-update.rs
lint-invalid-atomic-ordering-fetch-update.stderr
lint-invalid-atomic-ordering-int.rs
lint-invalid-atomic-ordering-int.stderr
lint-invalid-atomic-ordering-ptr.rs
lint-invalid-atomic-ordering-ptr.stderr
lint-invalid-atomic-ordering-uint.rs
lint-invalid-atomic-ordering-uint.stderr
lint-level-macro-def-mod.rs
lint-level-macro-def.rs
lint-lowercase-static-const-pattern-rename.rs
lint-lowercase-static-const-pattern.rs
lint-lowercase-static-const-pattern.stderr
lint-malformed.rs
lint-malformed.stderr
lint-match-arms-2.rs
lint-match-arms-2.stderr
lint-match-arms.rs
lint-match-arms.stderr
lint-misplaced-attr.rs
lint-misplaced-attr.stderr
lint-missing-copy-implementations-allow.rs
lint-missing-copy-implementations.rs
lint-missing-copy-implementations.stderr
lint-missing-doc-crate.rs
Add test about missing docs at crate level
2024-09-09 14:51:39 +02:00
lint-missing-doc-crate.stderr
Add test about missing docs at crate level
2024-09-09 14:51:39 +02:00
lint-missing-doc-expect.rs
Don't allow test revisions that conflict with built in cfgs
2024-10-23 18:05:27 +00:00
lint-missing-doc-test.rs
Use doc(hidden)
instead of allow(missing_docs)
in the test harness
2024-09-11 12:14:35 +02:00
lint-missing-doc.rs
lint-missing-doc.stderr
Use FnSig instead of raw FnDecl for ForeignItemKind::Fn
2024-08-16 14:10:06 -04:00
lint-non-camel-case-types.rs
lint-non-camel-case-types.stderr
lint-non-camel-case-variant.rs
lint-non-camel-case-with-trailing-underscores.rs
lint-non-uppercase-associated-const.rs
lint-non-uppercase-associated-const.stderr
lint-non-uppercase-statics.rs
lint-non-uppercase-statics.stderr
lint-non-uppercase-trait-assoc-const.rs
lint-non-uppercase-trait-assoc-const.stderr
lint-nonstandard-style-unicode-1.rs
lint-nonstandard-style-unicode-1.stderr
lint-nonstandard-style-unicode-3.rs
lint-nonstandard-style-unicode-3.stderr
lint-output-format-2.rs
lint-output-format-2.stderr
lint-output-format.rs
lint-output-format.stderr
use backticks instead of single quotes when reporting "use of unstable library feature"
2024-11-03 13:55:52 -08:00
lint-overflowing-ops.noopt.stderr
promotion: don't promote int::MIN / -1
2024-02-24 12:17:37 +01:00
lint-overflowing-ops.opt_with_overflow_checks.stderr
promotion: don't promote int::MIN / -1
2024-02-24 12:17:37 +01:00
lint-overflowing-ops.opt.stderr
promotion: don't promote int::MIN / -1
2024-02-24 12:17:37 +01:00
lint-overflowing-ops.rs
Always use a colon in //@ normalize-*:
headers
2024-07-11 12:23:44 +10:00
lint-pre-expansion-extern-module.rs
lint-pre-expansion-extern-module.stderr
Deny gen keyword in edition_2024_compat lints
2024-04-22 11:51:50 -04:00
lint-pub-unreachable-for-nested-glob.rs
lint-qualification.fixed
Ignore paths from expansion in unused_qualifications
2024-03-20 16:30:26 +00:00
lint-qualification.rs
Ignore paths from expansion in unused_qualifications
2024-03-20 16:30:26 +00:00
lint-qualification.stderr
Don't trigger unused_qualifications
on global paths
2024-03-15 14:59:05 +00:00
lint-range-endpoint-overflow.rs
lint-range-endpoint-overflow.stderr
lint-removed-allow.rs
lint-removed-allow.stderr
lint-removed-cmdline-deny.rs
lint-removed-cmdline-deny.stderr
Rewrite lint_expectations in a single pass.
2024-08-31 14:00:54 +00:00
lint-removed-cmdline.rs
lint-removed-cmdline.stderr
Rewrite lint_expectations in a single pass.
2024-08-31 14:00:54 +00:00
lint-removed.rs
lint-removed.stderr
lint-renamed-allow.rs
lint-renamed-allow.stderr
lint-renamed-cmdline-deny.rs
lint-renamed-cmdline-deny.stderr
Rewrite lint_expectations in a single pass.
2024-08-31 14:00:54 +00:00
lint-renamed-cmdline.rs
lint-renamed-cmdline.stderr
Rewrite lint_expectations in a single pass.
2024-08-31 14:00:54 +00:00
lint-renamed.rs
lint-renamed.stderr
lint-shorthand-field.fixed
lint-shorthand-field.rs
lint-shorthand-field.stderr
lint-stability2.rs
lint-stability2.stderr
lint-stability3.rs
lint-stability3.stderr
lint-stability-2.rs
use backticks instead of single quotes when reporting "use of unstable library feature"
2024-11-03 13:55:52 -08:00
lint-stability-2.stderr
use backticks instead of single quotes when reporting "use of unstable library feature"
2024-11-03 13:55:52 -08:00
lint-stability-deprecated.rs
lint-stability-deprecated.stderr
lint-stability-fields-deprecated.rs
lint-stability-fields-deprecated.stderr
lint-stability-fields.rs
lint-stability-fields.stderr
use backticks instead of single quotes when reporting "use of unstable library feature"
2024-11-03 13:55:52 -08:00
lint-stability.rs
use backticks instead of single quotes when reporting "use of unstable library feature"
2024-11-03 13:55:52 -08:00
lint-stability.stderr
use backticks instead of single quotes when reporting "use of unstable library feature"
2024-11-03 13:55:52 -08:00
lint-strict-provenance-fuzzy-casts.rs
move strict provenance lints to new feature gate, remove old feature gates
2024-10-21 15:22:17 +01:00
lint-strict-provenance-fuzzy-casts.stderr
rename ptr::from_exposed_addr -> ptr::with_exposed_provenance
2024-03-23 13:18:33 +01:00
lint-strict-provenance-lossy-casts.rs
move strict provenance lints to new feature gate, remove old feature gates
2024-10-21 15:22:17 +01:00
lint-strict-provenance-lossy-casts.stderr
rename expose_addr
to expose_provenance
2024-04-03 16:00:38 +02:00
lint-struct-necessary.rs
lint-struct-necessary.stderr
lint-type-limits2.rs
lint-type-limits2.stderr
lint-type-limits3.rs
lint-type-limits3.stderr
lint-type-limits.rs
lint-type-limits.stderr
lint-type-overflow2.rs
lint-type-overflow2.stderr
lint-type-overflow.rs
lint-type-overflow.stderr
lint-unconditional-drop-recursion.rs
lint-unconditional-drop-recursion.stderr
lint-unconditional-recursion-tail-calls.rs
Fix unconditional recursion lint wrt tail calls
2024-07-07 17:11:05 +02:00
lint-unconditional-recursion-tail-calls.stderr
Fix unconditional recursion lint wrt tail calls
2024-07-07 17:11:05 +02:00
lint-unconditional-recursion.rs
lint-unconditional-recursion.stderr
lint-unexported-no-mangle.rs
lint-unexported-no-mangle.stderr
Rewrite lint_expectations in a single pass.
2024-08-31 14:00:54 +00:00
lint-unknown-feature-default.rs
lint-unknown-feature.rs
lint-unknown-lint-cmdline-allow.rs
lint-unknown-lint-cmdline-deny.rs
lint-unknown-lint-cmdline-deny.stderr
Rewrite lint_expectations in a single pass.
2024-08-31 14:00:54 +00:00
lint-unknown-lint-cmdline.rs
lint-unknown-lint-cmdline.stderr
Rewrite lint_expectations in a single pass.
2024-08-31 14:00:54 +00:00
lint-unknown-lint.rs
lint-unknown-lint.stderr
lint-unnecessary-import-braces.rs
lint-unnecessary-import-braces.stderr
lint-unnecessary-parens.fixed
stabilize raw_ref_op
2024-08-18 19:46:53 +02:00
lint-unnecessary-parens.rs
stabilize raw_ref_op
2024-08-18 19:46:53 +02:00
lint-unnecessary-parens.stderr
stabilize raw_ref_op
2024-08-18 19:46:53 +02:00
lint-unsafe-code.rs
lint-unsafe-code.stderr
lints-in-foreign-macros.rs
lints-in-foreign-macros.stderr
lints-on-stmt-not-overridden-130142.rs
Fix lint levels not getting overridden by attrs on Stmt
nodes
2024-09-14 16:12:00 +05:30
missing_copy_impl_trivial_bounds.rs
Use correct param-env in MissingCopyImplementations
2024-05-22 12:46:08 -04:00
missing-copy-implementations-negative-copy.rs
missing-copy-implementations-non-exhaustive.rs
missing-doc-private-macro.rs
missing-doc-private-macro.stderr
negative_literals.rs
Temporarily switch ambiguous_negative_literals
lint to allow
2024-07-31 19:36:47 +02:00
negative_literals.stderr
Temporarily switch ambiguous_negative_literals
lint to allow
2024-07-31 19:36:47 +02:00
noop-method-call.rs
When encountering <&T as Clone>::clone(x)
because T: Clone
, suggest #[derive(Clone)]
2024-02-22 18:01:20 +00:00
noop-method-call.stderr
When encountering <&T as Clone>::clone(x)
because T: Clone
, suggest #[derive(Clone)]
2024-02-22 18:01:20 +00:00
not_found.rs
not_found.stderr
opaque-ty-ffi-normalization-cycle.rs
opaque-ty-ffi-normalization-cycle.stderr
opaque-ty-ffi-unsafe.rs
opaque-ty-ffi-unsafe.stderr
outer-forbid.rs
outer-forbid.stderr
ptr_null_checks.rs
ptr_null_checks.stderr
reasons-erroneous.rs
Remove the box_pointers
lint.
2024-06-27 08:55:28 +10:00
reasons-erroneous.stderr
Remove the box_pointers
lint.
2024-06-27 08:55:28 +10:00
reasons-forbidden.rs
RFC 2383: Stabilize lint_reasons
🎉
2024-06-25 17:22:22 +02:00
reasons-forbidden.stderr
RFC 2383: Stabilize lint_reasons
🎉
2024-06-25 17:22:22 +02:00
reasons.rs
RFC 2383: Stabilize lint_reasons
🎉
2024-06-25 17:22:22 +02:00
reasons.stderr
RFC 2383: Stabilize lint_reasons
🎉
2024-06-25 17:22:22 +02:00
recommend-literal.rs
recommend-literal.stderr
reference_casting.rs
Handle Deref expressions in invalid_reference_casting
2024-05-10 12:33:07 -04:00
reference_casting.stderr
register-tool-lint.rs
register-tool-lint.stderr
renamed-lints-still-apply.rs
renamed-lints-still-apply.stderr
rust-cold-fn-accept-improper-ctypes.rs
compiler: Accept "improper" ctypes in extern "rust-cold" fn
2024-09-21 08:59:52 -07:00
rustdoc-group.rs
rustdoc-group.stderr
rustdoc-renamed.rs
rustdoc-renamed.stderr
special-upper-lower-cases.rs
special-upper-lower-cases.stderr
static-mut-refs.e2021.stderr
Update tests for hidden references to mutable static
2024-09-13 14:10:56 +03:00
static-mut-refs.e2024.stderr
Update tests for hidden references to mutable static
2024-09-13 14:10:56 +03:00
static-mut-refs.rs
Update tests for hidden references to mutable static
2024-09-13 14:10:56 +03:00
suggestions.fixed
If suggestion would leave an empty line, delete it
2024-03-01 13:48:20 +00:00
suggestions.rs
suggestions.stderr
Special case when a code line only has multiline span starts
2024-06-23 22:00:52 +00:00
suspicious-double-ref-op.rs
suspicious-double-ref-op.stderr
test-allow-dead-extern-static-no-warning.rs
test-inner-fn.rs
test-inner-fn.stderr
trivial_casts.rs
trivial_casts.stderr
trivial-cast-ice.rs
trivial-casts-featuring-type-ascription.rs
trivial-casts-featuring-type-ascription.stderr
trivial-casts.rs
trivial-casts.stderr
type-overflow.rs
type-overflow.stderr
unaligned_references_external_macro.rs
unaligned_references_external_macro.stderr
unaligned_references.current.stderr
Normalize struct tail properly in disalignment check
2024-08-08 11:58:11 -04:00
unaligned_references.next.stderr
Normalize struct tail properly in disalignment check
2024-08-08 11:58:11 -04:00
unaligned_references.rs
Normalize struct tail properly in disalignment check
2024-08-08 11:58:11 -04:00
unconditional_panic_98444.rs
unconditional_panic_98444.stderr
unconditional_panic_promoted.rs
Compute array length from type for unconditional panic.
2024-10-05 00:19:26 +00:00
unconditional_panic_promoted.stderr
Compute array length from type for unconditional panic.
2024-10-05 00:19:26 +00:00
undropped_manually_drops.rs
undropped_manually_drops.stderr
unit_bindings.deny_level.stderr
unit_bindings: improve test coverage
2024-10-21 21:33:33 +08:00
unit_bindings.rs
unit_bindings: improve test coverage
2024-10-21 21:33:33 +08:00
unknown-lints-at-crate-level.rs
Move 100 entries from tests/ui into subdirs
2024-05-20 19:55:59 -07:00
unnecessary-extern-crate.rs
Handle a few more simple tests
2024-05-20 11:13:10 -04:00
unnecessary-extern-crate.stderr
Handle a few more simple tests
2024-05-20 11:13:10 -04:00
unqualified_local_imports.rs
add unqualified_local_imports lint
2024-09-23 11:57:28 +02:00
unqualified_local_imports.stderr
add unqualified_local_imports lint
2024-09-23 11:57:28 +02:00
unreachable_pub.fixed
Prefer pub(super)
in unreachable_pub
lint suggestion
2024-11-04 19:09:40 +01:00
unreachable_pub.rs
Prefer pub(super)
in unreachable_pub
lint suggestion
2024-11-04 19:09:40 +01:00
unreachable_pub.stderr
Prefer pub(super)
in unreachable_pub
lint suggestion
2024-11-04 19:09:40 +01:00
unreachable-async-fn.rs
unused_braces_borrow.fixed
unused_braces_borrow.rs
unused_braces_borrow.stderr
unused_braces_macro.rs
Unify all the always-false cfgs under the FALSE
cfg
2024-04-07 01:16:45 +02:00
unused_braces.fixed
unused_braces.rs
unused_braces.stderr
unused_import_warning_issue_45268.rs
unused_import_warning_issue_45268.stderr
unused_labels.rs
unused_labels.stderr
unused_parens_json_suggestion.fixed
unused_parens_json_suggestion.rs
unused_parens_json_suggestion.stderr
unused_parens_multibyte_recovery.rs
unused_parens_multibyte_recovery.stderr
unused_parens_remove_json_suggestion.fixed
unused_parens_remove_json_suggestion.rs
unused_parens_remove_json_suggestion.stderr
unused_variables-issue-82488.fixed
unused_variables-issue-82488.rs
unused_variables-issue-82488.stderr
unused-borrows.rs
unused-borrows.stderr
unused-braces-while-let-with-mutable-value.rs
unused-qualification-in-derive-expansion.rs
unused-qualifications-global-paths.rs
Don't trigger unused_qualifications
on global paths
2024-03-15 14:59:05 +00:00
use_suggestion_json.rs
use_suggestion_json.stderr
Add multi-producer, multi-consumer channel (mpmc)
2024-09-30 20:43:51 +03:00
warn-ctypes-inhibit.rs
warn-path-statement.rs
warn-path-statement.stderr
warn-unused-inline-on-fn-prototypes.rs
warn-unused-inline-on-fn-prototypes.stderr
wide_pointer_comparisons.rs
Add support for NonNull in ambiguous_wide_ptr_comparisions
2024-03-29 22:02:07 +01:00
wide_pointer_comparisons.stderr
Do not underline suggestions for code that is already there
2024-08-01 18:53:42 +00:00