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
/
tests
/
ui
Age
Commit message (
Expand
)
Author
Lines
2025-02-09
Add `single_option_map` lint (#14033)
llogiq
-0
/
+106
2025-02-09
Add single_option_map lint
Yusuf Raji
-0
/
+106
2025-02-09
`let_and_return`: lint more cases in edition ≥ 2024
Samuel Tardieu
-1
/
+919
2025-02-09
`let_and_return`: look for non-static references in expansion as well
Samuel Tardieu
-0
/
+20
2025-02-09
make [`manual_map`] ignore types that contain `dyn` (#12712)
Alex Macleod
-20
/
+245
2025-02-09
Fix `obfuscated_if_else` suggestion on left side of a binary expr (#14124)
Alejandra González
-6
/
+118
2025-02-09
Fix `obfuscated_if_else` suggestion on left side of a binary expr
Samuel Tardieu
-1
/
+101
2025-02-09
Add error markers for `obfuscated_if_else` lint
Samuel Tardieu
-5
/
+17
2025-02-08
allow `assign_op_pattern` in the test of `string_add` (#14143)
Catherine Flores
-17
/
+2
2025-02-08
autofix for `range_zip_with_len` (#14136)
dswij
-4
/
+21
2025-02-07
Deprecate redundant lint `option_map_or_err_ok` and take `manual_ok_or` out o...
dswij
-36
/
+9
2025-02-07
add tests for spurious failure and fix typo
Jana Dönszelmann
-21
/
+49
2025-02-07
fix empty after lint on impl/trait items
Jonathan Dönszelmann
-1
/
+40
2025-02-07
Update UI tests
Guillaume Gomez
-24
/
+26
2025-02-07
`useless_asref`: no lint if in a closure to change the ref depth (#14090)
Catherine Flores
-0
/
+10
2025-02-07
Handle more cases in `is_normalizable` (#13833)
llogiq
-2
/
+225
2025-02-07
add MSRV check for `lines_filter_map_ok` (#14130)
Catherine Flores
-0
/
+14
2025-02-06
Don't use labeled block as top-level blocks (#14102)
Jason Newcomb
-1
/
+36
2025-02-06
don't emit suggestion inside macro in `manual_async_fn` (#14142)
Jason Newcomb
-0
/
+52
2025-02-06
Skip `use_self` inside macro expansions of a `impl Self` block (#13128)
Alex Macleod
-0
/
+90
2025-02-06
Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...
Philipp Krones
-249
/
+1527
2025-02-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-331
/
+1635
2025-02-06
add test to check for popping wrong items
Lzu Tao
-0
/
+42
2025-02-06
Skip `use_self` inside macro expansion of `impl Self` items
Lzu Tao
-23
/
+3
2025-02-06
add bug 13092
Lzu Tao
-1
/
+69
2025-02-05
Do not trigger `[size_of_in_element_count]` for `u8` (#14011)
Alejandra González
-103
/
+79
2025-02-05
don't emit lint inside macro in `manual_async_fn`
lapla-cogito
-0
/
+52
2025-02-05
move `expr_requires_coercion` to clippy_utils & some other adjustments
J-ZhengLi
-14
/
+20
2025-02-04
fix: manual_unwrap_or_default
yanglsh
-0
/
+49
2025-02-05
fix [`manual_map`] not catching type adjustment
J-ZhengLi
-6
/
+225
2025-02-04
allow `assign_op_pattern` in the test of `string_add`
lapla-cogito
-17
/
+2
2025-02-03
new `manual_option_as_slice` lint (#13901)
Alejandra González
-0
/
+191
2025-02-03
add `manual_slice_fill` lint (#14082)
llogiq
-34
/
+289
2025-02-03
ignore `manual_slice_fill` in other test files
lapla-cogito
-34
/
+40
2025-02-03
add `manual_slice_fill` lint
lapla-cogito
-0
/
+249
2025-02-02
autofix for `range_zip_with_len`
lapla-cogito
-4
/
+21
2025-02-01
autofix for `cmp_null` (#14122)
Alex Macleod
-4
/
+66
2025-02-02
add autofix for `cmp_null`
lapla-cogito
-4
/
+66
2025-02-01
Use a better message for `toplevel_ref_arg` lint
Samuel Tardieu
-2
/
+2
2025-02-01
add MSRV check for `lines_filter_map_ok`
lapla-cogito
-0
/
+14
2025-02-01
Resolve projections during internal mutability analysis
Pavel Grigorenko
-0
/
+86
2025-01-31
Do not remove semicolon if it changes the block type (#14103)
dswij
-0
/
+18
2025-01-30
doc_link_code: add check for `text`[`adjacent`] style links
Michael Howell
-0
/
+228
2025-01-30
New lint: `precedence_bits`, with recent additions to `precedence` (#14115)
llogiq
-29
/
+104
2025-01-30
feat: new lint for `and_then` when returning Option or Result (#14051)
Catherine Flores
-0
/
+231
2025-01-30
New lint: `precedence_bits`, with recent additions to `precedence`
Samuel Tardieu
-29
/
+104
2025-01-30
Include generic arguments when suggesting a closure η-reduction (#14105)
llogiq
-24
/
+40
2025-01-30
autofix for `redundant_else` lint (#13936)
Alejandra González
-21
/
+210
2025-01-29
Include generic arguments when suggesting a closure η-reduction
Samuel Tardieu
-24
/
+40
2025-01-29
Do not remove semicolon if it changes the block type
Samuel Tardieu
-0
/
+18
[prev]
[next]