about summary refs log tree commit diff
path: root/clippy_lints/src/methods/mod.rs
AgeCommit message (Expand)AuthorLines
2019-05-14Rustfmt all the thingsOliver Scherer-13/+28
2019-05-14Use symbols instead of stringsOliver Scherer-120/+128
2019-05-12Fix comments; minor refactoringMichael Wright-3/+4
2019-05-12Fix #4019Michael Wright-12/+50
2019-05-10Remove some unnecessary If armsManish Goregaokar-1/+0
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-2/+2
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-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-01enable rust-lang/rust#58754ljedrz-5/+6
2019-02-26Move lint_map_unwrap_or to its own fileWilco Kusee-44/+2
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
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2019-01-07Update `unwrap_get` code review suggestionsMichael Wright-8/+7
2019-01-06Improve `get_unwrap` suggestionMichael Wright-2/+19
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-9/+9
2018-12-17Do not mark as_ref as useless if it's followed by a method callWilco Kusee-7/+17
2018-12-14rustup rust-lang/rust#52994flip1995-2/+2