about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-09-08made shadow_unrelated allow, added previous binding span note, fixed #319llogiq-21/+36
2015-09-08Fix mut_mut false positive, make Allow (fixes #309)Manish Goregaokar-3/+2
2015-09-07damn autocorrectllogiq-1/+1
2015-09-07replace if let by equality checkllogiq-1/+1
2015-09-07split wrong_self_convention in pub/default visibility partllogiq-1/+10
2015-09-06de-closured the item name getterAndre Bogus-12/+13
2015-09-06fix false positive len_zero in is_empty()Andre Bogus-25/+33
2015-09-06Merge pull request #308 from Manishearth/unit_cmpllogiq-0/+1
2015-09-06fixed buildAndre Bogus-1/+1
2015-09-06macro check for unit_cmpAndre Bogus-0/+1
2015-09-06fixed bad_bit_mask false positiveAndre Bogus-2/+2
2015-09-06Don't show the explicit_iter_loop lint for arrays with more than 32 elementsinrustwetrust-3/+4
2015-09-06dogfooding a newly caught problemAndre Bogus-12/+10
2015-09-06More strict macro checkAndre Bogus-69/+71
2015-09-05Made min_max `Warn` by defaultllogiq-1/+1
2015-09-05hir naming, removed lookup, match full pathllogiq-35/+18
2015-09-05new lint: min_maxllogiq-4/+97
2015-09-04fixed dogfood by using snippet instead of the (escaped) literal stringllogiq-11/+11
2015-09-04Unicode lints, second attempt: Lint whole strings, help with replacementllogiq-17/+45
2015-09-04Merge pull request #298 from birkenfeld/as_mutManish Goregaokar-1/+1
2015-09-04methods: allow &mut self for as_ methodsGeorg Brandl-1/+1
2015-09-03Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3...Manish Goregaokar-56/+64
2015-09-03also ignore functionsllogiq-2/+5
2015-09-03Fix ICEManish Goregaokar-1/+2
2015-09-02shadow: complete coverage of "contains_self" checkerGeorg Brandl-13/+39
2015-09-02methods: allow multiple self kinds for "is_" methodsGeorg Brandl-9/+11
2015-09-02don't say "did you mean to" - use the standard "consider..."Georg Brandl-8/+7
2015-09-02Only handle ranges starting with 0 for needless_range_loop (fixes #279)Manish Goregaokar-20/+26
2015-09-02check item name for eq, fixes #268llogiq-0/+12
2015-09-02reporting improvementsllogiq-12/+29
2015-09-02match region patternsllogiq-6/+6
2015-09-02extended pattern matchingllogiq-9/+8
2015-09-02extended pattern matchingllogiq-7/+45
2015-09-01methods: try to allow value self when type is Copy (fixes #273)Georg Brandl-10/+25
2015-09-01new lint: self conventions for certain method names (fixes #267)Georg Brandl-14/+55
2015-09-01lib: add clippy_pedantic group with all Allow by default lints (fixes #265)Georg Brandl-14/+11
2015-09-01FnKind::FkClosure -> FnKind::ClosureFrank Denis-1/+1
2015-08-31Merge branch 'pr-260'Manish Goregaokar-0/+23
2015-08-31lifetimes lint: walk type bounds as well as types (fixes #253, again)Georg Brandl-13/+35
2015-08-31loops: fix false positives with explicit_iter_loop and references (fixes #261)Georg Brandl-2/+4
2015-08-31loops: remove debugging printGeorg Brandl-1/+0
2015-08-30new lint: unnecessary patterns (x@_ -> x)Georg Brandl-0/+23
2015-08-30add precedence_negative_literal lintTim Neumann-46/+68
2015-08-30new lint: using collect() to just exhaust an iteratorGeorg Brandl-1/+20
2015-08-30new lint: loop-match-break, which could be while-let (fixes #118)Georg Brandl-14/+75
2015-08-30lifetimes lint: take "where" clauses into account (fixes #253)Georg Brandl-6/+24
2015-08-28rustup, the ExpnInfo stuff changedllogiq-7/+11
2015-08-27Merge branch 'pr-228'Manish Goregaokar-143/+207
2015-08-27appease the dogfood godsManish Goregaokar-0/+2
2015-08-27More macro checksManish Goregaokar-11/+22