aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change parsing of struct field patternsMarcus Klaas de Vries2019-01-191-1/+6
* Move parsing of field pattern lists to the parser (where it belongs)Marcus Klaas de Vries2019-01-191-1/+6
* Add initial (flawed) implementation of binding annotationsMarcus Klaas de Vries2019-01-191-1/+4
* Create struct patterns up to the hir levelMarcus Klaas de Vries2019-01-191-3/+2
* Add additional pattern variantsMarcus Klaas de Vries2019-01-191-2/+2
* Update ARRAY_EXPR grammarHirokazu Hata2019-01-161-1/+3
* Fix type inference for raw (byte) stringsMarcus Klaas de Vries2019-01-141-0/+4
* Fixup testsMarcus Klaas de Vries2019-01-141-4/+7
* Start moving literal interpretation to the AST (WIP)Marcus Klaas de Vries2019-01-141-2/+16
* Update TUPLE_EXPR grammarHirokazu Hata2019-01-131-1/+3
* support ref-patternsAleksey Kladov2019-01-131-1/+1
* itroduce trait for ast tokensAleksey Kladov2019-01-081-7/+7
* Add remaining binary operations to ASTMarcus Klaas de Vries2019-01-071-0/+1
* Make FnScopes use hir::ExprFlorian Diebold2019-01-051-6/+4
* Add HIR Expr machineryFlorian Diebold2019-01-051-2/+2
* Type the self parameterFlorian Diebold2019-01-041-1/+2
* Add HIR for impl blocksFlorian Diebold2019-01-041-1/+5
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-041-3/+3
* visibility ownerAleksey Kladov2019-01-031-4/+11
* super simplistic macro expansionAleksey Kladov2018-12-281-1/+1