Commit Graph

12135 Commits

Author SHA1 Message Date
kjeremy a32dd9c478 Protect against {} 2020-07-20 18:11:32 -04:00
kjeremy adc4bb5406 Allow client to respond to workspace/configuration with null values
This is allowed per the spec if the client doesn't know about the configuration
we've requested.
2020-07-20 17:42:48 -04:00
Kirill Bulatov 54cc3fee45 Do not show default types in closures 2020-07-20 23:50:41 +03:00
kjeremy 9cfb373665 Bump chalk 2020-07-20 15:50:35 -04:00
kjeremy d8eec71dc9 Bump lexer 2020-07-20 15:37:50 -04:00
Laurențiu Nicola b8e09b7f4e Inline lang items in coercion tests 2020-07-20 22:01:09 +03:00
bors[bot] 76c1fac9c3 Merge #5460
5460: cargo update r=kjeremy a=kjeremy



Co-authored-by: kjeremy <kjeremy@gmail.com>
2020-07-20 17:56:42 +00:00
kjeremy 11c7182163 cargo update 2020-07-20 13:53:17 -04:00
bors[bot] 3432afcbd2 Merge #5439 #5459
5439: cargo update r=matklad a=kjeremy



5459: Fix typo r=matklad a=matklad



bors r+
🤖

Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-20 17:01:52 +00:00
Aleksey Kladov 8339281d4f Fix typo 2020-07-20 18:59:46 +02:00
bors[bot] 21b4e9178f Merge #5440
5440: Minor perf tweaks per clippy r=matklad a=kjeremy



Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2020-07-20 16:54:57 +00:00
Laurențiu Nicola 3b6979be77 Use expect in never_type tests 2020-07-20 19:38:52 +03:00
Laurențiu Nicola b82899ad76 Use expect in coercion tests 2020-07-20 19:30:47 +03:00
bors[bot] 7a089a7bab Merge #5457
5457: Simplify r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-20 16:13:18 +00:00
Aleksey Kladov 3e688d2a93 Simplify 2020-07-20 18:01:42 +02:00
Aleksey Kladov bc4d047267 Add is_workspace_member for rust-project.json
It is currently unused, but, in the future, it will be used to:

* drive certain UX (symbols search by default will look only in the
members)
* improve performance (rust-analyzer will assume that non-members
change rarely)

If not specified, is_workspace member is inferred from the path
2020-07-20 17:57:10 +02:00
bors[bot] 62735cf587 Merge #5456
5456: Simplify r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-20 15:45:38 +00:00
Aleksey Kladov c7ccfb072c Simplify 2020-07-20 17:44:44 +02:00
GrayJack a662228de4 Assingment semantic highlight 2020-07-20 12:36:23 -03:00
GrayJack 54ebb2ce30 Handle semantic highlight when STAR is part of the *{const, mut} 2020-07-20 11:21:40 -03:00
GrayJack 73bab32aef Highlight more cases of SyntaxKind when it is a punctuation 2020-07-20 09:46:50 -03:00
Jethro Beekman 174071a3ef Update .gitattributes
See rust-lang/rust#57858
2020-07-20 12:45:05 +02:00
Jeremy Kolb 17f4d27f12 Minor perf tweaks per clippy 2020-07-19 14:26:24 -04:00
Jeremy Kolb 398a401044 cargo update 2020-07-19 13:09:01 -04:00
bors[bot] c9c518e5e9 Merge #5438
5438: Fix a typo in completion docs r=kjeremy a=killercup



Co-authored-by: Pascal Hertleif <killercup@gmail.com>
2020-07-19 16:32:49 +00:00
Pascal Hertleif 5516476a86 Fix a typo in completion docs 2020-07-19 18:25:19 +02:00
bors[bot] 09fab42d39 Merge #5437
5437: Specify default adt representation for chalk integration r=flodiebold a=detrumi

Turns out that using the .chalk writer infra causes this line being hit, so let's just return the default representation for now.

Co-authored-by: Wilco Kusee <wilcokusee@gmail.com>
2020-07-19 13:37:35 +00:00
Wilco Kusee e11006986a Specify default adt representation for chalk integration 2020-07-19 15:26:51 +02:00
bors[bot] 130e7632ac Merge #5433
5433: Simplify exclusion logic r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-18 14:40:43 +00:00
Aleksey Kladov 46ac9ff5e3 Simplify exclusion logic 2020-07-18 16:40:10 +02:00
bors[bot] fd6717799c Merge #5431
5431: Don't show docs in concise signature help r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-18 13:16:11 +00:00
Aleksey Kladov b38f6b3c41 Don't show docs in concise signature help 2020-07-18 15:14:44 +02:00
bors[bot] 059c0b8f7a Merge #5430
5430: Add turbo-fish works after `()` r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-18 12:49:17 +00:00
Aleksey Kladov a28aa175d4 Add turbo-fish works after () 2020-07-18 14:48:28 +02:00
bors[bot] 2777f8c295 Merge #5423
5423: Correctly resolve assoc. types in path bindings r=matklad a=jonas-schievink

Previously invoking goto def on `impl Iterator<Item<|> = ()>` would go to `Iterator`, not `Item`. This fixes that.

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-07-17 17:02:28 +00:00
bors[bot] de8c5fc09b Merge #5427
5427: More precise ranges in remove hashes assist r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-17 14:39:50 +00:00
Aleksey Kladov 7c082dcf0f More precise ranges in remove hashes assist 2020-07-17 16:39:03 +02:00
bors[bot] 4eddaa4b26 Merge #5425
5425: Remove insta for ra_hir_def r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-17 13:56:07 +00:00
Aleksey Kladov 19e78020bd Remove insta for ra_hir_def 2020-07-17 15:54:40 +02:00
bors[bot] ae41505cad Merge #5424
5424: Fix out of bounds panic in active parameter r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-17 13:45:25 +00:00
Aleksey Kladov 798f43da50 Fix out of bounds panic in active parameter 2020-07-17 15:44:37 +02:00
Jonas Schievink cab360fe31 Correctly resolve assoc. types in path bindings 2020-07-17 14:58:49 +02:00
bors[bot] 23df383433 Merge #5422
5422: Rewrite def map tests from insta to expect r=matklad a=matklad

Those indentation markers are annoying...



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-17 12:38:52 +00:00
Aleksey Kladov fcdac03033 Rewrite def map tests from insta to expect
Those indentation markers are annoying...
2020-07-17 14:37:51 +02:00
Aleksey Kladov 2c268b9a5f Move tests 2020-07-17 13:37:41 +02:00
bors[bot] 2ca0e9e00e Merge #5327
5327: Mark fixes from check as preferred r=matklad a=kjeremy

This allows us to run the auto fix command from vscode to automatically fix diagnostics in the file.

They are also distinguished in the UI.

Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2020-07-17 11:12:40 +00:00
bors[bot] 9b5ac1d82f Merge #5417
5417: Mismatched arg count works for lambdas r=jonas-schievink a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-17 11:01:52 +00:00
bors[bot] 6ae6c1460e Merge #5420
5420: Unclutter NavigationTarget API r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-07-17 10:43:33 +00:00
Aleksey Kladov d7548a36a7 Unclutter NavigationTarget API 2020-07-17 12:42:48 +02:00
Aleksey Kladov 393b7119bd Add test for fn pointers 2020-07-17 12:04:12 +02:00