about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2019-01-08Remove all copyright license headersPhilipp Hansch-18/+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-14/+14
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
2018-12-09run rustfmtMatthias Krüger-1/+4
2018-12-08Swap if branchesPhilipp Hansch-3/+3
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-9/+9
2018-12-08Merge pull request #3336 from HMPerson1/clone_on_copy_derefPhilipp Hansch-2/+14
2018-12-05Fix TyKind::<kind> usage in codebaseflip1995-5/+5
2018-11-27Fix some formatting issuesflip1995-40/+30
2018-11-27Run rustfmt on clippy_lintsflip1995-201/+232
2018-11-27Add applicability level to (nearly) every span_lint_and_sugg functionflip1995-31/+46
2018-11-27Fix bugs and improve documentationflip1995-2/+2
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-11/+26
2018-11-02Addressed comments.kennytm-5/+5
2018-11-02Fix dogfood error.kennytm-17/+17
2018-11-02Added lints `into_iter_on_ref` and `into_iter_on_array`. Fix #1565.kennytm-1/+116
2018-11-02clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.Matthias Krüger-1/+1
2018-11-02Merge #3387bors[bot]-56/+36
2018-11-01Use slice patterns instead of paddingMichael Wright-9/+9
2018-10-31Merge #3368bors[bot]-1/+8
2018-10-31Replace big if/else expression with matchMichael Wright-56/+36
2018-10-28more consistent use of terminology; trait > syntaxMichael Rutter-3/+3
2018-10-28added downsides to "known problems" for get_unwrap lintMichael Rutter-1/+8
2018-10-27Don't expand macro in or_fun_call suggestionPhilipp Hansch-4/+4
2018-10-25Revert "new_ret_no_self: add sample from #3313 to Known Problems section."Matthias Krüger-2/+1
2018-10-19new_ret_no_self walk return type to check for selfJosh Mcguigan-18/+6
2018-10-19Fix suggestion for multiple derefsHMPerson1-2/+13
2018-10-19new_ret_no_self correct false positive on raw pointer return typesJosh Mcguigan-0/+6
2018-10-19new_ret_no_self correct linting of tuple return typesJosh Mcguigan-0/+11
2018-10-19Fix `clone_on_copy` not detecting derefs sometimesHMPerson1-1/+2
2018-10-18new_ret_no_self: add sample from #3313 to Known Problems section.Matthias Krüger-1/+2
2018-10-18Merge pull request #3303 from shssoichiro/3069-unnecessary-fold-pattern-guardPhilipp Hansch-1/+2
2018-10-16Update known problems for unnecessary_foldJoshua Holmer-1/+2
2018-10-13new_ret_no_self correctly lint impl returnJosh Mcguigan-4/+22
2018-10-13Removed unused variablesJosh Mcguigan-1/+1
2018-10-13new_ret_no_self fix false positive for impl trait return with associated type...Josh Mcguigan-1/+2
2018-10-13new_ret_no_self corrected panic and added test stderrJosh Mcguigan-7/+9
2018-10-13new_ret_no_self added positive test casesJosh Mcguigan-11/+11
2018-10-12Revert "Exclude pattern guards from unnecessary_fold lint"Joshua Holmer-18/+0
2018-10-12Exclude pattern guards from unnecessary_fold lintJoshua Holmer-0/+18
2018-10-10Fix #2937Michael Wright-8/+16
2018-10-08Merge pull request #3285 from devonhollowood/pedantic-dogfood-items-after-sta...Philipp Hansch-20/+20
2018-10-07Fix items_after_statements for sub-functionsDevon Hollowood-20/+20
2018-10-07Adding more detail to filter_map lint documentation.Dylan Maccora-2/+13
2018-10-06Add license header to Rust filesManish Goregaokar-0/+20
2018-10-02Correct false positive in wrong_self_convention lint for to_mutJosh Mcguigan-8/+10
2018-09-29Merge branch 'master' into unnecessary_filter_mapMichael Wright-2/+13