| .. |
|
auxiliary
|
Delay evaluating lint primary message until after it would be suppressed
|
2022-10-02 06:32:40 +00:00 |
|
dead-code
|
Port dead_code lints to be translatable.
|
2022-10-24 17:02:31 +08:00 |
|
force-warn
|
make const_err a hard error
|
2022-10-07 18:08:49 +02:00 |
|
known-tool-in-submodule
|
Add known-tool-in-submodule test
|
2021-09-23 22:05:26 -04:00 |
|
let_underscore
|
Use #![warn(let_underscore_drop)] in tests.
|
2022-08-05 13:20:43 -04:00 |
|
must_not_suspend
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
redundant-semicolon
|
Improve spans when splitting multi-char operator tokens for proc macros.
|
2022-10-04 09:08:02 +11:00 |
|
rfc-2383-lint-reason
|
Compute lint_levels by definition
|
2022-10-01 16:12:50 +02:00 |
|
rfc-2457-non-ascii-idents
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
semicolon-in-expressions-from-macros
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
unsafe_code
|
Add a test for unsafe_code lint.
|
2021-10-15 01:21:05 +08:00 |
|
unused
|
lint: do not warn unused parens around higher-ranked function pointers
|
2022-11-23 17:57:11 -07:00 |
|
bad-lint-cap.rs
|
Move some tests to more reasonable directories - 6
|
2021-04-17 18:53:54 -03:00 |
|
bad-lint-cap.stderr
|
Move some tests to more reasonable directories - 6
|
2021-04-17 18:53:54 -03:00 |
|
bad-lint-cap2.rs
|
Move some tests to more reasonable directories - 6
|
2021-04-17 18:53:54 -03:00 |
|
bad-lint-cap2.stderr
|
Move some tests to more reasonable directories - 6
|
2021-04-17 18:53:54 -03:00 |
|
bad-lint-cap3.rs
|
Move some tests to more reasonable directories - 6
|
2021-04-17 18:53:54 -03:00 |
|
bad-lint-cap3.stderr
|
Move some tests to more reasonable directories - 6
|
2021-04-17 18:53:54 -03:00 |
|
bare-trait-objects-path.rs
|
Lint bare traits in AstConv.
|
2021-12-04 23:13:58 +01:00 |
|
bare-trait-objects-path.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
clashing-extern-fn-recursion.rs
|
Actually introduce a cycle in Reffy test.
|
2020-08-18 02:01:04 +10:00 |
|
clashing-extern-fn-wasm.rs
|
Add test case for wasm non-clash.
|
2021-01-12 03:31:00 +10:00 |
|
clashing-extern-fn.rs
|
UnsafeCell now has no niches, ever.
|
2022-07-07 10:46:22 +00:00 |
|
clashing-extern-fn.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
cli-lint-override.forbid_warn.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
cli-lint-override.force_warn_deny.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
cli-lint-override.rs
|
fix typos
|
2022-03-15 02:00:08 +01:00 |
|
cli-lint-override.warn_deny.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
cli-unknown-force-warn.rs
|
Update tests
|
2021-08-24 11:39:22 -04:00 |
|
cli-unknown-force-warn.stderr
|
Update tests
|
2021-08-24 11:39:22 -04: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
|
|
|
|
command-line-lint-group-deny.stderr
|
|
|
|
command-line-lint-group-forbid.rs
|
|
|
|
command-line-lint-group-forbid.stderr
|
|
|
|
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 |
|
command-line-register-lint-tool.rs
|
Add ui test for command line lints with tool names
|
2021-07-06 15:49:47 -07:00 |
|
command-line-register-unknown-lint-tool.rs
|
Fix test case
|
2021-07-07 10:28:35 -07:00 |
|
command-line-register-unknown-lint-tool.stderr
|
Cleanup: unify lint name checking
|
2021-07-07 10:50:50 -07:00 |
|
crate_level_only_lint.rs
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
|
crate_level_only_lint.stderr
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
|
deny-overflowing-literals.rs
|
|
|
|
deny-overflowing-literals.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
empty-lint-attributes.rs
|
Update test stderr with results of enabling unused lints
|
2019-09-08 11:32:28 -04:00 |
|
enable-unstable-lib-feature.rs
|
Move some tests to more reasonable directories
|
2021-09-15 14:03:27 -03:00 |
|
enable-unstable-lib-feature.stderr
|
Move some tests to more reasonable directories
|
2021-09-15 14:03:27 -03: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
|
Revert "Promote missing_fragment_specifier to hard error"
|
2020-12-22 09:33:16 -05:00 |
|
expansion-time.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
expr_attr_paren_order.rs
|
parser: Remove support for inner attributes on non-block expressions
|
2021-05-03 13:33:53 +03:00 |
|
expr_attr_paren_order.stderr
|
parser: Remove support for inner attributes on non-block expressions
|
2021-05-03 13:33:53 +03:00 |
|
fn_must_use.rs
|
Move some tests to more reasonable directories - 5
|
2021-03-20 11:41:24 -03:00 |
|
fn_must_use.stderr
|
Tweak span for #[must_use]
|
2022-11-10 18:01:02 -08:00 |
|
for_loop_over_fallibles.rs
|
Add a test for the for_loop_over_fallibles lint
|
2022-10-09 13:05:53 +00:00 |
|
for_loop_over_fallibles.stderr
|
fixup lint name
|
2022-10-09 13:07:21 +00:00 |
|
forbid-error-capped.rs
|
Use true previous lint level when detecting overriden forbids
|
2020-11-14 15:56:07 -05:00 |
|
forbid-group-group-1.rs
|
introduce future-compatibility warning for forbidden lint groups
|
2021-02-02 18:21:37 -05:00 |
|
forbid-group-group-1.stderr
|
introduce future-compatibility warning for forbidden lint groups
|
2021-02-02 18:21:37 -05:00 |
|
forbid-group-group-2.rs
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
|
forbid-group-group-2.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
forbid-group-member.rs
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
forbid-group-member.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
forbid-member-group.rs
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
forbid-member-group.stderr
|
fix one more case of trailing space
|
2022-06-16 14:40:29 +03:00 |
|
function-item-references.rs
|
update tests
|
2020-12-26 18:24:10 +01:00 |
|
function-item-references.stderr
|
feat: omit suffixes in const generics (e.g. 1_i32)
|
2022-07-19 02:35:48 +03:00 |
|
future-incompat-test.rs
|
Stabilize -Z emit-future-incompat as --json future-incompat
|
2021-12-04 14:34:20 -05:00 |
|
future-incompat-test.stderr
|
Add -Zfuture-incompat-test to assist with testing future-incompat reports.
|
2021-07-14 08:37:58 -07:00 |
|
inclusive-range-pattern-syntax.fixed
|
Address PR feedback
|
2021-06-25 14:51:56 +02:00 |
|
inclusive-range-pattern-syntax.rs
|
Address PR feedback
|
2021-06-25 14:51:56 +02:00 |
|
inclusive-range-pattern-syntax.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
inert-attr-macro.rs
|
Warn on inert attributes used on bang macro invocation
|
2021-07-19 17:49:28 -05:00 |
|
inert-attr-macro.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
inline-trait-and-foreign-items.rs
|
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
|
2022-03-28 16:27:14 +00:00 |
|
inline-trait-and-foreign-items.stderr
|
Note scope of TAIT more accurately
|
2022-10-22 03:09:49 +00:00 |
|
invalid_value.rs
|
Fix wrapped valid-range handling in ty_find_init_error
|
2022-10-23 00:33:06 +01:00 |
|
invalid_value.stderr
|
Use "must be init" instead of "must not be uninit" everywhere
|
2022-11-25 08:40:27 +00:00 |
|
issue-1866.rs
|
Move some tests to more reasonable directories
|
2022-04-21 12:24:26 -03:00 |
|
issue-1866.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
issue-14309.rs
|
Move some tests to more reasonable directories
|
2021-01-31 19:46:46 -03:00 |
|
issue-14309.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
issue-14837.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
|
issue-17718-const-naming.rs
|
collapse dead code warnings into a single diagnostic
|
2022-06-19 18:32:56 +09:00 |
|
issue-17718-const-naming.stderr
|
Uniform spans in dead code lint.
|
2022-06-22 20:40:42 +02:00 |
|
issue-20343.rs
|
Move some tests to more reasonable directories
|
2022-04-21 12:24:26 -03:00 |
|
issue-30302.rs
|
Move some tests to more reasonable directories - 2
|
2021-01-16 19:46:54 -03:00 |
|
issue-30302.stderr
|
Move some tests to more reasonable directories - 2
|
2021-01-16 19:46:54 -03:00 |
|
issue-31924-non-snake-ffi.rs
|
Adjust #[no_mangle]-related checks and lints for impl items
|
2021-08-12 17:11:44 +08:00 |
|
issue-34798.rs
|
Move some tests to more reasonable directories - 2
|
2021-01-16 19:46:54 -03:00 |
|
issue-35075.rs
|
Move some tests to more reasonable directories
|
2022-06-21 09:33:14 -03:00 |
|
issue-35075.stderr
|
Move some tests to more reasonable directories
|
2022-06-21 09:33:14 -03: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-57410-1.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
|
issue-57410.rs
|
Move some tests to more reasonable directories
|
2021-09-15 14:03:27 -03:00 |
|
issue-63364.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
|
issue-63364.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00: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-70819-dont-override-forbid-in-same-scope.rs
|
Fix a bunch of typo
|
2022-08-31 18:24:55 +08:00 |
|
issue-70819-dont-override-forbid-in-same-scope.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
issue-79546-fuel-ice.rs
|
Fix ICE with --cap-lints=allow and -Zfuel=...=0
|
2021-09-21 01:53:04 +02:00 |
|
issue-79744.rs
|
Move some tests to more reasonable directories
|
2021-09-15 14:03:27 -03:00 |
|
issue-79744.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
issue-80988.rs
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
issue-80988.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
issue-81218.rs
|
introduce future-compatibility warning for forbidden lint groups
|
2021-02-02 18:21:37 -05:00 |
|
issue-83477.rs
|
Fix default_hash_types to use resolved path
|
2021-07-09 09:10:45 -05:00 |
|
issue-83477.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
issue-86600-lint-twice.rs
|
Fix double warning about illegal floating-point literal pattern
|
2021-07-05 18:10:34 +02:00 |
|
issue-86600-lint-twice.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
issue-87274-paren-parent.rs
|
Remove special case for ExprKind::Paren in MutVisitor
|
2021-07-19 17:23:10 -05:00 |
|
issue-87274-paren-parent.stderr
|
Remove special case for ExprKind::Paren in MutVisitor
|
2021-07-19 17:23:10 -05:00 |
|
issue-89469.rs
|
Fix extra non_snake_case warning for shorthand field bindings
|
2021-10-03 14:33:14 +02:00 |
|
issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs
|
Properly register text_direction_codepoint_in_comment lint.
|
2021-11-05 20:12:40 +01:00 |
|
issue-97094.interleaved.stderr
|
Emit weird lint name lints after expansion
|
2022-05-24 17:27:34 +02:00 |
|
issue-97094.nointerleaved.stderr
|
Emit weird lint name lints after expansion
|
2022-05-24 17:27:34 +02:00 |
|
issue-97094.rs
|
Emit weird lint name lints after expansion
|
2022-05-24 17:27:34 +02:00 |
|
issue-99387.rs
|
Delay formatting trimmed path until lint/error is emitted
|
2022-08-05 16:44:01 +00:00 |
|
issue-101284.rs
|
Don't fire rust_2021_incompatible_closure_captures in edition = 2021
|
2022-09-04 20:04:51 +04:00 |
|
issue-102705.rs
|
Fix opaque_hidden_inferred_bound lint ICE
|
2022-10-05 19:47:19 +00:00 |
|
issue-103317.fixed
|
Run rustfix test for 103317 case
|
2022-10-29 18:44:24 +03:00 |
|
issue-103317.rs
|
Run rustfix test for 103317 case
|
2022-10-29 18:44:24 +03:00 |
|
issue-103317.stderr
|
Run rustfix test for 103317 case
|
2022-10-29 18:44:24 +03:00 |
|
issue-103435-extra-parentheses.fixed
|
fix parentheses surrounding spacing issue in parser
|
2022-10-24 18:24:10 +08:00 |
|
issue-103435-extra-parentheses.rs
|
fix parentheses surrounding spacing issue in parser
|
2022-10-24 18:24:10 +08:00 |
|
issue-103435-extra-parentheses.stderr
|
fix parentheses surrounding spacing issue in parser
|
2022-10-24 18:24:10 +08:00 |
|
issue-104392.rs
|
return when expr has errors
|
2022-11-15 17:22:40 +09:00 |
|
issue-104392.stderr
|
return when expr has errors
|
2022-11-15 17:22:40 +09:00 |
|
lint-attr-everywhere-early.rs
|
Add missing visit_pat_field in early lint visitor.
|
2022-08-11 21:48:39 -07:00 |
|
lint-attr-everywhere-early.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-attr-everywhere-late.rs
|
Honor lint level attributes in more places.
|
2022-08-11 21:48:39 -07:00 |
|
lint-attr-everywhere-late.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-attr-non-item-node.rs
|
|
|
|
lint-attr-non-item-node.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-cap.rs
|
Move some tests to more reasonable directories
|
2021-11-18 12:09:34 -03:00 |
|
lint-change-warnings.rs
|
|
|
|
lint-change-warnings.stderr
|
rustc: Add a warning count upon completion
|
2020-04-11 16:15:24 +02:00 |
|
lint-const-item-mutation.rs
|
Suppress CONST_ITEM_MUTATION lint if a dereference occurs anywhere
|
2020-12-17 15:25:55 -05:00 |
|
lint-const-item-mutation.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00: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
|
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
|
2022-03-28 16:27:14 +00:00 |
|
lint-ctypes-73249-2.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-ctypes-73249-3.rs
|
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
|
2022-03-28 16:27:14 +00:00 |
|
lint-ctypes-73249-3.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-ctypes-73249-4.rs
|
ty: simplify transparent_newtype_field
|
2020-06-19 11:16:16 +01:00 |
|
lint-ctypes-73249-5.rs
|
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
|
2022-03-28 16:27:14 +00:00 |
|
lint-ctypes-73249-5.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-ctypes-73249.rs
|
ty: projections in transparent_newtype_field
|
2020-06-19 10:10:54 +01:00 |
|
lint-ctypes-73251-1.rs
|
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
|
2022-03-28 16:27:14 +00:00 |
|
lint-ctypes-73251-1.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-ctypes-73251-2.rs
|
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
|
2022-03-28 16:27:14 +00:00 |
|
lint-ctypes-73251-2.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-ctypes-73251.rs
|
Make all tests use type_alias_impl_trait feature instead of min
|
2021-07-27 12:33:02 -03: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
|
Unique<T> is now considered FFI-safe
|
2022-04-14 19:35:40 +02:00 |
|
lint-ctypes-enum.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-ctypes-fn.rs
|
Add improper ctypes test for ptr to unit, ptr to tuple
|
2021-06-04 22:19:30 -07:00 |
|
lint-ctypes-fn.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-ctypes.rs
|
Make *const (), *mut () okay for FFI
|
2021-06-04 22:19:43 -07:00 |
|
lint-ctypes.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-deref-nullptr.rs
|
remove redundant test
|
2021-04-10 16:17:09 +02:00 |
|
lint-deref-nullptr.stderr
|
remove redundant test
|
2021-04-10 16:17:09 +02:00 |
|
lint-directives-on-use-items-issue-10534.rs
|
|
|
|
lint-directives-on-use-items-issue-10534.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-enum-intrinsics-non-enums.rs
|
Add enum_intrinsics_non_enums lint
|
2021-10-11 09:46:27 +02:00 |
|
lint-enum-intrinsics-non-enums.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-exceeding-bitshifts.noopt.stderr
|
make const_err a hard error
|
2022-10-07 18:08:49 +02:00 |
|
lint-exceeding-bitshifts.opt.stderr
|
make const_err a hard error
|
2022-10-07 18:08:49 +02:00 |
|
lint-exceeding-bitshifts.opt_with_overflow_checks.stderr
|
make const_err a hard error
|
2022-10-07 18:08:49 +02:00 |
|
lint-exceeding-bitshifts.rs
|
make const_err a hard error
|
2022-10-07 18:08:49 +02:00 |
|
lint-expr-stmt-attrs-for-early-lints.rs
|
Move some tests to more suitable subdirs
|
2021-03-06 18:24:53 +09:00 |
|
lint-forbid-attr.rs
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
lint-forbid-attr.stderr
|
fix one more case of trailing space
|
2022-06-16 14:40:29 +03:00 |
|
lint-forbid-cmdline.rs
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
lint-forbid-cmdline.stderr
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
lint-forbid-internal-unsafe.rs
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
|
lint-forbid-internal-unsafe.stderr
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
|
lint-group-nonstandard-style.rs
|
|
|
|
lint-group-nonstandard-style.stderr
|
Filter OnceNote in diagnostic infra.
|
2022-03-20 20:36:26 +01:00 |
|
lint-impl-fn.rs
|
|
|
|
lint-impl-fn.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-incoherent-auto-trait-objects.rs
|
|
|
|
lint-incoherent-auto-trait-objects.stderr
|
Don't print full paths in overlap errors
|
2022-11-10 05:41:09 +00:00 |
|
lint-invalid-atomic-ordering-bool.rs
|
Uplift the invalid_atomic_ordering lint from clippy to rustc
|
2021-08-16 03:55:27 +00:00 |
|
lint-invalid-atomic-ordering-bool.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-invalid-atomic-ordering-exchange-weak.rs
|
Update invalid atomic ordering lint
|
2022-07-18 12:02:11 +02:00 |
|
lint-invalid-atomic-ordering-exchange-weak.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-invalid-atomic-ordering-exchange.rs
|
Update invalid atomic ordering lint
|
2022-07-18 12:02:11 +02:00 |
|
lint-invalid-atomic-ordering-exchange.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-invalid-atomic-ordering-false-positive.rs
|
Uplift the invalid_atomic_ordering lint from clippy to rustc
|
2021-08-16 03:55:27 +00:00 |
|
lint-invalid-atomic-ordering-fence.rs
|
Uplift the invalid_atomic_ordering lint from clippy to rustc
|
2021-08-16 03:55:27 +00:00 |
|
lint-invalid-atomic-ordering-fence.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-invalid-atomic-ordering-fetch-update.rs
|
Update invalid atomic ordering lint
|
2022-07-18 12:02:11 +02:00 |
|
lint-invalid-atomic-ordering-fetch-update.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-invalid-atomic-ordering-int.rs
|
Uplift the invalid_atomic_ordering lint from clippy to rustc
|
2021-08-16 03:55:27 +00:00 |
|
lint-invalid-atomic-ordering-int.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-invalid-atomic-ordering-ptr.rs
|
Uplift the invalid_atomic_ordering lint from clippy to rustc
|
2021-08-16 03:55:27 +00:00 |
|
lint-invalid-atomic-ordering-ptr.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-invalid-atomic-ordering-uint.rs
|
Uplift the invalid_atomic_ordering lint from clippy to rustc
|
2021-08-16 03:55:27 +00:00 |
|
lint-invalid-atomic-ordering-uint.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-level-macro-def-mod.rs
|
Update tests
|
2021-08-28 00:24:39 -07:00 |
|
lint-level-macro-def.rs
|
Update tests
|
2021-08-28 00:24:39 -07: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
|
|
|
|
lint-lowercase-static-const-pattern.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-malformed.rs
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
lint-malformed.stderr
|
Move malformed attribute code to a function and fix inner attribute suggestion.
|
2021-09-25 08:11:10 -07: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 Session.used_attrs and move logic to CheckAttrVisitor
|
2021-08-21 13:27:27 -05:00 |
|
lint-misplaced-attr.stderr
|
Remove Session.used_attrs and move logic to CheckAttrVisitor
|
2021-08-21 13:27:27 -05:00 |
|
lint-missing-copy-implementations.rs
|
|
|
|
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
|
replace guess_head_span with def_span
|
2022-07-06 19:09:47 +09: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
|
|
|
|
lint-non-snake-case-crate-2.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-non-snake-case-crate.rs
|
|
|
|
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
|
|
|
|
lint-non-snake-case-functions.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-non-snake-case-identifiers-suggestion-reserved.rs
|
Add reserved identifier test cases for snake case lint
|
2021-01-01 18:38:29 +00:00 |
|
lint-non-snake-case-identifiers-suggestion-reserved.stderr
|
Modify structured suggestion output
|
2021-08-11 09:46:24 +00:00 |
|
lint-non-snake-case-lifetimes.rs
|
|
|
|
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
|
|
|
|
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
|
Stablize non_ascii_idents feature.
|
2021-04-08 02:52:00 +08:00 |
|
lint-non-uppercase-associated-const.rs
|
|
|
|
lint-non-uppercase-associated-const.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
lint-non-uppercase-statics.rs
|
|
|
|
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 more “a”/“an” typos
|
2021-08-22 17:27:18 +02:00 |
|
lint-nonstandard-style-unicode-1.stderr
|
Stablize non_ascii_idents feature.
|
2021-04-08 02:52:00 +08:00 |
|
lint-nonstandard-style-unicode-2.rs
|
Stablize non_ascii_idents feature.
|
2021-04-08 02:52:00 +08:00 |
|
lint-nonstandard-style-unicode-2.stderr
|
Stablize non_ascii_idents feature.
|
2021-04-08 02:52:00 +08:00 |
|
lint-nonstandard-style-unicode-3.rs
|
Stablize non_ascii_idents feature.
|
2021-04-08 02:52:00 +08:00 |
|
lint-nonstandard-style-unicode-3.stderr
|
Stablize non_ascii_idents feature.
|
2021-04-08 02:52:00 +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
|
Correctly handle path stability for 'use tree' items
|
2022-07-15 17:47:14 -05:00 |
|
lint-output-format.stderr
|
Correctly handle path stability for 'use tree' items
|
2022-07-15 17:47:14 -05:00 |
|
lint-owned-heap-memory.rs
|
Remove box syntax from most places in src/test outside of the issues dir
|
2021-09-26 04:07:44 +02:00 |
|
lint-owned-heap-memory.stderr
|
Remove box syntax from most places in src/test outside of the issues dir
|
2021-09-26 04:07:44 +02: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
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-pub-unreachable-for-nested-glob.rs
|
Compute most of Public/Exported access level in rustc_resolve
|
2022-01-09 21:33:14 +00: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
|
|
|
|
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
|
|
|
|
lint-removed-allow.stderr
|
Reword unused variable warning
|
2020-03-23 12:14:45 +03:00 |
|
lint-removed-cmdline.rs
|
|
|
|
lint-removed-cmdline.stderr
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
lint-removed.rs
|
|
|
|
lint-removed.stderr
|
Fix formatting for removed lints
|
2021-01-17 16:18:02 -05:00 |
|
lint-renamed-allow.rs
|
|
|
|
lint-renamed-allow.stderr
|
Reword unused variable warning
|
2020-03-23 12:14:45 +03:00 |
|
lint-renamed-cmdline.rs
|
|
|
|
lint-renamed-cmdline.stderr
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
lint-renamed.rs
|
|
|
|
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
|
Permit #[deprecated] in stdlib
|
2022-03-09 16:32:47 -05:00 |
|
lint-stability-2.stderr
|
|
|
|
lint-stability-deprecated.rs
|
fix small word dupe typos
|
2022-10-13 00:53:46 +08:00 |
|
lint-stability-deprecated.stderr
|
don't special case DefKind::Ctor in encoding
|
2022-02-24 14:46:11 +01:00 |
|
lint-stability-fields-deprecated.rs
|
Permit #[deprecated] in stdlib
|
2022-03-09 16:32:47 -05:00 |
|
lint-stability-fields-deprecated.stderr
|
don't special case DefKind::Ctor in encoding
|
2022-02-24 14:46:11 +01:00 |
|
lint-stability-fields.rs
|
Permit #[deprecated] in stdlib
|
2022-03-09 16:32:47 -05:00 |
|
lint-stability-fields.stderr
|
Inherit #[stable(..)] annotations in enum variants and fields from its item
|
2021-02-10 19:10:14 -08:00 |
|
lint-stability.rs
|
Support unstable moves via stable in unstable items
|
2022-07-08 21:18:13 +00:00 |
|
lint-stability.stderr
|
Support unstable moves via stable in unstable items
|
2022-07-08 21:18:13 +00:00 |
|
lint-stability2.rs
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-stability2.stderr
|
Bless tests
|
2021-10-15 02:36:58 -05:00 |
|
lint-stability3.rs
|
report kind of deprecated item in message
|
2020-07-26 13:58:31 -04:00 |
|
lint-stability3.stderr
|
Use last segment
|
2021-06-15 19:35:03 +08:00 |
|
lint-strict-provenance-fuzzy-casts.rs
|
Split fuzzy_provenance_casts into lossy and fuzzy, feature gate and test it
|
2022-04-08 17:41:28 +02:00 |
|
lint-strict-provenance-fuzzy-casts.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-strict-provenance-lossy-casts.rs
|
Improve lossy_provenance_casts lint diagnostics
|
2022-04-16 10:32:37 +02:00 |
|
lint-strict-provenance-lossy-casts.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-temporary-cstring-as-param.rs
|
Fix test
|
2020-10-27 10:10:30 -04:00 |
|
lint-temporary-cstring-as-param.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-temporary-cstring-as-ptr.rs
|
Address review comments
|
2020-10-26 19:19:06 -04:00 |
|
lint-temporary-cstring-as-ptr.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-type-limits.rs
|
|
|
|
lint-type-limits.stderr
|
|
|
|
lint-type-limits2.rs
|
|
|
|
lint-type-limits2.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-type-limits3.rs
|
|
|
|
lint-type-limits3.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-type-overflow.rs
|
|
|
|
lint-type-overflow.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
lint-type-overflow2.rs
|
make const_err a hard error
|
2022-10-07 18:08:49 +02:00 |
|
lint-type-overflow2.stderr
|
make const_err a hard error
|
2022-10-07 18:08:49 +02:00 |
|
lint-unconditional-recursion.rs
|
Ignore unwinding edges when checking for unconditional recursion
|
2022-01-26 13:46:01 +01:00 |
|
lint-unconditional-recursion.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00: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
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
lint-unknown-feature-default.rs
|
Make some tests check-pass
|
2022-05-28 18:57:02 +09:00 |
|
lint-unknown-feature.rs
|
Make some tests check-pass
|
2022-05-28 18:57:02 +09:00 |
|
lint-unknown-lint-cmdline.rs
|
|
|
|
lint-unknown-lint-cmdline.stderr
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
lint-unknown-lint.rs
|
Suggest lint groups
|
2021-05-05 13:11:52 -05:00 |
|
lint-unknown-lint.stderr
|
Suggest lint groups
|
2021-05-05 13:11:52 -05:00 |
|
lint-unnecessary-import-braces.rs
|
|
|
|
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
|
diagnostics: fix trailing space
|
2022-06-16 14:40:28 +03:00 |
|
lint-unsafe-code.rs
|
Report unsafe for overriding link sections
|
2022-05-16 18:11:38 +01:00 |
|
lint-unsafe-code.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00: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
|
Bless tests
|
2021-10-15 02:36:58 -05:00 |
|
missing-doc-private-macro.rs
|
Update tests
|
2021-08-28 00:24:39 -07:00 |
|
missing-doc-private-macro.stderr
|
Update tests
|
2021-08-28 00:24:39 -07:00 |
|
no-coverage.rs
|
Changes from code review
|
2022-06-05 22:24:14 -04:00 |
|
no-coverage.stderr
|
Note scope of TAIT more accurately
|
2022-10-22 03:09:49 +00:00 |
|
noop-method-call.rs
|
We are able to resolve methods even if they need subst
|
2022-10-04 03:29:19 +00:00 |
|
noop-method-call.stderr
|
We are able to resolve methods even if they need subst
|
2022-10-04 03:29:19 +00: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-normalization-cycle.rs
|
Normalize types before looking for opaques
|
2022-11-15 03:44:45 +00:00 |
|
opaque-ty-ffi-normalization-cycle.stderr
|
Normalize types before looking for opaques
|
2022-11-15 03:44:45 +00:00 |
|
opaque-ty-ffi-unsafe.rs
|
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
|
2022-03-28 16:27:14 +00:00 |
|
opaque-ty-ffi-unsafe.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
outer-forbid.rs
|
Fix #88256, remove duplicated diagnostic
|
2021-09-04 19:26:25 +08:00 |
|
outer-forbid.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
reasons-erroneous.rs
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
reasons-erroneous.stderr
|
Emit weird lint name lints after expansion
|
2022-05-24 17:27:34 +02:00 |
|
reasons-forbidden.rs
|
Use true previous lint level when detecting overriden forbids
|
2020-11-14 15:56:07 -05:00 |
|
reasons-forbidden.stderr
|
Use true previous lint level when detecting overriden forbids
|
2020-11-14 15:56:07 -05:00 |
|
reasons.rs
|
Lint elided lifetimes in path on the AST.
|
2022-04-17 11:03:34 +02:00 |
|
reasons.stderr
|
Lint elided lifetimes in path on the AST.
|
2022-04-17 11:03:34 +02:00 |
|
recommend-literal.rs
|
For diagnostic information of Boolean, remind it as use the type: 'bool'
|
2022-06-30 08:34:10 -07:00 |
|
recommend-literal.stderr
|
For diagnostic information of Boolean, remind it as use the type: 'bool'
|
2022-06-30 08:34:10 -07:00 |
|
register-tool-lint.rs
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
register-tool-lint.stderr
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
renamed-lints-still-apply.rs
|
Apply lint restrictions from renamed lints
|
2021-02-28 01:04:34 -05:00 |
|
renamed-lints-still-apply.stderr
|
diagnostics: fix trailing space
|
2022-06-16 14:40:28 +03:00 |
|
rustdoc-group.rs
|
Rename rustdoc to rustdoc::all
|
2021-03-05 15:26:55 -05:00 |
|
rustdoc-group.stderr
|
Rename rustdoc to rustdoc::all
|
2021-03-05 15:26:55 -05:00 |
|
rustdoc-renamed.rs
|
Don't warn about old rustdoc lint names (temporarily)
|
2021-03-16 13:13:59 -04:00 |
|
rustdoc-renamed.stderr
|
Don't warn about old rustdoc lint names (temporarily)
|
2021-03-16 13:13:59 -04:00 |
|
special-upper-lower-cases.rs
|
Stablize non_ascii_idents feature.
|
2021-04-08 02:52:00 +08:00 |
|
special-upper-lower-cases.stderr
|
Stablize non_ascii_idents feature.
|
2021-04-08 02:52:00 +08: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
|
diagnostics: fix trailing space
|
2022-06-16 14:40:28 +03:00 |
|
test-allow-dead-extern-static-no-warning.rs
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
|
test-inner-fn.rs
|
|
|
|
test-inner-fn.stderr
|
Show macro name in 'this error originates in macro' message
|
2021-05-12 19:03:06 -04:00 |
|
trivial-cast-ice.rs
|
Delay evaluating lint primary message until after it would be suppressed
|
2022-10-02 06:32:40 +00:00 |
|
trivial-casts-featuring-type-ascription.rs
|
|
|
|
trivial-casts-featuring-type-ascription.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
trivial-casts.rs
|
|
|
|
trivial-casts.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
trivial_casts.rs
|
Move some tests to more reasonable directories - 2
|
2021-01-16 19:46:54 -03:00 |
|
trivial_casts.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
type-overflow.rs
|
Improve error and help messages
|
2021-02-13 21:42:32 -08:00 |
|
type-overflow.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
unaligned_references.rs
|
fix is_disaligned logic for nested packed structs
|
2022-08-03 09:59:08 -04:00 |
|
unaligned_references.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
unaligned_references_external_macro.rs
|
make unaligned_refereces future-incompat lint warn-by-default, and remove the safe_packed_borrows lint that it replaces
|
2021-03-27 16:59:37 +01:00 |
|
unaligned_references_external_macro.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
unnecessary-extern-crate.rs
|
Remove crate visibility modifier in libs, tests
|
2022-05-21 00:32:47 -04:00 |
|
unnecessary-extern-crate.stderr
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
|
unreachable-async-fn.rs
|
review comments
|
2019-09-21 16:34:16 -07:00 |
|
unreachable_pub.rs
|
Remove crate visibility modifier in libs, tests
|
2022-05-21 00:32:47 -04:00 |
|
unreachable_pub.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
unused-borrows.rs
|
Lint for unused borrows as part of UNUSED_MUST_USE
|
2021-06-18 15:09:40 +08:00 |
|
unused-borrows.stderr
|
Modify structured suggestion output
|
2021-08-11 09:46:24 +00: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-qualification-in-derive-expansion.rs
|
Don't add attribute to allow unused-qualifications to derive impl's
|
2022-07-18 22:28:17 -04: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
|
diagnostics: fix trailing space
|
2022-06-16 14:40:28 +03: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
|
diagnostics: fix trailing space
|
2022-06-16 14:40:28 +03: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
|
Stabilize #![feature(label_break_value)]
|
2022-08-23 21:14:12 -05:00 |
|
unused_labels.stderr
|
Stabilize #![feature(label_break_value)]
|
2022-08-23 21:14:12 -05:00 |
|
unused_parens_json_suggestion.fixed
|
Clean up some -Z unstable-options in tests.
|
2021-11-03 20:00:00 -07:00 |
|
unused_parens_json_suggestion.rs
|
Clean up some -Z unstable-options in tests.
|
2021-11-03 20:00:00 -07:00 |
|
unused_parens_json_suggestion.stderr
|
diagnostics: fix trailing space
|
2022-06-16 14:40:28 +03:00 |
|
unused_parens_multibyte_recovery.rs
|
Do not manually craft a span pointing inside a multibyte character.
|
2022-08-07 13:12:54 +02:00 |
|
unused_parens_multibyte_recovery.stderr
|
Do not manually craft a span pointing inside a multibyte character.
|
2022-08-07 13:12:54 +02:00 |
|
unused_parens_remove_json_suggestion.fixed
|
Clean up some -Z unstable-options in tests.
|
2021-11-03 20:00:00 -07:00 |
|
unused_parens_remove_json_suggestion.rs
|
Clean up some -Z unstable-options in tests.
|
2021-11-03 20:00:00 -07:00 |
|
unused_parens_remove_json_suggestion.stderr
|
diagnostics: fix trailing space
|
2022-06-16 14:40:28 +03:00 |
|
unused_variables-issue-82488.fixed
|
Properly account for non-shorthand pattern field in unused variable lint
|
2021-02-24 18:08:37 -08:00 |
|
unused_variables-issue-82488.rs
|
Properly account for non-shorthand pattern field in unused variable lint
|
2021-02-24 18:08:37 -08:00 |
|
unused_variables-issue-82488.stderr
|
Properly account for non-shorthand pattern field in unused variable lint
|
2021-02-24 18:08:37 -08: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
|
Don't pass -Z unstable-options by default for UI tests
|
2021-06-06 00:44:54 -04:00 |
|
warn-ctypes-inhibit.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
|
warn-path-statement.rs
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
|
warn-path-statement.stderr
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
|
warn-unused-inline-on-fn-prototypes.rs
|
Update tests for extern block linting
|
2021-01-13 07:49:16 -05:00 |
|
warn-unused-inline-on-fn-prototypes.stderr
|
Store ForeignItem in a side table.
|
2020-11-26 21:29:27 +01:00 |