aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/traits.rs
Commit message (Collapse)AuthorAgeFilesLines
* Preserve whitespace at the end of doc commentsJeremy Kolb2019-10-271-2/+5
| | | | | | | | Whitespace can have special meaning in markdown. For instance ending a line with three spaces will render a new line. Note that this behavior diverges from RLS. Fixes #1997
* Fix API of AttruHOOCCOOHu2019-09-301-1/+1
|
* fix hir for new block syntaxAleksey Kladov2019-09-021-1/+1
|
* remove useless traitAleksey Kladov2019-09-021-6/+0
|
* 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