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 |
|
llogiq
|
03af82afd1
|
removed expensive crate check from approx_const
|
2015-09-11 15:59:19 +02:00 |
|
llogiq
|
681bce925f
|
less false positives for approx_const and float_cmp
|
2015-09-11 15:30:08 +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 |
|
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 |
|
Georg Brandl
|
8f1a237493
|
&-matches: dogfood fixes!
|
2015-08-22 14:34:39 +02:00 |
|
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
|
2c2716f045
|
all: DRY for lint descriptions
* use the rustc style for lint descriptions
* add a script to parse all lint descriptions
and put the generated table into README
|
2015-08-13 11:14:05 +02:00 |
|
Georg Brandl
|
a67e55f3f0
|
lint messages: remove trailing period
Since lint messages often are suffixed by ", #[warn(xxx)] on by default"
this trailing period produces an ugly clash with the comma.
|
2015-08-13 08:15:42 +02:00 |
|
Georg Brandl
|
bcd95aec1c
|
all: make style of lint messages consistent
* start first sentence lowercased
* use backticks to delimit code snippets
* use "this is wrong. Consider doing X." consistently
|
2015-08-12 10:47:09 +02:00 |
|
Georg Brandl
|
e318328d63
|
all: whitespace cleanup
* 4-space indentation
* no trailing whitespace
* no tabs
|
2015-08-11 20:22:50 +02:00 |
|
Manish Goregaokar
|
0e8e8cfc9b
|
Basic framework for structured logging
|
2015-07-27 00:39:09 +05:30 |
|
llogiq
|
2cb84b9d15
|
New lint: approx_const
|
2015-05-04 12:01:34 +02:00 |
|