aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/completion
Commit message (Expand)AuthorAgeFilesLines
* Add testsKirill Bulatov2020-09-091-0/+153
* Properly handle mod.rs importsKirill Bulatov2020-09-091-47/+40
* Complete semicolon when neededKirill Bulatov2020-09-096-26/+30
* Properly reacto to keywordsKirill Bulatov2020-09-096-4/+28
* Less false positive completion candidatesKirill Bulatov2020-09-091-44/+59
* Properly handle nested submodules in the same fileKirill Bulatov2020-09-091-70/+79
* Move most of the logic into the completion moduleKirill Bulatov2020-09-092-23/+98
* Finally cretae the mod completion moduleKirill Bulatov2020-09-092-17/+40
* Properly handle special cases (binaries, mod.rs)Kirill Bulatov2020-09-091-3/+1
* Exclude special filesKirill Bulatov2020-09-091-3/+0
* Happy path implementedKirill Bulatov2020-09-091-1/+1
* Better APIKirill Bulatov2020-09-091-5/+4
* First steps for mod<|> completionKirill Bulatov2020-09-091-2/+23
* Complete `pub` in fieldsAleksey Kladov2020-08-254-7/+36
* Use the same abstraction for attrs and docsAleksey Kladov2020-08-252-2/+2
* :arrow_up: ungrammarAleksey Kladov2020-08-211-1/+1
* Switch to expect_test from crates.ioAleksey Kladov2020-08-2113-13/+13
* Add SelfParam to code_modelAleksey Kladov2020-08-193-5/+3
* MinorAleksey Kladov2020-08-191-3/+3
* Cleanup feature generationAleksey Kladov2020-08-183-10/+10
* synchronizing changesDmitry2020-08-142-7/+20
* Rename hypothetical -> speculativeAleksey Kladov2020-08-141-1/+1
* Remove Hygiene from completionAleksey Kladov2020-08-133-59/+65
* MinorAleksey Kladov2020-08-131-6/+12
* Rename ra_ide -> ideAleksey Kladov2020-08-1318-0/+6880