aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| |/ /
* | | 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
| |/ /
* | | 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-061-0/+42
* | | Ignore RUST_SRC_PATH if it is set to invalid valueAleksey Kladov2020-11-061-2/+6
|/ /
* | 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
| |/
* | 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 #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
| * | | Add doc-comments to the new filesIgor Aleksanov2020-11-036-1/+17
| * | | Make structures order more logical in render.rsIgor Aleksanov2020-11-031-5/+5
| * | | Move rendering tests to the render moduleIgor Aleksanov2020-11-036-1095/+1163
| * | | Add TypeAliasRenderIgor Aleksanov2020-11-034-19/+54
| * | | Add ConstRenderIgor Aleksanov2020-11-035-28/+65
| * | | Introduce render moduleIgor Aleksanov2020-11-037-246/+457
| | |/ | |/|
* | | Improve decl_check module readabilityIgor Aleksanov2020-11-031-6/+6
* | | Remove numbers from comments in decl_check.rsIgor Aleksanov2020-11-031-15/+15
* | | Check for allow(..) attributes for case diagnosticIgor Aleksanov2020-11-031-25/+91
|/ /
* | Merge #6445bors[bot]2020-11-021-14/+14
|\ \
| * | Fix coalescing of prime_caches updatesJonas Schievink2020-11-021-14/+14
* | | Merge #6365bors[bot]2020-11-022-41/+121
|\ \ \
| * | | Do insertion lookahead in algo::diffLukas Wirth2020-10-262-41/+121
| | | |
| \ \ \
*-. \ \ \ Merge #6393 #6399bors[bot]2020-11-022-15/+275
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | * | | Keep generic annotations when qualifying thingsLukas Wirth2020-10-291-13/+169