aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/traits.rs
Commit message (Collapse)AuthorAgeFilesLines
* Unconditionally trim the end of commentskjeremy2019-07-311-9/+4
|
* Removes `*/` in block doc commentskjeremy2019-07-311-2/+13
|
* convenience apiAleksey Kladov2019-07-191-1/+1
|
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-25/+25
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* [#1083] Try block syntaxAndrey Tkachenko2019-06-061-0/+6
|
* Add default type param in TypeParam NodeEdwin Cheng2019-05-031-0/+6
|
* add minimal commentsAleksey Kladov2019-04-021-0/+4
|
* More future-proof comment kindAleksey Kladov2019-04-021-1/+1
|
* allow empty doc commentsAleksey Kladov2019-04-021-4/+6
|
* add ast::tokensAleksey Kladov2019-04-021-1/+1
|
* move ast traits to a separate fileAleksey Kladov2019-04-021-0/+148