aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
Commit message (Expand)AuthorAgeFilesLines
* rename tools -> xtaskAleksey Kladov2019-10-171-1/+1
* Merge #1928bors[bot]2019-10-051-1/+2
|\
| * Pass attributes as token tree to DefCollectoruHOOCCOOHu2019-10-021-1/+2
* | Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-031-1/+1
|/
* Fix API of AttruHOOCCOOHu2019-09-301-1/+1
* Parse correct AttrInputuHOOCCOOHu2019-09-301-1/+2
* simplifyAleksey Kladov2019-09-241-4/+1
* Support path starting with a typeuHOOCCOOHu2019-09-151-1/+1
* Add `DotDotPat` to ASTDylan MacKenzie2019-09-151-0/+3
* Infer box expressionuHOOCCOOHu2019-09-111-0/+2
* Lower `Fn(X, Y) -> Z` pathsFlorian Diebold2019-09-071-1/+1
* 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-1/+1
|/
* Add `BoxPat` variantDylan MacKenzie2019-08-231-0/+3
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-24/+24
* use quote! macro to generate grammarAleksey Kladov2019-08-181-27/+27
* deserialize grammarAleksey Kladov2019-08-181-53/+53
* Add function parameters attributesEvgenii P2019-08-071-0/+2
* add await expr to astUnreal Hoang2019-07-201-0/+2
* add await to syntax, parser for await_exprUnreal Hoang2019-07-201-0/+2
* 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