about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-18mut_mut now more robust (thanks to Manishearth, see issue #9)llogiq-19/+24
2015-05-18New lint: mut_mut (closes issue #9)llogiq-0/+54
2015-05-15new lint: identity_op, refactored bit_masks a bitllogiq-0/+85
2015-05-15Added 'ineffective bit mask' lintllogiq-10/+34
2015-05-10Add eta reduction (fixes #29)Manish Goregaokar-0/+62
2015-05-06Fix Box<Vec<T>> test.Joshua Yanovski-1/+1
2015-05-06Fix panic during constant lookup.Joshua Yanovski-8/+10
2015-05-06fixed typo from last commitllogiq-1/+1
2015-05-06refactored precedence lintllogiq-12/+10
2015-05-06New lint: precedence, see issue #41llogiq-1/+47
2015-05-06Added new 'float_cmp' lint (see issue #46)llogiq-11/+42
2015-05-04new lint to check for doomed comparisons to NANllogiq-1/+34
2015-05-04New lint: approx_constllogiq-1/+67
2015-05-04Added &String matching and renamed to vec_ptr_arg to ptr_arg, also added READ...llogiq-11/+14
2015-05-04Added check for zero bitmask and uncommon directions, wrong comment in needle...llogiq-3/+104
2015-05-02new lint: needless_bool (TODO: The warnings could give more specific directions)llogiq-1/+55
2015-04-30Added constant lookup (with help from Manish) to bad_bit_maskllogiq-9/+22
2015-04-30Added eq_op and bad_bit_mask from the extra_lints project (mostly plain copy,...llogiq-1/+331
2015-04-20rustup (rustc 1.0.0-nightly (00978a987 2015-04-18) (built 2015-04-19))Manish Goregaokar-4/+4
2015-04-14rustupManish Goregaokar-4/+4
2015-03-02RustupManish Goregaokar-12/+12
2015-02-19-warningsManish Goregaokar-1/+2
2015-01-10rustup (fixes #28)Manish Goregaokar-4/+4
2015-01-10into_string() -> to_owned() (fix #27)Manish Goregaokar-2/+2
2015-01-07rustupManish Goregaokar-2/+2
2014-12-26Remove namespacingManish Goregaokar-17/+17
2014-12-26clippy lint groupManish Goregaokar-5/+8
2014-12-26more rustupManish Goregaokar-0/+1
2014-12-26Merge branch 'master' of github.com:Manishearth/rust-clippyManish Goregaokar-3/+28
2014-12-26rustup (MatchSource rename, missing copy)Manish Goregaokar-1/+4
2014-12-24Implement a lint to check for args like `fn foo(ref x: u8)`, as the `ref` is ...Jonathan Castello-3/+28
2014-12-19rustupManish Goregaokar-4/+4
2014-12-16Add seanmonstar's StrToString lintManish Goregaokar-0/+38
2014-12-11rm if_let gateManish Goregaokar-2/+2
2014-12-04Path has only 2 fields nowRohan Prinja-2/+2
2014-11-20more clippylike (from issue title)Manish Goregaokar-1/+1
2014-11-20Add DList lint (fixes #2)Manish Goregaokar-2/+27
2014-11-20+match_if_letManish Goregaokar-3/+50
2014-11-19moar clippylikeManish Goregaokar-1/+1
2014-11-19docsManish Goregaokar-4/+5
2014-11-19boxvecManish Goregaokar-3/+80
2014-11-19init cargoManish Goregaokar-0/+3