]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/if_then_some_else_none.rs
Improve `implicit_return`
[rust.git] / clippy_lints / src / if_then_some_else_none.rs
2021-04-22 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-04-21 borsAuto merge of #7072 - ebobrow:imports-ending-with-self...
2021-04-21 borsAuto merge of #7083 - GuillaumeGomez:bool-assert-eq...
2021-04-20 borsAuto merge of #7097 - yawara:fix/7069, r=llogiq
2021-04-19 borsAuto merge of #7092 - basavesh:fix#7066, r=giraffate
2021-04-16 borsAuto merge of #7099 - ABouttefeux:master, r=llogiq
2021-04-16 borsAuto merge of #7087 - Jarcho:allman_style_else, r=camst...
2021-04-16 borsAuto merge of #7075 - xFrednet:7054-fp-branches-sharing...
2021-04-14 xFrednetPR suggestions and removing utils::parent_node_is_if_expr
2021-04-14 borsAuto merge of #7039 - phansch:melt-ice, r=flip1995
2021-04-12 borsAuto merge of #7067 - TaKO8Ki:fix-false-negative-on...
2021-04-12 borsAuto merge of #7064 - ThibsG:WrongSelfFix, r=giraffate
2021-04-12 borsAuto merge of #6982 - Jarcho:explicit_into_iter_loop_fp...
2021-04-12 borsAuto merge of #7047 - camsteffen:lang-ctor, 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 Cameron SteffenIntroduce is_lang_ctor
2021-04-06 borsAuto merge of #6931 - Jarcho:needless_borrow, r=phansch...
2021-04-06 Jason NewcombFix all occurences of `needless_borrow` internally
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
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 #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 Cameron SteffenMove some utils to clippy_utils::source module
2021-03-14 borsAuto merge of #6895 - iobtl:reformat_unnecessary_cast...
2021-03-13 borsAuto merge of #6859 - magurotuna:if_then_some_else_none...
2021-03-12 Yusuke TanakaImprove suggestion and make it work for macros
2021-03-08 Yusuke TanakaOutput help instead of suggestion in `if_then_some_else...
2021-03-08 Yusuke TanakaSet 1.50 as msrv of if_then_some_else_none
2021-03-06 Yusuke TanakaImplement new lint: if_then_some_else_none