about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-13fixManish Goregaokar-5/+8
2015-08-13oh the ironyManish Goregaokar-3/+3
2015-08-13Some fixes from dogfooding clippyManish Goregaokar-5/+6
2015-08-13new lint: looping over x.iter() or x.iter_mut() (fixes #157)Georg Brandl-8/+32
2015-08-13spelling fix, rework needless_bool with snippet (fixes #150)Georg Brandl-15/+25
2015-08-13update_lints: add a check mode for travis runsGeorg Brandl-4/+4
2015-08-13Merge branch 'pr-152'Manish Goregaokar-67/+91
2015-08-13initial addition and subtraction for bytes and intsllogiq-2/+81
2015-08-13Mergellogiq-1/+1
2015-08-13grammarAndre Bogus-6/+6
2015-08-13added `string_add` to `clippy` lint groupllogiq-0/+1
2015-08-13pulled strings passes together, added more testsllogiq-17/+2
2015-08-13fixed formattingllogiq-24/+24
2015-08-13added string_add lint and fixed string_add_assign + testllogiq-4/+44
2015-08-13improved string_add/string_add_assign messages, Allow-by-default string_add_a...llogiq-3/+4
2015-08-13update script: also generate lint list in lib.rsGeorg Brandl-35/+36
2015-08-13all: DRY for lint descriptionsGeorg Brandl-41/+64
2015-08-13changed Constant to a struct with 'needed_resolution' boolllogiq-64/+138
2015-08-13added follow flagllogiq-41/+113
2015-08-13fixed if-condition matchllogiq-2/+2
2015-08-13First (incomplete) const foldingllogiq-0/+131
2015-08-13Merge branch 'pr-149'Manish Goregaokar-20/+22
2015-08-13Merge branch 'pr-140'Manish Goregaokar-0/+146
2015-08-13lint messages: remove trailing periodGeorg Brandl-18/+20
2015-08-13tests: use fragment of lint text for error checkingGeorg Brandl-1/+1
2015-08-13lifetimes lint: include support for lifetimes as generic paramsGeorg Brandl-0/+9
2015-08-13lifetimes lint: straighten some code, add a few commentsGeorg Brandl-20/+28
2015-08-13new lint for needless lifetimes (fixes #115)Georg Brandl-0/+129
2015-08-13new lint: using `for i in 0..x { .. vec[i] .. }` instead of iterator (fixes #3)Georg Brandl-0/+108
2015-08-13if_let_chain: allow mixing in normal ifs as wellGeorg Brandl-17/+33
2015-08-12grammarAndre Bogus-2/+2
2015-08-12unicode: add lint against non-ascii chars in literals (Allow by default), #85Georg Brandl-15/+14
2015-08-12Merge branch 'pr-138'Manish Goregaokar-2/+36
2015-08-12methods: lint against String.to_string (fixes #100)Georg Brandl-1/+10
2015-08-12added `string_add` to `clippy` lint groupllogiq-0/+1
2015-08-12pulled strings passes together, added more testsllogiq-17/+2
2015-08-12fixed formattingllogiq-24/+24
2015-08-12added string_add lint and fixed string_add_assign + testllogiq-4/+44
2015-08-12methods: move misc.StrToStringPass to MethodsPassGeorg Brandl-34/+12
2015-08-12new lint: warn if let-binding has unit value (fixes #74)Georg Brandl-2/+36
2015-08-12Use snippet, pprust methods expand ASTManish Goregaokar-7/+6
2015-08-12Merge pull request #137 from birkenfeld/collapsible_if_fixManish Goregaokar-6/+8
2015-08-12collapsible_if: do not show Debug display of expressionGeorg Brandl-6/+8
2015-08-12len_zero: display full suggested expr in messageGeorg Brandl-7/+7
2015-08-12all: make style of lint messages consistentGeorg Brandl-48/+46
2015-08-12utils: implement if_let_chain macro as suggested by isHavvyGeorg Brandl-15/+43
2015-08-11new lint for "let x = EXPR; x" at the end of functions (fixes #104)Georg Brandl-7/+42
2015-08-11move NeedlessReturn pass out to its own module and rename to ReturnPassGeorg Brandl-71/+78
2015-08-11types: remove almost duplicate helper functionGeorg Brandl-11/+3
2015-08-11new lint for Option.unwrap() and Result.unwrap()Georg Brandl-0/+43