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-02-05
don't emit lint inside macro in `manual_async_fn`
lapla-cogito
-0
/
+1
2025-02-05
move `expr_requires_coercion` to clippy_utils & some other adjustments
J-ZhengLi
-71
/
+3
2025-02-04
fix: manual_unwrap_or_default
yanglsh
-2
/
+32
2025-02-05
fix [`manual_map`] not catching type adjustment
J-ZhengLi
-11
/
+77
2025-02-04
Move mutex_integer to restriction and improve mutex_{integer,atomic} docs (#1...
Jason Newcomb
-9
/
+21
2025-02-03
Simplify `reindent_multiline()` signature
Samuel Tardieu
-35
/
+23
2025-02-03
new `manual_option_as_slice` lint (#13901)
Alejandra González
-9
/
+229
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-14
/
+13
2025-02-03
add `manual_slice_fill` lint (#14082)
llogiq
-0
/
+140
2025-02-03
add `manual_slice_fill` lint
lapla-cogito
-0
/
+140
2025-02-02
Rollup merge of #136422 - nnethercote:convert-lint-functions, r=Noratrieb
Matthias Krüger
-216
/
+125
2025-02-02
remove "Known problems" of `verbose_bit_mask` (#14137)
llogiq
-3
/
+0
2025-02-03
remove "Known problems" of `verbose_bit_mask`
lapla-cogito
-3
/
+0
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
-216
/
+125
2025-02-01
autofix for `cmp_null` (#14122)
Alex Macleod
-10
/
+20
2025-02-02
add autofix for `cmp_null`
lapla-cogito
-10
/
+20
2025-02-01
Remove `Known problems` section `invalid_upcast_comparisons`
alexey semenyuk
-3
/
+0
2025-02-01
Use a better message for `toplevel_ref_arg` lint
Samuel Tardieu
-1
/
+1
2025-02-01
add MSRV check for `lines_filter_map_ok`
lapla-cogito
-4
/
+22
2025-02-01
Rename `tcx.ensure()` to `tcx.ensure_ok()`
Zalathar
-1
/
+1
2025-02-01
Resolve projections during internal mutability analysis
Pavel Grigorenko
-0
/
+6
2025-01-31
Do not remove semicolon if it changes the block type (#14103)
dswij
-13
/
+25
2025-01-30
doc_link_code: add check for `text`[`adjacent`] style links
Michael Howell
-0
/
+63
2025-01-30
`sliced_string_as_bytes`: fix typo in lint description (#14117)
Catherine Flores
-1
/
+1
2025-01-30
New lint: `precedence_bits`, with recent additions to `precedence` (#14115)
llogiq
-21
/
+48
2025-01-30
`sliced_string_as_bytes`: fix typo in lint description
Samuel Tardieu
-1
/
+1
2025-01-30
feat: new lint for `and_then` when returning Option or Result (#14051)
Catherine Flores
-5
/
+124
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-6
/
+4
2025-01-30
New lint: `precedence_bits`, with recent additions to `precedence`
Samuel Tardieu
-21
/
+48
2025-01-30
Move mutex_integer to restriction and improve mutex_{integer,atomic} docs
Taiki Endo
-9
/
+21
2025-01-30
Include generic arguments when suggesting a closure η-reduction (#14105)
llogiq
-4
/
+9
2025-01-30
change the applicability of `if_then_some_else_none` to `MachineApplicable`
lapla-cogito
-1
/
+1
2025-01-30
autofix for `redundant_else` lint (#13936)
Alejandra González
-4
/
+42
2025-01-29
Include generic arguments when suggesting a closure η-reduction
Samuel Tardieu
-4
/
+9
2025-01-29
Do not remove semicolon if it changes the block type
Samuel Tardieu
-13
/
+25
2025-01-29
Add new lint `return_and_then`
Aaron Ang
-5
/
+124
2025-01-29
Eliminate PatKind::Path
Oli Scherer
-51
/
+114
2025-01-29
Rollup merge of #136164 - celinval:chores-fnkind, r=oli-obk
León Orell Valerian Liehr
-2
/
+2
2025-01-29
Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...
León Orell Valerian Liehr
-1
/
+1
2025-01-28
Undo most of last commit and add type alias
Samuel Moelius
-11
/
+10
2025-01-28
Move `format_push_string` and `format_collect` to pedantic (#13894)
Catherine Flores
-4
/
+5
2025-01-28
Fix escaping problem in `write_literal` and `print_literal` lint suggestion (...
Catherine Flores
-1
/
+1
2025-01-28
Refactor FnKind variant to hold &Fn
Celina G. Val
-2
/
+2
2025-01-28
Make item self/non-self bound naming less whack
Michael Goulet
-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
-325
/
+1443
2025-01-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-330
/
+1445
2025-01-28
Add new lint `doc_overindented_list_items`
Yutaro Ohno
-38
/
+105
2025-01-28
proper applicability for `obfuscated_if_else` (#14061)
Catherine Flores
-1
/
+7
[prev]
[next]