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-02-20
Remove obsolete comment and simplify code
Samuel Tardieu
-20
/
+14
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-114
/
+312
2025-02-19
`.last()` to `.next_back()` requires a mutable receiver (#14140)
Catherine Flores
-8
/
+41
2025-02-19
`double_ended_iterator_last`: note when drop order is changed
Samuel Tardieu
-0
/
+7
2025-02-18
`.last()` to `.next_back()` requires a mutable receiver
Samuel Tardieu
-8
/
+34
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-2
/
+1
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-8
/
+8
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-39
/
+39
2025-02-16
add `manual_contains` lint
lapla-cogito
-0
/
+143
2025-02-13
`unnecessary_map_or`: do not consume the non-`Copy` comparison value
Samuel Tardieu
-2
/
+4
2025-02-12
New lint: `unbuffered_bytes`
jonathan
-0
/
+61
2025-02-11
`{expect,unwrap}_used`: add options to lint at compilation time
Samuel Tardieu
-1
/
+15
2025-02-11
Use MIR body to identify more "default equivalent" calls
Esteban Küber
-1
/
+1
2025-02-09
Fix `obfuscated_if_else` suggestion on left side of a binary expr (#14124)
Alejandra González
-0
/
+12
2025-02-09
Fix `obfuscated_if_else` suggestion on left side of a binary expr
Samuel Tardieu
-0
/
+12
2025-02-08
autofix for `range_zip_with_len` (#14136)
dswij
-6
/
+7
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
-70
/
+1
2025-02-07
`useless_asref`: no lint if in a closure to change the ref depth (#14090)
Catherine Flores
-6
/
+13
2025-02-07
[`path_buf_push_overwrite`]: mark suggestion as `MaybeIncorrect` (#14010)
Catherine Flores
-1
/
+1
2025-02-07
Simplify `reindent_multiline()` signature (#14101)
Timo
-11
/
+8
2025-02-06
Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...
Philipp Krones
-34
/
+193
2025-02-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-35
/
+195
2025-02-03
Simplify `reindent_multiline()` signature
Samuel Tardieu
-11
/
+8
2025-02-02
autofix for `range_zip_with_len`
lapla-cogito
-6
/
+7
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-9
/
+5
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
-5
/
+123
2025-01-28
Move `format_push_string` and `format_collect` to pedantic (#13894)
Catherine Flores
-1
/
+1
2025-01-28
`needless_option_take`: add autofix (#14042)
llogiq
-4
/
+14
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-62
/
+288
2025-01-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-63
/
+290
2025-01-28
proper applicability for `obfuscated_if_else` (#14061)
Catherine Flores
-1
/
+7
2025-01-28
`useless_asref`: no lint if in a closure to change the ref depth
Samuel Tardieu
-6
/
+13
2025-01-27
correct suggestions in `no_std` (#13999)
Manish Goregaokar
-5
/
+7
2025-01-28
correct suggestion for `map_with_unused_argument_over_ranges` in a `no_std` e...
lapla-cogito
-2
/
+3
2025-01-28
correct suggestion for `drain_collect` in a `no_std` environment
lapla-cogito
-3
/
+4
2025-01-27
New lint `sliced_string_as_bytes` (#14002)
Manish Goregaokar
-0
/
+60
2025-01-26
Make `unnecessary_map_or` work with ref and `Deref` to `Option`/`Result` (#14...
Alejandra González
-1
/
+1
2025-01-26
change the applicability of `obfuscated_if_else` depending on whether the ori...
lapla-cogito
-1
/
+7
2025-01-25
trigger `obfuscated_if_else` for `.then(..).unwrap_or(..)` (#14021)
llogiq
-12
/
+19
2025-01-25
slice-as-bytes: pedantic -> perf
wowinter13
-1
/
+1
2025-01-25
nit: change placeholders
wowinter13
-2
/
+2
2025-01-25
Small refactoring: irrefutable let pattern
wowinter13
-15
/
+14
2025-01-25
Rename slice_as_bytes -> sliced_string_as_bytes
wowinter13
-7
/
+7
2025-01-25
Fix function signature
wowinter13
-1
/
+1
2025-01-25
New lint
wowinter13
-0
/
+61
2025-01-25
trigger `obfuscated_if_else` for `.then(..).unwrap_or(..)`
lapla-cogito
-12
/
+19
2025-01-23
The clipper :3c
Boxy
-8
/
+5
2025-01-23
Move `manual_ok_or` from pedantic to style
Samuel Tardieu
-1
/
+1
[next]