aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/expr_extensions.rs
Commit message (Collapse)AuthorAgeFilesLines
* convenience apiAleksey Kladov2019-07-191-36/+36
|
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-15/+15
|
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+3
| | | | | | 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
* Fix formattingShotaro Yamada2019-06-151-7/+3
|
* Skip attrs in `Literal::token`Shotaro Yamada2019-06-151-2/+17
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-38/+39
|
* updated snapshotsLenard Pratt2019-04-071-1/+1
|
* Added ArrayExprKind,Lenard Pratt2019-04-071-0/+22
| | | | | changed the display for fixed array types, Added Array Enum to ra_hir/expr
* add minimal commentsAleksey Kladov2019-04-021-0/+2
|
* rename flavor to kindAleksey Kladov2019-04-021-9/+9
|
* move extensions to submodulesAleksey Kladov2019-04-021-0/+250