aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion
Commit message (Expand)AuthorAgeFilesLines
* :arrow_up: instaAleksey Kladov2019-08-2911-85/+85
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-235-22/+22
* implement feature flagsAleksey Kladov2019-08-221-1/+4
* Employ early return pattern moreEvgenii P2019-08-041-15/+19
* Use std::future::Future trait from stdlibEvgenii P2019-08-031-11/+8
* do fixup: remove unused imports in complete_dot.rsEvgenii P2019-08-021-4/+1
* Change postfix completion to keyword completionEvgenii P2019-08-021-22/+8
* Use future lang item instead of hardcoded std::future::FutureEvgenii P2019-08-021-6/+11
* rustfmtEvgenii P2019-08-021-6/+6
* Implement completion for the .await syntaxEvgenii P2019-08-021-10/+70
* Rerun cargo format, to make tests pass and formatting incorrectPhil Ellison2019-07-281-5/+5
* Remove vertical ellipses from tests in complete_snippet.rs and presentation.rsPhil Ellison2019-07-282-102/+94
* Remove vertical ellipses from tests in complete_scope.rsPhil Ellison2019-07-281-243/+225
* cargo formatPhil Ellison2019-07-283-106/+106
* Inline snapshots for all tests in complete_snippet, remove now-unused check_c...Phil Ellison2019-07-286-80/+57
* Inline snapshots for all tests in presentation.rsPhil Ellison2019-07-287-177/+152
* Inline snapshots for all tests in complete_scope.rsPhil Ellison2019-07-2813-402/+362
* show local variable types in completionEkaterina Babshukova2019-07-235-9/+22
* Merge #1570bors[bot]2019-07-211-2/+2
|\
| * streamline APIAleksey Kladov2019-07-211-2/+2
* | provide completion in struct patternsEkaterina Babshukova2019-07-213-11/+109
|/
* rename range -> text_rangeAleksey Kladov2019-07-204-15/+23
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-197-37/+36
* make Parse genericAleksey Kladov2019-07-181-2/+2
* Restrict some postfix completions to bool and unknown expr.Marco Groppo2019-07-171-26/+103
* complete fields in enum variantsEkaterina Babshukova2019-07-121-15/+88
* make Parse fields privateAleksey Kladov2019-07-121-3/+3
* inline snapshot in complete_postfixfunkill22019-07-072-75/+71
* allow rustfmt to reorder importsAleksey Kladov2019-07-0412-45/+41
* Add completion for type aliasesShotaro Yamada2019-07-021-1/+41
* remove snapshot filesfunkill22019-07-0113-273/+0
* inline snapshotsfunkill22019-07-011-157/+366
* Merge #1456bors[bot]2019-06-291-1/+31
|\
| * Deduplicate method candidatesFlorian Diebold2019-06-291-1/+31
* | Complete associated methods on enums (and unions) as wellFlorian Diebold2019-06-293-6/+87
|/
* Add box postfix completionKan-Ru Chen2019-06-232-1/+10
* rename XSignature -> XDataAleksey Kladov2019-06-183-10/+10
* Implement autoderef using the Deref traitFlorian Diebold2019-06-151-1/+1
* remove inherent source implsAleksey Kladov2019-06-111-1/+1
* use Source for TypeAliasAleksey Kladov2019-06-111-3/+2
* use Source for statics and constsAleksey Kladov2019-06-111-2/+1
* use Source for FunctionAleksey Kladov2019-06-111-1/+1
* Merge #1377bors[bot]2019-06-0614-644/+580
|\
| * Use inline snapshots in complete_keywordSimon Bihel2019-06-0414-644/+580
* | Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
* | Fix clippy::ptr_argAlan Du2019-06-041-2/+2
* | Fix clippy::single_matchAlan Du2019-06-041-4/+3
|/
* update ra_ide_api to use builtinsAleksey Kladov2019-05-303-1/+28
* fix typos in mbe testsAleksey Kladov2019-05-281-7/+8
* :arrow_up: rustcAleksey Kladov2019-05-2349-454/+482