about summary refs log tree commit diff
path: root/crates/ra_ide_api/src/completion/complete_path.rs
AgeCommit message (Expand)AuthorLines
2019-02-24Rename Type => TypeAliasFlorian Diebold-1/+1
2019-02-24move testing functionsAleksey Kladov-5/+2
2019-02-24move res completion to presentationAleksey Kladov-34/+5
2019-02-24simplifyAleksey Kladov-31/+31
2019-02-24move enum-variants to presentationAleksey Kladov-21/+5
2019-02-24simplifyAleksey Kladov-1/+1
2019-02-24move function rendering to presentationAleksey Kladov-8/+1
2019-02-12Implement completion for associated itemsLaurențiu Nicola-1/+103
2019-02-11fix regression in self-referential completionAleksey Kladov-13/+23
2019-02-11use extern prelude in ResolverAleksey Kladov-0/+16
2019-02-08reformat the worldAleksey Kladov-8/+4
2019-02-01Some cleanup and additional testsFlorian Diebold-0/+11
2019-02-01Make the Resolution variants tuple variantsFlorian Diebold-2/+2
2019-02-01CleanupFlorian Diebold-3/+3
2019-02-01Use the new Resolver API in completionFlorian Diebold-6/+6
2019-01-25Add module documentation supportJeremy A. Kolb-0/+16
2019-01-25EnumVariant details for completionJeremy A. Kolb-1/+34
2019-01-25pack enum variants into arenaAleksey Kladov-5/+5
2019-01-25Migrate trait & type to new idsAleksey Kladov-6/+1
2019-01-25move consts&statics to new idAleksey Kladov-0/+2
2019-01-24adapt ide_api to the new APIAleksey Kladov-1/+4
2019-01-24adapt ide_api to the new APIAleksey Kladov-20/+15
2019-01-24update ide_api to new hirAleksey Kladov-0/+2
2019-01-24Change ids strategyAleksey Kladov-17/+20
2019-01-23Fix snapJeremy A. Kolb-1/+7
2019-01-23Add way of getting docs from the code model and use for completionJeremy A. Kolb-1/+4
2019-01-23move completion item tests closer to the codeAleksey Kladov-26/+0
2019-01-20use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy-2/+2
2019-01-20refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy-6/+14
2019-01-19refactor completions to use TextEdit instead of InsertTextgfreezy-10/+11
2019-01-15remove Canceled from impl of ra_ide_apiAleksey Kladov-6/+4
2019-01-15remove Cancelable from nameresAleksey Kladov-2/+2
2019-01-15remove Cancelable from navigation targetAleksey Kladov-1/+1
2019-01-15remove Cancelable from adt APIAleksey Kladov-1/+1
2019-01-10Use name resolution for goto definitionFlorian Diebold-3/+3
2019-01-10Merge #470bors[bot]-8/+9
2019-01-10dont complete () if they are already thereAleksey Kladov-0/+14
2019-01-10Save variant names in EnumData to reduce needless queriesMarcus Klaas de Vries-10/+5
2019-01-10Implement type inference for enum variantsMarcus Klaas de Vries-8/+14
2019-01-08fix usages after renameAleksey Kladov-0/+128