aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/trait_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Lift ast -> hir out of the for_eachrdambrosio2021-06-181-20/+18
|
* Remove extra whitespacerdambrosio2021-06-181-2/+2
|
* Feat: inline generics in const and func trait completionsrdambrosio2021-06-181-27/+252
|
* Move test_utils into tests moduleLukas Wirth2021-06-161-2/+2
|
* simplifyLukas Wirth2021-06-071-13/+5
|
* SimplifyEdwin Cheng2021-05-061-6/+2
|
* Fix: Do not overwrite comments and attrs in trait impl completionJesse Bakker2021-05-061-8/+65
|
* Upgrade rowanAleksey Kladov2021-03-161-3/+4
| | | | Notably, new rowan comes with support for mutable syntax trees.
* Unify namingAleksey Kladov2021-03-121-15/+12
|
* use references in CompletionItem's builderyonip232021-03-111-14/+17
|
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+736
We don't have completion-related PRs in flight, so lets do it