]> git.lizzy.rs Git - rust.git/history - clippy_lints
Don't allow adjustments for `manual_map`
[rust.git] / clippy_lints /
2021-04-15 Jason NewcombDon't allow adjustments for `manual_map`
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-14 Philipp HanschExplain why we use `char_indices()` instead of `chars()`
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 Takayukifix a false negative on `needless_return`
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-12 railAdd a note on the issue #5953
2021-04-11 borsAuto merge of #7059 - camsteffen:filter-map, r=flip1995
2021-04-11 borsAuto merge of #6905 - ThibsG:fpSingleComponentPathImpor...
2021-04-11 ThibsGFix FP in `wrong_self_convention` lint
2021-04-10 borsAuto merge of #7063 - daxpedda:debug-assert-panic,...
2021-04-10 Cameron SteffenDeprecate filter_map
2021-04-10 daxpeddaFix false-positive `debug_assert` in `panic`
2021-04-10 borsAuto merge of #7060 - daxpedda:debug-assert-panic-in...
2021-04-10 daxpeddaFix false-positive `debug_assert`
2021-04-10 daxpeddaRemove `debug_assert` from `panic_in_result_fn`
2021-04-10 Philipp HanschFix dogfood
2021-04-10 Philipp HanschReplace complex conditional with pattern matching
2021-04-10 ThibsGHandle imports which are nested directly
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-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 Jason NewcombFix `explicit_into_iter_loop`
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-06 Amanieu d'AntrasUse AnonConst for asm! constants
2021-04-06 Horaci Maciasconsider mutability on useless_vec suggestions
2021-04-06 Philipp Hanschtabs_in_doc_comments: Fix ICE due to char indexing
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 xFrednetOnly running shared_code_in_if_blocks only for if state...
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 xFrednetUpdated code for dogfood
2021-04-05 xFrednetImproved shared_code_in_if_blocks message and added...
2021-04-05 xFrednetImproved shared_code_in_if_blocks output readability...
2021-04-05 xFrednetThe shared_code_in_if_blocks lint only operats on entir...
2021-04-05 xFrednetA new lint for shared code in if blocks
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-05 borsAuto merge of #7031 - xFrednet:5234-quick-fix-dark...
2021-04-05 Jason NewcombFix ICE in `missing_panics_doc`
2021-04-04 borsAuto merge of #7021 - camsteffen:7012, r=giraffate
2021-04-04 borsAuto merge of #7030 - xFrednet:6877-clippy-going-dark...
2021-04-04 ThibsGCheck path imports per module
2021-04-04 AliƩnore Bouttefeuxmodification not working: fixing
2021-04-03 Cameron SteffenUse DefIdMap and similar aliases
2021-04-03 daxpeddaRemove author requirement for `cargo_common_metadata`
2021-04-03 Cameron SteffenFix ICE
2021-04-03 Jason NewcombFix `macro_use_import` ICE
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 Cameron SteffenRemove redundant emit()
2021-04-02 Cameron SteffenRefactor needless_collect
2021-04-02 borsAuto merge of #6988 - mikerite:fix-6984, r=camsteffen
2021-04-02 Yoshitomo Nakanishisame_item_push: Don't trigger same_item_push if the...
2021-04-01 Cameron SteffenRemove paths from bind_instead_of_map
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-03-31 borsAuto merge of #7010 - camsteffen:if-chain-lint, r=llogiq
2021-03-31 Jason NewcombFix `redundant_clone` fp where the cloned value is...
2021-03-31 Cameron SteffenEat dogfood
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 #6913 - camsteffen:method-chain, r=flip1995
2021-03-31 Cameron SteffenDestructure args in methods module
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 NakanishiTweak a suggestion message of needless_for_each
2021-03-31 Yoshitomo NakanishiSkip needless_for_each if an input stmt is local
2021-03-31 Yoshitomo NakanishiRemove method_calls
2021-03-31 Yoshitomo NakanishiRefactor excessive_for_each
2021-03-31 Yoshitomo NakanishiUse ".." as default value of snippet in excessive_for_each
2021-03-31 Yoshitomo NakanishiImprove the document of excessive_for_each
next