gfreezy
|
13d2fd32ab
|
fix completion bugs
|
2019-01-23 15:43:47 +08:00 |
|
Jeremy Kolb
|
b540451483
|
Move docs to Function
|
2019-01-22 08:55:05 -05:00 |
|
Jeremy Kolb
|
b77d780f0e
|
Thread documentation through FnSignature and CompletionItem
|
2019-01-21 21:42:37 -05:00 |
|
Florian Diebold
|
fa7f9d696f
|
Make Module impl methods crate-private, update some comments
|
2019-01-19 16:02:06 +01:00 |
|
Florian Diebold
|
5862542ded
|
Add AST/HIR for type args in path segments
|
2019-01-19 16:02:06 +01:00 |
|
Florian Diebold
|
573f6f8656
|
Refactor/simplify path resolution
|
2019-01-19 14:48:07 +01:00 |
|
Marcus Klaas de Vries
|
b5466f3fb3
|
Address issues flagged in review
|
2019-01-19 15:37:26 +03:00 |
|
Marcus Klaas de Vries
|
44e9a9605b
|
Fixup annotated bindings
|
2019-01-19 15:37:26 +03:00 |
|
Marcus Klaas de Vries
|
d48d5b8b6c
|
Add initial (flawed) implementation of binding annotations
|
2019-01-19 15:37:26 +03:00 |
|
Marcus Klaas de Vries
|
afaa26636e
|
Add additional pattern variants
|
2019-01-19 15:37:25 +03:00 |
|
Aleksey Kladov
|
63f7dadc11
|
rename LoweredImport -> ImportId
|
2019-01-19 15:37:25 +03:00 |
|
Aleksey Kladov
|
c0aeb5204c
|
switched to lowerd module
|
2019-01-19 15:37:25 +03:00 |
|
Aleksey Kladov
|
02c3d2f78e
|
hir is cancelation free
|
2019-01-15 20:56:06 +03:00 |
|
Aleksey Kladov
|
fafcd103d2
|
remove Cancelable from ids
|
2019-01-15 19:18:52 +03:00 |
|
Aleksey Kladov
|
490112dea1
|
remove Cancelable from nameres
|
2019-01-15 19:15:01 +03:00 |
|
Aleksey Kladov
|
040a622c52
|
remove Cancelable from funciton body
|
2019-01-15 19:01:59 +03:00 |
|
Aleksey Kladov
|
f1367e0370
|
remove Cancelable from navigation target
|
2019-01-15 18:50:16 +03:00 |
|
Aleksey Kladov
|
9446be2999
|
remove Cancelable from adt API
|
2019-01-15 18:43:25 +03:00 |
|
Aleksey Kladov
|
8af9a18660
|
remove Cancelable from Crate API
|
2019-01-15 18:33:26 +03:00 |
|
Aleksey Kladov
|
c159e414b4
|
remove Cancelable from Module API, part 2
|
2019-01-15 18:30:58 +03:00 |
|
Aleksey Kladov
|
ca52cf1ecd
|
remove Cancelable from Module API
|
2019-01-15 18:26:29 +03:00 |
|
Aleksey Kladov
|
11f3c8afb2
|
remove Cancelable from source binders
|
2019-01-15 18:13:49 +03:00 |
|
Aleksey Kladov
|
68ff52566d
|
remove Cancelable from module_tree_query
|
2019-01-15 17:55:15 +03:00 |
|
Aleksey Kladov
|
8e554ea5fa
|
support ref-patterns
|
2019-01-13 13:36:06 +03:00 |
|
Florian Diebold
|
1ed7fbfc1b
|
args -> params
|
2019-01-12 21:58:16 +01:00 |
|
Florian Diebold
|
082ef52bcb
|
Implement basic inherent method resolution
|
2019-01-12 15:01:19 +01:00 |
|
Aleksey Kladov
|
19136cde00
|
uncopypaste def sources
|
2019-01-11 20:43:10 +03:00 |
|
Aleksey Kladov
|
2d3940d0ab
|
rename TreePtr -> TreeArc
This is much clearer about the semantics
|
2019-01-11 19:59:06 +03:00 |
|
Aleksey Kladov
|
f9ed8d4d23
|
envapsulate navigation target better
|
2019-01-11 16:01:57 +03:00 |
|
Florian Diebold
|
a6590ce231
|
Use name resolution for goto definition
|
2019-01-10 21:32:54 +01:00 |
|
Marcus Klaas de Vries
|
e78286c8e8
|
Save variant names in EnumData to reduce needless queries
We already have their names when anyway, and when in all (current)
situations where we're interested in an Enum's variants, we want
their names.
|
2019-01-10 14:43:01 +01:00 |
|
Marcus Klaas de Vries
|
978de5cf8b
|
Implement type inference for enum variants
|
2019-01-10 14:32:56 +01:00 |
|
Marcus Klaas de Vries
|
f8261d611a
|
Fix typo defenition -> definition
|
2019-01-08 23:38:51 +01:00 |
|
Aleksey Kladov
|
702bdacb03
|
move node at offset to aglo already
|
2019-01-08 21:01:41 +03:00 |
|
Aleksey Kladov
|
ac92973a6c
|
move function to code_model_api
|
2019-01-08 20:11:13 +03:00 |
|
Aleksey Kladov
|
544c63b58e
|
dont reexport module id
|
2019-01-08 16:35:36 +03:00 |
|
Aleksey Kladov
|
da0b348ae9
|
migrate ra_hir to rowan 2.0
|
2019-01-08 11:28:42 +03:00 |
|
Aleksey Kladov
|
8a3b489c2f
|
kill module source
|
2019-01-06 20:01:26 +03:00 |
|
Aleksey Kladov
|
fd4456d0ec
|
flatten module structure
|
2019-01-06 17:36:10 +03:00 |
|