about summary refs log tree commit diff
path: root/clippy_lints/src/if_let_mutex.rs
AgeCommit message (Expand)AuthorLines
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2022-01-16Fix Visitor::NestedFilter in ClippyCameron Steffen-14/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-10-02Make diangostic item names consistentCameron Steffen-1/+2
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-3/+3
2021-08-19Fix clippy let expressions falloutCameron Steffen-1/+1
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-14/+13
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-6/+5
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-1/+1
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-17/+11
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+3
2021-01-15Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyupflip1995-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1/+1
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-6/+3
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-11/+11
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-1/+1
2020-06-10Update Clippy for MethodCall changesAaron Hill-1/+1
2020-04-26More diagnostic itemsPhilipp Hansch-2/+2
2020-04-20factor ifs into function, add differing mutex testDevin R-10/+18
2020-04-20update span_lint_and_help call to six argsDevin R-0/+1
2020-04-20test for mutex eq, add another test caseDevin R-26/+24
2020-04-20use if chainDevin R-22/+21
2020-04-20cargo dev fmtDevin R-1/+1
2020-04-20fix map import to rustc_middleDevin R-1/+1
2020-04-20fix internal clippy warningsDevin R-2/+1
2020-04-20change visitor name to OppVisitorDevin R-3/+3
2020-04-20use Visitor api to find Mutex::lock callsDevin R-78/+94
2020-04-20add note about update-all-refs script, revert redundant pat to masterDevin R-8/+4
2020-04-20move closures to seperate fns, remove known problemsDevin R-43/+49
2020-04-20use span_lint_and_help, cargo dev fmtDevin R-40/+42
2020-04-20creating suggestionDevin R-1/+1
2020-04-20progress work on suggestion for auto fixDevin R-0/+135