]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/if_let_mutex.rs
Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr
[rust.git] / clippy_lints / src / if_let_mutex.rs
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-01-22 borsAuto merge of #81135 - jyn514:no-backticks, r=flip1995
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-15 flip1995Merge commit '953f024793dab92745fee9cd2c4dee6a60451771...
2020-07-17 Valentin LazureanuRename TypeckTables to TypeckResults.
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-06 borsAuto merge of #73978 - Mark-Simulacrum:shrink-paramenv...
2020-07-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-06-26 borsAuto merge of #73756 - Manishearth:rollup-aehswb2,...
2020-06-25 Eduard-Mihai Burtescurustc_lint: only query `typeck_tables_of` when a lint...
2020-06-15 borsAuto merge of #72080 - matthewjasper:uniform-impl-trait...
2020-06-12 Dylan DPCRollup merge of #72906 - lzutao:migrate-numeric-assoc...
2020-06-10 Aaron HillUpdate Clippy for MethodCall changes
2020-04-27 borsAuto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
2020-04-26 borsAuto merge of #5534 - phansch:remove-util-dev, r=flip1995
2020-04-26 borsAuto merge of #5509 - phansch:more-diagnostic-items2...
2020-04-26 Philipp HanschMore diagnostic items
2020-04-23 borsAuto merge of #5498 - phansch:update_changelog, r=flip1995
2020-04-20 borsAuto merge of #5496 - phansch:markdown-link, r=flip1995
2020-04-20 borsAuto merge of #5495 - phansch:update_changelog_docs...
2020-04-20 borsAuto merge of #5332 - DevinR528:if-let-else-mutex,...
2020-04-20 Devin Rfactor ifs into function, add differing mutex test
2020-04-20 Devin Rupdate span_lint_and_help call to six args
2020-04-20 Devin Rtest for mutex eq, add another test case
2020-04-20 Devin Ruse if chain
2020-04-20 Devin Rcargo dev fmt
2020-04-20 Devin Rfix map import to rustc_middle
2020-04-20 Devin Rfix internal clippy warnings
2020-04-20 Devin Rchange visitor name to OppVisitor
2020-04-20 Devin Ruse Visitor api to find Mutex::lock calls
2020-04-20 Devin Radd note about update-all-refs script, revert redundant...
2020-04-20 Devin Rmove closures to seperate fns, remove known problems
2020-04-20 Devin Ruse span_lint_and_help, cargo dev fmt
2020-04-20 Devin Rcreating suggestion
2020-04-20 Devin Rprogress work on suggestion for auto fix