rust/compiler/rustc_lint/src
2025-01-29 15:45:13 +00:00
..
early Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee 2025-01-25 23:26:58 -05:00
nonstandard_style
types Suggest the smallest fitting type instead 2025-01-12 20:20:39 +08:00
async_closures.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
async_fn_in_trait.rs nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
builtin.rs Refactor FnKind variant to hold &Fn 2025-01-28 11:22:25 -08:00
context.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
dangling.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
default_could_be_derived.rs Provide structured suggestion for impl Default of type where all fields have defaults 2024-12-31 18:06:01 +00:00
deref_into_dyn_supertrait.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
drop_forget_useless.rs remove Ty::is_copy_modulo_regions 2024-12-02 13:57:56 +01:00
early.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
enum_intrinsics_non_enums.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
errors.rs Add warn(unreachable_pub) to rustc_lint. 2024-08-27 15:24:11 +10:00
expect.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
for_loops_over_fallibles.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
foreign_modules.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
hidden_unicode_codepoints.rs Account for format_args in HiddenUnicodeCodepoints lint 2024-12-31 05:03:22 +00:00
if_let_rescope.rs Auto merge of #132666 - dingxiangfei2009:skip-if-let-rescope-lint, r=compiler-errors 2025-01-23 23:16:06 +00:00
impl_trait_overcaptures.rs Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024 2025-01-13 16:41:01 +00:00
internal.rs Eliminate PatKind::Path 2025-01-29 15:45:13 +00:00
invalid_from_utf8.rs Remove extern crate rustc_session from rustc_lint. 2024-04-29 13:57:41 +10:00
late.rs Split hir TyKind and ConstArgKind in two and update hir::Visitor 2025-01-23 06:01:36 +00:00
let_underscore.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
levels.rs Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errors 2024-12-18 21:38:11 -05:00
lib.rs implement lint double_negations 2025-01-26 12:18:33 +01:00
lints.rs Rollup merge of #136114 - compiler-errors:more-idents, r=jieyouxu 2025-01-27 15:38:30 +01:00
macro_expr_fragment_specifier_2024_migration.rs Rename RefTokenTreeCursor. 2024-12-18 10:39:07 +11:00
map_unit_fn.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
multiple_supertrait_upcastable.rs Compiler: Rename "object safe" to "dyn compatible" 2024-09-25 13:26:48 +02:00
non_ascii_idents.rs Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu 2024-12-18 02:56:38 +00:00
non_fmt_panic.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
non_local_def.rs Remove redundant to_ident_string calls 2025-01-27 01:23:34 +00:00
nonstandard_style.rs Eliminate PatKind::Path 2025-01-29 15:45:13 +00:00
noop_method_call.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
opaque_hidden_inferred_bound.rs Split hir TyKind and ConstArgKind in two and update hir::Visitor 2025-01-23 06:01:36 +00:00
pass_by_value.rs Remove redundant to_ident_string calls 2025-01-27 01:23:34 +00:00
passes.rs Split hir TyKind and ConstArgKind in two and update hir::Visitor 2025-01-23 06:01:36 +00:00
precedence.rs Temporarily switch ambiguous_negative_literals lint to allow 2024-07-31 19:36:47 +02:00
ptr_nulls.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
redundant_semicolon.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
reference_casting.rs move fn is_item_raw to TypingEnv 2024-11-19 18:06:20 +01:00
shadowed_into_iter.rs Use links to edition guide for edition migrations 2024-12-15 20:28:16 -08:00
static_mut_refs.rs Fix #131977 parens mangled in shared mut static lint suggestion 2024-10-24 03:34:37 +00:00
tests.rs update cfg(bootstrap) 2025-01-08 21:26:39 +01:00
traits.rs Split hir TyKind and ConstArgKind in two and update hir::Visitor 2025-01-23 06:01:36 +00:00
types.rs Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-errors 2025-01-24 11:12:01 +00:00
unit_bindings.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
unqualified_local_imports.rs Update unstable lint docs to include required feature attributes 2025-01-12 19:31:05 +05:30
unused.rs Make item self/non-self bound naming less whack 2025-01-28 19:08:50 +00:00