aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_path.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-785/+0
|
* CleanupAleksey Kladov2019-11-261-1/+1
|
* Hide ImportIdAleksey Kladov2019-11-231-2/+2
|
* Move FunctionData to hir_defAleksey Kladov2019-11-221-4/+2
|
* Auto-upgrade some insta snapshotsAleksey Kladov2019-11-151-156/+176
|
* Move CrateDefMap to hir_defAleksey Kladov2019-11-031-4/+4
|
* Change SourceAnalyzer method resoltion APIFlorian Diebold2019-11-011-17/+11
|
* Complete items on traits as wellFlorian Diebold2019-11-011-2/+46
|
* Complete trait assoc itemsFlorian Diebold2019-11-011-4/+34
|
* Add failing tests for trait assoc method completionFlorian Diebold2019-11-011-0/+60
|
* Some clippy fixeskjeremy2019-10-301-1/+1
|
* Move ids to hir_def crateAleksey Kladov2019-10-301-1/+1
|
* tweak fn labels in completionAleksey Kladov2019-10-101-6/+6
|
* if completion does auto-insertion, indicate this in the labelAleksey Kladov2019-10-101-75/+91
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Remove TraitItem and ImplItem in favor of AssocItemFlorian Diebold2019-09-171-3/+3
|
* Remove a dbg!Florian Diebold2019-09-141-1/+1
|
* Specify desirable namespace when calling resolveAleksey Kladov2019-09-131-5/+5
| | | | That way, we are able to get rid of a number of unreachable statements
* rename AdtDef -> AdtAleksey Kladov2019-09-121-4/+4
|
* make various enums "inherit" from AdtDefAleksey Kladov2019-09-121-9/+4
|
* Add `!` to the macro completion labelKirill Bulatov2019-09-121-1/+1
|
* Complete macros parenthesisKirill Bulatov2019-09-121-1/+1
|
* Fix typouHOOCCOOHu2019-09-111-1/+1
|
* Support completion for macrosuHOOCCOOHu2019-09-101-0/+36
|
* :arrow_up: instaAleksey Kladov2019-08-291-15/+15
|
* rename range -> text_rangeAleksey Kladov2019-07-201-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+3
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Add completion for type aliasesShotaro Yamada2019-07-021-1/+41
|
* inline snapshotsfunkill22019-07-011-157/+366
|
* Complete associated methods on enums (and unions) as wellFlorian Diebold2019-06-291-6/+49
|
* rename XSignature -> XDataAleksey Kladov2019-06-181-2/+2
|
* update ra_ide_api to use builtinsAleksey Kladov2019-05-301-0/+20
|
* New krate() method in Resolver.Marco Groppo2019-04-191-2/+2
| | | | Renamed Impl to ImplBlock.
* Initial support for lang items.Marco Groppo2019-04-191-10/+13
|
* hide resolverAleksey Kladov2019-04-131-1/+1
|
* remove resolver from CompletonContextAleksey Kladov2019-04-111-1/+1
|
* type-safer source-map for bindingsAleksey Kladov2019-04-101-5/+3
|
* always produce source for importAleksey Kladov2019-04-021-5/+8
|
* fix a panic with glob-import missing a source mapAleksey Kladov2019-04-021-0/+12
|
* Rename Type => TypeAliasFlorian Diebold2019-02-241-1/+1
|
* move testing functionsAleksey Kladov2019-02-241-5/+2
|
* move res completion to presentationAleksey Kladov2019-02-241-34/+5
|
* simplifyAleksey Kladov2019-02-241-31/+31
|
* move enum-variants to presentationAleksey Kladov2019-02-241-21/+5
|
* simplifyAleksey Kladov2019-02-241-1/+1
|
* move function rendering to presentationAleksey Kladov2019-02-241-8/+1
|
* Implement completion for associated itemsLaurențiu Nicola2019-02-121-1/+103
|
* fix regression in self-referential completionAleksey Kladov2019-02-111-13/+23
|
* use extern prelude in ResolverAleksey Kladov2019-02-111-0/+16
| | | | | | | This fixes two bugs: - completion for paths works again - we handle extern prelude shadowing more correctly
* reformat the worldAleksey Kladov2019-02-081-8/+4
|