aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast
Commit message (Expand)AuthorAgeFilesLines
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-233-268/+268
* Improve/fix type bound loweringFlorian Diebold2019-08-221-26/+29
* Add `impl Trait` and `dyn Trait` typesFlorian Diebold2019-08-221-0/+26
* Don't add `?` bounds as real boundsAleksey Kladov2019-08-221-0/+12
* remove ast::*Kind enumsAleksey Kladov2019-08-191-345/+339
* use new quote-generated astAleksey Kladov2019-08-182-1289/+1408
* Introduce separate hir::BinaryOpAleksey Kladov2019-08-171-6/+0
* implement accessors for IndexExprAleksey Kladov2019-08-171-0/+9
* simplifyAleksey Kladov2019-08-171-35/+36
* Lower fully qualified associated type pathsFlorian Diebold2019-08-121-0/+10
* Add function parameters attributesEvgenii P2019-08-071-0/+2
* Unconditionally trim the end of commentskjeremy2019-07-311-9/+4
* Removes `*/` in block doc commentskjeremy2019-07-311-2/+13
* 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-202-12/+6
* add await expr to astUnreal Hoang2019-07-201-1/+32
* convenience apiAleksey Kladov2019-07-193-41/+41
* cleanup castsAleksey Kladov2019-07-192-834/+959
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-196-2006/+935
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-044-11/+11
* Fix formattingShotaro Yamada2019-06-151-7/+3
* Skip attrs in `Literal::token`Shotaro Yamada2019-06-151-2/+17
* [#1083] Try block syntaxAndrey Tkachenko2019-06-062-0/+43
* Fix clippy::single_char_patternAlan Du2019-06-041-1/+1
* add is_union to structs ASTAleksey Kladov2019-05-201-1/+17
* apply T! macro where it is possibleSergey Parilin2019-05-152-60/+61
* Handle auto traits & negative implsFlorian Diebold2019-05-111-0/+10
* fill struct fields diagnosticSergey Parilin2019-05-061-4/+4
* Merge #1208bors[bot]2019-05-041-0/+1
|\
| * Added local macro gotoLenard Pratt2019-05-041-0/+1
* | Add default type param in TypeParam NodeEdwin Cheng2019-05-032-0/+7
|/
* move add_missing_members to structured editing APIAleksey Kladov2019-04-221-0/+9
* Merge #1154bors[bot]2019-04-202-0/+15
|\
| * Initial support for lang items.Marco Groppo2019-04-192-0/+15
* | Add MacroItems and MacroStmts in grammer.ronEdwin Cheng2019-04-181-0/+66
|/
* migrate to untyped rowanAleksey Kladov2019-04-092-118/+118
* updated snapshotsLenard Pratt2019-04-072-5/+1
* Added ArrayExprKind,Lenard Pratt2019-04-071-0/+22
* Added inference of array lengthLenard Pratt2019-04-071-0/+4
* Parse and infer tuple indicesrobojumper2019-04-061-5/+29
* Merge #1076bors[bot]2019-04-021-2/+10
|\
| * Added const bodies and static body to the astLenard Pratt2019-04-021-3/+10
| * Added defWithBodyLenard Pratt2019-03-301-0/+1
* | fix inner block doc commentsAleksey Kladov2019-04-021-1/+1
* | add minimal commentsAleksey Kladov2019-04-024-0/+11
* | rename flavor to kindAleksey Kladov2019-04-022-24/+24
* | move extensions to submodulesAleksey Kladov2019-04-022-0/+550
* | More future-proof comment kindAleksey Kladov2019-04-022-33/+52