aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use std::future::Future trait from stdlibEvgenii P2019-08-032-32/+44
* do fixup: remove unused imports in complete_dot.rsEvgenii P2019-08-021-4/+1
* do fixup: remove unused importEvgenii P2019-08-021-1/+1
* Change postfix completion to keyword completionEvgenii P2019-08-021-22/+8
* Relax trait solving more for completionEvgenii P2019-08-021-7/+1
* Use future lang item instead of hardcoded std::future::FutureEvgenii P2019-08-022-37/+21
* rustfmtEvgenii P2019-08-023-19/+28
* Implement completion for the .await syntaxEvgenii P2019-08-023-11/+122
* Merge #1631bors[bot]2019-07-311-1/+0
|\
| * remove-commentkjeremy2019-07-311-1/+0
|/
* Merge #1629bors[bot]2019-07-312-0/+23
|\
| * Add explicit newline preserving testskjeremy2019-07-312-0/+23
|/
* Merge #1628bors[bot]2019-07-313-62/+53
|\
| * Update insta to 0.9.0 and cargo updatekjeremy2019-07-313-62/+53
|/
* Merge #1627bors[bot]2019-07-313-5/+27
|\
| * Fixed review commentsRoman Stoliar2019-07-301-3/+9
| * Hide comments in rust section of doc commentsRoman Stoliar2019-07-303-5/+21
* | Merge #1625bors[bot]2019-07-301-0/+30
|\ \
| * | rustfmtEvgenii P2019-07-301-10/+15
| * | Fix flip comma assistEvgenii P2019-07-301-0/+25
|/ /
* | Merge #1602bors[bot]2019-07-294-4/+194
|\ \
| * | Add merge_match_arm assist, bump rowan to 0.6.1Phil Ellison2019-07-294-4/+194
|/ /
* | Merge #1604bors[bot]2019-07-292-14/+34
|\ \ | |/ |/|
| * Move assist test, add literal type inference testPhil Ellison2019-07-292-26/+15
| * cargo formatPhil Ellison2019-07-281-3/+1
| * Add special case for f32 and f43 suffices on Literal.kindPhil Ellison2019-07-283-17/+26
| * Add issue link and trailing newlinePhil Ellison2019-07-281-1/+2
| * More direct failing testPhil Ellison2019-07-281-0/+13
| * Add failing testPhil Ellison2019-07-281-0/+10
* | Merge #1601bors[bot]2019-07-2938-1064/+870
|\ \
| * | Rerun cargo format, to make tests pass and formatting incorrectPhil Ellison2019-07-282-7/+7
| * | Remove vertical ellipses in references.csPhil Ellison2019-07-281-34/+33
| * | 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-285-117/+117
| * | Inline snapshot for test_file_structure (less clear that this one is a good i...Phil Ellison2019-07-282-192/+187
| * | Inline snapshots for all tests in runnables.rsPhil Ellison2019-07-285-88/+68
| * | Inline snapshots for all tests in references.rsPhil Ellison2019-07-282-39/+33
| * | Inline snapshots for all tests in complete_snippet, remove now-unused check_c...Phil Ellison2019-07-287-81/+58
| * | Inline snapshots for all tests in presentation.rsPhil Ellison2019-07-287-177/+152
| * | Inline snapshots for all tests in complete_scope.rsPhil Ellison2019-07-2814-434/+396
| * | Remove unused highlights_code_inside_macro snapshot, inline rename_mod_in_dir...Phil Ellison2019-07-283-83/+33
| |/
* | Merge #1621bors[bot]2019-07-292-10/+23
|\ \
| * | Document AssistBuilderAleksey Kladov2019-07-292-10/+23
* | | Merge #1606bors[bot]2019-07-293-47/+311
|\ \ \ | |/ / |/| |
| * | Support destructuring patternsKirill Bulatov2019-07-283-47/+311
* | | Merge #1605bors[bot]2019-07-292-49/+152
|\ \ \
| * | | Fixed request changes.Alexander Andreev2019-07-291-9/+19
| * | | Added resolve modules inside inline moduleAlexander Andreev2019-07-292-54/+147
| |/ /
* | | Merge #1617bors[bot]2019-07-292-0/+5
|\ \ \