aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/trait_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-101-3/+3
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-35/+35
|
* Remove source_old from adding const and function implsNick Spain2021-01-021-23/+26
|
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+2
|
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-2/+2
| | | | To start migrating HasSource::source to return an Option.
* Tidy upKirill Bulatov2020-12-191-5/+5
|
* Keep the original completion order in testsKirill Bulatov2020-12-191-5/+5
|
* Type-safer API for dealing with parameter lists with optional selfAleksey Kladov2020-12-011-1/+1
|
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+736