Marcus Klaas de Vries
|
3238c06a5a
|
Add remaining binary operations to AST
|
2019-01-07 19:04:25 +01:00 |
|
Marcus Klaas de Vries
|
82d9a77dad
|
Touch up type inference for boolean operators
Also try to infer its subexpressions and set type expectations
whenever possible.
|
2019-01-06 22:17:54 +01:00 |
|
Marcus Klaas de Vries
|
4fc233a02e
|
Implement type inference for boolean operators
|
2019-01-05 21:28:30 +01:00 |
|
Aleksey Kladov
|
ea3504057e
|
split import assist
|
2019-01-05 13:56:33 +03:00 |
|
Florian Diebold
|
111126ed3c
|
Type the self parameter
|
2019-01-04 19:10:50 +01:00 |
|
Florian Diebold
|
fe6c4115f6
|
Rename ImplItem to ImplBlock
rustc uses the name ImplItem for items in impls, not the impl {} block itself,
which could lead to confusion.
|
2019-01-04 18:28:36 +01:00 |
|
csmoe
|
a0ef196d04
|
add mod doc comments test in ast
|
2019-01-04 21:51:45 +08:00 |
|
csmoe
|
f604ff5b2f
|
parse doc comment for items
|
2019-01-04 21:29:00 +08:00 |
|
Aleksey Kladov
|
0a80d9685a
|
visibility owner
|
2019-01-03 15:21:31 +03:00 |
|
Aleksey Kladov
|
756e878158
|
add items from macros to modules
|
2019-01-01 22:15:35 +03:00 |
|
Florian Diebold
|
2870effd5c
|
Implement reference / pointer types
- parse them
- infer types of & and * expressions
|
2018-12-25 20:36:06 +01:00 |
|
Florian Diebold
|
4cb7b0f2af
|
Add AST definitions for struct/variant fields etc.
Fixes #117
|
2018-12-25 15:16:42 +01:00 |
|
DJMcNab
|
d8d60215da
|
Fix handling of nested self in paths
|
2018-12-21 22:29:59 +00:00 |
|
Aleksey Kladov
|
4cbc902fcc
|
grand module rename
|
2018-12-08 19:30:35 +03:00 |
|