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 |
|
Manish Goregaokar
|
433c834897
|
more readme
|
2014-12-28 20:12:48 +05:30 |
|
Manish Goregaokar
|
a8aadc7376
|
rust_clippy -> clippy
|
2014-12-26 05:30:03 +05:30 |
|
Manish Goregaokar
|
e57396bc52
|
Remove namespacing
|
2014-12-26 05:24:44 +05:30 |
|
Manish Goregaokar
|
ccf996c348
|
clippy lint group
|
2014-12-26 05:12:05 +05:30 |
|
Manish Goregaokar
|
32d060ae11
|
more rustup
|
2014-12-26 04:52:18 +05:30 |
|
Manish Goregaokar
|
b790b78eec
|
Merge branch 'master' of github.com:Manishearth/rust-clippy
|
2014-12-26 04:51:14 +05:30 |
|
Manish Goregaokar
|
39481a521c
|
rustup (MatchSource rename, missing copy)
|
2014-12-26 04:35:12 +05:30 |
|
Manish Goregaokar
|
84f39f08f8
|
Merge pull request #26 from Twisol/lint-toplevel-ref-arg-example
Add an example of the toplevel_ref_arg lint.
|
2014-12-25 20:53:33 +05:30 |
|
Jonathan Castello
|
a7d5048d48
|
Update README.md for clippy_toplevel_ref_arg .
|
2014-12-24 18:37:50 -08:00 |
|
Jonathan Castello
|
8770f79467
|
Add an example of the toplevel_ref_arg lint.
|
2014-12-24 17:48:03 -08:00 |
|
Manish Goregaokar
|
6f9984981e
|
Merge pull request #25 from Twisol/lint-toplevel-ref-arg
Check for args like `fn foo(ref x: u8)`, where the `ref` is useless
|
2014-12-25 05:42:37 +05:30 |
|
Jonathan Castello
|
1431fc04af
|
Implement a lint to check for args like fn foo(ref x: u8) , as the ref is effectively ignored by rustc.
|
2014-12-24 15:20:30 -08:00 |
|
Manish Goregaokar
|
2af7596f03
|
dylib
|
2014-12-25 04:43:56 +05:30 |
|
Manish Goregaokar
|
467b1ad9a4
|
rustup
|
2014-12-19 14:41:00 +05:30 |
|
Manish Goregaokar
|
2703038f93
|
Add seanmonstar's StrToString lint
|
2014-12-16 00:46:39 +05:30 |
|
Manish Goregaokar
|
98d88e7eb4
|
rm if_let gate
|
2014-12-11 03:04:58 +05:30 |
|
Manish Goregaokar
|
1e182b36fb
|
Update README.md
|
2014-12-10 12:21:55 +05:30 |
|
Manish Goregaokar
|
a9e0f48fd5
|
Merge pull request #20 from wenderen/path-fields
Path has only 2 fields now
|
2014-12-04 15:51:51 -08:00 |
|
Rohan Prinja
|
3a9fda7c7b
|
Path has only 2 fields now
See also: https://github.com/phildawes/racer/pull/72
|
2014-12-04 18:05:49 +05:30 |
|
Manish Goregaokar
|
e9c08c4b12
|
dlist readme
|
2014-11-20 13:44:22 +05:30 |
|
Manish Goregaokar
|
7bb411c239
|
more clippylike (from issue title)
|
2014-11-20 12:38:27 +05:30 |
|
Manish Goregaokar
|
ae635a60e6
|
add DList example
|
2014-11-20 12:37:45 +05:30 |
|
Manish Goregaokar
|
ca7ad5fa80
|
Add DList lint (fixes #2)
|
2014-11-20 12:37:37 +05:30 |
|
Manish Goregaokar
|
7cf7e4368f
|
readme
|
2014-11-20 00:49:03 +05:30 |
|
Manish Goregaokar
|
883b834068
|
Example for match_if_let
|
2014-11-20 00:18:41 +05:30 |
|
Manish Goregaokar
|
542bfe3570
|
+match_if_let
|
2014-11-20 00:18:31 +05:30 |
|
Manish Goregaokar
|
871641030e
|
rn box_vec
|
2014-11-20 00:17:42 +05:30 |
|
Manish Goregaokar
|
767bd168c1
|
moar clippylike
|
2014-11-19 14:34:18 +05:30 |
|
Manish Goregaokar
|
9341427b0a
|
docs
|
2014-11-19 14:32:47 +05:30 |
|
Manish Goregaokar
|
92f13d8231
|
boxvec
|
2014-11-19 14:27:34 +05:30 |
|
Manish Goregaokar
|
6db0039e90
|
Merge branch 'master' of github.com:Manishearth/rust-clippy
|
2014-11-19 13:28:25 +05:30 |
|