aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/expr_extensions.rs
Commit message (Expand)AuthorAgeFilesLines
* fix assistsAleksey Kladov2019-09-021-0/+20
* fix hir for new block syntaxAleksey Kladov2019-09-021-3/+3
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-3/+3
* Introduce separate hir::BinaryOpAleksey Kladov2019-08-171-6/+0
* implement accessors for IndexExprAleksey Kladov2019-08-171-0/+9
* simplifyAleksey Kladov2019-08-171-35/+36
* cargo formatPhil Ellison2019-07-281-3/+1
* Add special case for f32 and f43 suffices on Literal.kindPhil Ellison2019-07-281-3/+21
* switch to upstream rowan's APIAleksey Kladov2019-07-201-8/+5
* 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
* 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
* 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