Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -15/+13 |
| | |||||
* | add marks to assists | Aleksey Kladov | 2019-02-24 | 1 | -45/+35 |
| | |||||
* | dont show introduce variable everywhere | Aleksey Kladov | 2019-02-24 | 1 | -41/+27 |
| | |||||
* | Assign IDs to assists | Aleksey Kladov | 2019-02-24 | 1 | -2/+2 |
| | |||||
* | ra_assists: assist "providers" can produce multiple assists | Andrea Pretto | 2019-02-11 | 1 | -3/+5 |
| | |||||
* | Fix introduce var duplicating newlines | Ville Penttinen | 2019-02-09 | 1 | -1/+80 |
| | | | | | | | | | | | | | This fixes #713. If the block before the statement we want to use introduce var on, had empty lines these empty lines would also be added between the let-statement and the current line where the new variable is used. This fixes that by trimming excess newlines from the start of the indent chunk and simply adding a single newline (when the chunk had newlines) between the let-statement and the current statement. If there were no newlines this matches the previous behaviour. | ||||
* | Add tests for action target ranges | robojumper | 2019-02-08 | 1 | -3/+32 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -5/+1 |
| | |||||
* | Some clippy cleanups | kjeremy | 2019-02-06 | 1 | -3/+3 |
| | |||||
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 1 | -0/+432 |