about summary refs log tree commit diff
path: root/clippy_lints/src/eta_reduction.rs
AgeCommit message (Expand)AuthorLines
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+2
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-8/+8
2019-12-24do minor cleanupsLzu Tao-5/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-7/+7
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-4/+4
2019-08-28Replace `Arg` with `Param`Yuki Okushi-1/+4
2019-06-12redundant_closure_for_method_calls fixes:Grzegorz-6/+9
2019-06-10Fixing eta with respect to lazy evaluation.Alexander Shabalin-0/+2
2019-05-16Add known problemsManish Goregaokar-0/+4
2019-05-16Rename to redundant_closure_for_method_callsManish Goregaokar-3/+3
2019-05-16Split redundant_closure lintMichael Wright-2/+21
2019-04-20redundant closure triggers for fnptrs and closuresGrzegorz-1/+2
2019-04-19redundant closure for functions restricted to FnDefsGrzegorz-0/+3
2019-04-17Use lint pass macrosMatthew Kraai-13/+3
2019-04-10Support updated type dependent def ID getterTomas Koutsky-1/+1
2019-03-18Drop redundant &Mateusz Mikuła-1/+1
2019-03-18Replace most of ty:Ty with TyMateusz Mikuła-4/+4
2019-03-16Feed dogflip1995-3/+3
2019-03-16Remove ty::TyKind from eta_reduction and replace it with ty::Tyflip1995-14/+14
2019-03-15item_path_str -> def_path_strflip1995-2/+2
2019-03-10Fix/Ignore doc testsflip1995-1/+1
2019-03-10Various cosmetic improvements.Alexander Regueiro-5/+5
2019-03-07align with rust-lang/rust/#58992ljedrz-1/+1
2019-03-05fix or ignore failing doc testsAndy Russell-1/+1
2019-03-05move lint documentation into macro invocationsAndy Russell-19/+19
2019-02-26do not trigger redundant_closure when there is a difference in borrow level b...Grzegorz-9/+14
2019-02-25redundant_closure does not trigger for external macrosGrzegorz-1/+5
2019-02-13Rustupflip1995-1/+1
2019-02-10redundant closure implemented for closures containing method callsGrzegorz-42/+123
2019-02-03Fix breakage due to rust-lang/rust#58079Michael Wright-1/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-1/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-5/+5
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-1/+1
2018-11-27Run rustfmt on clippy_lintsflip1995-7/+7
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-1/+1
2018-11-17remove unused allow() attributes, NFCMatthias Krüger-1/+0
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-20Fill in Applicability from review comments by @flip1995Vitaly _Vi Shukela-1/+1
2018-09-20Fix indentsVitaly _Vi Shukela-5/+5
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-1/+7
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-4/+4
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-22rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581Matthias Krüger-2/+2
2018-07-25Merge pull request #2948 from Nemo157/patch-1Philipp Hansch-1/+5