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
|
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
|
8563ee60ec
|
fixed issue #88 in bit_mask
|
2015-06-06 02:27:48 +02:00 |
|
llogiq
|
b51ca1c3db
|
Formatting fixed
|
2015-05-23 12:32:29 +02:00 |
|
llogiq
|
0ed8e4e968
|
another refactoring, using more fitting Option methods, improving formatting, etc.
|
2015-05-23 00:49:13 +02:00 |
|
llogiq
|
158935a38d
|
refactored Option usage and fn argument types, improved formatting
|
2015-05-21 15:59:58 +02:00 |
|
llogiq
|
6bec4f35df
|
Added 'ineffective bit mask' lint
|
2015-05-15 14:09:29 +02:00 |
|
Joshua Yanovski
|
a175463acc
|
Fix panic during constant lookup.
|
2015-05-06 21:41:54 -07:00 |
|
llogiq
|
07adeee6e9
|
Added check for zero bitmask and uncommon directions, wrong comment in needless_bool corrected, added new lint vec_ptr_arg + test
|
2015-05-04 07:20:34 +02:00 |
|
llogiq
|
3a9bf24bb3
|
Added constant lookup (with help from Manish) to bad_bit_mask
|
2015-04-30 15:17:06 +02:00 |
|
llogiq
|
441b55b328
|
Added eq_op and bad_bit_mask from the extra_lints project (mostly plain copy, need to refactor to integrate better)
|
2015-04-30 11:48:43 +02:00 |
|