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
/
methods
Age
Commit message (
Expand
)
Author
Lines
2025-01-23
Deprecate the `option_map_or_err_ok` lint
Samuel Tardieu
-69
/
+0
2025-01-22
Fix out-of-date comment (#14040)
Catherine Flores
-2
/
+1
2025-01-20
New lint: `unnecessary_semicolon` (#14032)
llogiq
-9
/
+9
2025-01-20
`needless_option_take`: add autofix
Samuel Tardieu
-4
/
+14
2025-01-20
Fix out-of-date comment
Samuel Tardieu
-2
/
+1
2025-01-19
Use clearer multipart suggestions for `unnecessary_map_or` lint (#13998)
Timo
-22
/
+15
2025-01-19
Apply `unnecessary_semicolon` to Clippy sources
Samuel Tardieu
-9
/
+9
2025-01-19
Make `unnecessary_map_or` work with ref and `Deref`
Samuel Tardieu
-1
/
+1
2025-01-19
Use clearer multipart suggestions for `unnecessary_map_or` lint
Samuel Tardieu
-22
/
+15
2025-01-16
[`path_buf_push_overwrite`]: mark suggestion as `MaybeIncorrect`
Samuel Tardieu
-1
/
+1
2025-01-15
add `manual_repeat_n` lint
lapla-cogito
-0
/
+69
2025-01-14
Add hir::HeaderSafety to make follow up commits simpler
Oli Scherer
-1
/
+1
2025-01-13
New lint `useless-nonzero-new_unchecked`
Samuel Tardieu
-0
/
+89
2025-01-12
don't suggest to use `cloned` for `Cow` in `unnecessary_to_owned` (#13853)
Timo
-0
/
+3
2025-01-09
Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...
Philipp Krones
-22
/
+124
2025-01-09
Check for needless uses of str::bytes()
Quentin Santos
-6
/
+6
2025-01-09
Remove needless check of returned type
Quentin Santos
-7
/
+5
2025-01-09
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-23
/
+126
2025-01-07
Do not remove identity mapping if mandatory mutability would be lost (#13905)
Alex Macleod
-2
/
+13
2025-01-07
Remove unneeded parentheses in `unnecessary_map_or` lint output (#13932)
Alex Macleod
-5
/
+19
2025-01-07
Don't emit machine applicable `map_flatten` lint if there are code comments (...
Fridtjof Stoldt
-2
/
+7
2025-01-06
Don't emit machine applicable `map_flatten` lint if there are code comments
Guillaume Gomez
-2
/
+7
2025-01-04
[`needless_continue`]: lint if the last stmt in loop is `continue` recurisvel...
Alejandra González
-1
/
+1
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+1
2025-01-03
Remove unneeded parentheses in `unnecessary_map_or` lint output
Samuel Tardieu
-5
/
+19
2025-01-01
Dogfood double_ended_iterator_last
Quentin Santos
-1
/
+1
2025-01-01
Only complain about default Iterator::last()
Quentin Santos
-1
/
+16
2025-01-01
Prefer if chain to let-else
Quentin Santos
-29
/
+13
2025-01-01
Add lint for calling last() on DoubleEndedIterator
Quentin Santos
-0
/
+71
2024-12-29
Do not remove identity mapping if mandatory mutability would be lost
Samuel Tardieu
-2
/
+13
2024-12-29
Move more def paths into `clippy_utils::paths`
Guillaume Gomez
-2
/
+4
2024-12-29
Move `format_push_string` and `format_collect` to pedantic
Samuel Moelius
-1
/
+1
2024-12-28
[`needless_continue`]: lint if the last stmt in for/while/loop is `continue`,...
lengyijun
-1
/
+1
2024-12-27
Make `inconsistent_struct_constructor` "all fields are shorthand" requirement...
Timo
-10
/
+10
2024-12-27
don't suggest to use cloned for Cow in unnecessary_to_owned
lapla-cogito
-0
/
+3
2024-12-26
Make "all fields are shorthand" requirement configurable
Samuel Moelius
-10
/
+10
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-50
/
+74
2024-12-17
Change unnecessary_iter_cloned to use multipart_suggestion
Scott Gerring
-8
/
+8
2024-12-17
Don't trigger `filter_map_identity` with an iterator from an empty array (#13...
Jason Newcomb
-0
/
+10
2024-12-16
correct suggestion for unnecessary_sort_by in no_std
lapla-cogito
-3
/
+5
2024-12-15
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-40
/
+53
2024-12-14
allow needless_option_take to report for more cases (#13684)
Catherine Flores
-23
/
+32
2024-12-14
don't lint for creating an iterator from an empty array in filter_map_identit...
lapla-cogito
-0
/
+10
2024-12-13
Rename ty_def_id so people will stop using it by accident
Michael Goulet
-3
/
+1
2024-12-11
allow needless_option_take to report for more cases
Eric
-23
/
+32
2024-12-10
remove unnecessary notations
lapla-cogito
-5
/
+0
2024-12-06
chore: use multipart_suggestions for str_splitn
Scott Gerring
-9
/
+13
2024-12-05
fix: various typos
BD103
-2
/
+2
2024-12-02
Add more receivers to `useless_conversion`
Samuel Tardieu
-0
/
+3
2024-12-02
remove `Ty::is_copy_modulo_regions`
lcnr
-2
/
+2
[prev]
[next]