Manish Goregaokar
|
f27cfdb51a
|
Fix warnings for unused attributes
|
2016-01-07 12:06:16 +05:30 |
|
Manish Goregaokar
|
002c8c34f8
|
re-add missing comments
|
2016-01-04 20:01:08 +05:30 |
|
Manish Goregaokar
|
c9342d0121
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
Johannes Linke
|
06f30a61dd
|
Add "warn/allow by default" to lint descriptions where it was missing.
|
2016-01-01 17:48:19 +01:00 |
|
Devon Hollowood
|
b190aa7deb
|
Implement #507
Make `used_underscore_binding` lint compatible with MacroAttributes
expansions. TODO: Add a good test for this.
|
2015-12-21 01:03:12 -08:00 |
|
Manish Goregaokar
|
4a32445aa7
|
Add macro check to used_underscore
|
2015-12-20 04:53:29 +05:30 |
|
Devon Hollowood
|
98d21f9fc5
|
Make compatible with unused_variables lint
|
2015-12-18 16:04:33 -08:00 |
|
Devon Hollowood
|
02cb24de82
|
Remove local variable check
|
2015-12-18 13:45:03 -08:00 |
|
Devon Hollowood
|
e620a1d57c
|
Make suggested changes
|
2015-12-16 17:28:26 -08:00 |
|
Devon Hollowood
|
6960bf2ebc
|
Make ExprField follow single-underscore rules
|
2015-12-12 21:59:25 -08:00 |
|
Devon Hollowood
|
b24e3aeea0
|
Add wiki docs, in line with #492
|
2015-12-12 21:56:05 -08:00 |
|
Devon Hollowood
|
aeb5a0e60c
|
Reduce false positives
Add macro checking, and only lint for single leading underscores
|
2015-12-12 21:39:10 -08:00 |
|
Devon Hollowood
|
6091112698
|
Update tests
|
2015-12-12 21:39:10 -08:00 |
|
Devon Hollowood
|
9de308ee15
|
Add used_underscore_binding lint
|
2015-12-12 21:39:10 -08:00 |
|
llogiq
|
5bbc1427fd
|
added wiki comments + wiki-generating python script
|
2015-12-11 01:22:27 +01:00 |
|
Seo Sanghyeon
|
a3e8091e87
|
Dogfood match_ref_pats for if let
|
2015-11-25 02:44:40 +09:00 |
|
Florian Hartwig
|
9511e6739d
|
Update to latest rust nightly
|
2015-11-19 15:51:30 +01:00 |
|
Seo Sanghyeon
|
b17e38782e
|
Remove trailing commas in match arms with blocks
|
2015-11-17 13:39:42 +09:00 |
|
Andre Bogus
|
42ae1e6918
|
use rustc's eval_const, bail on (negative) infinity
|
2015-11-10 11:23:47 +01:00 |
|
Manish Goregaokar
|
c7df4bd000
|
Rustup to rustc 1.6.0-nightly (effcd2965 2015-11-04)
fixes #437
|
2015-11-05 08:20:28 +05:30 |
|
Manish Goregaokar
|
567d5a7293
|
Improve cmp_owned suggestions (fixes #386)
|
2015-10-13 04:16:05 +05:30 |
|
Manish Goregaokar
|
15e3774cb4
|
rustup to 1.5.0-nightly (7bf4c885f 2015-09-26)
fixes #348
|
2015-09-28 10:34:10 +05:30 |
|
Manish Goregaokar
|
294d7d8586
|
Merge branch 'pr-347'
|
2015-09-24 12:01:18 +05:30 |
|
Pietro Monteiro
|
b2c66d1a0e
|
Upgrade Rust to rustc 1.5.0-nightly (b2f379cdc 2015-09-23)
Ident was removed in many HIR structures in favor of Name.
|
2015-09-23 17:30:39 -07:00 |
|
Manish Goregaokar
|
3609a2211a
|
Handle let ref in toplevel_ref_arg as well
|
2015-09-22 12:46:51 +05:30 |
|
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 |
|
Nathan Weston
|
1e320b38c1
|
Add is_integer_literal utility function
Replaces is_lit_zero and is_lit_one which were used in a couple of
places.
|
2015-09-15 09:41:25 -04:00 |
|
llogiq
|
681bce925f
|
less false positives for approx_const and float_cmp
|
2015-09-11 15:30:08 +02:00 |
|
Andre Bogus
|
468b410d04
|
de-closured the item name getter
|
2015-09-06 21:03:09 +02:00 |
|
Andre Bogus
|
87e6099ad7
|
fix false positive len_zero in is_empty()
|
2015-09-06 20:57:06 +02:00 |
|
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 |
|
llogiq
|
cb571bf2e2
|
also ignore functions
|
2015-09-03 10:57:11 +02:00 |
|
llogiq
|
0c7f05dd76
|
check item name for eq, fixes #268
|
2015-09-02 10:30:11 +02:00 |
|
Frank Denis
|
833493cf07
|
FnKind::FkClosure -> FnKind::Closure
|
2015-09-01 14:28:23 +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 |
|
Manish Goregaokar
|
c3d4eb5bbd
|
Merge branch 'pr-228'
Conflicts:
README.md
src/methods.rs
|
2015-08-27 15:25:56 +02:00 |
|
Manish Goregaokar
|
7a1082d916
|
Merge pull request #239 from jedisct1/nightly
Changes for rust-nightly after #27856
|
2015-08-27 03:44:30 +05:30 |
|
llogiq
|
6984d2bc09
|
added helpful links to lints that have wiki entries
|
2015-08-26 14:33:51 +02:00 |
|
Frank Denis
|
92db00863f
|
Changes for rust-nightly after #27856
|
2015-08-25 23:21:38 +02:00 |
|
Georg Brandl
|
92a3394065
|
all: remove unneeded deref and/or ref operations
|
2015-08-25 14:41:35 +02:00 |
|
Georg Brandl
|
8f1a237493
|
&-matches: dogfood fixes!
|
2015-08-22 14:34:39 +02:00 |
|
Georg Brandl
|
5403e82681
|
matches: new module, move single_match lint there
|
2015-08-22 14:34:39 +02:00 |
|
Georg Brandl
|
7f52239cab
|
consts: convert to using a struct with state
Struct has the context reference (as an Option) and the
needed_resolution flag.
|
2015-08-17 19:58:21 +02:00 |
|
llogiq
|
0e67c0134f
|
make float_cmp check for zero
|
2015-08-17 12:08:45 +02:00 |
|
Manish Goregaokar
|
164907ece2
|
restrict toplevel_ref_arg to only functions (fixes #170)
|
2015-08-16 17:24:03 +05:30 |
|
Georg Brandl
|
47b605304d
|
all: organize imports
* remove unused imports
* separate external and internal imports
* consistent import of rustc::lint
* move #[allow(unused_imports)] to local impl
|
2015-08-16 08:55:34 +02:00 |
|
Georg Brandl
|
542bf8d50e
|
misc: fix check for unit body in "match -> if let" lint (fixes #172)
|
2015-08-15 09:56:15 +02:00 |
|
Manish Goregaokar
|
83487c060f
|
Add trim_multiline utility (fixes #139)
|
2015-08-13 23:18:33 +05:30 |
|