Commit Graph

4734 Commits

Author SHA1 Message Date
Camille TJHOA bac950b4d6 Fix and improve README 2015-05-18 12:22:45 +02:00
Manish Goregaokar 3b82a28ce7 Merge pull request #59 from Manishearth/mut_mut
Mut mut no longer matches ty_ptr, better error messages
2015-05-18 15:50:04 +05:30
llogiq 5556d89f56 removed ty_ptr match 2015-05-18 11:36:56 +02:00
llogiq b9414637e2 better messages 2015-05-18 10:52:43 +02:00
llogiq 7260be49fc Merge pull request #58 from Manishearth/mut_mut
mut_mut now more robust (thanks to Manishearth, see issue #9)
2015-05-18 10:43:59 +02:00
llogiq 1f8453ab73 mut_mut now more robust (thanks to Manishearth, see issue #9) 2015-05-18 10:41:15 +02:00
llogiq 887c518d07 Merge pull request #57 from Manishearth/mut_mut
New lint: mut_mut
2015-05-18 09:07:03 +02:00
llogiq 96bfade4f1 New lint: mut_mut (closes issue #9) 2015-05-18 09:02:24 +02:00
llogiq cd62ef3450 Merge pull request #56 from Manishearth/identity_op
new lint: identity_op, refactored bit_masks a bit
2015-05-15 19:16:40 +02:00
llogiq edf747ab76 new lint: identity_op, refactored bit_masks a bit 2015-05-15 18:46:43 +02:00
llogiq 6f527ea810 Merge pull request #55 from Manishearth/ineffective_bit_mask
Added 'ineffective bit mask' lint
2015-05-15 14:13:34 +02:00
llogiq 6bec4f35df Added 'ineffective bit mask' lint 2015-05-15 14:09:29 +02:00
Manish Goregaokar 905509083c Update README.md 2015-05-14 14:41:33 +05:30
Manish Goregaokar 2ffbdfdcd0 oops 2015-05-10 16:13:02 +05:30
Manish Goregaokar 4eb47abde7 crates 2015-05-10 16:10:05 +05:30
Manish Goregaokar 2447e1d5be Add eta reduction (fixes #29) 2015-05-10 11:49:08 +05:30
Manish Goregaokar 709dfe1cea plugin 2015-05-09 15:24:54 +05:30
Manish Goregaokar 5b1cda74c6 Add info 2015-05-09 15:22:22 +05:30
Manish Goregaokar 068e215728 move to compiletest on crates 2015-05-09 15:19:12 +05:30
llogiq b24433f36d added test for issue #31 2015-05-08 06:01:41 +02:00
Manish Goregaokar 4ea4c292f2 Merge pull request #52 from pythonesque/fix_vec
Fix Box<Vec<T>> test.
2015-05-07 11:23:54 +05:30
Joshua Yanovski 11dea78595 Fix Box<Vec<T>> test. 2015-05-06 22:52:16 -07:00
Manish Goregaokar 0f77b8cb38 Merge pull request #51 from pythonesque/fix-const-lookup
Fix panic during constant lookup.
2015-05-07 10:51:31 +05:30
Joshua Yanovski a175463acc Fix panic during constant lookup. 2015-05-06 21:41:54 -07:00
llogiq 9b3264e693 Merge pull request #50 from Manishearth/precedence
Now without errors, refactored precedence lint
2015-05-06 14:42:48 +02:00
llogiq 23525081f9 fixed typo from last commit 2015-05-06 14:19:02 +02:00
llogiq 7a8de35abc refactored precedence lint 2015-05-06 13:20:47 +02:00
llogiq 39e3487f4a Merge pull request #48 from Manishearth/precedence
New lint: precedence, see issue #41
2015-05-06 13:10:00 +02:00
llogiq 17bcf0e865 New lint: precedence, see issue #41 2015-05-06 12:59:08 +02:00
Manish Goregaokar a22c618779 Merge pull request #47 from Manishearth/float_cmp
Added new 'float_cmp' lint (see issue #46)
2015-05-06 13:37:55 +05:30
llogiq ac151bb1f0 Added new 'float_cmp' lint (see issue #46) 2015-05-06 10:01:49 +02:00
llogiq ae05d5fee2 Merge pull request #44 from Manishearth/cmp_nan
new lint to check for doomed comparisons to NAN
2015-05-04 14:14:13 +02:00
llogiq 0936e0617a new lint to check for doomed comparisons to NAN 2015-05-04 14:11:15 +02:00
llogiq 872628e99e Merge pull request #43 from Manishearth/approx_const
New lint: approx_const
2015-05-04 12:51:57 +02:00
llogiq 2cb84b9d15 New lint: approx_const 2015-05-04 12:01:34 +02:00
llogiq 8d2328d9a5 Added &String matching and renamed to vec_ptr_arg to ptr_arg, also added README section 2015-05-04 08:15:24 +02:00
llogiq 07adeee6e9 Added check for zero bitmask and uncommon directions, wrong comment in needless_bool corrected, added new lint vec_ptr_arg + test 2015-05-04 07:20:34 +02:00
llogiq 53fa76dff9 new lint: needless_bool (TODO: The warnings could give more specific directions) 2015-05-02 00:35:49 +02:00
llogiq 3a9bf24bb3 Added constant lookup (with help from Manish) to bad_bit_mask 2015-04-30 15:17:06 +02:00
Manish Goregaokar 8b675236df Merge pull request #34 from llogiq/master
Merge extra_lints
2015-04-30 16:01:46 +05:30
llogiq 441b55b328 Added eq_op and bad_bit_mask from the extra_lints project (mostly plain copy, need to refactor to integrate better) 2015-04-30 11:48:43 +02:00
Manish Goregaokar 2935c31692 rustup (rustc 1.0.0-nightly (00978a987 2015-04-18) (built 2015-04-19)) 2015-04-20 16:18:35 +05:30
Manish Goregaokar ab65383f64 travisify 2015-04-14 00:21:16 +05:30
Manish Goregaokar a5c3102594 Use compiletest 2015-04-14 00:20:44 +05:30
Manish Goregaokar 2756ebe056 rustup 2015-04-14 00:12:51 +05:30
Manish Goregaokar 426a3ee1e7 Rustup 2015-03-02 16:13:44 +05:30
Manish Goregaokar 67701e0062 -warnings 2015-02-19 05:03:27 +05:30
Manish Goregaokar f428b18c47 rustup (fixes #28) 2015-01-10 11:56:58 +05:30
Manish Goregaokar 538db34e60 into_string() -> to_owned() (fix #27) 2015-01-10 10:52:03 +05:30
Manish Goregaokar b7ecb6e7c7 rustup 2015-01-07 09:35:34 +05:30