aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-082-6/+2
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-5/+1
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-1/+1
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-052-17/+22
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-058-2/+110
* 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
| * | | | Add check if param name is similar to fn nameMatthew Sanetra2020-10-281-2/+106
* | | | | Remove unnecessary cloneJonas Schievink2020-11-021-1/+1
* | | | | Merge #6441bors[bot]2020-11-021-9/+34
|\ \ \ \ \
| * | | | | Remove debug printJonas Schievink2020-11-021-1/+0
| * | | | | Coalesce prime_caches updatesJonas Schievink2020-11-021-9/+35
* | | | | | Bump chalk and lexerkjeremy2020-11-022-4/+4
|/ / / / /
* | | | | Remove more unreachable pubsAleksey Kladov2020-11-0235-117/+110
* | | | | Deny unreachable-pubAleksey Kladov2020-11-0229-149/+148
* | | | | Update Cargo.tomlPavan Kumar Sunkara2020-10-311-1/+1
* | | | | Merge #6416bors[bot]2020-10-303-58/+62
|\ \ \ \ \