Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 1 | -1/+1 |
| | | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion. | ||||
* | add mod doc comments test in ast | csmoe | 2019-01-04 | 1 | -0/+13 |
| | |||||
* | parse doc comment for items | csmoe | 2019-01-04 | 1 | -0/+12 |
| | |||||
* | visibility owner | Aleksey Kladov | 2019-01-03 | 1 | -0/+6 |
| | |||||
* | add items from macros to modules | Aleksey Kladov | 2019-01-01 | 1 | -0/+30 |
| | |||||
* | Implement reference / pointer types | Florian Diebold | 2018-12-25 | 1 | -0/+39 |
| | | | | | - parse them - infer types of & and * expressions | ||||
* | Add AST definitions for struct/variant fields etc. | Florian Diebold | 2018-12-25 | 1 | -0/+31 |
| | | | | Fixes #117 | ||||
* | Fix handling of nested self in paths | DJMcNab | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | grand module rename | Aleksey Kladov | 2018-12-08 | 1 | -0/+365 |