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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-29
/
+70
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-2
/
+2
2025-02-16
add `manual_contains` lint
lapla-cogito
-0
/
+30
2025-02-12
New lint: `unbuffered_bytes`
jonathan
-0
/
+30
2025-02-11
`{expect,unwrap}_used`: add options to lint at compilation time
Samuel Tardieu
-0
/
+9
2025-02-07
clippy: directly use rustc_abi instead of reexports
Jubilee Young
-1
/
+2
2025-02-07
Deprecate redundant lint `option_map_or_err_ok` and take `manual_ok_or` out o...
dswij
-29
/
+1
2025-02-06
Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...
Philipp Krones
-8
/
+60
2025-02-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-8
/
+60
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-3
/
+2
2025-01-30
`sliced_string_as_bytes`: fix typo in lint description
Samuel Tardieu
-1
/
+1
2025-01-29
Add new lint `return_and_then`
Aaron Ang
-3
/
+52
2025-01-28
Move `format_push_string` and `format_collect` to pedantic (#13894)
Catherine Flores
-1
/
+1
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-9
/
+96
2025-01-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-9
/
+96
2025-01-27
New lint `sliced_string_as_bytes` (#14002)
Manish Goregaokar
-0
/
+31
2025-01-25
trigger `obfuscated_if_else` for `.then(..).unwrap_or(..)` (#14021)
llogiq
-4
/
+4
2025-01-25
slice-as-bytes: pedantic -> perf
wowinter13
-1
/
+1
2025-01-25
Rename slice_as_bytes -> sliced_string_as_bytes
wowinter13
-5
/
+5
2025-01-25
New lint
wowinter13
-0
/
+31
2025-01-25
trigger `obfuscated_if_else` for `.then(..).unwrap_or(..)`
lapla-cogito
-4
/
+4
2025-01-23
Move `manual_ok_or` from pedantic to style
Samuel Tardieu
-1
/
+1
2025-01-23
Deprecate the `option_map_or_err_ok` lint
Samuel Tardieu
-28
/
+0
2025-01-19
Use clearer multipart suggestions for `unnecessary_map_or` lint (#13998)
Timo
-1
/
+1
2025-01-19
Use clearer multipart suggestions for `unnecessary_map_or` lint
Samuel Tardieu
-1
/
+1
2025-01-15
add `manual_repeat_n` lint
lapla-cogito
-0
/
+26
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
/
+30
2025-01-09
Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...
Philipp Krones
-0
/
+29
2025-01-09
Check for needless uses of str::bytes()
Quentin Santos
-4
/
+4
2025-01-09
Remove needless check of returned type
Quentin Santos
-2
/
+2
2025-01-01
Add lint for calling last() on DoubleEndedIterator
Quentin Santos
-0
/
+29
2024-12-29
Move `format_push_string` and `format_collect` to pedantic
Samuel Moelius
-1
/
+1
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-6
/
+5
2024-12-10
remove unnecessary notations
lapla-cogito
-5
/
+0
2024-12-05
fix: various typos
BD103
-1
/
+1
2024-12-02
Add more receivers to `useless_conversion`
Samuel Tardieu
-0
/
+3
2024-11-30
Add more cases to the `useless_conversion` lint
Samuel Tardieu
-0
/
+1
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-8
/
+16
2024-11-26
unnecessary_map_or: fix version for lint addition
Samuel Tardieu
-1
/
+1
2024-11-16
unnecessary_map_or: lint `.map_or(true, …)` as well
Samuel Tardieu
-5
/
+13
2024-11-16
Simplify instances of `Option::map_or(true, …)` in Clippy sources
Samuel Tardieu
-1
/
+1
2024-11-15
Rename all clippy_config::msrvs -> clippy_utils::msrvs
Philipp Krones
-1
/
+1
2024-11-14
Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...
Philipp Krones
-1
/
+31
2024-11-12
new lint `unnecessary_map_or`
Jacherr
-1
/
+31
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-12
/
+122
2024-11-07
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-12
/
+122
2024-10-29
Add new `map_with_unused_argument_over_ranges` lint
Robert Spencer
-0
/
+37
2024-10-29
Add new lint: `map_all_any_identity`
Samuel Tardieu
-19
/
+55
2024-10-28
New lint `needless_as_bytes`
Samuel Tardieu
-2
/
+40
[next]