about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-07-15Implement resolver warnings about reexporting private dependenciesDavid Mládek-0/+5
2025-06-12Make `missing_fragment_specifier` an unconditional errorTrevor Gross-1/+0
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-11/+1
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-11/+1
2025-06-03decouple "reporting in deps" from future incompatibility reasonWaffle Lapkin-51/+26
2025-05-30Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwcoMatthias Krüger-0/+8
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-0/+1
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-0/+8
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-1/+1
2025-04-03impl !PartialOrd for HirIdOli Scherer-5/+7
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-23/+22
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-4/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+4
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-4/+0
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-9/+13
2025-02-22Fix binding mode problemsMichael Goulet-2/+2
2025-02-20Reword messageEsteban Küber-1/+1
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-0/+2
2025-01-31Make comma separated lists of anything easier to make for errorsEsteban Küber-0/+17
2025-01-25Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubileeJacob Pratt-1/+0
2025-01-23Make the wasm_c_abi future compat warning a hard errorbjorn3-1/+0
2025-01-20make it possible to silence linker warnings with a crate-level attributejyn-1/+13
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-4/+3
2024-12-15Add hir::AttributeJonathan Dönszelmann-3/+4
2024-11-25fix confusing diagnostic for reserved `##`Peter Jaszkowiak-2/+5
2024-11-19lints_that_dont_need_to_run: never skip future-compat-reported lintsRalf Jung-0/+14
2024-11-14Mark `never_type_fallback_flowing_into_unsafe` as a semantic changeMaybe Lapkin-1/+13
2024-11-14Mention both release *and* edition breakage for never type lintsMaybe Lapkin-3/+21
2024-10-30compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_buildJubilee Young-2/+2
2024-10-21Move COGNITIVE_COMPLEXITY to use macro againblyxyas-3/+3
2024-10-19Apply review comments + use `shallow_lint_levels_on`blyxyas-11/+0
2024-10-19Unify syntax (all to @eval_always)blyxyas-2/+2
2024-10-19Remove module passes filteringblyxyas-9/+14
2024-10-19Do not run lints that cannot emitblyxyas-5/+25
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+2
2024-10-05Make deprecated_cfg_attr_crate_type_name a hard errorest31-2/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-13Disallow hidden references to mutable staticObei Sideg-1/+1
2024-09-07Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorinoMatthias Krüger-0/+2
2024-09-06Add initial support for raw lifetimesMichael Goulet-0/+2
2024-09-06elided_named_lifetimes: unify lint def & pass MissingLifetimeKindPavel Grigorenko-7/+10
2024-09-01Auto merge of #127313 - cjgillot:single-expect, r=jieyouxubors-26/+5
2024-08-31Remove attr_id from stable lint ids.Camille GILLOT-26/+5
2024-08-31Implement `elided_named_lifetimes` lintPavel Grigorenko-0/+7
2024-08-27Add `warn(unreachable_pub)` to `rustc_lint_defs`.Nicholas Nethercote-0/+4
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-0/+5
2024-08-07Make `Span` optional in `BufferedEarlyLint`Urgau-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+5
2024-06-28Only require symbol name for @feature_gateMichael Goulet-6/+6
2024-06-24resolve: Implement a lint for out-of-scope use of `macro_rules`Vadim Petrochenkov-0/+3