Manish Goregaokar
|
571369af1b
|
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixes
|
2017-01-04 15:50:50 -08:00 |
|
Manish Goregaokar
|
e02fac4896
|
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from arguments
|
2017-01-04 15:50:43 -08:00 |
|
Manish Goregaokar
|
a262e3bb0b
|
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Eliminate has_self util
|
2017-01-04 15:50:37 -08:00 |
|
Josh Holmer
|
5aea0b2062
|
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): u128 fixes for rustup
|
2017-01-04 15:50:34 -08:00 |
|
Josh Holmer
|
64f5dbc9f8
|
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
|
2017-01-04 15:50:30 -08:00 |
|
Oliver Schneider
|
009c6d95d7
|
manually fix the overlong lines
|
2016-12-21 12:30:41 +01:00 |
|
Oliver Schneider
|
47eead5ada
|
function definition style simplification
|
2016-12-21 12:14:54 +01:00 |
|
Oliver Schneider
|
ed9d71f2c9
|
remove nondeterminism by adjusting thresholds
|
2016-12-21 10:25:14 +01:00 |
|
Oliver Schneider
|
299d7be132
|
rustfmt fallout in doc comments
|
2016-12-21 10:00:13 +01:00 |
|
Oliver Schneider
|
44533f09aa
|
rustfmt round n
|
2016-12-21 09:45:24 +01:00 |
|
Oliver Schneider
|
4a4e1ea2c5
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
|
Arnavion
|
3de6f9db20
|
Use inputs/output getters for rustc::ty::FnSig instead of the now non-existent fields.
|
2016-12-10 23:57:19 -08:00 |
|
Oliver Schneider
|
778ce4dfd3
|
update to the rust-PR that unblocks clippy
|
2016-12-07 13:13:40 +01:00 |
|
Oliver Schneider
|
c6e2967b9c
|
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
|
2016-12-06 11:32:21 +01:00 |
|
mcarton
|
1ba8ed96cf
|
Fix dogfood
|
2016-12-02 22:33:16 +01:00 |
|
mcarton
|
65ff2df7e7
|
Fix copy lints
|
2016-12-02 22:23:24 +01:00 |
|
mcarton
|
fe15880beb
|
Revert "down to for-loops not comparing as equal"
This reverts commit cf1fa94be1 .
|
2016-12-02 20:54:05 +01:00 |
|
Oliver Schneider
|
ff2487b30e
|
permit more equalities
|
2016-12-02 19:23:30 +01:00 |
|
Oliver Schneider
|
cf1fa94be1
|
down to for-loops not comparing as equal
|
2016-12-02 19:19:52 +01:00 |
|
Oliver Schneider
|
16aab71688
|
enum glob use and copies left
|
2016-12-02 17:38:31 +01:00 |
|
Oliver Schneider
|
59b0077565
|
WIP compiles and doesn't crash (much) but tests are failing
|
2016-12-01 22:31:56 +01:00 |
|
Oliver Schneider
|
31e482403c
|
rustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23)
|
2016-11-25 19:24:55 +01:00 |
|
mcarton
|
c7e3cc1e27
|
Rustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*
|
2016-11-23 22:44:00 +01:00 |
|
mcarton
|
c35f82b823
|
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
|
2016-11-23 21:31:55 +01:00 |
|
Oliver Schneider
|
f39c6278e1
|
fix the inspector
|
2016-11-18 13:21:07 +01:00 |
|
mcarton
|
945c027768
|
Handle closure with single expression blocks
|
2016-11-17 19:44:18 +01:00 |
|
mcarton
|
19c5f5394b
|
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
|
2016-11-16 23:05:26 +01:00 |
|
Sébastien Santoro
|
0e6807e86b
|
Recognize quux as a metasyntactic variable
quux is another metasyntactic variable like foo and so
should be detected by the blacklisted names linter.
|
2016-11-11 05:57:29 +01:00 |
|
Oliver Schneider
|
a56af73fd8
|
mark cyclomatic complexity attribute as used
fixes #1315
|
2016-11-02 10:29:57 +01: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 |
|
Oliver Schneider
|
8b2e80b47b
|
Merge pull request #1299 from Manishearth/clippy-toml
Search for `clippy.toml` recursively
|
2016-10-30 14:35:32 -04:00 |
|
Sebastian Ullrich
|
90f71be4e9
|
factor out is_automatically_derived util fn
|
2016-10-30 14:25:06 -04:00 |
|
d-dorazio
|
d213040381
|
Add lint for redundant pattern matching in iflet for Result/Option
|
2016-10-30 15:43:46 +01:00 |
|
mcarton
|
d52af53e04
|
Search for clippy.toml recursively
|
2016-10-25 19:41:24 +02:00 |
|
Oliver Schneider
|
233459ea33
|
clean up docs for clippy_dump
|
2016-10-24 16:30:22 +02:00 |
|
Oliver Schneider
|
34deb72c36
|
properly name the docs
|
2016-10-24 15:43:37 +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 |
|
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
|
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 |
|
Patrick Horlebein
|
4fbd8906e1
|
doc_markdown: Added "iOS" and "macOS" to the doc-valid-idents list
|
2016-10-12 15:32:44 +02:00 |
|
mcarton
|
0475eae1fa
|
Rustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10-05)*
|
2016-10-06 17:46:50 +02:00 |
|
mcarton
|
2b8500664c
|
Remove warning in the lastest nightly
|
2016-10-04 17:17:40 +02:00 |
|
mcarton
|
4f91d66905
|
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
|
2016-10-03 21:25:27 +02:00 |
|