Oliver 'ker' Schneider
|
ea1d432f66
|
publish 0.97
|
2016-11-03 21:23:49 +01:00 |
|
Oliver Schneider
|
2b1b91bbff
|
Merge pull request #1321 from EpicatSupercell/master
fixed callback changes from rustc 1.14.0-nightly (7c69b0d5a 2016-11-01)
|
2016-11-03 21:14:19 +01:00 |
|
Epicat Supercell
|
e25b010847
|
fixed callback changes from rustc 1.14.0-nightly (7c69b0d5a 2016-11-01)
|
2016-11-02 21:27:42 +02:00 |
|
Devon Hollowood
|
e94a4d4666
|
Fix suggestion in get_unwrap lint
|
2016-11-02 11:48:16 -07:00 |
|
Martin Carton
|
aa8ca9b607
|
Merge pull request #1317 from oli-obk/cc_attr_used_fixed
mark cyclomatic complexity attribute as used
|
2016-11-02 18:25:38 +01:00 |
|
Oliver Schneider
|
a56af73fd8
|
mark cyclomatic complexity attribute as used
fixes #1315
|
2016-11-02 10:29:57 +01:00 |
|
Devon Hollowood
|
6a14dc7fd4
|
Remove false positives from get_unwrap lint
HashMap and BTreeMap don't implement `IndexMut`, so we shouldn't lint
for use of `get_mut().unwrap()` for those types.
|
2016-11-01 17:48:32 -07:00 |
|
Devon Hollowood
|
4e0d182d1d
|
Clean up get_unwrap code
|
2016-11-01 17:48:18 -07:00 |
|
Devon Hollowood
|
1187d333ec
|
Add tests for get_unwrap lint
|
2016-11-01 01:08:47 -07:00 |
|
Devon Hollowood
|
c5e270a1aa
|
Small fixes for get_unwrap lint
|
2016-11-01 01:08:38 -07:00 |
|
Devon Hollowood
|
cfc741405b
|
Run update_lints.py
|
2016-10-31 23:43:19 -07:00 |
|
Devon Hollowood
|
0680ac3562
|
Add get_unwrap lint
|
2016-10-31 23:42:33 -07:00 |
|
Manish Goregaokar
|
0e1f065678
|
Merge pull request #1311 from gibfahn/if_let_some_result
Add to docs for if_let_some_result
|
2016-10-31 16:02:17 -07:00 |
|
Gibson Fahnestock
|
c40466e1c2
|
Add to docs for if_let_some_result
|
2016-10-31 22:55:22 +00:00 |
|
Oliver Schneider
|
053896b678
|
Merge pull request #1307 from Kha/partialeq_ne
Implement 'Re-implementing `PartialEq::ne`' lint
|
2016-10-31 09:06:14 -04:00 |
|
Sebastian Ullrich
|
9314965af0
|
inspector: fix printing non-local trait refs
|
2016-10-30 15:00:59 -04:00 |
|
Sebastian Ullrich
|
8664d03ec6
|
implement 'Re-implementing PartialEq::ne ' lint
closes #86
|
2016-10-30 15:00:59 -04:00 |
|
Oliver Schneider
|
8b2e80b47b
|
Merge pull request #1299 from Manishearth/clippy-toml
Search for `clippy.toml` recursively
|
2016-10-30 14:35:32 -04:00 |
|
Oliver Schneider
|
20b7559558
|
Merge pull request #1296 from Manishearth/features
Be more helping, less helpful and bring convenience back for the dead
|
2016-10-30 14:33:39 -04:00 |
|
Sebastian Ullrich
|
3e536ff369
|
fix dogfood.sh
|
2016-10-30 14:25:06 -04:00 |
|
Sebastian Ullrich
|
90f71be4e9
|
factor out is_automatically_derived util fn
|
2016-10-30 14:25:06 -04:00 |
|
Oliver Schneider
|
8630376e71
|
Merge pull request #1305 from d-dorazio/1289-lint-for-ignored-argument-in-result-option
Add lint for redundant pattern matching in if let for Result/Option
|
2016-10-30 14:20:54 -04:00 |
|
d-dorazio
|
d213040381
|
Add lint for redundant pattern matching in iflet for Result/Option
|
2016-10-30 15:43:46 +01:00 |
|
Martin Carton
|
502416fa78
|
Merge pull request #1301 from devonhollowood/wrong-self-convention-fix
Fix false positive for `wrong_self_convention`
|
2016-10-27 10:38:15 +02:00 |
|
Devon Hollowood
|
3a0d342a33
|
Fix false positive for wrong_self_convention
|
2016-10-27 01:11:34 -07:00 |
|
mcarton
|
d52af53e04
|
Search for clippy.toml recursively
|
2016-10-25 19:41:24 +02:00 |
|
mcarton
|
ec893a198f
|
Fix small nits on the help message
|
2016-10-25 15:09:56 +02:00 |
|
Martin Carton
|
49c2c2c628
|
Merge pull request #1297 from oli-obk/deep_code_inspection
fix some doc issues for clippy_dump
|
2016-10-24 17:49:10 +02:00 |
|
Oliver Schneider
|
233459ea33
|
clean up docs for clippy_dump
|
2016-10-24 16:30:22 +02:00 |
|
mcarton
|
da943f5ec8
|
Allow --help to be any argument
Also dogfoog.
|
2016-10-24 16:29:36 +02:00 |
|
mcarton
|
409b8e7343
|
Revert "Revert "Automatically defines the clippy feature""
This reverts commit e4dceef7e7 .
|
2016-10-24 16:04:00 +02:00 |
|
Oliver Schneider
|
34deb72c36
|
properly name the docs
|
2016-10-24 15:43:37 +02:00 |
|
mcarton
|
4923415930
|
Be more helping with cargo clippy --help
|
2016-10-24 15:31:11 +02:00 |
|
Oliver Schneider
|
e132820f8f
|
Merge pull request #1284 from oli-obk/deep_code_inspection
initial implementation of the code inspector lint
|
2016-10-24 15:29:54 +02:00 |
|
Oliver Schneider
|
ed50cb133d
|
dogfood
|
2016-10-24 15:16:21 +02:00 |
|
Oliver Schneider
|
6a6dfa59da
|
factor out decl dumping
|
2016-10-24 14:29:09 +02:00 |
|
Oliver Schneider
|
1248159f0d
|
add expression and pattern dump
|
2016-10-24 14:28:58 +02:00 |
|
Oliver Schneider
|
f29ab8c245
|
Merge branch 'master' of github.com:Manishearth/rust-clippy into deep_code_inspection
|
2016-10-24 10:39:19 +02:00 |
|
Oliver Schneider
|
9fcc04e7df
|
Merge pull request #1288 from Arnavion/fix-1247
Don't assume the first package in the result of `cargo metadata` is the current crate.
|
2016-10-24 09:25:52 +02:00 |
|
Arnavion
|
604694bc0b
|
Use .expect() for extracting the current_dir.
|
2016-10-23 12:29:33 -07:00 |
|
Arnavion
|
2315a817ce
|
Changed signature of cargo::metadata according to review comment.
|
2016-10-23 12:24:16 -07:00 |
|
Arnavion
|
ebbd00b1ab
|
Don't assume the first package in the result of cargo metadata is the current crate.
Instead find the one with the manifest path that matches the --manifest-path argument or the current directory.
Fixes #1247
|
2016-10-22 18:15:42 -07:00 |
|
mcarton
|
984e15a0c0
|
Forbid default warnings in dogfood
|
2016-10-22 16:16:55 +02:00 |
|
mcarton
|
6960c506ef
|
Fix unused import warning
|
2016-10-22 16:16:38 +02:00 |
|
Martin Carton
|
5d96558f9f
|
Merge pull request #1287 from Manishearth/rustup
Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)* and bump to 0.0.96
|
2016-10-22 16:10:18 +02:00 |
|
mcarton
|
ceb50872ce
|
Bump to 0.0.96
|
2016-10-22 16:00:17 +02:00 |
|
mcarton
|
1c3fce41b6
|
Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*
|
2016-10-22 15:57:19 +02:00 |
|
Oliver Schneider
|
a177d85681
|
rename inspection attribute to clippy_dump
|
2016-10-18 17:29:01 +02:00 |
|
Oliver Schneider
|
ff3efc759e
|
initial implementation of the code inspector lint
|
2016-10-18 16:57:39 +02:00 |
|
mcarton
|
4cf87a9d49
|
Remove the now stable #[feature(question_mark)]
|
2016-10-16 14:01:55 +02:00 |
|