Oliver Schneider
|
2e63a5648a
|
uncomment code that was commented out for testing
|
2016-12-04 19:31:46 +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
|
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 |
|
mcarton
|
19c5f5394b
|
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
|
2016-11-16 23:05:26 +01:00 |
|
d-dorazio
|
a4d4a372e0
|
Avoid redundant multiple pattern suggested when one pattern is _
|
2016-10-08 16:29:19 +02:00 |
|
mcarton
|
9a3f53dee6
|
Partially hash let declaration in SpanlessHash
The hash never needs to be good but before it was simply doing nothing
for these.
|
2016-10-02 02:17:04 +02:00 |
|
mcarton
|
6302e41ccb
|
Improve test coverage of hir comparison
|
2016-10-01 22:27:25 +02:00 |
|
Taylor Cramer
|
7450d842ea
|
Fix different NaNs in if const expressions test
|
2016-07-13 10:02:28 -07:00 |
|
Taylor Cramer
|
0c21a6b0c4
|
Add test for different NaNs
|
2016-07-13 09:35:31 -07:00 |
|
Taylor Cramer
|
8907cbc0b8
|
Added sign check on Constant f64 PartialEq implementation
|
2016-07-13 00:43:33 -07:00 |
|
mcarton
|
b8b6b7fee6
|
Try to explain MATCH_SAME_ARMS better
|
2016-07-10 14:46:39 +02:00 |
|
mcarton
|
ea76ac5562
|
Make COLLAPSIBLE_IF consider if let
|
2016-06-29 17:09:39 +02:00 |
|
Andre Bogus
|
1b112f96b8
|
added mcarton's test suggestion
|
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 |
|
mcarton
|
a892a96eeb
|
Rustup to *1.10.0-nightly (7bddce693 2016-05-27)*
|
2016-05-28 16:35:38 +02:00 |
|
Oliver Schneider
|
1e897f1552
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
|
mcarton
|
0939f5a2ec
|
Fix false positive in MATCH_SAME_ARMS and guards
|
2016-03-29 01:39:35 +02:00 |
|
mcarton
|
cfb1bc3723
|
chmod -x test files
|
2016-03-28 21:24:36 +02:00 |
|
mcarton
|
a3031e34f9
|
Add a BLACKLISTED_NAME lint
|
2016-03-12 14:51:45 +01:00 |
|
mcarton
|
13bb22a68b
|
Remove all ExprRange
Rustup to rustc 1.9.0-nightly (998a6720b 2016-03-07)
|
2016-03-07 16:31:38 +01:00 |
|
mcarton
|
49e2501c63
|
Fix false positive for ifs_same_cond and cfg!
|
2016-02-13 15:36:57 +01:00 |
|
mcarton
|
f309dc3c0f
|
Add the MATCH_SAME_ARMS lint
|
2016-02-12 14:30:52 +01:00 |
|
mcarton
|
ee830ba55e
|
Extend IF_SAME_THEN_ELSE to ifs sequences
|
2016-02-12 14:30:26 +01:00 |
|
mcarton
|
88beb35194
|
Implement Expr spanless-hashing
|
2016-02-12 14:30:26 +01:00 |
|
Oliver Schneider
|
eed9ec15fb
|
improve the no_effect lint
|
2016-02-11 13:50:41 +01:00 |
|
mcarton
|
8e22d08129
|
Improve is_exp_equal
|
2016-02-07 13:26:34 +01:00 |
|
mcarton
|
d862495d19
|
Lint ifs with the same then and else blocks
|
2016-02-07 13:26:34 +01:00 |
|
mcarton
|
fe6f2a22ba
|
Lint about consecutive ifs with same condition
|
2016-02-07 13:26:34 +01:00 |
|