aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | Better importsAleksey Kladov2020-11-061-11/+11
| * | | | | Generate token for ints and floatsAleksey Kladov2020-11-062-1/+47
|/ / / / /
* | | | | Merge #6479bors[bot]2020-11-061-2/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Ignore RUST_SRC_PATH if it is set to invalid valueAleksey Kladov2020-11-061-2/+6
|/ / / /
* | | | Merge #6470bors[bot]2020-11-051-0/+17
|\ \ \ \
| * | | | Restore semantic token flickering workaround removed in #5697Charles Pierce2020-11-041-0/+17
* | | | | Merge #6471bors[bot]2020-11-051-6/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cargo updatekjeremy2020-11-051-6/+6
|/ / / /
* | | | Merge #6468bors[bot]2020-11-041-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Add common issues to the bug report templateLaurențiu Nicola2020-11-041-1/+10
|/ / /
* | | Merge #6467bors[bot]2020-11-044-18/+62
|\ \ \
| * | | Don't stack overflow on circular modulesAleksey Kladov2020-11-044-18/+62
* | | | Merge #6456bors[bot]2020-11-043-41/+137
|\ \ \ \
| * | | | Support struct variants in extract_struct_from_enum_variantLukas Wirth2020-11-033-49/+101
| * | | | only check type namespace in extract_struct_from_enum_variant for collisionsLukas Wirth2020-11-031-9/+53
* | | | | Merge #6458bors[bot]2020-11-041-38/+114
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Qualify trait impl created by add_custom_impl assistLukas Wirth2020-11-031-38/+114
| |/ / /
* | | / Create issue templatesAleksey Kladov2020-11-042-0/+25
| |_|/ |/| |
* | | Merge #6454bors[bot]2020-11-033-136/+137
|\ \ \ | |/ / |/| |
| * | Fix overflow panic in convert_interger_literal assistAleksey Kladov2020-11-033-136/+137
* | | Merge #6287bors[bot]2020-11-035-107/+129
|\ \ \ | |/ / |/| |
| * | Make insert_use return a SyntaxRewriterLukas Wirth2020-11-025-107/+129
* | | Merge #6401bors[bot]2020-11-031-2/+23
|\ \ \
| * | | Only show `self` ident when showing parameter self hintsLukas Wirth2020-11-021-2/+23
| |/ /
* | | Merge #6435bors[bot]2020-11-031-2/+15
|\ \ \ | |_|/ |/| |
| * | Feedback.James Leitch2020-11-023-8/+2
| * | Test Fixture ExplicitRoot + ModuleResolutionRelativePathOutsideRoot.James Leitch2020-11-023-3/+22
* | | Merge #6450bors[bot]2020-11-031-0/+60
|\ \ \
| * | | fix: distinguish turbofish function calls from namespacesDusty Pomerleau2020-11-031-0/+60
|/ / /
* | | Merge #6430bors[bot]2020-11-0310-1355/+1781
|\ \ \
| * | | Remove intra-crate facade from completionsIgor Aleksanov2020-11-032-10/+16
| * | | Get rid of do-er antipatternIgor Aleksanov2020-11-037-45/+100
| * | | Provide only explicit constructor for RenderContextIgor Aleksanov2020-11-032-16/+14