about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2018-10-06Add license header to Rust filesManish Goregaokar-0/+1340
2018-10-05Rustup for https://github.com/rust-lang/rust/pull/54741Manish Goregaokar-14/+11
2018-10-05Remove unused utilsManish Goregaokar-9/+0
2018-10-05Merge pull request #3251 from rust-lang-nursery/relicense-rewriteManish Goregaokar-172/+149
2018-10-05Merge remote-tracking branch 'origin/master' into relicense-rewritePhilipp Hansch-20/+36
2018-10-04Solves #3222 by checking the BareFnTy Abi typeJoel Gallant-1/+2
2018-10-04Add hidden lifetime parameters to fix warningPhilipp Hansch-1/+1
2018-10-04Reimplement the `fn_to_numeric_cast_with_truncation` lintPhilipp Hansch-1/+41
2018-10-04Improve docs of fn_to_numeric_castPhilipp Hansch-3/+6
2018-10-04resolve build warnings in clippy_lints/src/format.rsMatthias Krüger-2/+1
2018-10-04Merge pull request #3256 from rust-lang-nursery/fix-2796Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-10/+24
2018-10-03Don't suggest `to_string().to_string` in USELESS_FORMATmcarton-6/+18
2018-10-03Reimplement the `fn_to_numeric_cast` lintPhilipp Hansch-0/+47
2018-10-03Fix push_item_path call (rustup to 4cf11765dc98536c6eedf33f2df7f72f6e161263)Manish Goregaokar-1/+2
2018-10-02Ignore `format!` with precision in `USELESS_FORMAT`mcarton-4/+6
2018-10-02Trailing newlineOliver Schneider-1/+1
2018-10-02FIx dogfoodOliver Schneider-4/+2
2018-10-02Reimplement the `map_clone` lint from scratchOliver Schneider-0/+104
2018-10-02Merge pull request #3245 from JoshMcguigan/wrong_self_convention-1530Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-8/+10
2018-10-02Correct false positive in wrong_self_convention lint for to_mutJosh Mcguigan-8/+10
2018-10-02relicensing: Remove map_cloneManish Goregaokar-144/+0
2018-10-02relicensing: Remove fn_to_numeric_cast, fn_to_numeric_cast_with_truncationManish Goregaokar-71/+0
2018-10-02ScalarMaybeUndef -> Scalar (Rustup to e812ca472a2a5284e9f15cd9af32285d7ff3fd39)Manish Goregaokar-3/+2
2018-10-01Fix 'impossible case reached' ICEPhilipp Hansch-5/+4
2018-09-30Merge branch 'master' into unnecessary_filter_mapMichael Wright-2/+4
2018-09-29Fixes #3180, suppress excessive_precision lint for floats with no decimal partJosh Mcguigan-2/+4
2018-09-29Merge branch 'master' into unnecessary_filter_mapMichael Wright-19/+28
2018-09-29rustfmtMichael Wright-9/+11
2018-09-29Move unnecessary_filter_map to a submoduleMichael Wright-140/+148
2018-09-28Merge pull request #3224 from matthiaskrgr/clippy_self__use_selfPhilipp Krones-17/+15
2018-09-28Merge pull request #3178 from ms2300/bad_unwrapPhilipp Hansch-2/+13
2018-09-27Fix warnings in clippy_lintsMichael Wright-10/+7
2018-09-27Merge branch 'master' into unnecessary_filter_mapMichael Wright-4/+4
2018-09-26fix clippy::single-match-else and clippy::match_same_arms warnings in clippys...Matthias Krüger-13/+11
2018-09-26fix all clippy::use_self pedantic warnings found in the codebase.Matthias Krüger-4/+4
2018-09-26rustupMatthias Krüger-4/+4
2018-09-26Implement unnecesary_filter_map lintMichael Wright-1/+167
2018-09-24Lint for chaining flatten after mapJane Lusby-13/+61
2018-09-24Fix single_char_pattern crash (#3204)Michael Wright-3/+5
2018-09-23Full fix of get unwrap issuems2300-3/+14
2018-09-23#3006 : Fixing for .get().unwrap().foo()ms2300-1/+1
2018-09-23Merge pull request #3207 from mikerite/fix-3206Philipp Krones-1/+6
2018-09-23Merge pull request #3191 from vi/suggest_with_applicabilityPhilipp Krones-106/+427
2018-09-22Fix double_parens false positiveMichael Wright-1/+6
2018-09-20Another Applicability adjustmentflip1995-1/+1
2018-09-20Applicability adjustment per additional commentsVitaly _Vi Shukela-3/+3
2018-09-20Fill in Applicability from review comments by @flip1995Vitaly _Vi Shukela-48/+52
2018-09-20Fix indentsVitaly _Vi Shukela-235/+253
2018-09-20Apply subset of "cargo fmt".Vitaly _Vi Shukela-4/+4
2018-09-20Add forgotten function: span_suggestion*s* to the previous refactotingVitaly _Vi Shukela-1/+6