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
/
clippy_lints
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-11-27
doc_nested_refdefs: apply suggestions
Michael Howell
-12
/
+12
2024-11-27
doc_nested_refdefs: new lint for suspicious refdef syntax
Michael Howell
-5
/
+107
2024-11-27
[`bad_bit_mask`] Fix FP on proc macros (#13736)
Jason Newcomb
-2
/
+3
2024-11-27
Fix: Use multipart_suggestion for derivable_impls (#13717)
Philipp Krones
-25
/
+23
2024-11-26
Rollup merge of #133140 - dtolnay:precedence, r=fmease
Michael Goulet
-11
/
+11
2024-11-26
[] Fix FP on proc macros
blyxyas
-2
/
+3
2024-11-26
unnecessary_map_or: fix version for lint addition
Samuel Tardieu
-1
/
+1
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-28
/
+29
2024-11-24
cover guard patterns in clippy lints
Max Niederman
-1
/
+1
2024-11-24
Add Known problems section
Michael Howell
-0
/
+2
2024-11-23
Add note about caveat for `cfg(doc)`
Michael Howell
-2
/
+6
2024-11-23
no more Reveal :(
lcnr
-2
/
+0
2024-11-22
Limit `literal_string_with_formatting_args` to known variables if no formatti...
Guillaume Gomez
-33
/
+79
2024-11-22
Rename `literal_string_with_formatting_arg` into `literal_string_with_formatt...
Guillaume Gomez
-8
/
+8
2024-11-22
Don't emit if literal comes from macro expansion
Guillaume Gomez
-0
/
+3
2024-11-22
Disable checks on `{}`
Guillaume Gomez
-19
/
+28
2024-11-22
Allow `literal_string_with_formatting_arg` in some clippy crates
Guillaume Gomez
-1
/
+2
2024-11-22
fix: multipart suggestions for derivable_impls
Scott Gerring
-25
/
+23
2024-11-21
Add new lint `doc_include_without_cfg` (#13625)
Alejandra González
-0
/
+74
2024-11-21
Add new lint `doc_include_without_cfg`
Guillaume Gomez
-0
/
+74
2024-11-21
Update version attributes for 1.83 lints
xFrednet
-5
/
+5
2024-11-19
Use a better message for unnecessary_map_or lint
Samuel Tardieu
-1
/
+1
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-3
/
+3
2024-11-19
remove `TypingMode::from_param_env` in clippy
lcnr
-21
/
+33
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-16
/
+16
2024-11-19
Add new `literal_string_with_formatting_arg` lint
Guillaume Gomez
-0
/
+105
2024-11-18
Fix 13578 (#13583)
Samuel Moelius
-8
/
+48
2024-11-18
`missing_safety_doc` accept uppercase "SAFETY" (#13701)
Manish Goregaokar
-0
/
+1
2024-11-18
Handle `Option::map_or(true, …)` in `unnecessary_map_or` lint (#13653)
Catherine Flores
-43
/
+60
2024-11-18
`missing_safety_doc` accept capitalized "SAFETY"
overlookmotel
-0
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-56
/
+57
2024-11-17
Inline ExprPrecedence::order into Expr::precedence
David Tolnay
-11
/
+11
2024-11-17
Do not trigger `if_let_mutex` starting from Edition 2024 (#13695)
Timo
-0
/
+11
2024-11-17
Do not trigger if_let_mutex strating from Edition 2024
Alexey Semenyuk
-0
/
+11
2024-11-17
Don't lint CStr literals, do lint float literals in `redundant_guards` (#13698)
Catherine Flores
-6
/
+1
2024-11-17
`redundant_guards`: lint float literals, don't lint cstr literals
y21
-6
/
+1
2024-11-16
unnecessary_map_or: lint `.map_or(true, …)` as well
Samuel Tardieu
-8
/
+28
2024-11-16
Simplify instances of `Option::map_or(true, …)` in Clippy sources
Samuel Tardieu
-35
/
+32
2024-11-15
Add const parameter `REPLACEMENT_ALLOWED` to `DisallowedPath`
Samuel Moelius
-2
/
+7
2024-11-15
Properly handle `disallowed_types`
Samuel Moelius
-14
/
+11
2024-11-15
Support replacements in `disallowed_methods`
Samuel Moelius
-27
/
+16
2024-11-15
Reverse dependency between `clippy_utils` and `clippy_config` (#13691)
Alejandra González
-90
/
+90
2024-11-15
Allow conditional `Send` futures in `future_not_send` (#13590)
Alex Macleod
-10
/
+57
2024-11-15
Rename all clippy_config::msrvs -> clippy_utils::msrvs
Philipp Krones
-87
/
+86
2024-11-15
Move create_disallowed_map to clippy_config
Philipp Krones
-3
/
+4
2024-11-14
Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...
Philipp Krones
-214
/
+513
2024-11-14
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-219
/
+515
2024-11-14
Fix needless_match FP on if-lets
blyxyas
-2
/
+4
2024-11-12
new lint `unnecessary_map_or`
Jacherr
-106
/
+256
2024-11-12
Fix `shadow_unrelated`'s behaviour with closures
Daniel McNab
-8
/
+50
[prev]
[next]