]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/lib.rs
Improve `multiple_inherent_impl` lint
[rust.git] / clippy_lints / src / lib.rs
2021-05-18 Jason NewcombImprove `multiple_inherent_impl` lint
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 #7059 - camsteffen:filter-map, r=flip1995
2021-04-11 borsAuto merge of #6905 - ThibsG:fpSingleComponentPathImpor...
2021-04-10 Cameron SteffenDeprecate filter_map
2021-04-09 borsAuto merge of #7056 - jyn514:register-renamed, r=flip1995
2021-04-09 Joshua NelsonUse `register_renamed` instead of `register_removed...
2021-04-08 borsAuto merge of #7023 - boxdot:invalid-null-usage-v2...
2021-04-08 boxdotAdd invalid null pointer usage lint.
2021-04-08 borsAuto merge of #7022 - Jarcho:macro_use_import_ice,...
2021-04-08 borsAuto merge of #7051 - flip1995:rustup, r=flip1995
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-06 borsAuto merge of #7036 - horacimacias:master, r=giraffate
2021-04-05 borsAuto merge of #7018 - Y-Nak:same_item_push, r=Manishearth
2021-04-05 borsAuto merge of #7029 - ABouttefeux:master, r=Manishearth
2021-04-05 borsAuto merge of #6463 - xFrednet:5234-shared-code-in...
2021-04-05 xFrednetRenaming the lint to branches_sharing_code and fixing...
2021-04-05 xFrednetMoving shared_code_in_if_blocks to clippy::complexity...
2021-04-05 xFrednetImproved shared_code_in_if_blocks message and added...
2021-04-05 xFrednetA new lint for shared code in if blocks
2021-04-04 borsAuto merge of #7030 - xFrednet:6877-clippy-going-dark...
2021-04-04 ThibsGCheck path imports per module
2021-04-02 borsAuto merge of #7016 - camsteffen:bind-map-paths, r...
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 #7010 - camsteffen:if-chain-lint, r=llogiq
2021-03-31 Cameron SteffenAdd if_chain lints
2021-03-31 borsAuto merge of #7008 - matthiaskrgr:ltchk, r=camsteffen
2021-03-31 borsAuto merge of #6342 - bbqbaron:issue-6061, r=flip1995
2021-03-31 borsAuto merge of #6706 - Y-Nak:excessive-for-each, r=camst...
2021-03-31 Eric LorenSuggest `flatten` instead of `is_some` -> `unwrap`
2021-03-31 Yoshitomo NakanishiRemove method_calls
2021-03-31 Yoshitomo NakanishiRefactor excessive_for_each
2021-03-31 Yoshitomo NakanishiChange a category of excessive_for_each: Style -> Restr...
2021-03-31 Yoshitomo NakanishiNew Lint: excessive_for_each
2021-03-31 borsAuto merge of #6981 - matthiaskrgr:6803_take_2, r=flip1995
2021-03-31 borsAuto merge of #6938 - Y-Nak:refactor-types, r=flip1995
2021-03-31 Michael WrightFix hidden variant suggestion on single variant
2021-03-31 borsAuto merge of #7007 - Y-Nak:result_unit_err, r=giraffate
2021-03-30 borsAuto merge of #7001 - ebobrow:non-octal-file-permission...
2021-03-30 Elliot BobrowAdd non_octal_unix_permissions lint
2021-03-30 borsAuto merge of #7004 - Jarcho:manual_map_if_then_else...
2021-03-30 borsAuto merge of #7000 - Jarcho:clone_on_copy_fp, r=llogiq
2021-03-30 borsAuto merge of #6990 - Y-Nak:refactor-functions, r=giraffate
2021-03-28 ThibsGFix FP in `single_component_path_imports` lint
2021-03-27 Dylan DPCRollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
2021-03-27 Yoshitomo NakanishiMove too_many_arguments to its own module
2021-03-27 borsAuto merge of #6980 - Jarcho:len_without_is_empty_sig...
2021-03-26 Josh StoneUse iter::zip in src/tools/clippy/
2021-03-26 borsAuto merge of #6977 - flip1995:or_patterns_msrv, r...
2021-03-26 flip1995Add MSRV option to unnested_or_patterns lint
2021-03-26 Yoshitomo NakanishiMerge type_complexity pass into types pass
2021-03-26 Yoshitomo NakanishiMove implicit_hasher to its own module
2021-03-26 Yoshitomo NakanishiMove invalid_upcast_comparisons to its own module
2021-03-26 Yoshitomo NakanishiMove absurd_extreme_comparisons to its own module
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-25 borsAuto merge of #6971 - flip1995:rustup, r=flip1995
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-22 borsAuto merge of #79278 - mark-i-m:stabilize-or-pattern...
2021-03-20 borsAuto merge of #6924 - mgacek8:issue6727_copy_types...
2021-03-20 markclippy: stabilize or_patterns lint
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 #6889 - Y-Nak:refactor-unit-types, r...
2021-03-16 Yoshitomo NakanishiMove unit_arg to its own module
2021-03-16 Yoshitomo NakanishiMove unit_cmp to its own module
2021-03-16 Yoshitomo NakanishiMove let_unit_value to its own module
2021-03-16 Yoshitomo NakanishiExtract lints of unit_types group from types group
2021-03-15 borsAuto merge of #6828 - mgacek8:issue_6758_enhance_wrong_...
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-13 borsAuto merge of #6820 - mgacek8:issue_6562_enhance_mem_re...
2021-03-13 borsAuto merge of #6865 - Jarcho:explicit_deref_methods...
2021-03-13 Jason NewcombMake `explicit_deref_methods` check for multiple deref...
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2021-03-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-10 borsAuto merge of #6814 - hyd-dev:issue-6486, r=flip1995
2021-03-10 borsAuto merge of #6794 - camsteffen:needless-borrowed...
2021-03-09 borsAuto merge of #6866 - anall:ice6840, r=flip1995
2021-03-09 borsAuto merge of #6868 - Jarcho:lang_item, r=flip1995
2021-03-09 borsAuto merge of #6873 - Y-Nak:refactor-casts-lint, r...
2021-03-09 Yoshitomo NakanishiMove ptr_as_ptr to its own module
2021-03-09 Yoshitomo NakanishiMove char_lit_as_u8 to its own module
2021-03-09 Yoshitomo NakanishiMove cast_ref_to_mut to its own module
2021-03-09 Yoshitomo NakanishiSeparate lints of casts group from types group
2021-03-08 Yusuke TanakaSet 1.50 as msrv of if_then_some_else_none
2021-03-08 borsAuto merge of #6834 - hyd-dev:clippy-args, r=phansch...
next