aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/generated.rs
Commit message (Expand)AuthorAgeFilesLines
* Support path starting with a typeuHOOCCOOHu2019-09-151-0/+3
* Add `DotDotPat` to ASTDylan MacKenzie2019-09-151-2/+35
* Infer box expressionuHOOCCOOHu2019-09-111-3/+37
* Lower `Fn(X, Y) -> Z` pathsFlorian Diebold2019-09-071-0/+6
* Merge #1743bors[bot]2019-09-051-0/+1
|\
| * Support resolution of `#[macro_use] extern crate`uHOOCCOOHu2019-08-311-0/+1
* | fix hir for new block syntaxAleksey Kladov2019-09-021-1/+1
* | fix generated ASTAleksey Kladov2019-09-021-1/+1
* | remove useless traitAleksey Kladov2019-09-021-2/+5
|/
* Add `BoxPat` variantDylan MacKenzie2019-08-231-2/+37
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-261/+261
* remove ast::*Kind enumsAleksey Kladov2019-08-191-345/+339
* use new quote-generated astAleksey Kladov2019-08-181-1188/+1408
* Add function parameters attributesEvgenii P2019-08-071-0/+2
* add await expr to astUnreal Hoang2019-07-201-1/+32
* cleanup castsAleksey Kladov2019-07-191-798/+939
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-1888/+832
* [#1083] Try block syntaxAndrey Tkachenko2019-06-061-0/+37
* 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-031-0/+1
|/
* Merge #1154bors[bot]2019-04-201-0/+1
|\
| * Initial support for lang items.Marco Groppo2019-04-191-0/+1
* | Add MacroItems and MacroStmts in grammer.ronEdwin Cheng2019-04-181-0/+66
|/
* migrate to untyped rowanAleksey Kladov2019-04-091-115/+115
* 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
* | Merge #1084bors[bot]2019-04-011-29/+0
|\ \
| * | remove dead codeAleksey Kladov2019-04-011-29/+0
* | | intelligently add parens when inlining local varaiblesgfreezy2019-04-011-1/+9
|/ /
* | switch to new rowanAleksey Kladov2019-04-011-523/+4
* | Add WherePred to allow predicate access in WhereClauseVille Penttinen2019-03-311-1/+42
* | Add trait ast::TypeBoundsOwnerVille Penttinen2019-03-311-0/+5
* | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kindsVille Penttinen2019-03-301-0/+68
|/
* Basics for trait method resolutionFlorian Diebold2019-03-251-1/+5
* add name resolution from the old implAleksey Kladov2019-03-171-0/+1
* Remove `TypeRef` from item opts which implement TypeAscriptionOwnerVille Penttinen2019-02-271-27/+3
* Add new trait TypeAscriptionOwnerVille Penttinen2019-02-261-0/+6
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-47/+47
* support upcastig in AST enumAleksey Kladov2019-02-241-0/+398
* Enable parsing attributes for generic lifetimes and type parametersVille Penttinen2019-02-171-0/+2
* Enable parsing of attributes inside a match blockVille Penttinen2019-02-171-0/+2
* Handle generic args for method callsFlorian Diebold2019-02-161-0/+4
* Add generic params to impl blocksFlorian Diebold2019-02-161-0/+1
* Import the preludeFlorian Diebold2019-02-131-0/+1
* rename yellow -> syntax_nodeAleksey Kladov2019-02-121-1/+1
* make macro a NameOwnerAleksey Kladov2019-02-111-0/+1
* Fix handling of literal patternsFlorian Diebold2019-02-091-1/+36