about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-10-12whup the while_let_loop for ignoring expressions!Ravi Shankar-19/+24
2015-10-12Merge pull request #379 from swgillespie/zero_div_zero_nanManish Goregaokar-0/+53
2015-10-12Merge pull request #381 from durka/patch-2llogiq-2/+2
2015-10-12Remove "are you sure?" from lint msg.Georg Brandl-1/+1
2015-10-12fix doc comment for if_let_chain!Alex Burka-2/+2
2015-10-11implement 0.0/0.0 -> NaN lint as described in #370swgillespie-0/+53
2015-10-12Rust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015-10-10)Manish Goregaokar-83/+99
2015-10-11Recommend using Mutex<()> for lockingFlorian Hartwig-1/+4
2015-10-08Fix documentation that disagrees with codeFlorian Hartwig-1/+1
2015-10-07Add a lint for sized integer types in a mutexFlorian Hartwig-4/+18
2015-10-07Change lint descriptionPyriphlegethon-24/+24
2015-10-07Add "nonsensical OpenOptions" lintPyriphlegethon-5/+148
2015-10-07Suggest using an atomic value instead of a Mutex where possibleFlorian Hartwig-0/+55
2015-10-07Merge pull request #354 from Pyriphlegethon/masterManish Goregaokar-0/+77
2015-10-05RingBuf was renamed to VecDeque (fixes #363)Georg Brandl-2/+2
2015-10-02Update the DefLocal patternJosh Stone-1/+1
2015-10-02Fix a panic caused by while letManish Goregaokar-2/+4
2015-10-01Merge pull request #351 from Wafflespeanut/while_letManish Goregaokar-17/+64
2015-09-30Fix rustup fallout: lifetimes false positivesManish Goregaokar-0/+10
2015-09-30rustup to rustc 1.5.0-nightly (65d5c0833 2015-09-29)Manish Goregaokar-9/+1
2015-09-30Remove unnecessary clones and add helper functionPyriphlegethon-44/+35
2015-09-29Add unnecessary mut passed lint for methodsPyriphlegethon-23/+53
2015-09-29extending while_let to warn for more statementsRavi Shankar-17/+64
2015-09-29Replace tabs by spacesPyriphlegethon-16/+16
2015-09-29Add unnecessary mut passed lintPyriphlegethon-0/+56
2015-09-28all: remove trailing spacesGeorg Brandl-2/+2
2015-09-28rustup to 1.5.0-nightly (7bf4c885f 2015-09-26)Manish Goregaokar-22/+24
2015-09-25rustup 2015-09-24Manish Goregaokar-8/+6
2015-09-24Merge branch 'pr-347'Manish Goregaokar-31/+31
2015-09-23Upgrade Rust to rustc 1.5.0-nightly (b2f379cdc 2015-09-23)Pietro Monteiro-31/+31
2015-09-22Merge pull request #344 from Manishearth/refletllogiq-2/+27
2015-09-22Handle let ref in toplevel_ref_arg as wellManish Goregaokar-2/+27
2015-09-20generalize let_and_return for any block (closes #340)Georg Brandl-3/+6
2015-09-19Fix stray backquote.Georg Brandl-1/+1
2015-09-19fix dogfoodManish Goregaokar-8/+7
2015-09-19Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17)Manish Goregaokar-178/+236
2015-09-17Merge pull request #337 from Manishearth/indentfixllogiq-31/+31
2015-09-17Merge pull request #336 from Manishearth/issue335llogiq-5/+8
2015-09-17fix indentationGeorg Brandl-31/+31
2015-09-17ref matches: false positive with only wildcard pattern match (fixes #335)Georg Brandl-5/+8
2015-09-17Rustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16)Manish Goregaokar-3/+30
2015-09-15Check for mutable borrow of counter variableNathan Weston-0/+2
2015-09-15Improve lint messageNathan Weston-3/+3
2015-09-15Add is_integer_literal utility functionNathan Weston-47/+19
2015-09-15New lint: loop with explicit counter variable (fixes #159)Nathan Weston-3/+227
2015-09-14use the constant folder to generalize the lint a little bit and clean up the ...swgillespie-25/+19
2015-09-14implement empty range lint as described in #330swgillespie-2/+37
2015-09-11removed expensive crate check from approx_constllogiq-21/+10
2015-09-11less false positives for approx_const and float_cmpllogiq-2/+10
2015-09-10additional macro check + more testsllogiq-2/+2