]> git.lizzy.rs Git - rust.git/history - clippy_utils
Don't allow adjustments for `manual_map`
[rust.git] / clippy_utils /
2021-04-14 borsAuto merge of #7070 - camsteffen:changelog-stderr,...
2021-04-14 borsAuto merge of #7039 - phansch:melt-ice, r=flip1995
2021-04-14 borsAuto merge of #7076 - rail-rain:missing_const_for_fn...
2021-04-13 railFix a FP in `missing_const_for_fn`
2021-04-13 borsAuto merge of #7074 - camsteffen:diag-methods, r=llogiq
2021-04-13 Cameron SteffenRefactor diagnostic item methods
2021-04-12 borsAuto merge of #7068 - boxdot:remove-std-ptr-null, r...
2021-04-12 borsAuto merge of #7067 - TaKO8Ki:fix-false-negative-on...
2021-04-12 boxdotRemove paths::STD_PTR_NULL
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-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-07 Dylan DPCRollup merge of #83916 - Amanieu:asm_anonconst, r=petro...
2021-04-07 borsAuto merge of #7046 - camsteffen:symbol-optimize, r...
2021-04-06 Cameron SteffenIntroduce is_lang_ctor
2021-04-06 Cameron SteffenSymbol optimizations
2021-04-06 borsAuto merge of #7044 - camsteffen:match-path, r=Manishearth
2021-04-06 borsAuto merge of #7043 - camsteffen:dead-utils, r=flip1995
2021-04-06 Cameron SteffenSoft deprecate match_path and match_qpath
2021-04-06 Cameron SteffenRemove paths::PATH_BUF
2021-04-06 Cameron SteffenRemove get_node_span
2021-04-06 borsAuto merge of #7036 - horacimacias:master, r=giraffate
2021-04-06 Amanieu d'AntrasUse AnonConst for asm! constants
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 borsAuto merge of #7026 - daxpedda:cargo-author, r=camsteffen
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 xFrednetAdapted the lint to use the new SpanlessEq
2021-04-05 xFrednetA new lint for shared code in if blocks
2021-04-05 xFrednetAdded documentation to the multispan_sugg method
2021-04-05 borsAuto merge of #7034 - Jarcho:missing_doc_ice, r=phansch
2021-04-05 borsAuto merge of #7027 - camsteffen:defidmap, r=phansch
2021-04-04 Dylan DPCRollup merge of #83820 - petrochenkov:nolinkargs, r...
2021-04-04 borsAuto merge of #7030 - xFrednet:6877-clippy-going-dark...
2021-04-04 Aliénore Bouttefeuxmodification not working: fixing
2021-04-04 Aliénore Bouttefeuxadded core::panicking::assert_failed_inner as panicking
2021-04-03 Cameron SteffenUse DefIdMap and similar aliases
2021-04-02 Roxanefix clippy error
2021-04-02 borsAuto merge of #7020 - camsteffen:needless-collect,...
2021-04-02 Cameron SteffenImprove needless_collect output
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 #7013 - Y-Nak:fix-needless-paren, r=flip1995
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-04-01 Yoshitomo Nakanishiclippy_utils: fix needless parenthesis output from...
2021-03-31 borsAuto merge of #6342 - bbqbaron:issue-6061, r=flip1995
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 Camille GILLOTRemove hir::CrateItem.
2021-03-30 borsAuto merge of #7004 - Jarcho:manual_map_if_then_else...
2021-03-30 Jason NewcombFix `manual_map` at the end of an if chain
2021-03-27 Dylan DPCRollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
2021-03-26 Josh StoneUse iter::zip in src/tools/clippy/
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-25 borsAuto merge of #6971 - flip1995:rustup, r=flip1995
2021-03-25 flip1995Bump Clippy Version -> 0.1.53
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-25 borsAuto merge of #6959 - ebobrow:iss-6927-fix, r=camsteffen
2021-03-24 borsAuto merge of #6952 - Jarcho:new_ret_no_self_fp, r...
2021-03-24 Jason NewcombRename `contains_adt` to `contains_adt_constructor`
2021-03-24 Jason NewcombFix false positive with `new_ret_no_self` when returnin...
2021-03-23 kadminAdd has_default to GenericParamDefKind::Const
2021-03-23 borsAuto merge of #6957 - camsteffen:eq-ty-kind, r=flip1995
2021-03-23 Cameron SteffenFactor out eq_ty_kind
2021-03-22 borsAuto merge of #79278 - mark-i-m:stabilize-or-pattern...
2021-03-22 borsAuto merge of #6896 - TaKO8Ki:refactor-lints-in-methods...
2021-03-20 lcnrupdate `const_eval_resolve`
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-18 borsAuto merge of #6863 - Jarcho:wild_enum_match, r=llogiq
2021-03-18 Vadim Petrochenkovhir: Preserve used syntax in `TyKind::TraitObject`
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #6856 - Jarcho:manual_map_if_let, r=Manis...
2021-03-17 Jason NewcombFix `manual_map` suggestion for `if let.. else ......
2021-03-17 borsAuto merge of #83188 - petrochenkov:field, r=lcnr
2021-03-17 Jason NewcombImprovements to `match_wildcard_for_single_variants...
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-17 Yuki OkushiRollup merge of #83092 - petrochenkov:qspan, r=estebank
2021-03-17 borsAuto merge of #6917 - MysteryJump:fix-manual-unwrap...
2021-03-16 borsAuto merge of #82536 - sexxi-goose:handle-patterns...
2021-03-16 borsAuto merge of #6912 - flip1995:dep-cleanup, r=Manishearth
2021-03-16 flip1995Get rid of some unused dependecies
next