Matt Kraai
|
b778659c42
|
Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)
Fixes #2204
|
2017-11-05 04:19:11 -08:00 |
|
sinkuu
|
c102d50ece
|
&Self
|
2017-11-03 17:56:17 +09:00 |
|
sinkuu
|
be7c4b4862
|
Fix test
|
2017-11-03 17:36:38 +09:00 |
|
kennytm
|
44d3ea5308
|
Fix lint_without_lint_pass
|
2017-10-31 10:04:02 -07:00 |
|
Manish Goregaokar
|
f76225e388
|
Handle TyForeign
|
2017-10-29 05:21:25 -04:00 |
|
Alex Burka
|
24a2c14733
|
remove if_let_chain
|
2017-10-23 17:53:30 -04:00 |
|
Alex Burka
|
2153d1e560
|
manual fixups if_let_chain -> if_chain
|
2017-10-23 17:53:30 -04:00 |
|
Alex Burka
|
41840ae3c4
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
|
HMPerson1
|
e5076d06db
|
Add lint for From<String>
|
2017-10-20 20:47:30 -04:00 |
|
Paul Florence
|
406931381b
|
Fixed some code in clippy to pass the new, removed formatting changes.
|
2017-10-20 10:17:41 -04:00 |
|
Oliver Schneider
|
343e438f9d
|
Merge pull request #2120 from sinkuu/implicit_hasher
Implicit hasher lint
|
2017-10-17 15:24:20 +02:00 |
|
sinkuu
|
c3332ca92e
|
Fix panic with fake Range type
|
2017-10-13 21:51:57 +09:00 |
|
sinkuu
|
5a61d88fa1
|
Apply suggestions
|
2017-10-11 22:17:00 +09:00 |
|
Oliver Schneider
|
73a1dd8e7f
|
Merge pull request #2117 from sinkuu/improve_take_by_value
Improve needless_pass_by_value
|
2017-10-08 20:14:55 +02:00 |
|
sinkuu
|
2be6245179
|
Duplicate ptr_arg's suggestion logic
|
2017-10-08 17:51:44 +09:00 |
|
Chris Emerson
|
fcdce8fc1d
|
Merge branch 'master' into no_effect_with_drop
|
2017-10-07 23:24:36 +01:00 |
|
sinkuu
|
771d2220d2
|
Add identity_conversion lint (fixes #1051)
|
2017-10-04 22:16:16 +09:00 |
|
Laura Peskin
|
8e6abc6fd7
|
alphabetize paths to pass dogfood
|
2017-09-29 21:48:10 -04:00 |
|
Laura Peskin
|
f3e51d8d65
|
add lint for creation of invalid references
|
2017-09-29 21:01:10 -04:00 |
|
Oliver Schneider
|
bc76f397c6
|
Merge pull request #2084 from ykrivopalov/bit_mask_verbosity_threshold
Configuration option for VERBOSE_BIT_MASK threshold
|
2017-09-29 08:49:27 +02:00 |
|
Manish Goregaokar
|
201b5c2f24
|
Use ..= in the suggestion
|
2017-09-28 10:40:36 -07:00 |
|
Manish Goregaokar
|
0ca166277c
|
Rust upgrade to rustc 1.22.0-nightly (0e6f4cf51 2017-09-27)
|
2017-09-28 07:11:34 -07:00 |
|
Yury Krivopalov
|
5c56c924fc
|
Clarify verbose_bit_mask_threshold description
|
2017-09-27 10:31:39 +03:00 |
|
Manish Goregaokar
|
fabb6b6645
|
Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)
|
2017-09-25 19:52:29 -07:00 |
|
Yury Krivopalov
|
a3ad409341
|
Configuration option for VERBOSE_BIT_MASK threshold
By default is 1. u64, because I didn't figure out how to deserialize
u128 option from config.
|
2017-09-25 23:38:49 +03:00 |
|
Andre Bogus
|
1e0268fda8
|
avoid linting ptr_arg if .capacity() is called. Also suggest removing .as_str() where applicable.
THis fixes #2070.
Also fixes a few formatting mishaps
|
2017-09-20 23:59:23 +02:00 |
|
Chris Emerson
|
9a0a8a0010
|
Move has_drop to the utils module.
|
2017-09-19 21:38:35 +01:00 |
|
Martin Carton
|
0b64222a68
|
Fix case in doc_valid_idents
BibTeX and BibLaTeX use the usual capitalization of TeX tools:
- https://www.ctan.org/pkg/bibtex
- https://www.ctan.org/pkg/biblatex
|
2017-09-18 22:40:00 +02:00 |
|
Luca Bruno
|
62ae6d2251
|
lints/doc_markdown: add two more entries
|
2017-09-18 14:44:28 +00:00 |
|
Andre Bogus
|
72be166756
|
add suggestions for .clone() in ptr_arg fns
|
2017-09-16 09:10:26 +02:00 |
|
Oliver Schneider
|
32a9394490
|
Rustup
|
2017-09-13 15:34:04 +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
|
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 |
|
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 |
|
Manish Goregaokar
|
2544458559
|
Run rustfmt
|
2017-09-03 14:15:18 -07:00 |
|
Oliver Schneider
|
045139613a
|
Link to current versions docs instead of master docs
|
2017-09-01 12:34:10 +02:00 |
|
Oliver Schneider
|
ff91c6359a
|
wiki -> docs
|
2017-09-01 12:34:10 +02:00 |
|
Oliver Schneider
|
c64073b2f5
|
Deprecate the wiki and remove the lint list from the README (fixes #1933)
|
2017-09-01 12:34:05 +02:00 |
|
Oliver Schneider
|
a8cf4e8ecb
|
Accessing Span internals is deprecated
|
2017-08-31 14:47:45 +02:00 |
|
Oliver Schneider
|
9d6c0feef2
|
Rustup (fixes #2002)
|
2017-08-30 10:54:41 +02:00 |
|
Andre Bogus
|
df903edddd
|
New lint: (maybe_)infinite_iter
This fixes #1870 (mostly, does not account for loops yet)
|
2017-08-25 22:20:52 +02:00 |
|
Martin Carton
|
5cf3f8359f
|
Merge pull request #1989 from Frederick888/fix-1988
Try to fix #1988
|
2017-08-25 12:39:53 +02:00 |
|
Frederick Zhang
|
70c8fe5539
|
fix PathParameters usage
|
2017-08-25 19:38:28 +10:00 |
|
Alexey Zabelin
|
695bedbe27
|
Rename match_path_old to match_path
The old `match_path` was renamed to `match_qpath`.
As per #1983.
|
2017-08-24 20:42:50 -04:00 |
|
Oliver Schneider
|
ab362031ed
|
Merge pull request #1959 from DarkEld3r/1884-borrowed-box-any
Fix borrowed_box lint for Box<Any>
|
2017-08-24 23:59:15 +02:00 |
|
Andre Bogus
|
6d989c729d
|
add closure arg check, also catch non-consts
|
2017-08-23 17:54:35 +02:00 |
|