aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | Respond with JSON-RPC error if we failed to deserialize requestAleksey Kladov2020-10-303-58/+62
* | | | | | Upgrade Chalk to 0.36Florian Diebold2020-10-305-319/+179
|/ / / / /
* | | | | remove FIXME after rust 1.47 comes outyuqing2020-10-301-6/+1
* | | | | refactor(hir_ty): do not override DisplayTarget in hir_fmtBenjamin Coenen2020-10-281-45/+68
* | | | | Merge #6387bors[bot]2020-10-283-13/+72
|\ \ \ \ \
| * | | | | do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-284-8/+17
| * | | | | do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-283-60/+44
| * | | | | do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-286-155/+108
| * | | | | do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-282-31/+102
| * | | | | do not use associated types placeholder for inlay hint #6191Benjamin Coenen2020-10-273-19/+61
* | | | | | Merge #6384bors[bot]2020-10-281-3/+67
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | add doctest runnables on struct #6356Benjamin Coenen2020-10-271-1/+1