aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/generated.rs.tera
Commit message (Collapse)AuthorAgeFilesLines
* support upcastig in AST enumAleksey Kladov2019-02-241-0/+9
|
* rename yellow -> syntax_nodeAleksey Kladov2019-02-121-1/+1
| | | | why yellow in the first place? Its red + green.
* use ToOwned trait instead of inherent methodAleksey Kladov2019-01-241-0/+8
|
* rename TreePtr -> TreeArcAleksey Kladov2019-01-111-3/+3
| | | | This is much clearer about the semantics
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-081-45/+48
|
* ra_syntax::File is just RootNodeAleksey Kladov2018-11-061-3/+13
|
* Add a pinch of commentsAleksey Kladov2018-11-061-0/+6
|
* Generalize Owned nodesAleksey Kladov2018-11-061-18/+14
|
* Use From to get an owned ASTAleksey Kladov2018-11-011-4/+7
|
* Move FnDescriptors to analyzerAleksey Kladov2018-10-311-1/+1
|
* Introduce owned ast nodesAleksey Kladov2018-10-311-1/+15
| | | | ast::FooNode is an owned 'static counterpart to ast::Foo<'a>
* rename gen-kinds to gen-syntaxAleksey Kladov2018-10-161-1/+1
|
* Cargo FormatJeremy A. Kolb2018-10-161-0/+2
| | | | Run `cargo fmt` and ignore generated files
* regenerateAleksey Kladov2018-10-151-1/+1
|
* Update generated.rs.teraReinier Maas2018-10-101-2/+1
| | | Removing `-` for #114
* Add `cargo gen-kinds` documentationDaniel McNab2018-10-041-0/+5
|
* rename all thingsAleksey Kladov2018-09-161-0/+83