Devon Hollowood
|
443e4556c2
|
Add lints suggesting map_or() and map_or_else()
In accordance with the latter lint, replace map().unwrap_or_else() in
src/mut_mut.rs with map_or_else()
|
2015-11-25 23:56:45 -08:00 |
|
Manish Goregaokar
|
84ad2be1df
|
Merge branch 'pr-462'
Conflicts:
README.md
|
2015-11-22 21:58:13 +05:30 |
|
John Quigley
|
d4cf288b38
|
Add block_in_if lint, #434
|
2015-11-22 21:52:06 +05:30 |
|
Florian Hartwig
|
096c064d43
|
Simplify has_debug_impl
|
2015-11-19 20:13:36 +01:00 |
|
Florian Hartwig
|
cad88a9137
|
warn on use of ok().expect()
|
2015-11-19 17:15:21 +01:00 |
|
Andrew Paseltiner
|
e8a239a1a2
|
Add lint for useless transmutes
Closes #441.
|
2015-11-11 10:53:11 -05:00 |
|
Andrew Paseltiner
|
2801c1031d
|
Remove executable permission from remaining source files
|
2015-11-09 08:04:41 -05:00 |
|
Seo Sanghyeon
|
3322ffa8a0
|
New lint for assignment to temporary
|
2015-11-04 21:37:18 +09:00 |
|
wartman4404
|
414c0d20f7
|
New lint for using .cloned()
|
2015-11-03 21:01:52 -06:00 |
|
Nathan Weston
|
d28b8e169f
|
New lint for zip with array length instead of enumerate()
Fixes #11.
|
2015-11-03 15:55:20 -05:00 |
|
Seo Sanghyeon
|
0fe5981870
|
New lint for statement with no effect
|
2015-10-29 15:50:35 +09:00 |
|
Florian Hartwig
|
f6163fce61
|
Suggest for loop instead of while-let when looping over iterators
|
2015-10-26 23:57:50 +01:00 |
|
Seo Sanghyeon
|
d843257643
|
New lint for struct update that has no effect
|
2015-10-22 18:19:06 +09:00 |
|
Vikas Kumar
|
675c532eab
|
Ran util/update_lints.py to auto gen doc and lib.rs
|
2015-10-20 10:25:37 -07:00 |
|
Vikas Kumar
|
2951b70d15
|
Match on bool should be replaced with if..else block
1. Added another conditional in `check_expr` impl to lint if match expr
is a bool.
2. Test cases.
|
2015-10-20 10:18:48 -07:00 |
|
Florian Gilcher
|
8063916477
|
Cleanup as discussed in PR
|
2015-10-17 20:16:54 +02:00 |
|
Florian Gilcher
|
39e93d572b
|
Regnerate README.md
|
2015-10-15 21:33:47 +02:00 |
|
Florian Gilcher
|
1bd023d3e0
|
New lint for needless use of nightly features
|
2015-10-15 21:33:47 +02:00 |
|
Florian Hartwig
|
871d9fc27c
|
Make ptr_arg lint warn by default
|
2015-10-14 20:35:44 +02:00 |
|
Andre Bogus
|
cf1e83b6dc
|
Merged #365
|
2015-10-14 12:22:57 +02:00 |
|
Andre Bogus
|
949c3545ce
|
Merged #366
|
2015-10-14 12:06:28 +02:00 |
|
Andre Bogus
|
bed29a017b
|
new lint to detect
|
2015-10-13 18:38:08 +05:30 |
|
swgillespie
|
b02e80c012
|
implement 0.0/0.0 -> NaN lint as described in #370
casing of NaN
|
2015-10-11 19:26:23 -07:00 |
|
Manish Goregaokar
|
4e2b09831b
|
Rust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015-10-10)
|
2015-10-12 02:42:59 +05:30 |
|
Florian Hartwig
|
26b2733b15
|
Add a lint for sized integer types in a mutex
|
2015-10-07 22:58:34 +02:00 |
|
Pyriphlegethon
|
7644f8e2a1
|
Add "nonsensical OpenOptions" lint
|
2015-10-07 13:46:51 +02:00 |
|
Florian Hartwig
|
f8aa0431bd
|
Suggest using an atomic value instead of a Mutex where possible
|
2015-10-07 01:35:14 +02:00 |
|
Pyriphlegethon
|
b8cdefb6cf
|
Add unnecessary mut passed lint
|
2015-09-29 13:11:19 +02:00 |
|
Manish Goregaokar
|
f4da7d09d2
|
Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17)
LintPass was split and ExprParen was removed from the HIR
Fixes #338
|
2015-09-19 08:23:04 +05:30 |
|
Manish Goregaokar
|
3124d2b8df
|
Rustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16)
fixes #334
|
2015-09-17 05:32:29 +05:30 |
|
Nathan Weston
|
f87dd31f30
|
New lint: loop with explicit counter variable (fixes #159)
Avoiding false positives here turns out to be fairly complicated.
|
2015-09-15 09:41:25 -04:00 |
|
swgillespie
|
82c524b774
|
implement empty range lint as described in #330
|
2015-09-14 17:19:05 -07:00 |
|
llogiq
|
4835372df5
|
made shadow_unrelated allow, added previous binding span note, fixed #319
|
2015-09-08 11:50:04 +02:00 |
|
Manish Goregaokar
|
0e658afc1b
|
Fix mut_mut false positive, make Allow (fixes #309)
|
2015-09-08 02:29:13 +05:30 |
|
llogiq
|
92b04cd75d
|
split wrong_self_convention in pub/default visibility part
|
2015-09-07 09:17:45 +02:00 |
|
llogiq
|
cd91110ec0
|
new lint: min_max
|
2015-09-05 12:46:34 +02:00 |
|
llogiq
|
e11fd49b1c
|
Unicode lints, second attempt: Lint whole strings, help with replacement
|
2015-09-04 16:18:46 +05:30 |
|
Manish Goregaokar
|
eca185438b
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
fixes #294
|
2015-09-03 23:12:19 +05:30 |
|
Georg Brandl
|
1007864198
|
new lint: self conventions for certain method names (fixes #267)
|
2015-09-01 18:52:48 +02:00 |
|
Georg Brandl
|
88dd38de87
|
lib: add clippy_pedantic group with all Allow by default lints (fixes #265)
|
2015-09-01 18:05:28 +02:00 |
|
Manish Goregaokar
|
d3da9f6c81
|
Merge branch 'pr-260'
Conflicts:
src/lib.rs
|
2015-08-31 15:06:53 +05:30 |
|
Georg Brandl
|
03abe275b2
|
new lint: unnecessary patterns (x@_ -> x)
|
2015-08-30 19:02:30 +02:00 |
|
Tim Neumann
|
ef0c933550
|
add precedence_negative_literal lint
|
2015-08-30 17:34:48 +02:00 |
|
Georg Brandl
|
16df79a054
|
new lint: using collect() to just exhaust an iterator
Should use a for loop instead.
|
2015-08-30 13:10:59 +02:00 |
|
Georg Brandl
|
b72ef5a173
|
new lint: loop-match-break, which could be while-let (fixes #118)
|
2015-08-30 12:40:39 +02:00 |
|
Manish Goregaokar
|
193e71be61
|
Merge branch 'pr-228'
Conflicts:
README.md
src/methods.rs
|
2015-08-27 11:09:40 +05:30 |
|
llogiq
|
5225feceaa
|
shadowing detection
|
2015-08-25 13:40:26 +02:00 |
|
Georg Brandl
|
56e8db476c
|
new lint: inherent methods that should be trait impls (fixes #218)
|
2015-08-25 11:10:42 +02:00 |
|
llogiq
|
209e6981a3
|
shadowing detection
|
2015-08-24 16:59:02 +02:00 |
|
R.Chavignat
|
e80f2470b7
|
Merge branch 'master' into cast_iusize_improvements
|
2015-08-23 00:08:16 +02:00 |
|