about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-11-19warn on use of ok().expect()Florian Hartwig-6/+105
2015-11-19Update to latest rust nightlyFlorian Hartwig-14/+13
2015-11-17rustfmt a littleSeo Sanghyeon-14/+16
2015-11-17Remove trailing commas in match arms with blocksSeo Sanghyeon-49/+49
2015-11-14Merge pull request #452 from fhartwig/lifetime-false-positivesllogiq-24/+62
2015-11-11Match `min` and `max` functions using `DefId`Andrew Paseltiner-7/+9
2015-11-11Add lint for useless transmutesAndrew Paseltiner-0/+40
2015-11-11Track elided lifetimes in types and trait objectsFlorian Hartwig-24/+62
2015-11-10use rustc's eval_const, bail on (negative) infinityAndre Bogus-5/+11
2015-11-10use visitor for contains_selfAndre Bogus-88/+12
2015-11-09Remove executable permission from remaining source filesAndrew Paseltiner-0/+0
2015-11-08Merge pull request #440 from Manishearth/map_cloneManish Goregaokar-38/+54
2015-11-05match .map(Clone::clone)llogiq-38/+54
2015-11-05Rustup to rustc 1.6.0-nightly (effcd2965 2015-11-04)Manish Goregaokar-2/+2
2015-11-04New lint for assignment to temporarySeo Sanghyeon-0/+47
2015-11-03check for Deref conversionswartman4404-14/+13
2015-11-03New lint for using `.cloned()`wartman4404-0/+105
2015-11-03New lint for zip with array length instead of enumerate()Nathan Weston-3/+35
2015-10-31Fix ptr-arg false positive for trait implsManish Goregaokar-2/+8
2015-10-29Merge pull request #422 from sanxiyn/no-effectllogiq-0/+64
2015-10-29New lint for statement with no effectSeo Sanghyeon-0/+64
2015-10-28Don't show single_match if match_bool also applieswartman4404-2/+4
2015-10-27Allow needless_lifetime to pass dogfood.shFlorian Hartwig-0/+1
2015-10-26Fix false positives when iterator variable is used after the loopFlorian Hartwig-17/+44
2015-10-26Fixes for code review commentsFlorian Hartwig-9/+18
2015-10-26Don't suggest using a for loop if the iterator is used in the loop bodyFlorian Hartwig-2/+31
2015-10-26Suggest for loop instead of while-let when looping over iteratorsFlorian Hartwig-1/+16
2015-10-26Fix reverse_range_loop not taking sign into account (fixes #409)Georg Brandl-3/+67
2015-10-24Compare float literals to stringified constantsKevin Yap-26/+45
2015-10-22Change implementation of approx_const lintKevin Yap-22/+28
2015-10-22New lint for struct update that has no effectSeo Sanghyeon-0/+38
2015-10-21added code snippet help to match_boolAndre Bogus-2/+51
2015-10-20Fixups from review commentsVikas Kumar-9/+4
2015-10-20Ran util/update_lints.py to auto gen doc and lib.rsVikas Kumar-1/+1
2015-10-20Match on bool should be replaced with if..else blockVikas Kumar-1/+19
2015-10-18Merge branch 'pr-394'Manish Goregaokar-0/+70
2015-10-17Cleanup as discussed in PRFlorian Gilcher-11/+28
2015-10-17Make is_from_for_desugar sound (rust/28973 got fixed)Manish Goregaokar-5/+1
2015-10-15Regnerate README.mdFlorian Gilcher-1/+1
2015-10-15New lint for needless use of nightly featuresFlorian Gilcher-0/+53
2015-10-15Fix type complexity lintManish Goregaokar-9/+1
2015-10-15Merge branch 'master' of https://github.com/Manishearth/rust-clippy into rustupAndre Bogus-3/+3
2015-10-15rustupAndre Bogus-2/+2
2015-10-14Make ptr_arg lint warn by defaultFlorian Hartwig-3/+3
2015-10-14Merged #365Andre Bogus-7/+125
2015-10-14Merged #366Andre Bogus-5/+148
2015-10-14Merge PR #374Andre Bogus-25/+23
2015-10-13new lint to detectAndre Bogus-1/+13
2015-10-13improved precedence messages (fixes #389)Andre Bogus-8/+26
2015-10-13Improve cmp_owned suggestions (fixes #386)Manish Goregaokar-15/+27