aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/traits.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead codeAleksey Kladov2020-04-101-1/+1
|
* Generate only minimal set of ineresting tokensAleksey Kladov2020-04-101-2/+3
|
* use stdxAleksey Kladov2020-04-091-3/+3
|
* Drop needless traitAleksey Kladov2020-04-091-6/+0
|
* Remove code duplicationAleksey Kladov2020-04-091-13/+13
|
* Scale back to only two traitsAleksey Kladov2020-04-091-9/+17
|
* Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-091-16/+16
|
* Get rid of ItemOrMacroAleksey Kladov2020-03-261-30/+1
|
* Fix a crash with non-ascii whitespace in doc-commentsShotaro Yamada2020-02-191-2/+2
|
* Allow non-path default type parametersAleksey Kladov2019-11-201-6/+0
|
* traits => match_ast!kjeremy2019-10-301-5/+7
|
* 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