mcarton
|
c24ba91123
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
|
mcarton
|
b753e77cbe
|
Rustfmt and sort all use items
|
2016-02-24 17:38:57 +01:00 |
|
quininer kel
|
35a48bf512
|
fix nightly
9b40e1e5b3
|
2016-02-19 04:16:39 +08:00 |
|
mcarton
|
83a82a1d86
|
Remove redundancy in lint documentation
The default level is always given in the declare_lint! macro, no need to
add it inconsistently in the documentation.
|
2016-02-06 00:41:54 +01:00 |
|
mcarton
|
13f245f6c9
|
Fix util/update_wiki.py warnings and be consistent in declare_lint! invocations
|
2016-02-06 00:13:29 +01:00 |
|
mcarton
|
c0d2fdc723
|
Partially apply rustfmt
|
2016-02-02 22:34:20 +01:00 |
|
Manish Goregaokar
|
4c14d98c9f
|
Merge pull request #549 from mcarton/ifs
Remove and lint about useless braces in `else { if .. }`
|
2016-01-29 03:39:27 +05:30 |
|
Manish Goregaokar
|
c86a5ccd2e
|
Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22)
fixes #573
|
2016-01-22 18:35:48 +05:30 |
|
mcarton
|
375b8168e4
|
Remove useless curly braces in else { if .. }
|
2016-01-13 18:32:05 +01:00 |
|
Manish Goregaokar
|
c9342d0121
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
Manish Goregaokar
|
1605ef6ed4
|
Rustup to syntax::errors changes
|
2016-01-02 16:10:15 +05:30 |
|
Manish Goregaokar
|
6aa656a910
|
Merge pull request #492 from Manishearth/wiki
added wiki comments + wiki-generating python script
|
2015-12-11 09:20:19 -05:00 |
|
llogiq
|
5bbc1427fd
|
added wiki comments + wiki-generating python script
|
2015-12-11 01:22:27 +01:00 |
|
Manish Goregaokar
|
b865e30b49
|
Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09)
|
2015-12-09 15:56:49 -05:00 |
|
Guillaume Gomez
|
72117836f1
|
Add check on redundant _ bindings in structs
|
2015-12-07 13:16:59 +01:00 |
|
Robert Clipsham
|
978c41584f
|
Fix clippy with latest Rust nightly.
|
2015-12-05 12:33:58 +00: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
|
aea2eb7da7
|
use visitor for contains_self
|
2015-11-10 10:25:21 +01:00 |
|
Manish Goregaokar
|
4e2b09831b
|
Rust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015-10-10)
|
2015-10-12 02:42:59 +05:30 |
|
Manish Goregaokar
|
cd11488080
|
rustup 2015-09-24
|
2015-09-25 18:52:36 +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
|
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 |
|
llogiq
|
4835372df5
|
made shadow_unrelated allow, added previous binding span note, fixed #319
|
2015-09-08 11:50:04 +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 |
|
Georg Brandl
|
7649d1c2a8
|
shadow: complete coverage of "contains_self" checker
|
2015-09-02 18:24:46 +02:00 |
|
llogiq
|
0fb7d1d2d9
|
reporting improvements
|
2015-09-02 08:19:47 +02:00 |
|
llogiq
|
bc1eb84810
|
match region patterns
|
2015-09-02 07:56:13 +02:00 |
|
llogiq
|
1ab733cfa1
|
extended pattern matching
|
2015-09-02 07:55:07 +02:00 |
|
llogiq
|
08fb953e1a
|
extended pattern matching
|
2015-09-02 01:36:37 +02:00 |
|
Manish Goregaokar
|
c3d4eb5bbd
|
Merge branch 'pr-228'
Conflicts:
README.md
src/methods.rs
|
2015-08-27 15:25:56 +02:00 |
|
llogiq
|
6984d2bc09
|
added helpful links to lints that have wiki entries
|
2015-08-26 14:33:51 +02:00 |
|
llogiq
|
51a211503d
|
correct scoping for shadow lints
|
2015-08-25 23:48:22 +02:00 |
|
llogiq
|
9012d8f197
|
fixed false positives on structs/enum variants
|
2015-08-25 20:11:03 +02:00 |
|
llogiq
|
974ceefc1e
|
shadowing detection
|
2015-08-25 20:06:09 +02:00 |
|
llogiq
|
bd22521af2
|
shadowing detection
|
2015-08-25 17:36:46 +02:00 |
|
llogiq
|
5225feceaa
|
shadowing detection
|
2015-08-25 13:40:26 +02:00 |
|
llogiq
|
209e6981a3
|
shadowing detection
|
2015-08-24 16:59:02 +02:00 |
|