]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/if_let_mutex.rs
Remove a span from hir::ExprKind::MethodCall
[rust.git] / clippy_lints / src / if_let_mutex.rs
2022-01-21 Cameron SteffenRemove a span from hir::ExprKind::MethodCall
2022-01-18 borsAuto merge of #87648 - JulianKnodt:const_eq_constrain...
2022-01-18 borsAuto merge of #93001 - flip1995:clippyup, r=Manishearth
2022-01-17 borsAuto merge of #90986 - camsteffen:nested-filter, r...
2022-01-16 Cameron SteffenFix Visitor::NestedFilter in Clippy
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-06 flip1995Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35...
2021-10-03 borsAuto merge of #88175 - camsteffen:let-desugar-span...
2021-10-03 Cameron SteffenMake diangostic item names consistent
2021-09-11 borsAuto merge of #88214 - notriddle:notriddle/for-loop...
2021-09-08 borsAuto merge of #88615 - flip1995:clippyup, r=Manishearth
2021-09-08 flip1995Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff...
2021-08-23 borsAuto merge of #83302 - camsteffen:write-piece-unchecked...
2021-08-23 Mara BosRollup merge of #88230 - steffahn:a_an, r=oli-obk
2021-08-22 Guillaume GomezRollup merge of #88211 - petrochenkov:withhilo, r=jyn514
2021-08-22 borsAuto merge of #88163 - camsteffen:collapsible-match...
2021-08-19 Cameron SteffenFix clippy let expressions fallout
2021-08-16 borsAuto merge of #84039 - jyn514:uplift-atomic-ordering...
2021-08-15 CaioIntroduce hir::ExprKind::Let - Take 2
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-29 flip1995Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b...
2021-07-02 borsAuto merge of #86782 - flip1995:clippyup, r=Manishearth
2021-07-01 flip1995Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c...
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