Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finalize Trait grammar | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Finalize const&static grammar | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Rename EnumDef -> Enum | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Rename StructDef -> Struct | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Rename FieldDef -> Field | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Rename TypeAliasDef -> TypeAlias | Aleksey Kladov | 2020-07-30 | 1 | -3/+1 |
| | |||||
* | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | change vis works on statics | Aleksey Kladov | 2020-07-12 | 1 | -3/+13 |
| | |||||
* | Move AssistKind into AssistId | kjeremy | 2020-07-02 | 1 | -6/+3 |
| | |||||
* | Categorize assists | Jeremy Kolb | 2020-07-02 | 1 | -4/+12 |
| | |||||
* | Get rid of unused imports | Veetaha | 2020-06-28 | 1 | -5/+2 |
| | |||||
* | Follow matklad suggestions | Veetaha | 2020-06-28 | 1 | -8/+1 |
| | | | | | | - Move vis_offset() to utils.rs - Shorten explicit ra_syntax::ast -> ast - Undo refactoring exhaustive pattern to non-exhaustive | ||||
* | Simlify with matches!() | Veetaha | 2020-06-28 | 1 | -8/+3 |
| | |||||
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 1 | -17/+13 |
| | | | | Those will be replaced with snippets anyway | ||||
* | Don't set cursor in change_visibility | Aleksey Kladov | 2020-05-20 | 1 | -6/+3 |
| | |||||
* | Split change_ and fix_ visibility assists | Aleksey Kladov | 2020-05-20 | 1 | -506/+1 |
| | |||||
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 1 | -4/+4 |
| | |||||
* | Trigger change_visibility assist when on an invisible struct field | Timo Freiberg | 2020-05-10 | 1 | -61/+248 |
| | | | | Union fields apparently don't work :( | ||||
* | Trigger change_visibility assist when on a path to an invisible def | Timo Freiberg | 2020-05-10 | 1 | -1/+328 |
| | |||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -18/+13 |
| | | | | It now duplicates completion API in its shape. | ||||
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 1 | -11/+21 |
| | | | | | Target is used for assists sorting, so we need it before we compute the action. | ||||
* | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 |
| | |||||
* | Make `change_visibility` assist work for tuple struct field visibility | Jesse Bakker | 2020-05-02 | 1 | -3/+10 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 |
| | |||||
* | Fix add visibility false-positive | Aleksey Kladov | 2020-03-25 | 1 | -12/+28 |
| | |||||
* | introduce const visibility assist | Douglas Campos | 2020-02-28 | 1 | -4/+9 |
| | |||||
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 1 | -0/+167 |