Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lift ast -> hir out of the for_each | rdambrosio | 2021-06-18 | 1 | -20/+18 |
| | |||||
* | Remove extra whitespace | rdambrosio | 2021-06-18 | 1 | -2/+2 |
| | |||||
* | Feat: inline generics in const and func trait completions | rdambrosio | 2021-06-18 | 1 | -27/+252 |
| | |||||
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 1 | -2/+2 |
| | |||||
* | simplify | Lukas Wirth | 2021-06-07 | 1 | -13/+5 |
| | |||||
* | Simplify | Edwin Cheng | 2021-05-06 | 1 | -6/+2 |
| | |||||
* | Fix: Do not overwrite comments and attrs in trait impl completion | Jesse Bakker | 2021-05-06 | 1 | -8/+65 |
| | |||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -3/+4 |
| | | | | Notably, new rowan comes with support for mutable syntax trees. | ||||
* | Unify naming | Aleksey Kladov | 2021-03-12 | 1 | -15/+12 |
| | |||||
* | use references in CompletionItem's builder | yonip23 | 2021-03-11 | 1 | -14/+17 |
| | |||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+736 |
We don't have completion-related PRs in flight, so lets do it |