aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/render/macro_.rs
Commit message (Expand)AuthorAgeFilesLines
* Refine `self`, `super` and `crate` completion in use pathsLukas Wirth2021-06-171-1/+1
* Move test_utils into tests moduleLukas Wirth2021-06-161-1/+1
* SimplifyLukas Wirth2021-06-161-2/+2
* Simplify CompletionContext by introducing a path CallKind enumLukas Wirth2021-06-061-1/+3
* Use `Name`s instead of Strings in the completion rendering apiLukas Wirth2021-05-311-4/+5
* Don't label derive macros with their banged_nameLukas Wirth2021-05-281-1/+5
* Store an `AstId` for procedural macrosJonas Schievink2021-03-181-1/+1
* Unify namingAleksey Kladov2021-03-121-7/+6
* use references in CompletionItem's builderyonip232021-03-111-10/+13
* Use upstream cov-markLaurențiu Nicola2021-03-081-5/+2
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+214