mcarton
|
7140eac484
|
Cleanup
|
2016-11-18 13:40:44 +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 |
|
Oliver 'ker' Schneider
|
cfae1e9fda
|
fix ice in len_zero lint when type has no inherent impls at all
fixes #1336
|
2016-11-10 17:06:39 +01:00 |
|
Oliver Schneider
|
a260e65ead
|
Merge pull request #1312 from devonhollowood/get-unwrap
Implement `get_unwrap` lint
|
2016-11-09 09:49:20 +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 |
|
Sebastian Ullrich
|
8664d03ec6
|
implement 'Re-implementing PartialEq::ne ' lint
closes #86
|
2016-10-30 15:00:59 -04:00 |
|
d-dorazio
|
d213040381
|
Add lint for redundant pattern matching in iflet for Result/Option
|
2016-10-30 15:43:46 +01:00 |
|
Devon Hollowood
|
3a0d342a33
|
Fix false positive for wrong_self_convention
|
2016-10-27 01:11:34 -07:00 |
|
mcarton
|
984e15a0c0
|
Forbid default warnings in dogfood
|
2016-10-22 16:16:55 +02:00 |
|
d-dorazio
|
62831c6e29
|
Suggest nth(X) instead of skip(X).next()
|
2016-10-14 13:38:00 +02:00 |
|
mcarton
|
8d0431fd9a
|
Test for #1275
Close #1275.
|
2016-10-12 12:00:26 +02:00 |
|
d-dorazio
|
a4d4a372e0
|
Avoid redundant multiple pattern suggested when one pattern is _
|
2016-10-08 16:29:19 +02:00 |
|
mcarton
|
47c2271497
|
Fix FP with print_with_newline and final arguments
|
2016-10-06 22:30:03 +02:00 |
|
Martin Carton
|
e851bc7404
|
Merge pull request #1257 from KitFreddura/master
If let some lint
|
2016-10-04 23:00:05 +02:00 |
|
Manish Goregaokar
|
7b94ef19bd
|
aux -> auxiliary (breaks Windows)
|
2016-10-04 09:15:03 +05:30 |
|
Manish Goregaokar
|
a4198c1108
|
Merge pull request #1255 from Manishearth/cov
Improve test coverage
|
2016-10-03 22:15:23 +05:30 |
|
mcarton
|
6800111c8e
|
Move all *.toml test files to tests/aux
|
2016-10-03 17:49:41 +02:00 |
|
Kit Freddura
|
72a653d8d4
|
readded files
|
2016-10-02 13:49:29 -07:00 |
|
mcarton
|
7b92fe0387
|
Test configuration file typing errors
|
2016-10-02 14:46:46 +02:00 |
|
mcarton
|
019e310861
|
Add more tests for bad configuration file
|
2016-10-02 14:43:09 +02:00 |
|
mcarton
|
f6f4af6adc
|
Add missing tests for ... and array indexing
|
2016-10-02 14:42:55 +02:00 |
|
mcarton
|
e50cfa7e77
|
Add a test for a shadow corner case
|
2016-10-02 02:38:54 +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 |
|
Martin Carton
|
8babb2d409
|
Merge pull request #1250 from elliottneilclark/explicit_into_iter
Add a lint to warn about un-necessary .into_iter()
|
2016-10-01 15:01:43 +02:00 |
|
Oliver Schneider
|
9c5d3f3b85
|
correctly traverse match expressions for diverging_sub_expr
|
2016-10-01 14:41:20 +02:00 |
|
Elliott Clark
|
5fa004313b
|
Add a lint to warn about un-necessary .into_iter()
This should close #1094.
|
2016-09-30 17:42:43 -07:00 |
|
mcarton
|
84269478b0
|
chmod -x tests/compile-fail/print_with_newline.rs
|
2016-10-01 00:50:40 +02:00 |
|
Martin Carton
|
fe27ac5fd2
|
Merge pull request #1237 from Manishearth/rustup
Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)* and bump to 0.0.91
|
2016-09-28 01:15:33 +02:00 |
|
mcarton
|
4f3920307a
|
Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*
|
2016-09-28 01:09:11 +02:00 |
|
mcarton
|
056b0c1cf2
|
Remove redundant labels in tests
|
2016-09-23 19:51:47 +02:00 |
|
Manish Goregaokar
|
fc9f2b99c7
|
Merge pull request #1235 from Manishearth/transmute_ptr_to_ref-suggs
Fix wrong suggestion in `TRANSMUTE_PTR_TO_REF` with lts
|
2016-09-19 22:02:47 +05:30 |
|
mcarton
|
f74dcaac0c
|
Fix wrong suggestion in TRANSMUTE_PTR_TO_REF with lts
|
2016-09-19 17:59:12 +02:00 |
|
Oliver Schneider
|
c89c5d21c1
|
Merge remote-tracking branch 'origin/master' into examples
|
2016-09-19 15:38:38 +02:00 |
|
mcarton
|
c8986b4676
|
Fix FP with WHILE_LET_ON_ITERATOR and refutable pats
|
2016-09-16 15:50:35 +02:00 |
|
Martin Carton
|
dc84759ac5
|
Merge pull request #1224 from oli-obk/divergence
lint diverging expressions that are sub-expressions of others
|
2016-09-13 15:58:31 +02:00 |
|
Oliver Schneider
|
9427a4ae80
|
also test match statements, return, continue and break
|
2016-09-13 14:52:21 +02:00 |
|
Oliver Schneider
|
e6bfe4b514
|
also lint diverging methods
|
2016-09-13 12:41:37 +02:00 |
|
Oliver Schneider
|
a2257280ec
|
don't lint expressions referencing ! objects, just expressions creating them
|
2016-09-13 12:41:20 +02:00 |
|
Oliver Schneider
|
40ce3a8f1c
|
add tests for stutter lints
|
2016-09-13 10:20:10 +02:00 |
|
Oliver Schneider
|
12a82b2007
|
also lint private modules for module_inception, as that is the main issue
|
2016-09-13 10:19:55 +02:00 |
|
Oliver Schneider
|
f469860dc2
|
lint diverging expressions that are sub-expressions of others
|
2016-09-12 14:24:11 +02:00 |
|
Oliver Schneider
|
03fa974855
|
Let the submodule #[allow] in module_inception
|
2016-09-12 10:30:42 +02:00 |
|
mcarton
|
8216036193
|
Add test for #[allow(module_inception)] on the inner module
|
2016-09-12 10:11:48 +02:00 |
|
mcarton
|
b08c7aa553
|
Remove EOL space
|
2016-09-09 20:24:15 +02:00 |
|
mcarton
|
b82f43f38e
|
Revert "Remove all union stuffs"
This reverts commit 888c34ad70 .
This rustups to rustc 1.13.0-nightly (70598e04f 2016-09-03).
|
2016-09-04 17:45:36 +02:00 |
|