about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2019-05-17Prevent symbocalypseOliver Scherer-119/+118
2019-05-14Auto merge of #4084 - mikerite:fix-4019, r=oli-obkbors-13/+52
2019-05-14Rustfmt all the thingsOliver Scherer-13/+28
2019-05-14Use symbols instead of stringsOliver Scherer-124/+132
2019-05-12Fix comments; minor refactoringMichael Wright-3/+4
2019-05-12Fix #4019Michael Wright-12/+50
2019-05-10Remove some unnecessary If armsManish Goregaokar-7/+0
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-4/+4
2019-05-03Fix link in into_iter_on_array documentationJean Mertz-4/+3
2019-05-02Auto merge of #4049 - airt:fix-4033-search_is_some, r=flip1995bors-2/+17
2019-05-01check closure arguments before use itairt-1/+2
2019-05-01format codeairt-13/+13
2019-04-30Add lints for find_mapAndré Luis Leal Cardoso Junior-0/+84
2019-05-01fix suggestion for search_is_someairt-4/+10
2019-05-01fix suggestion for search_is_some naivelyairt-2/+10
2019-04-23Ignore all enum and struct constructors in lints about `*or(call())`Manish Goregaokar-5/+10
2019-04-18TypoFelix Rabe-1/+1
2019-04-17Use lint pass macrosMatthew Kraai-50/+39
2019-04-17Use {get,match}_def_path from LateContextflip1995-5/+5
2019-04-14Remove now-unnecessary calls to node_to_hir_idManish Goregaokar-1/+1
2019-04-08Escape a single quote in single_char_pattern hintKlemen Košir-1/+2
2019-04-04NFC: fix typosMatthias Krüger-1/+1
2019-03-23rustup https://github.com/rust-lang/rust/pull/59096/Matthias Krüger-2/+1
2019-03-18Replace most of ty:Ty with TyMateusz Mikuła-2/+2
2019-03-10Various cosmetic improvements.Alexander Regueiro-22/+24
2019-03-09Move get_unwrap to restrictionManish Goregaokar-1/+1
2019-03-06Renamed: Cyclomatic Complexity -> Cognitive ComplexityFélix Fischer-1/+1
2019-03-05fix or ignore failing doc testsAndy Russell-9/+9
2019-03-05move lint documentation into macro invocationsAndy Russell-549/+548
2019-03-01align with rust-lang/rust/#58836ljedrz-6/+5
2019-03-01enable rust-lang/rust#58754ljedrz-5/+6
2019-02-26Fix false negativeWilco Kusee-12/+15
2019-02-26Attempt to fix false negativeWilco Kusee-4/+74
2019-02-26Move lint_map_unwrap_or to its own fileWilco Kusee-44/+51
2019-02-26Only suggest map_or for copy typesWilco Kusee-1/+2
2019-02-24HirIdify some lintsljedrz-3/+3
2019-02-21Auto merge of #3789 - bzzzzzz:needless_range_loop_bugfix, r=oli-obkbors-45/+21
2019-02-20Fixed formatting and typobzzzz-5/+5
2019-02-20Make needless_range_loop not applicable to structures without iter methodbzzzz-41/+17
2019-02-18FormatMichael Wright-1/+5
2019-02-18Improve `iter_cloned_collect` suggestionsMichael Wright-18/+23
2019-02-10removing redundant closures in the whole projectGrzegorz-2/+2
2019-02-01Adding lint for too many lines.Araam Borhanian-0/+2
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-5/+5
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-26Incorporate review suggestionsMichael Wright-35/+44
2019-01-24Fix `expect_fun_call` lint suggestionsMichael Wright-93/+93
2019-01-20Run rustfmtMichael Wright-4/+4
2019-01-20Fixed breakage due to rust-lang/rust#57489Michael Wright-3/+1
2019-01-19Catch up with `format_args` changeShotaro Yamada-14/+13