aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
Commit message (Expand)AuthorAgeFilesLines
* fix: box_patterncsmoe2019-06-191-0/+2
* fix: support existential typecsmoe2019-06-121-0/+1
* [#1083] Try block syntaxAndrey Tkachenko2019-06-061-0/+6
* fill struct fields diagnosticSergey Parilin2019-05-061-2/+5
* Merge #1208bors[bot]2019-05-041-1/+1
|\
| * Added local macro gotoLenard Pratt2019-05-041-1/+1
* | Revert "eagarly clean astd maps"Aleksey Kladov2019-05-041-1/+1
* | eagarly clean astd mapsAleksey Kladov2019-05-041-1/+1
* | Add default type param in TypeParam NodeEdwin Cheng2019-05-031-1/+1
|/
* Merge #1154bors[bot]2019-04-201-1/+1
|\
| * Initial support for lang items.Marco Groppo2019-04-191-1/+1
* | Add MacroItems and MacroStmts in grammer.ronEdwin Cheng2019-04-181-0/+15
|/
* Add L_DOLLAR and R_DOLLAREdwin Cheng2019-04-111-0/+2
* Merge #1076bors[bot]2019-04-021-0/+2
|\
| * Added const bodies and static body to the astLenard Pratt2019-04-021-2/+2
| * Added defWithBodyLenard Pratt2019-03-301-0/+2
* | Merge #1084bors[bot]2019-04-011-1/+0
|\ \
| * | remove dead codeAleksey Kladov2019-04-011-1/+0
* | | intelligently add parens when inlining local varaiblesgfreezy2019-04-011-0/+1
|/ /
* | switch to new rowanAleksey Kladov2019-04-011-33/+2
* | Add WherePred to allow predicate access in WhereClauseVille Penttinen2019-03-311-1/+14
* | Add trait ast::TypeBoundsOwnerVille Penttinen2019-03-311-5/+10
* | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kindsVille Penttinen2019-03-301-0/+13
|/
* Basics for trait method resolutionFlorian Diebold2019-03-251-1/+4
* add name resolution from the old implAleksey Kladov2019-03-171-1/+1
* Add async keywordCaio2019-03-091-0/+1
* Remove `TypeRef` from item opts which implement TypeAscriptionOwnerVille Penttinen2019-02-271-6/+11
* Add new trait TypeAscriptionOwnerVille Penttinen2019-02-261-9/+24
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-4/+4
* Enable parsing attributes for generic lifetimes and type parametersVille Penttinen2019-02-171-2/+5
* Enable parsing of attributes inside a match blockVille Penttinen2019-02-171-1/+3
* Handle generic args for method callsFlorian Diebold2019-02-161-1/+1
* Add generic params to impl blocksFlorian Diebold2019-02-161-1/+1
* Import the preludeFlorian Diebold2019-02-131-1/+2
* make macro a NameOwnerAleksey Kladov2019-02-111-1/+4
* Fix handling of literal patternsFlorian Diebold2019-02-091-0/+3
* Fill deprecation for LSPkjeremy2019-02-051-1/+1
* Add AST for extern crateFlorian Diebold2019-02-041-1/+3
* Pass aliases to ImportDataFlorian Diebold2019-02-011-1/+4
* convert punts and literalsAleksey Kladov2019-01-311-6/+8
* Merge #692bors[bot]2019-01-311-0/+3
|\
| * Parse and validate attributes in blocksDJMcNab2019-01-281-0/+3
* | Infer type of match guardMarcus Klaas de Vries2019-01-281-1/+1
|/
* rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov2019-01-251-4/+4
* Add docs to struct fieldsJeremy A. Kolb2019-01-251-1/+1
* Merge #630bors[bot]2019-01-251-21/+30
|\
| * Fill in DocumentSymbol::detailHrvoje Ban2019-01-241-21/+30
* | Migrate trait & type to new idsAleksey Kladov2019-01-241-2/+2
|/
* Make EnumVariant a DocCommentsOwnerJeremy A. Kolb2019-01-231-1/+1
* Add AST/HIR for type args in path segmentsFlorian Diebold2019-01-191-1/+9