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_utils
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-08-08
Auto merge of #13200 - Jarcho:constant_no_typeck, r=Alexendoo
bors
-6
/
+8
2024-08-08
Require `ConstEvalCtxt` to be constructed.
Jason Newcomb
-4
/
+6
2024-08-08
Don't store `LateContext` in `ConstEvalLateContext`
Jason Newcomb
-2
/
+2
2024-08-07
Replace `in_constant` with `is_in_const_context`. Use only the state in `Late...
Jason Newcomb
-12
/
+16
2024-08-06
Use `-D warnings` instead of `deny-warnings` feature.
Jason Newcomb
-1
/
+0
2024-07-29
Remove some miscellaneous `#[allow]`s
Alex Macleod
-2
/
+1
2024-07-25
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-10
/
+20
2024-07-17
Refactor for using config values:
Jason Newcomb
-8
/
+19
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-2
/
+0
2024-07-16
Use `ConstArg` for array lengths
Noah Lev
-7
/
+11
2024-07-15
Auto merge of #13102 - tesuji:fix-needless_option_as_deref, r=Alexendoo
bors
-1
/
+1
2024-07-15
Dont stop find loop node at struct field node
Lzu Tao
-1
/
+1
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-17
/
+50
2024-07-06
Rename `any_parent_is_automatically_derived` to `in_automatically_derived`. O...
Jason Newcomb
-4
/
+15
2024-07-05
Use `is_in_test` in more places.
Jason Newcomb
-10
/
+0
2024-07-03
Auto merge of #12976 - tesuji:fix-explicit_auto_deref, r=xFrednet
bors
-0
/
+11
2024-07-03
Fix 12969 and fix 9841
Lzu Tao
-0
/
+11
2024-07-01
Auto merge of #12840 - tesuji:const-asserts, r=llogiq
bors
-5
/
+26
2024-06-27
Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...
Philipp Krones
-71
/
+93
2024-06-27
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-72
/
+93
2024-06-25
RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips:
xFrednet
-1
/
+1
2024-06-19
Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s
Trevor Gross
-0
/
+2
2024-06-16
`expr_use_ctxt` changes:
Jason Newcomb
-71
/
+93
2024-06-13
Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...
Philipp Krones
-2
/
+22
2024-06-13
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-2
/
+22
2024-06-08
add utils is_inside_always_const_context
Lzu Tao
-5
/
+26
2024-06-07
Auto merge of #12851 - samueltardieu:issue12846, r=y21
bors
-0
/
+11
2024-06-07
Auto merge of #12822 - Alexendoo:for-each-expr, r=dswij
bors
-2
/
+2
2024-06-06
Move `is_receiver_of_method_call` to `clippy_utils` for reuse
Samuel Tardieu
-0
/
+11
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-1
/
+1
2024-06-05
Misc fixes to cranelift/clippy/miri
Boxy
-2
/
+2
2024-06-03
only run flop lints on inherent method calls
y21
-0
/
+9
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-0
/
+22
2024-05-30
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-0
/
+22
2024-05-27
suggest adding parentheses when linting [`let_and_return`] and [`needless_ret...
J-ZhengLi
-0
/
+22
2024-05-19
Swap `for_each_expr` and `for_each_expr_with_closures`
Alex Macleod
-2
/
+2
2024-05-16
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-0
/
+18
2024-05-12
Propagate errors rather than using return_if_err
Michael Goulet
-0
/
+1
2024-05-06
Update doc comments to avoid lazy continuations
Michael Howell
-0
/
+3
2024-05-04
Auto merge of #12742 - Alexendoo:assigning-clones-nested-late-init, r=dswij
bors
-0
/
+15
2024-05-02
Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...
Philipp Krones
-5
/
+11
2024-05-02
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-5
/
+11
2024-05-01
Don't lint assigning_clones on nested late init locals
Alex Macleod
-0
/
+15
2024-04-28
configurably allow `useless_vec` in tests
Andre Bogus
-0
/
+5
2024-04-20
Auto merge of #12696 - smoelius:fix-is_test_module_or_function, r=Alexendoo
bors
-2
/
+3
2024-04-20
Fix `is_test_module_or_function`
Samuel Moelius
-2
/
+3
2024-04-18
Rework interior mutability detection
Alex Macleod
-3
/
+3
2024-04-18
Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-2
/
+2
2024-04-10
fix various comment typos
Joel Natividad
-1
/
+1
[next]