aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Type the self parameterFlorian Diebold2019-01-041-0/+31
|
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-041-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 astcsmoe2019-01-041-0/+13
|
* parse doc comment for itemscsmoe2019-01-041-0/+12
|
* visibility ownerAleksey Kladov2019-01-031-0/+6
|
* add items from macros to modulesAleksey Kladov2019-01-011-0/+30
|
* Implement reference / pointer typesFlorian Diebold2018-12-251-0/+39
| | | | | - parse them - infer types of & and * expressions
* Add AST definitions for struct/variant fields etc.Florian Diebold2018-12-251-0/+31
| | | | Fixes #117
* Fix handling of nested self in pathsDJMcNab2018-12-211-1/+1
|
* grand module renameAleksey Kladov2018-12-081-0/+365