aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #6510bors[bot]2020-11-092-3/+34
|\
| * Fix panic when extracting structAleksey Kladov2020-11-092-3/+34
|/
* Merge #6509bors[bot]2020-11-092-6/+56
|\
| * Support multi-file assist testsAleksey Kladov2020-11-092-6/+56
* | Merge #6508bors[bot]2020-11-091-1/+4
|\|
| * Fix debug for SyntaxRewriterAleksey Kladov2020-11-091-1/+4
|/
* Merge #6506bors[bot]2020-11-096-1175/+1261
|\
| * Use standard style for test codeAleksey Kladov2020-11-091-568/+635
| * More consistent namingAleksey Kladov2020-11-093-81/+81
| * More consistent namingAleksey Kladov2020-11-094-69/+88
* | Merge #6465bors[bot]2020-11-092-14/+34
|\ \ | |/ |/|
| * Support multiple workspace editsLukas Wirth2020-11-041-5/+18
| * Support multiple file edits in AssistBuilderLukas Wirth2020-11-041-9/+16
* | Merge #6501bors[bot]2020-11-093-35/+51
|\ \
| * | Remove text_edit_builder api from AssistBuilderLukas Wirth2020-11-083-35/+51
* | | Merge #6500bors[bot]2020-11-091-0/+12
|\ \ \
| * | | Add some postfix snippetPavan Kumar Sunkara2020-11-081-0/+12
|/ / /
* | | Merge #6497bors[bot]2020-11-081-7/+7
|\ \ \
| * | | vscode: fix tmGrammar issues around non-controlflow keywordscynecx2020-11-071-7/+7
* | | | Merge #6476bors[bot]2020-11-075-110/+240
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing AssocItems in add_custom_impl assistLukas Wirth2020-11-055-110/+240
* | | | Merge #6491bors[bot]2020-11-071-1/+1
|\ \ \ \
| * | | | allow variables to terminate rangesDusty Pomerleau2020-11-071-1/+1
|/ / / /
* | | | Merge #6490bors[bot]2020-11-071-368/+2
|\ \ \ \
| * | | | Minimize convert_integer_literal testsm-ysk2020-11-071-368/+2
|/ / / /
* | | | Merge #6489bors[bot]2020-11-071-7/+7
|\ \ \ \
| * | | | precedence fixes:Dusty Pomerleau2020-11-071-7/+7
|/ / / /
* | | | Merge #6488bors[bot]2020-11-061-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | add `+=` to assignment operatorsDusty Pomerleau2020-11-061-1/+1
* | | | Merge #6486bors[bot]2020-11-065-96/+84
|\ \ \ \
| * | | | Cleanup APIAleksey Kladov2020-11-065-96/+84
|/ / / /
* | | | Merge #6485bors[bot]2020-11-0654-200/+157
|\ \ \ \
| * | | | SimplifyAleksey Kladov2020-11-066-45/+25
| * | | | Kill RAW_ literalsAleksey Kladov2020-11-0653-164/+141
* | | | | Merge #6477bors[bot]2020-11-063-0/+352
|\ \ \ \ \
| * | | | | Adjust test-texts in infer_function_return_typeLukas Wirth2020-11-061-78/+78
| * | | | | Enable infer_function_return_type in return-type positionLukas Wirth2020-11-061-29/+129
| * | | | | Wrap non-block expressions in closures with a blockLukas Wirth2020-11-061-12/+31
| * | | | | Ignore unit expressions in infer_function_return_type assistLukas Wirth2020-11-061-3/+13
| * | | | | Support closures in infer_function_return_type assistLukas Wirth2020-11-061-19/+114
| * | | | | Add infer_function_return_type assistLukas Wirth2020-11-063-0/+128
| | |_|/ / | |/| | |
* | | | | Merge #6484bors[bot]2020-11-061-50/+64
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Minor, cleanup styleAleksey Kladov2020-11-061-50/+64
|/ / / /
* | | | Merge #6480bors[bot]2020-11-061-14/+107
|\ \ \ \
| * | | | Support closure in change_return_type_to_result assistLukas Wirth2020-11-061-14/+107
| |/ / /
* | | | Merge #6483bors[bot]2020-11-061-0/+26
|\ \ \ \
| * | | | don\t indent testsAleksey Kladov2020-11-061-0/+26
|/ / / /
* | | | Merge #6482bors[bot]2020-11-066-103/+154
|\ \ \ \
| * | | | More orthogonal APIAleksey Kladov2020-11-062-48/+38
| * | | | Move int parsing to IntNumber tokenAleksey Kladov2020-11-064-77/+92