mcarton
|
cd7a913200
|
Add - and / to EQ_OP
|
2016-02-07 13:26:34 +01:00 |
|
mcarton
|
8e22d08129
|
Improve is_exp_equal
|
2016-02-07 13:26:34 +01:00 |
|
Manish Goregaokar
|
140c34f85e
|
Tests shouldn't be executable (fixes #444)
|
2015-11-09 08:49:20 +05:30 |
|
Georg Brandl
|
64cd1fc6ba
|
eq_op: cut back to expressions that are guaranteed side effect free
fixes #229
|
2015-08-25 12:34:37 +02:00 |
|
llogiq
|
a22b3cdcee
|
const folding for eq_op
|
2015-08-21 12:26:03 +02:00 |
|
Georg Brandl
|
8a98736f51
|
spelling fix, rework needless_bool with snippet (fixes #150)
|
2015-08-13 15:31:16 +02:00 |
|
Georg Brandl
|
7aee04878f
|
tests: use fragment of lint text for error checking
(Did not touch strings.rs, which is fixed by @llogiq's PR)
|
2015-08-13 08:12:07 +02:00 |
|
Georg Brandl
|
e318328d63
|
all: whitespace cleanup
* 4-space indentation
* no trailing whitespace
* no tabs
|
2015-08-11 20:22:50 +02:00 |
|
llogiq
|
edf747ab76
|
new lint: identity_op, refactored bit_masks a bit
|
2015-05-15 18:46:43 +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 |
|