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
|
b831bd1d1d
|
len_zero: display full suggested expr in message
|
2015-08-12 10:53:14 +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
|
cf96042c65
|
move walk_ty() to utils module and rename to walk_ptrs_ty
|
2015-08-11 21:16:10 +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
|
228f06a960
|
Upgrade Rust to rustc 1.4.0-nightly (a5d33d891 2015-08-08) (fixes #123)
|
2015-08-09 22:16:39 +05:30 |
|
Manish Goregaokar
|
de5ccdfab6
|
Upgrade to rustc 1.3.0-nightly (4d52d7c85 2015-07-30)
|
2015-07-31 12:00:06 +05:30 |
|
Manish Goregaokar
|
0e8e8cfc9b
|
Basic framework for structured logging
|
2015-07-27 00:39:09 +05:30 |
|
llogiq
|
251c5cfffd
|
rustup, also first time clippy was used on itself, which led to a small refactoring
|
2015-07-16 08:53:02 +02:00 |
|
Zachary Bush
|
038d540ab1
|
Fix build for rustc 1.3.0-nightly (bf3c979ec 2015-06-30)
|
2015-07-01 09:21:46 -07:00 |
|
llogiq
|
9a3dcaabe8
|
fixed renaming of rustc::middle::ty enums
|
2015-06-15 13:27:24 +02:00 |
|
llogiq
|
7f5891184d
|
merged upstream master
|
2015-06-01 13:55:55 +02:00 |
|
llogiq
|
cdca2c93c1
|
now the method lookup actually works (and I understand why! 😄), reduces unnecessary loops, and has a few comments
|
2015-06-01 12:49:36 +02:00 |
|
llogiq
|
21cd0c7e70
|
check for is_empty() method to get rid of false positives
|
2015-06-01 07:40:33 +02:00 |
|
Alan Jenkins
|
a133dc4451
|
Fix copy+paste in description of LEN_ZERO
|
2015-05-24 19:06:54 +01:00 |
|
llogiq
|
e8ca3c6eae
|
new lints len_zero and len_without_is_empty
|
2015-05-20 08:52:19 +02:00 |
|