about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-23Run update_lints for Unicode lintLzu Tao-1/+1
2019-08-19Import rustc_plugin from its new locationSimon Sapin-7/+3
2019-08-19Add option_and_then_some lintLzu Tao-1/+8
2019-08-18Auto merge of #4403 - xd009642:type_repetition_improvements, r=phansch,flip1995bors-1/+1
2019-08-18Run update_lintsxd009642-1/+1
2019-08-18Change lint type to 'complexity'Jeremy Stucki-1/+1
2019-08-18Merge branch 'origin/master' into suspicious_mapJeremy Stucki-1/+1
2019-08-16Remove "a" from single_match_else descriptionKRAAI, MATTHEW [VISUS]-1/+1
2019-08-15Implement lint 'suspicious_map'Jeremy Stucki-1/+8
2019-08-14Deprecate unused_collect lintPhilipp Hansch-8/+1
2019-08-12Run 'update_lints'Jeremy Stucki-1/+1
2019-08-11Rename 'flat_map' → 'flat_map_identity'Jeremy Stucki-1/+1
2019-08-11Handle calls with 'std::convert::identity'Jeremy Stucki-1/+1
2019-08-11Merge branch 'origin/master' into flat-mapJeremy Stucki-18/+50
2019-08-11update_lintsRalf Jung-8/+1
2019-08-05Run update_lints and fmtflip1995-1/+1
2019-08-05Move expression check to LateLintPassVincent Dal Maso-0/+7
2019-08-01Move UNNECESSARY_UNWRAP to complexity and PANICKING_UNWRAP to correctnessflip1995-2/+2
2019-07-27Respond to review commentsxd009642-1/+8
2019-07-19rustup https://github.com/rust-lang/rust/pull/62679/Matthias Krüger-2/+2
2019-07-17Fix "unkown clippy lint" error in UI test.Darth-Revan-2/+2
2019-07-17Implement lint for inherent to_string() method.Darth-Revan-1/+15
2019-07-15Auto merge of #4273 - mikerite:deny-warnings, r=flip1995bors-0/+3
2019-07-15Deny warnings in CIMichael Wright-0/+3
2019-07-13Build sys_root in driver with PathBuf instead of Stringflip1995-6/+14
2019-07-08Implement flat_map lintJeremy Stucki-0/+7
2019-06-23PR commentsJoe Frikker-1/+1
2019-06-22Adding try_err lintJoe Frikker-1/+8
2019-06-15Downgrade integer_division to restrictionDavid Tolnay-1/+1
2019-06-14Use replace_region_in_file for creating the lint listflip1995-8/+17
2019-06-12minor fixJane Lusby-1/+1
2019-06-12make it pass dogfoodJane Lusby-26/+27
2019-06-12run rustfmtJane Lusby-2/+7
2019-06-12fix padding and put clippy someplacesJane Lusby-14/+8
2019-06-12show default lint levelsJane Lusby-25/+43
2019-06-12group printingJane Lusby-37/+48
2019-06-12prelim arg parseJane Lusby-23/+137
2019-06-12move Lint static def into its own moduleJane Lusby-9/+11
2019-06-12switch to sorted usable lintsJane Lusby-1229/+1097
2019-06-12initial commit for help improvements on clippy-driverJane Lusby-0/+2310
2019-05-01clippy-driver: use rustc_tools_util to get version info.Matthias Krüger-5/+4
2019-04-01rustup 41316f0449025394fdca6606d3fdb3b8f37a9872Matthias Krüger-1/+1
2019-04-01Updated source to match with recent rustc `master` toolchain changesFélix Fischer-1/+1
2019-03-12Remove some unused features and `error-pattern`sPhilipp Hansch-9/+0
2019-03-10Various cosmetic improvements.Alexander Regueiro-2/+2
2019-03-10rustfmtJohn Kåre Alsaker-12/+15
2019-03-10Use the new rustc interfaceJohn Kåre Alsaker-55/+61
2019-02-26Remove `#[feature(try_from)]`Michael Wright-1/+0
2019-02-10removing redundant closures in the whole projectGrzegorz-2/+2
2019-02-02Drive-by cleanups to cargo-clippy. No functional change.Jeremy Fitzhardinge-8/+2