index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint_defs
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Implement resolver warnings about reexporting private dependencies
David Mládek
-0
/
+5
2025-06-12
Make `missing_fragment_specifier` an unconditional error
Trevor Gross
-1
/
+0
2025-06-05
Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...
bors
-11
/
+1
2025-06-04
Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`
Jake Goulding
-11
/
+1
2025-06-03
decouple "reporting in deps" from future incompatibility reason
Waffle Lapkin
-51
/
+26
2025-05-30
Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwco
Matthias Krüger
-0
/
+8
2025-05-29
Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics
Esteban Küber
-0
/
+1
2025-05-27
Report text_direction_codepoint_in_literal when parsing
Matthew Jasper
-0
/
+8
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-1
/
+1
2025-04-03
impl !PartialOrd for HirId
Oli Scherer
-5
/
+7
2025-04-03
Remove `LintExpectationId` from `Level` variants
Oli Scherer
-23
/
+22
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-4
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+4
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-4
/
+0
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-9
/
+13
2025-02-22
Fix binding mode problems
Michael Goulet
-2
/
+2
2025-02-20
Reword message
Esteban Küber
-1
/
+1
2025-02-19
Specify scope in `out_of_scope_macro_calls` lint
Esteban Küber
-0
/
+2
2025-01-31
Make comma separated lists of anything easier to make for errors
Esteban Küber
-0
/
+17
2025-01-25
Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee
Jacob Pratt
-1
/
+0
2025-01-23
Make the wasm_c_abi future compat warning a hard error
bjorn3
-1
/
+0
2025-01-20
make it possible to silence linker warnings with a crate-level attribute
jyn
-1
/
+13
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-4
/
+3
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-3
/
+4
2024-11-25
fix confusing diagnostic for reserved `##`
Peter Jaszkowiak
-2
/
+5
2024-11-19
lints_that_dont_need_to_run: never skip future-compat-reported lints
Ralf Jung
-0
/
+14
2024-11-14
Mark `never_type_fallback_flowing_into_unsafe` as a semantic change
Maybe Lapkin
-1
/
+13
2024-11-14
Mention both release *and* edition breakage for never type lints
Maybe Lapkin
-3
/
+21
2024-10-30
compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_build
Jubilee Young
-2
/
+2
2024-10-21
Move COGNITIVE_COMPLEXITY to use macro again
blyxyas
-3
/
+3
2024-10-19
Apply review comments + use `shallow_lint_levels_on`
blyxyas
-11
/
+0
2024-10-19
Unify syntax (all to @eval_always)
blyxyas
-2
/
+2
2024-10-19
Remove module passes filtering
blyxyas
-9
/
+14
2024-10-19
Do not run lints that cannot emit
blyxyas
-5
/
+25
2024-10-08
Reserve guarded string literals (RFC 3593)
Peter Jaszkowiak
-0
/
+2
2024-10-05
Make deprecated_cfg_attr_crate_type_name a hard error
est31
-2
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-13
Disallow hidden references to mutable static
Obei Sideg
-1
/
+1
2024-09-07
Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino
Matthias Krüger
-0
/
+2
2024-09-06
Add initial support for raw lifetimes
Michael Goulet
-0
/
+2
2024-09-06
elided_named_lifetimes: unify lint def & pass MissingLifetimeKind
Pavel Grigorenko
-7
/
+10
2024-09-01
Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu
bors
-26
/
+5
2024-08-31
Remove attr_id from stable lint ids.
Camille GILLOT
-26
/
+5
2024-08-31
Implement `elided_named_lifetimes` lint
Pavel Grigorenko
-0
/
+7
2024-08-27
Add `warn(unreachable_pub)` to `rustc_lint_defs`.
Nicholas Nethercote
-0
/
+4
2024-08-07
Disallow setting built-in cfgs via set the command-line
Urgau
-0
/
+5
2024-08-07
Make `Span` optional in `BufferedEarlyLint`
Urgau
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+5
2024-06-28
Only require symbol name for @feature_gate
Michael Goulet
-6
/
+6
2024-06-24
resolve: Implement a lint for out-of-scope use of `macro_rules`
Vadim Petrochenkov
-0
/
+3
[next]