Chris Emerson
|
9a0a8a0010
|
Move has_drop to the utils module.
|
2017-09-19 21:38:35 +01:00 |
|
Chris Emerson
|
f680eb164d
|
Update unnecessary_operation and no_effect to not suggest removing
structs/enums wrappers when that type implements Drop as noted
in #2061.
|
2017-09-18 20:07:33 +01:00 |
|
Oliver Schneider
|
2bb8efdb4d
|
Merge pull request #2058 from rust-lang-nursery/ptr_arg-vs-clone
add suggestions for .clone() in ptr_arg fns
|
2017-09-17 15:37:21 +02:00 |
|
Marcus Klaas
|
48ed3c058f
|
Extend MANUAL_MEMCPY lint so that it also detects manual clones between slices
|
2017-09-16 19:17:22 -04:00 |
|
Marcus Klaas
|
e461e3f915
|
Format loops.rs with latest stable rustfmt
|
2017-09-16 18:45:28 -04:00 |
|
llogiq
|
708a818094
|
Merge pull request #2057 from topecongiro/issue-1818
Enhance CHARS_*_CMP lint
|
2017-09-16 09:16:55 +02:00 |
|
Andre Bogus
|
72be166756
|
add suggestions for .clone() in ptr_arg fns
|
2017-09-16 09:10:26 +02:00 |
|
topecongiro
|
81f5c69131
|
Enhance CHARS_*_CMP lint
|
2017-09-16 14:50:07 +09:00 |
|
topecongiro
|
197664e989
|
Add suggestion to needless_borrow
|
2017-09-16 11:27:24 +09:00 |
|
Seiichi Uchida
|
1f6801dd6a
|
Add ExprLoop to contains_continue_expr()
|
2017-09-14 22:26:59 +09:00 |
|
Oliver Schneider
|
86d609fdf6
|
Version bump
|
2017-09-14 09:13:54 +02:00 |
|
Oliver Schneider
|
b2c88b0a35
|
Merge remote-tracking branch 'origin/master' into rustup
|
2017-09-13 15:41:09 +02:00 |
|
Oliver Schneider
|
32a9394490
|
Rustup
|
2017-09-13 15:34:04 +02:00 |
|
Tuomas Siipola
|
d768fe8c16
|
Fix link in trivial_regex
|
2017-09-12 19:08:25 +03:00 |
|
Tuomas Siipola
|
6d3db724b7
|
Fix empty documentation in unit_expr
|
2017-09-12 19:08:25 +03:00 |
|
Tuomas Siipola
|
2b698db1ae
|
Fix links in approx_const
|
2017-09-12 19:08:18 +03:00 |
|
Oliver Schneider
|
b7222be917
|
Version bump
|
2017-09-12 14:40:24 +02:00 |
|
Oliver Schneider
|
b127ad251f
|
Rustup
|
2017-09-12 14:38:59 +02:00 |
|
Andre Bogus
|
e7e8e79020
|
suggestion for ptr_arg
|
2017-09-10 19:32:24 +02:00 |
|
Aaron Hill
|
d318ced660
|
Add CLONE_ON_REF_PTR lint
Closes issue #1645
|
2017-09-09 21:52:19 -04:00 |
|
Oliver Schneider
|
81d32123f4
|
Bump version
|
2017-09-09 14:37:16 +02:00 |
|
Oliver Schneider
|
edcf6e7e80
|
Use hir_id instead of fetching hir_id via the NodeId
|
2017-09-09 14:06:41 +02:00 |
|
Aaron Hill
|
8adc42b5b4
|
Update for latest Rust
This is mainly due to https://github.com/rust-lang/rust/commit/dead08cb33134
|
2017-09-09 01:23:08 -04:00 |
|
Manish Goregaokar
|
8aa1d118b3
|
Merge pull request #2004 from sunfishcode/master
When suggesting `from(x)` for lossless casts, strip parens from `x`.
|
2017-09-05 15:09:39 -07:00 |
|
Manish Goregaokar
|
44b852b10e
|
Merge pull request #2023 from montrivo/while_let_loop
`while_let_loop` doesn't take into account break-with-value #1948
|
2017-09-05 14:19:00 -07:00 |
|
Tim Nielens
|
7489a84c6a
|
while_let_loop doesn't take into account break-with-value #1948
|
2017-09-05 22:28:30 +02:00 |
|
Oliver Schneider
|
8c824e4cbc
|
Also ignore continue statements in is_unit_expr
|
2017-09-05 12:12:44 -07:00 |
|
Manish Goregaokar
|
7e9ba81297
|
for loops -> for-loops
|
2017-09-05 12:10:53 -07:00 |
|
Dan Gohman
|
396cfa7055
|
Only strip parens for binary expressions.
|
2017-09-05 10:55:08 -07:00 |
|
Dan Gohman
|
35cf2715dc
|
When suggesting from(x) for lossless casts, strip parens from x .
|
2017-09-05 10:55:04 -07:00 |
|
Manish Goregaokar
|
bc602df324
|
Update changelog
|
2017-09-05 10:54:45 -07:00 |
|
Manish Goregaokar
|
07d5dba0b7
|
Update changelog
|
2017-09-05 09:45:14 -07:00 |
|
Marcus Klaas
|
90f345df94
|
Add lint to detect manual slice copies
|
2017-09-05 12:56:26 +02:00 |
|
Oliver Schneider
|
e4524ac4de
|
Run nightly rustfmt
|
2017-09-05 12:39:27 +02:00 |
|
M. Hasbini
|
ee8c51be00
|
Fix "further information" link
"further information" link was missing the `v` part from the url.
e.g.
wrong (404 notfound): https://rust-lang-nursery.github.io/rust-clippy/0.0.157/index.html#map_entry
correct: https://rust-lang-nursery.github.io/rust-clippy/v0.0.157/index.html#map_entry
|
2017-09-04 20:03:51 +03:00 |
|
Oliver Schneider
|
1850c89528
|
Version Bump
|
2017-09-04 17:07:19 +02:00 |
|
Oliver Schneider
|
7757c893ef
|
Fix len_zero ICE
|
2017-09-04 17:05:47 +02:00 |
|
Oliver Schneider
|
009f5aaf83
|
Update to latest nightly
|
2017-09-04 16:10:36 +02:00 |
|
Manish Goregaokar
|
5e1899138f
|
Fix dogfood
|
2017-09-03 14:58:27 -07:00 |
|
Manish Goregaokar
|
2544458559
|
Run rustfmt
|
2017-09-03 14:15:18 -07:00 |
|
Manish Goregaokar
|
35eda0531a
|
Fix unit_expr expectations and changelog entry
|
2017-09-03 14:14:20 -07:00 |
|
Manish Goregaokar
|
e56da2782c
|
Merge branch 'pr-2016' into HEAD
|
2017-09-03 14:02:16 -07:00 |
|
Zaki Manian
|
0d9f56674d
|
Mention the false positive
|
2017-09-03 14:01:29 -07:00 |
|
Manish Goregaokar
|
5bc0a2dbfc
|
Bump to 0.0.156
|
2017-09-03 13:57:40 -07:00 |
|
Manish Goregaokar
|
4807909152
|
Rustup to rustc 1.22.0-nightly (744dd6c1d 2017-09-02) (fixes #2013)
|
2017-09-03 13:55:45 -07:00 |
|
Zaki Manian
|
8b53f2238b
|
Fix all the clippy lints
Add false positive tests
|
2017-09-03 13:39:49 -07:00 |
|
Zaki Manian
|
6657d4e7ff
|
Remove direct call for Deref
Remove "assigns" from the lint
|
2017-09-03 12:50:02 -07:00 |
|
Zaki Manian
|
e0caf26586
|
RustFmt file and tests
|
2017-09-03 11:19:59 -07:00 |
|
Zaki Manian
|
1c7583776b
|
Don't trigger lint on break or return
|
2017-09-03 11:17:20 -07:00 |
|
Zaki Manian
|
98ec8657e4
|
Improve the lint message
|
2017-09-03 09:52:28 -07:00 |
|