Aleksey Kladov
|
19136cde00
|
uncopypaste def sources
|
2019-01-11 20:43:10 +03:00 |
|
Aleksey Kladov
|
0f9c350812
|
add missing def kinds
|
2019-01-11 20:28: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 |
|
Aleksey Kladov
|
56b2138d82
|
show field types in completion
|
2019-01-09 19:40:11 +03:00 |
|
Marcus Klaas de Vries
|
0b8fbb4fad
|
Fix typos in ARCHITECTURE.md and a number of crates
specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir
|
2019-01-09 01:17:09 +01:00 |
|
Marcus Klaas de Vries
|
f8261d611a
|
Fix typo defenition -> definition
|
2019-01-08 23:38:51 +01:00 |
|
Aleksey Kladov
|
ac92973a6c
|
move function to code_model_api
|
2019-01-08 20:11:13 +03:00 |
|
Aleksey Kladov
|
64f202bdd7
|
move variant public api to api
|
2019-01-08 15:32:27 +03:00 |
|
Aleksey Kladov
|
2d0ab52212
|
move variants to API
|
2019-01-08 15:28:08 +03:00 |
|
Aleksey Kladov
|
71c7936932
|
minor
|
2019-01-08 15:23:56 +03:00 |
|
Aleksey Kladov
|
2d4dc22af8
|
move enum to code_model_api
|
2019-01-08 15:22:57 +03:00 |
|
Aleksey Kladov
|
e30c533eb6
|
move stuct to code_model_api
|
2019-01-08 15:19:37 +03:00 |
|
Aleksey Kladov
|
da0b348ae9
|
migrate ra_hir to rowan 2.0
|
2019-01-08 11:28:42 +03:00 |
|
Aleksey Kladov
|
fd4456d0ec
|
flatten module structure
|
2019-01-06 17:36:10 +03:00 |
|
Aleksey Kladov
|
5a505189a8
|
adjust comments
|
2019-01-06 17:35:57 +03:00 |
|
Aleksey Kladov
|
a7f4f7bfcc
|
split module source into decl/defin
|
2019-01-06 17:35:57 +03:00 |
|
Aleksey Kladov
|
9cb02fd931
|
kill old module
|
2019-01-06 17:35:57 +03:00 |
|
Aleksey Kladov
|
3c2cb89087
|
add parent & resolve_path
|
2019-01-06 17:35:29 +03:00 |
|
Aleksey Kladov
|
1836f4db35
|
make source cancelable
|
2019-01-06 17:35:29 +03:00 |
|
Aleksey Kladov
|
b37fba7136
|
make deps cancelable
|
2019-01-06 17:35:29 +03:00 |
|
Aleksey Kladov
|
61687b9db6
|
fix tests
|
2019-01-06 17:35:29 +03:00 |
|
Aleksey Kladov
|
147b0f94e6
|
Start code_model::Module
|
2019-01-06 17:35:29 +03:00 |
|
Aleksey Kladov
|
9a820dc0ee
|
move crate to code_model_api
|
2019-01-06 17:35:29 +03:00 |
|