Gaëtan Cassiers
|
fc4483748c
|
Fix fn decl rewriting in case of generics
An opening paren in generics caused a false-positive detection of args
beginning. The result was the creation of comments with some code into
it.
|
2015-07-03 10:30:42 +02:00 |
|
Gaëtan Cassiers
|
163fbf62ee
|
Fix bugs in width computation
|
2015-07-03 02:55:43 +02:00 |
|
Marcus Klaas
|
2d4b4b856a
|
Format expressions with binary and unary operators
|
2015-07-02 22:44:55 +02:00 |
|
Marcus Klaas
|
482f200b0b
|
Update import list formatting
Include comments and sort items alphabetically.
|
2015-06-26 03:43:12 +02:00 |
|
Marcus Klaas
|
28f7bd4205
|
Fixup comment wrapping in lists
|
2015-06-24 21:14:08 +02:00 |
|
Marcus Klaas
|
9f3ab0b5fe
|
Format comments in struct literals
|
2015-06-24 01:11:29 +02:00 |
|
Marcus Klaas
|
0ef5db9496
|
Format tuple-like structs
|
2015-06-23 16:54:42 +02:00 |
|
Nick Cameron
|
b74cdb7b53
|
Merge pull request #109 from marcusklaas/fix-string-lit
Fix off-by-one errors in rewrite_string_lit
|
2015-06-16 09:59:24 +12:00 |
|
Marcus Klaas
|
963eafe94a
|
Add tests for string literal formatting
|
2015-06-15 21:37:27 +02:00 |
|
Marcus Klaas
|
b17c920e46
|
Deal with problematic characters in comments
|
2015-06-15 15:07:47 +02:00 |
|
Nick Cameron
|
caa10d408b
|
Add a terrible, but useful, test which I used locally
It does too much, it should be split up
|
2015-06-11 14:36:31 +12:00 |
|
Chris Hellmuth
|
5e3c2640ec
|
Add idempotent regression test for pub struct fields
|
2015-06-10 15:18:16 -06:00 |
|
Marcus Klaas
|
25301230f2
|
Add regression test for UFCS formatting error
|
2015-06-08 18:34:53 +02:00 |
|
Marcus Klaas
|
34b2721010
|
Fixup tests
|
2015-06-08 18:22:55 +02:00 |
|
Marcus Klaas
|
98c9c6e9ef
|
implement framework for system tests
|
2015-06-05 17:50:22 +02:00 |
|