about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2018-05-28Merge pull request #2810 from Aaronepower/stable_feature_flagsOliver Schneider-3/+0
2018-05-28Removed stable feature flagsAaron Power-3/+0
2018-05-27running update lints scriptReiner Dolp-2/+2
2018-05-26RustupOliver Schneider-2/+2
2018-05-24Fix note on macro outside current crate. Changed group to restrictedMichael A. Plikk-2/+1
2018-05-24Rename panic files to panic_unimplementedMichael A. Plikk-6/+6
2018-05-24Create lint for unimplemented!()Michael A. Plikk-0/+2
2018-05-19Use the new scoped tool attributesOliver Schneider-1/+0
2018-05-04Merge pull request #2713 from alexreg/nightly-fixOliver Schneider-1/+0
2018-05-03remove unused crate importOliver Schneider-1/+0
2018-04-30Lint for multiple versions of dependenciesYusuf Simonson-0/+10
2018-04-27rustupMateusz Mikuła-0/+3
2018-04-25Merge pull request #2673 from estk/excessive_precisionOliver Schneider-0/+4
2018-04-24New excessive precision lint for floatsEvan Simmons-0/+4
2018-04-24Merge pull request #2684 from 17cupsofcoffee/infallible-destructuring-matchOliver Schneider-0/+4
2018-04-24Implement lint for destructuring tuple structs with a let and a match (closes...Joe Clay-0/+4
2018-04-19Version bumpOliver Schneider-2/+4
2018-04-15Merge pull request #1467 from philipturnbull/option_map_nil_fnOliver Schneider-0/+4
2018-04-15Version bumpOliver Schneider-10/+16
2018-04-15Also lint Result.map for unit returnsPhilipp Hansch-0/+1
2018-04-15Rename option_map_unit_fn to map_unit_fnPhilipp Hansch-3/+3
2018-04-15Rename lint to option_map_unit_fnPhilipp Hansch-3/+3
2018-04-15Lint `Option.map(f)` where f returns nilPhil Turnbull-0/+3
2018-04-11Merge pull request #2661 from devonhollowood/ptr-ptr-castsOliver Schneider-2/+8
2018-04-11Deprecate misaligned_transmuteDevon Hollowood-2/+4
2018-04-11Fix misaligned_transmute lintDevon Hollowood-0/+4
2018-04-08Temporarily disable the needless_borrow lintOliver Schneider-2/+1
2018-04-07New lints for write! / writeln! macros.Evan Simmons-11/+10
2018-04-04Bump version to 0.0.192Manish Goregaokar-2/+3
2018-03-29Address review commentsOliver Schneider-20/+23
2018-03-28Update test suiteOliver Schneider-1/+206
2018-03-28Categorize all the lints!Oliver Schneider-118/+116
2018-03-27Implementation + move one lintOliver Schneider-1/+28
2018-03-26Merge pull request #2574 from mark-i-m/i128Oliver Schneider-2/+4
2018-03-25make it pass for nowMark Mansi-0/+4
2018-03-25i128 is stableMark Mansi-2/+0
2018-03-16Remove attributes for stable featuresMateusz Mikuła-2/+1
2018-03-16RustupOliver Schneider-1/+1
2018-03-13Update to rustc masterOliver Schneider-1/+1
2018-03-07Merge pull request #2483 from kimsnj/infinite_loopOliver Schneider-0/+1
2018-02-26Bump to 0.0.187Manish Goregaokar-2/+2
2018-02-26oopsManish Goregaokar-1/+0
2018-02-26Rustup to rustc 1.26.0-nightly (322d7f7b9 2018-02-25)Manish Goregaokar-0/+1
2018-02-25lint: immutable only vars in while conditionKarim Snj-0/+1
2018-02-19Merge branch 'master' into suspicious_implPhilipp Krones-0/+4
2018-02-13Lint for suspicious implementations of arithmetic std::ops traitsflip1995-0/+4
2018-02-10Implement redundant field names lint #2244TomasKralCZ-0/+3
2018-02-06Make decimal_literal_representation a restriction lintflip1995-1/+1
2018-02-02Bump to 0.0.185Manish Goregaokar-1/+2
2018-01-31Add question mark operatorGuillem Nieto-0/+2