llogiq
|
52c0cf5a9d
|
fixed formatting
|
2015-08-13 11:36:39 +02:00 |
|
llogiq
|
0b08e9e83e
|
added string_add lint and fixed string_add_assign + test
|
2015-08-13 11:36:39 +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
|
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 |
|
llogiq
|
27f8fa75e1
|
whitespace
|
2015-08-07 09:33:54 +02:00 |
|
llogiq
|
b393752814
|
New string_add_assign lint (first part of #121), also formatting & refactoring
|
2015-08-05 15:10:45 +02:00 |
|