Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary clone that prevented clippy from moving on | kjeremy | 2020-05-22 | 1 | -1/+1 |
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 1 | -3/+3 |
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -19/+10 |
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 1 | -2/+2 |
* | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 |
* | Remove more unnecessary braces | Laurențiu Nicola | 2020-04-12 | 1 | -2/+2 |
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -19/+13 |
* | Fix doc tests | Geoffrey Copin | 2020-04-11 | 1 | -2/+1 |
* | Add documentation comment | Geoffrey Copin | 2020-04-11 | 1 | -0/+16 |
* | Avoid adding a RecordFieldPat variant to the Pat enum | Geoffrey Copin | 2020-04-11 | 1 | -39/+47 |
* | Remove Option unwraping | Geoffrey Copin | 2020-04-11 | 1 | -3/+3 |
* | Implement assist "Reorder field names" | Geoffrey Copin | 2020-04-09 | 1 | -0/+207 |