Commit graph

1457 commits

Author SHA1 Message Date
llogiq
66c03f980e Merge pull request #962 from Manishearth/fix-doc
Fix DOC_MARKDOWN and multiline links and quotes
2016-06-04 09:24:39 +02:00
llogiq
7944fa811b Merge pull request #979 from Manishearth/fx-975
Correctly check for variable use in `useless_let_if_seq`
2016-06-03 21:42:41 +02:00
mcarton
5c2a10d703 Correctly check for variable use in useless_let_if_seq 2016-06-03 19:35:39 +02:00
Martin Carton
d9c49b205d Merge pull request #978 from Manishearth/fx-977
Make new_without_default ignore const fns
2016-06-03 19:19:23 +02:00
Manish Goregaokar
bf4ce86e9e
Make new_without_default ignore const fns; fixes #977 2016-06-03 20:17:39 +05:30
Martin Carton
d7df882fa0 Merge pull request #974 from oli-obk/metadata2
process more kinds of metadata
2016-06-02 17:46:52 +02:00
Oliver Schneider
078cc68c52
no indexing 2016-06-02 17:39:28 +02:00
Oliver Schneider
7bb8ba4631
process more kinds of metadata 2016-06-02 17:29:25 +02:00
Martin Carton
b33abd3876 Merge pull request #972 from Manishearth/fix-953
only lint `new_without_default` for public items
2016-06-02 02:14:51 +02:00
Andre Bogus
49982036fc only lint new_without_default for public items
This fixes #953.
2016-06-01 23:35:14 +02:00
mcarton
efeba8eec3 Fix CHANGELOG 2016-06-01 00:04:47 +02:00
Martin Carton
5f0f64c82d Merge pull request #970 from Manishearth/rustup
s/PatKind::Ident/PatKind::Binding/g
2016-05-31 23:54:02 +02:00
mcarton
5c51a2452d Bump to 0.0.71
Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)*
2016-05-31 23:36:42 +02:00
Andre Bogus
2811dd64ec added missing PatKind::Path + tests 2016-05-31 23:35:42 +02:00
Andre Bogus
e18dc948c7 another one. Somehow I failed to correctly commit 2016-05-31 23:30:49 +02:00
Andre Bogus
1b112f96b8 added mcarton's test suggestion 2016-05-31 23:30:49 +02:00
Andre Bogus
46491443ff dogfood error in consts fixed 2016-05-31 23:30:49 +02:00
Andre Bogus
ef5db37d9d additional error in copies test annotated 2016-05-31 23:30:49 +02:00
Andre Bogus
6aa37e57a2 s/PatKind::Ident/PatKind::Binding/g 2016-05-31 23:30:49 +02:00
llogiq
762aff2519 Merge pull request #960 from oli-obk/libbin
don't require `cargo clippy` to pass a `--lib` or `--bin x` argument
2016-05-31 16:53:37 +02:00
Oliver Schneider
41e71b4f48
leave the clippy_lints directory after testing 2016-05-31 14:37:25 +02:00
Oliver Schneider
80e81d351d
add version check to the unit tests 2016-05-30 12:47:04 +02:00
Oliver Schneider
3ad0a49632
travis should check clippy-lints 2016-05-30 11:32:02 +02:00
Oliver Schneider
e6a089efa9
dogfood 2016-05-30 11:32:02 +02:00
Oliver Schneider
0818e70497
don't require cargo clippy to pass a --lib or --bin x argument 2016-05-30 11:32:02 +02:00
Manish Goregaokar
cbc430a699 Merge pull request #814 from Manishearth/let_mut_if
Add a `USELESS_LET_IF_SEQ` lint
2016-05-29 16:12:55 +05:30
mcarton
42879bcdcb
Add a USELESS_LET_IF_SEQ lint 2016-05-29 12:19:12 +02:00
Andre Bogus
8fbbabb221 ran update_lints.py
I forgot that in the previous commit. Shame on me.
2016-05-29 11:57:56 +02:00
Andre Bogus
d1d62a8e76 Merge branch 'pr-961' 2016-05-29 11:48:28 +02:00
mcarton
ed7ac0d9b5 Add a README for clippy_lints
This avoids the error:

> error: failed to read `/tmp/tralala/clippy_lints/README.md`

when publishing.
2016-05-28 16:51:21 +02:00
Martin Carton
3341940a97 Merge pull request #958 from Manishearth/rustup
Rustup to *1.10.0-nightly (7bddce693 2016-05-27)* && bump to 0.0.70
2016-05-28 16:43:34 +02:00
mcarton
c1d7babc92
Bump to 0.0.70 2016-05-28 16:36:58 +02:00
mcarton
a892a96eeb
Rustup to *1.10.0-nightly (7bddce693 2016-05-27)* 2016-05-28 16:35:38 +02:00
mcarton
97c9930a3f
Fix doc_markdown and multiline quotes and links 2016-05-28 03:22:55 +02:00
mcarton
ac0bb4126c Improve markdown parsing for the doc lint 2016-05-28 02:08:01 +02:00
Georg Brandl
5d64b81787 Ensure the correct clippy_lints dependency version. 2016-05-27 17:22:34 +02:00
Georg Brandl
f314fa8d28 Some Python style nits. 2016-05-27 15:57:03 +02:00
mcarton
71b41b6e01 Fix wiki links and char_lit_as_u8 2016-05-27 15:55:08 +02:00
Manish Goregaokar
9110b6eb60 Merge pull request #950 from oli-obk/split3
split clippy into lints, plugin and cargo-clippy
2016-05-27 18:46:05 +05:30
Oliver Schneider
bf227f4729
split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
Martin Carton
ef46015151 Merge pull request #957 from oli-obk/needs_borrow
needless_borrow reported on &&T when only &T implements Trait and &Trait is required
2016-05-27 12:26:00 +02:00
Oliver Schneider
5eca09793e
needless_borrow reported on &&T when only &T implements Trait and &Trait is required 2016-05-27 12:12:38 +02:00
mcarton
8ac545d0fe Fix documentation 2016-05-26 00:08:31 +02:00
llogiq
4c347320be Merge pull request #955 from Manishearth/regexes
Regexes
2016-05-26 00:00:07 +02:00
mcarton
51d166f17a Support RegexBuilder 2016-05-25 21:36:51 +02:00
mcarton
4f11f84dee Lint binary regexes 2016-05-25 21:14:14 +02:00
Manish Goregaokar
b4d7880730 Merge pull request #954 from oli-obk/ininneffective_unsafe_block
fix no_effect lint
2016-05-25 22:38:03 +05:30
Oliver Schneider
bb69e60b30
fix no_effect lint 2016-05-25 18:51:35 +02:00
Martin Carton
77ed899941 Merge pull request #940 from oli-obk/simplify/mut_mut
simplify `mut_mut` lint
2016-05-25 13:07:59 +02:00
Oliver Schneider
e90a0be923
simplify mut_mut lint 2016-05-25 10:40:25 +02:00