about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2019-03-03Add optional range parameter to SyntaxTreeParamsVille Penttinen-5/+148
2019-03-03Inline type inference test snapshotsFlorian Diebold-1504/+1096
2019-03-03Represent unknown types as {unknown} instead of [unknown]Florian Diebold-172/+172
2019-03-02Add a bunch of tests for type inference involving traitsFlorian Diebold-0/+403
2019-03-02Merge #908bors[bot]-8/+27
2019-03-02Merge #915bors[bot]-133/+108
2019-03-02remove commentAleksey Kladov-1/+0
2019-03-02remove second way to get the bodyAleksey Kladov-5/+1
2019-03-02rename syntax_mapping as wellAleksey Kladov-19/+18
2019-03-02A bit of cleanup in ty.rsFlorian Diebold-28/+1
2019-03-02align lower module query namesAleksey Kladov-23/+15
2019-03-02rename scopesAleksey Kladov-9/+9
2019-03-02rename to source_mapAleksey Kladov-17/+13
2019-03-02dont store body inside source mapAleksey Kladov-61/+54
2019-03-02rename syntax-mapping -> source-mapAleksey Kladov-32/+32
2019-02-28Update hover message since we do support globskjeremy-1/+1
2019-02-28Enable markup for hover on expressions which resolve using type_ofVille Penttinen-8/+27
2019-02-27Merge #906bors[bot]-3/+124
2019-02-27Enable hover support for NamedFieldDefsVille Penttinen-3/+79
2019-02-27Allow goto-definition to work for named fields in struct initializerVille Penttinen-0/+45
2019-02-27Fix the buildkjeremy-1/+3
2019-02-27Merge #900bors[bot]-61/+72
2019-02-27Remove `TypeRef` from item opts which implement TypeAscriptionOwnerVille Penttinen-43/+24
2019-02-27Merge #901bors[bot]-21/+179
2019-02-27Remove RawResponse::empty()Ville Penttinen-7/+5
2019-02-27Work around for issue in vscode reporting a failure in requestVille Penttinen-5/+16
2019-02-27Add support for hovering over the name of an itemVille Penttinen-2/+28
2019-02-26Replace visit_fn with crate::completion::function_labelVille Penttinen-43/+2
2019-02-26Fix a typoDale Wijnand-4/+4
2019-02-26Add new type HoverResult to contain the results of hoveringVille Penttinen-16/+149
2019-02-26Add support for showing fn signature when hoveringVille Penttinen-3/+43
2019-02-26Use TypeAscriptionOwnerVille Penttinen-12/+15
2019-02-26Add new trait TypeAscriptionOwnerVille Penttinen-9/+36
2019-02-25Merge #897bors[bot]-20/+206
2019-02-25kill accidently commited fileAleksey Kladov-182/+0
2019-02-25rename type to type_alias in the AST as wellAleksey Kladov-108/+293
2019-02-25Move ConstSignature creation to a single methodVille Penttinen-17/+13
2019-02-25Add static type inferenceVille Penttinen-12/+54
2019-02-25Add const type inferenceVille Penttinen-20/+168
2019-02-24complete patternsAleksey Kladov-0/+103
2019-02-24Rename Type => TypeAliasFlorian Diebold-44/+58
2019-02-24Add test for recursive type aliasesFlorian Diebold-0/+14
2019-02-24Implement support for type aliasesFlorian Diebold-11/+102
2019-02-24move testing functionsAleksey Kladov-20/+14
2019-02-24move the rest of presentation to presentationAleksey Kladov-50/+20
2019-02-24move more code to presentationAleksey Kladov-88/+57
2019-02-24move res completion to presentationAleksey Kladov-41/+42
2019-02-24simplifyAleksey Kladov-31/+31
2019-02-24move enum-variants to presentationAleksey Kladov-21/+21
2019-02-24simplifyAleksey Kladov-35/+31