Laurențiu Nicola
|
4704881b64
|
Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra
|
2023-07-17 16:49:15 +03:00 |
|
Laurențiu Nicola
|
c48062fe2a
|
Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra
|
2023-06-05 12:04:23 +03:00 |
|
Laurențiu Nicola
|
dbf04a5ee2
|
⬆️ rust-analyzer
|
2023-03-20 08:31:01 +02:00 |
|
Laurențiu Nicola
|
7e711da2f0
|
⬆️ rust-analyzer
|
2023-02-20 10:14:12 +02:00 |
|
Laurențiu Nicola
|
bc45c7659a
|
⬆️ rust-analyzer
|
2023-02-13 13:55:14 +02:00 |
|
arcnmx
|
25242fe93f
|
⬆️ rust-analyzer
Merge commit '368e0bb32f1178cf162c2ce5f7e10b7ae211eb26'
|
2023-01-09 10:36:22 -08:00 |
|
Laurențiu Nicola
|
a2a1d99545
|
⬆️ rust-analyzer
|
2022-11-23 17:24:03 +02:00 |
|
Laurențiu Nicola
|
a99a48e786
|
⬆️ rust-analyzer
|
2022-10-18 09:12:49 +03:00 |
|
Laurențiu Nicola
|
3e358a6827
|
⬆️ rust-analyzer
|
2022-08-30 14:51:24 +03:00 |
|
Laurențiu Nicola
|
9d2cb42a41
|
⬆️ rust-analyzer
|
2022-08-02 09:05:16 +03:00 |
|
Dorian Scheidt
|
13c83f90ac
|
fix: Don't add braces to 'if' completion in match guard position
When the cursor is in a match arm, but before the fat arrow (=>) token, don't
add braces when autocompleting "if".
fixes #12823
|
2022-07-23 12:25:02 -05:00 |
|
Amos Wenger
|
816f7fe12a
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
|
Lukas Wirth
|
b96f8f18b0
|
fix: Improve self param completion applicability
|
2022-07-16 12:28:41 +02:00 |
|
feniljain
|
4cbde4ed8f
|
fix(completion): super:: completion at crate root and module depth
aware
|
2022-07-14 17:07:43 +05:30 |
|
Lukas Wirth
|
06ee4d6222
|
fix: Fix auto-ref completions inserting into wrong locations
|
2022-06-20 18:59:57 +02:00 |
|
Lukas Wirth
|
6e9c963348
|
internal: Lift out IdentContext from CompletionContext
|
2022-06-20 17:41:04 +02:00 |
|
Lukas Wirth
|
bcf10cde13
|
internal: Remove previous_token field from CompletionContext
|
2022-06-20 15:07:48 +02:00 |
|
Lukas Wirth
|
ce5859e387
|
Lift out PathKind variant fields into structs
|
2022-06-20 13:29:13 +02:00 |
|
Lukas Wirth
|
f271b18129
|
Consider walking up macro expansions when searching for surrounding entities in completion analysis
|
2022-06-18 11:19:36 +02:00 |
|
Lukas Wirth
|
c1446a2743
|
Move CompletionContext::impl_def into corresponding entities
|
2022-06-18 10:45:53 +02:00 |
|
Lukas Wirth
|
83e8f3ac30
|
Move CompletionContext::incomplete_let into PathKind::Expr
|
2022-06-18 10:19:04 +02:00 |
|
Lukas Wirth
|
7369e5120d
|
Move CompletionContext::function_def into PathKind::Expr
|
2022-06-18 09:54:03 +02:00 |
|
Lukas Wirth
|
309ecdd71c
|
internal: NameRefKind classification is not optional
|
2022-06-18 08:58:47 +02:00 |
|
Lukas Wirth
|
173bb10a76
|
internal: Split flyimport into its 3 applicable contexts
|
2022-06-18 00:47:28 +02:00 |
|
Lukas Wirth
|
85b68b1f7d
|
Inline PathQualifierCtx
|
2022-06-17 17:27:12 +02:00 |
|
Lukas Wirth
|
d6f161ffa9
|
internal: Collapse lift is_infer_qualifier into Qualified variant
|
2022-06-17 17:15:29 +02:00 |
|
Lukas Wirth
|
2f2ea77d88
|
Move existing_derives into PathKind::Derive
|
2022-06-17 16:56:21 +02:00 |
|
Lukas Wirth
|
531060f103
|
internal: Collapse completion ctx path qualifier and is_absolute_path into enum
|
2022-06-17 16:36:22 +02:00 |
|
Lukas Wirth
|
85363d18e8
|
Simplify
|
2022-06-17 16:22:51 +02:00 |
|
Lukas Wirth
|
f35a9a1dcc
|
Split out tests
|
2022-06-17 15:19:09 +02:00 |
|
Lukas Wirth
|
a2537e591a
|
Split completion context module into definitions and analysis parts
|
2022-06-17 15:16:20 +02:00 |
|