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
/
if_let_mutex.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-18
Handle `Option::map_or(true, …)` in `unnecessary_map_or` lint (#13653)
Catherine Flores
-1
/
+1
2024-11-17
Do not trigger if_let_mutex strating from Edition 2024
Alexey Semenyuk
-0
/
+11
2024-11-16
Simplify instances of `Option::map_or(true, …)` in Clippy sources
Samuel Tardieu
-1
/
+1
2024-10-13
Check MethodCall/Call arg count earlier or at all
GnomedDev
-1
/
+1
2024-07-28
inline a bunch of `if let`s into a single let chain
y21
-25
/
+21
2024-07-28
[`if_let_mutex`]: make the mutex check part of the expr visitor
y21
-17
/
+13
2024-07-07
`if_let_mutex`: Use `for_each_expr`.
Jason Newcomb
-50
/
+15
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-2
/
+2
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-11
/
+8
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-2
/
+1
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-1
/
+1
2022-08-31
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
Jason Newcomb
-24
/
+26
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-1
/
+1
2022-01-16
Fix Visitor::NestedFilter in Clippy
Cameron Steffen
-14
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-1
/
+2
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-3
/
+3
2021-08-19
Fix clippy let expressions fallout
Cameron Steffen
-1
/
+1
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-14
/
+13
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-6
/
+5
2021-07-01
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
flip1995
-1
/
+1
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-17
/
+11
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+3
2021-01-15
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
flip1995
-1
/
+1
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-1
/
+1
2020-07-14
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995
-6
/
+3
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-11
/
+11
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-1
/
+1
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-1
/
+1
2020-04-26
More diagnostic items
Philipp Hansch
-2
/
+2
2020-04-20
factor ifs into function, add differing mutex test
Devin R
-10
/
+18
2020-04-20
update span_lint_and_help call to six args
Devin R
-0
/
+1
2020-04-20
test for mutex eq, add another test case
Devin R
-26
/
+24
2020-04-20
use if chain
Devin R
-22
/
+21
2020-04-20
cargo dev fmt
Devin R
-1
/
+1
2020-04-20
fix map import to rustc_middle
Devin R
-1
/
+1
2020-04-20
fix internal clippy warnings
Devin R
-2
/
+1
2020-04-20
change visitor name to OppVisitor
Devin R
-3
/
+3
2020-04-20
use Visitor api to find Mutex::lock calls
Devin R
-78
/
+94
2020-04-20
add note about update-all-refs script, revert redundant pat to master
Devin R
-8
/
+4
2020-04-20
move closures to seperate fns, remove known problems
Devin R
-43
/
+49
2020-04-20
use span_lint_and_help, cargo dev fmt
Devin R
-40
/
+42
2020-04-20
creating suggestion
Devin R
-1
/
+1
2020-04-20
progress work on suggestion for auto fix
Devin R
-0
/
+135