Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various keyword completion fixes | Lukas Wirth | 2021-06-21 | 1 | -1/+8 |
| | |||||
* | Refine `self`, `super` and `crate` completion in use paths | Lukas Wirth | 2021-06-17 | 1 | -2/+5 |
| | |||||
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 1 | -2/+2 |
| | |||||
* | Don't complete paths after attributes | Lukas Wirth | 2021-06-16 | 1 | -0/+7 |
| | |||||
* | Don't complete visibility accessors after existing ones | Lukas Wirth | 2021-06-16 | 1 | -0/+17 |
| | |||||
* | clippy::redundant_closure | Maan2003 | 2021-06-13 | 1 | -3/+3 |
| | |||||
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 1 | -3/+3 |
| | |||||
* | Complete associated types in dyn and impl trait | Lukas Wirth | 2021-06-11 | 1 | -1/+6 |
| | |||||
* | simplify | Lukas Wirth | 2021-06-07 | 1 | -4/+3 |
| | |||||
* | Simplify CompletionContext by introducing a path CallKind enum | Lukas Wirth | 2021-06-06 | 1 | -1/+3 |
| | |||||
* | Remove obsolete is_new_item field on CompletionContext | Lukas Wirth | 2021-06-02 | 1 | -2/+2 |
| | |||||
* | Add MethodCall and FieldAccess variants to ImmediateLocation | Lukas Wirth | 2021-06-02 | 1 | -3/+42 |
| | |||||
* | Move more fields to `ImmediateLocation` | Lukas Wirth | 2021-05-30 | 1 | -64/+87 |
| | |||||
* | More completion pattern tests | Lukas Wirth | 2021-05-28 | 1 | -84/+109 |
| | |||||
* | Implement prev sibling determination for `CompletionContext` | Lukas Wirth | 2021-05-28 | 1 | -25/+101 |
| | |||||
* | simplify | Lukas Wirth | 2021-05-28 | 1 | -3/+9 |
| | |||||
* | Complete keywords in (Assoc)ItemList with leading attribute | Lukas Wirth | 2021-05-28 | 1 | -4/+18 |
| | |||||
* | Only complete modules in empty use-statements | Lukas Wirth | 2021-05-28 | 1 | -0/+7 |
| | |||||
* | Complete modules in assoc item lists | Lukas Wirth | 2021-05-27 | 1 | -1/+0 |
| | |||||
* | Cleanup `ImmediateLocation` determination | Lukas Wirth | 2021-05-27 | 1 | -75/+102 |
| | |||||
* | Don't complete non-macro item paths in impls and modules | Lukas Wirth | 2021-05-27 | 1 | -3/+9 |
| | |||||
* | simplify | Lukas Wirth | 2021-05-27 | 1 | -12/+5 |
| | |||||
* | Collapse more CompletionContext booleans into enums | Lukas Wirth | 2021-05-27 | 1 | -23/+18 |
| | |||||
* | simplify | Lukas Wirth | 2021-05-26 | 1 | -35/+2 |
| | |||||
* | clippy::complexity simplifications related to Iterators | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
| | |||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -12/+4 |
| | | | | Notably, new rowan comes with support for mutable syntax trees. | ||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+249 |
We don't have completion-related PRs in flight, so lets do it |