about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2021-04-15Don't allow adjustments for `manual_map`Jason Newcomb-0/+6
2021-04-14Auto merge of #7039 - phansch:melt-ice, r=flip1995bors-11/+20
2021-04-14Auto merge of #7076 - rail-rain:missing_const_for_fn, r=phanschbors-1/+1
2021-04-14Explain why we use `char_indices()` instead of `chars()`Philipp Hansch-0/+3
2021-04-14Fix a FP in `missing_const_for_fn`rail-1/+1
2021-04-13Refactor diagnostic item methodsCameron Steffen-30/+36
2021-04-12Auto merge of #7068 - boxdot:remove-std-ptr-null, r=camsteffenbors-7/+7
2021-04-12Auto merge of #7067 - TaKO8Ki:fix-false-negative-on-needless-return, r=llogiqbors-0/+1
2021-04-12Remove paths::STD_PTR_NULLboxdot-7/+7
2021-04-12Auto merge of #7064 - ThibsG:WrongSelfFix, r=giraffatebors-0/+8
2021-04-12fix a false negative on `needless_return`Takayuki-0/+1
2021-04-12Auto merge of #6982 - Jarcho:explicit_into_iter_loop_fp, r=flip1995bors-27/+25
2021-04-12Auto merge of #7047 - camsteffen:lang-ctor, r=flip1995bors-125/+99
2021-04-12Auto merge of #7065 - rail-rain:warn_copy_pass_by_ref, r=Manishearthbors-0/+8
2021-04-12Add a note on the issue #5953rail-0/+8
2021-04-11Auto merge of #7059 - camsteffen:filter-map, r=flip1995bors-94/+14
2021-04-11Auto merge of #6905 - ThibsG:fpSingleComponentPathImports5210, r=giraffatebors-16/+109
2021-04-11Fix FP in `wrong_self_convention` lintThibsG-0/+8
2021-04-10Deprecate filter_mapCameron Steffen-94/+14
2021-04-10Fix false-positive `debug_assert` in `panic`daxpedda-1/+1
2021-04-10Fix false-positive `debug_assert`daxpedda-2/+3
2021-04-10Remove `debug_assert` from `panic_in_result_fn`daxpedda-3/+0
2021-04-10Fix dogfoodPhilipp Hansch-4/+4
2021-04-10Replace complex conditional with pattern matchingPhilipp Hansch-1/+1
2021-04-10Handle imports which are nested directlyThibsG-23/+50
2021-04-09Use `register_renamed` instead of `register_removed` for uplifted lintsJoshua Nelson-91/+9
2021-04-08Auto merge of #7023 - boxdot:invalid-null-usage-v2, r=camsteffenbors-13/+89
2021-04-08Add invalid null pointer usage lint.boxdot-13/+89
2021-04-08Auto merge of #7022 - Jarcho:macro_use_import_ice, r=flip1995bors-0/+1
2021-04-08Merge remote-tracking branch 'upstream/master' into rustupflip1995-5317/+6577
2021-04-06Introduce is_lang_ctorCameron Steffen-125/+99
2021-04-06Symbol optimizationsCameron Steffen-74/+66
2021-04-06Fix `explicit_into_iter_loop`Jason Newcomb-27/+25
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-2104/+2083
2021-04-06Auto merge of #7036 - horacimacias:master, r=giraffatebors-12/+42
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-2/+5
2021-04-06consider mutability on useless_vec suggestionsHoraci Macias-12/+42
2021-04-06tabs_in_doc_comments: Fix ICE due to char indexingPhilipp Hansch-11/+17
2021-04-05Auto merge of #7018 - Y-Nak:same_item_push, r=Manishearthbors-53/+84
2021-04-05Auto merge of #7029 - ABouttefeux:master, r=Manishearthbors-0/+5
2021-04-05Auto merge of #6463 - xFrednet:5234-shared-code-in-if-blocks, r=phanschbors-72/+467
2021-04-05Auto merge of #7026 - daxpedda:cargo-author, r=camsteffenbors-8/+2
2021-04-05Renaming the lint to branches_sharing_code and fixing typosxFrednet-19/+21
2021-04-05Only running shared_code_in_if_blocks only for if statementsxFrednet-15/+17
2021-04-05Moving shared_code_in_if_blocks to clippy::complexity and running lintcheckxFrednet-4/+4
2021-04-05Adapted the lint to use the new SpanlessEqxFrednet-9/+19
2021-04-05Updated code for dogfoodxFrednet-67/+75
2021-04-05Improved shared_code_in_if_blocks message and added test stderrsxFrednet-53/+158
2021-04-05Improved shared_code_in_if_blocks output readability and added testsxFrednet-26/+43
2021-04-05The shared_code_in_if_blocks lint only operats on entire if expr not else ifsxFrednet-19/+33