aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix comment namingAleksey Kladov2019-04-021-10/+9
* | allow empty doc commentsAleksey Kladov2019-04-021-4/+6
* | add ast::tokensAleksey Kladov2019-04-022-1/+94
* | move ast traits to a separate fileAleksey Kladov2019-04-021-0/+148
* | 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-242-0/+407
* 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-122-2/+2
* make macro a NameOwnerAleksey Kladov2019-02-111-0/+1
* Fix handling of literal patternsFlorian Diebold2019-02-091-1/+36
* Fill deprecation for LSPkjeremy2019-02-051-0/+1
* Add AST for extern crateFlorian Diebold2019-02-041-1/+9
* Pass aliases to ImportDataFlorian Diebold2019-02-011-0/+33
* Merge #692bors[bot]2019-01-311-0/+1
|\
| * Parse and validate attributes in blocksDJMcNab2019-01-281-0/+1
* | Infer type of match guardMarcus Klaas de Vries2019-01-281-1/+5
|/
* fix verification on CIAleksey Kladov2019-01-261-44/+0
* fix AST for if expressionsAleksey Kladov2019-01-261-0/+44
* rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov2019-01-251-21/+21
* Add docs to struct fieldsJeremy A. Kolb2019-01-251-0/+1
* Merge #630bors[bot]2019-01-251-3/+15
|\
| * Fill in DocumentSymbol::detailHrvoje Ban2019-01-241-3/+15