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
2025-03-10
make `never_loop` applicability more flexible
lapla-cogito
-4
/
+21
2025-02-21
rename `MANUAL_DIV_CEIL` MSRV alias and add missing conf info for `manual_div...
Alejandra González
-1
/
+1
2025-02-21
Represent the capability instead of the lint name in msrv aliases
Samuel Tardieu
-1
/
+1
2025-02-20
Remove obsolete comment and simplify code
Samuel Tardieu
-20
/
+14
2025-02-20
Rustup (#14262)
Philipp Krones
-742
/
+808
2025-02-20
add `owned_cow` lint (#13948)
Timo
-1
/
+128
2025-02-20
Changelog for Clippy 1.85 🦜 (#14229)
Fridtjof Stoldt
-4
/
+4
2025-02-20
rename the MSRV alias `MANUAL_DIV_CEIL` to `DIV_CEIL`
lapla-cogito
-1
/
+1
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-369
/
+885
2025-02-19
add `owned_cow` lint
Andre Bogus
-1
/
+128
2025-02-19
fix: `map_entry` FP on struct member (#14151)
Catherine Flores
-1
/
+16
2025-02-19
`.last()` to `.next_back()` requires a mutable receiver (#14140)
Catherine Flores
-20
/
+43
2025-02-19
`double_ended_iterator_last`: note when drop order is changed
Samuel Tardieu
-0
/
+7
2025-02-19
fix: `map_entry` FP on struct member
yanglsh
-1
/
+16
2025-02-18
add a preferred fix for `cast_possible_wrap` description (#14225)
Alejandra González
-1
/
+7
2025-02-18
`.last()` to `.next_back()` requires a mutable receiver
Samuel Tardieu
-8
/
+34
2025-02-18
remove an unneeded `#![feature]`
cyrgani
-1
/
+0
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-35
/
+29
2025-02-17
Update mention of `ref_to_mut` to `invalid_reference_casting` (#14241)
Manish Goregaokar
-6
/
+18
2025-02-17
Update mention of `ref_to_mut` to `invalid_reference_casting`
Tamir Duberstein
-6
/
+18
2025-02-17
`manual_ok_err`: blockify the replacement of an `else if …`
Samuel Tardieu
-2
/
+13
2025-02-17
Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau
Matthias KrĂĽger
-4
/
+5
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-50
/
+47
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-121
/
+119
2025-02-16
clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8`
Pavel Grigorenko
-4
/
+5
2025-02-16
Update version attribute for 1.85 clippy lints
xFrednet
-4
/
+4
2025-02-16
add suggestion example for `cast_possible_wrap`
lapla-cogito
-1
/
+7
2025-02-16
apply `manual_contains` to Clippy sources
lapla-cogito
-4
/
+4
2025-02-16
add `manual_contains` lint
lapla-cogito
-0
/
+144
2025-02-15
Use `clippy_utils::is_mutable()` in `unnecessary_struct_initialization`
Samuel Tardieu
-12
/
+2
2025-02-15
Add example for macro_use
alexey semenyuk
-1
/
+15
2025-02-15
Fix `used_underscore_items` lint uses of foreign functions (#14205)
Jason Newcomb
-2
/
+2
2025-02-15
`unnecessary_map_or`: do not consume the comparison value if it does not impl...
Jason Newcomb
-2
/
+4
2025-02-14
doc_link_code: add check for links with code spans that render weird (#14121)
Catherine Flores
-0
/
+99
2025-02-13
Fix `literal_string_with_formatting_args` lint emitted when it should not (#1...
Timo
-4
/
+12
2025-02-13
Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk
bors
-3
/
+4
2025-02-13
`unnecessary_map_or`: do not consume the non-`Copy` comparison value
Samuel Tardieu
-2
/
+4
2025-02-13
intern valtrees
Lukas Markeffsky
-3
/
+4
2025-02-12
New lint: `mem_replace_option_with_some` (#14197)
llogiq
-38
/
+113
2025-02-12
New lint: `mem_replace_option_with_some`
Samuel Tardieu
-2
/
+63
2025-02-13
Fix `used_underscore_items` lint uses of foreign functions
WeiTheShinobi
-2
/
+2
2025-02-12
Reorganize code in `mem_replace.rs`
Samuel Tardieu
-36
/
+50
2025-02-12
New lint: `unbuffered_bytes` (#14089)
Jason Newcomb
-0
/
+62
2025-02-12
add index checks for the slice in `manual_slice_fill` (#14193)
Jason Newcomb
-1
/
+6
2025-02-12
New lint: `unbuffered_bytes`
jonathan
-0
/
+62
2025-02-11
`{expect,unwrap}_used`: add options to lint at compilation time
Samuel Tardieu
-1
/
+15
2025-02-11
just_underscores_and_digits: fix false positive in error recovery scenario (#...
Alejandra González
-1
/
+2
2025-02-11
just_underscores_and_digits: ignore empty ident
Michael Howell
-1
/
+2
2025-02-11
`declare_interior_mutable_const`, `borrow_interior_mutable_const`: resolve `<...
Alejandra González
-0
/
+6
2025-02-11
add index checks for the slice in `manual_slice_fill`
lapla-cogito
-1
/
+6
[next]