]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods/search_is_some.rs
Auto merge of #8030 - WaffleLapkin:ignore_trait_assoc_types_type_complexity, r=llogiq
[rust.git] / clippy_lints / src / methods / search_is_some.rs
2021-12-08 borsAuto merge of #8030 - WaffleLapkin:ignore_trait_assoc_t...
2021-12-05 borsAuto merge of #8072 - xFrednet:0000-teach-rustbot-acron...
2021-12-04 borsAuto merge of #8054 - camsteffen:map-flatten-style...
2021-12-03 borsAuto merge of #8061 - vallentin:fix-same-name-method...
2021-12-02 borsAuto merge of #7463 - ThibsG:find_any_7392, r=xFrednet
2021-11-20 ThibsGMove deref closure builder to `clippy_utils::sugg`...
2021-11-20 ThibsGFix full projection identifier + move applicability...
2021-11-20 ThibsGHandle closures with type annotations on args
2021-11-20 ThibsGRephrase the fn checking for a double ref, not only one
2021-11-20 ThibsGAdd some notes about `MethodCall` cases
2021-11-20 ThibsGHandle args taken by ref also for `MethodCall`
2021-11-20 ThibsGFix suggestions when call functions involved taking...
2021-11-20 ThibsGCorrect suggestion when dereferencing enough, calling...
2021-11-20 ThibsGHandle multiple reference levels into binding type...
2021-11-20 ThibsGApplying refactoring for simplified code
2021-11-20 ThibsGHandle other projection kinds
2021-11-20 ThibsGReturn a struct and add applicability
2021-11-20 ThibsGBuild end of suggestion only once at the end of the...
2021-11-20 ThibsGSimplifying `next_pos` init
2021-11-20 ThibsGUse applicability for snippets
2021-11-20 ThibsGAdd some doc for `search_is_some` lint
2021-11-20 ThibsGBuild suggestion within visitor + add more tests
2021-11-20 ThibsGUse `ExprUseVisitor` and multipart suggestion to avoid...
2021-11-20 ThibsGFix `any()` not taking reference in `search_is_some...
2021-11-02 borsAuto merge of #7726 - dswij:unseparated-literal-suffix...
2021-10-07 borsAuto merge of #7705 - michaelsproul:fn_to_numeric_cast_...
2021-10-07 borsAuto merge of #7782 - dswij:shadow-unrelated-block...
2021-10-07 borsAuto merge of #7779 - rust-lang:test_module, r=flip1995
2021-10-07 borsAuto merge of #7783 - flip1995:rustup, r=flip1995
2021-10-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-10-03 borsAuto merge of #88175 - camsteffen:let-desugar-span...
2021-10-03 Cameron SteffenMake diangostic item names consistent
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-14 borsAuto merge of #7039 - phansch:melt-ice, r=flip1995
2021-04-12 borsAuto merge of #7065 - rail-rain:warn_copy_pass_by_ref...
2021-04-11 borsAuto merge of #6905 - ThibsG:fpSingleComponentPathImpor...
2021-04-08 borsAuto merge of #7022 - Jarcho:macro_use_import_ice,...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-04-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-04-06 borsAuto merge of #6931 - Jarcho:needless_borrow, r=phansch...
2021-04-06 Jason NewcombFix all occurences of `needless_borrow` internally
2021-04-02 borsAuto merge of #6988 - mikerite:fix-6984, r=camsteffen
2021-04-01 borsAuto merge of #7011 - Jarcho:redundant_clone_fp, r...
2021-04-01 borsAuto merge of #7002 - mgacek8:issue6983_wrong_self_conv...
2021-04-01 borsAuto merge of #6976 - Jarcho:manual_map_const, r=phansch
2021-03-31 borsAuto merge of #7008 - matthiaskrgr:ltchk, r=camsteffen
2021-03-31 borsAuto merge of #6913 - camsteffen:method-chain, r=flip1995
2021-03-31 Cameron SteffenDestructure args in methods module
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-22 borsAuto merge of #6896 - TaKO8Ki:refactor-lints-in-methods...
2021-03-22 borsAuto merge of #6942 - mgacek8:issue_6815_search_is_none...
2021-03-21 Mateusz Gaceksearch_is_some: check also when search is none
2021-03-20 borsAuto merge of #6924 - mgacek8:issue6727_copy_types...
2021-03-18 borsAuto merge of #6928 - mgacek8:issue6675_or_fun_call_uns...
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #6918 - camsteffen:utils-re-export, r...
2021-03-17 Cameron SteffenDon't re-export clippy_utils::*
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-16 borsAuto merge of #6915 - smoelius:docs-link, r=llogiq
2021-03-16 borsAuto merge of #6916 - camsteffen:diagnostics-util,...
2021-03-16 Cameron SteffenDon't re-export clippy_utils::diagnostics::*
2021-03-16 borsAuto merge of #6914 - camsteffen:source-utils, r=Manish...
2021-03-15 borsAuto merge of #6828 - mgacek8:issue_6758_enhance_wrong_...
2021-03-15 borsAuto merge of #6907 - camsteffen:ty-utils, r=flip1995
2021-03-15 Cameron SteffenMove some utils to clippy_utils::source module
2021-03-15 Cameron SteffenMove some utils to ty_utils
2021-03-13 borsAuto merge of #6859 - magurotuna:if_then_some_else_none...
2021-03-13 borsAuto merge of #6820 - mgacek8:issue_6562_enhance_mem_re...
2021-03-13 borsAuto merge of #6892 - matthiaskrgr:inc_struct_ctor...
2021-03-12 borsAuto merge of #6891 - Y-Nak:use-iterator-sym, r=Manishearth
2021-03-12 Yoshitomo NakanishiUse sym::Iterator instead of paths::ITERATOR
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2021-03-11 borsAuto merge of #6826 - TaKO8Ki:refactor-methods-mod...
2021-03-11 Takayuki Maedamove map_flatten and search_is_some to their own modules