about summary refs log tree commit diff
path: root/clippy_lints/src/eta_reduction.rs
AgeCommit message (Expand)AuthorLines
2018-07-23RustupOliver Schneider-1/+1
2018-07-21Add known problem for redundant_closure lintWim-1/+5
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16ExprKindcsmoe-4/+4
2018-06-29RustupMateusz Mikuła-1/+1
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2017-09-05Run nightly rustfmtOliver Schneider-6/+3
2017-08-30Rustup (fixes #2002)Oliver Schneider-1/+1
2017-08-14RustfmtOliver Schneider-8/+7
2017-07-24Get rid of double double colonsOliver Schneider-1/+1
2017-06-29Run rustfmtOliver Schneider-4/+2
2017-06-29Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)messense-4/+5
2017-03-05Mostly apply rustfmtOliver Schneider-1/+2
2017-03-01Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)Enrico Schmitz-1/+1
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-1/+1
2017-01-17apply rustfmtOliver Schneider-5/+7
2017-01-13rustup to 2017-01-12Oliver Schneider-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixesManish Goregaokar-2/+2
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixesManish Goregaokar-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...Manish Goregaokar-4/+5
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-3/+3
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-4/+3
2016-12-10Use inputs/output getters for rustc::ty::FnSig instead of the now non-existen...Arnavion-1/+1
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-2/+2
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-2/+3
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-2/+2
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-44/+37
2016-08-17rustup for the ! typeOliver Schneider-1/+1
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-2/+3
2016-08-07Make the lint docstrings more consistent.Georg Brandl-8/+11
2016-08-01lint on by ref patterns for referencesOliver Schneider-1/+1
2016-07-16redundant closures don't allocateManish Goregaokar-2/+2
2016-07-16Improve docsmcarton-3/+7
2016-05-31s/PatKind::Ident/PatKind::Binding/gAndre Bogus-1/+1
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+99