aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok
Commit message (Expand)AuthorAgeFilesLines
* Support attributes on array membersRyan Cumming2019-06-304-0/+112
* fixed #1384zjy2019-06-282-0/+70
* Merge #1415bors[bot]2019-06-242-0/+59
|\
| * fix: specialization(with blindly parsing)csmoe2019-06-192-0/+59
* | fix: box_patterncsmoe2019-06-194-6/+67
* | fix: box_syntax(#1412)csmoe2019-06-181-0/+3
|/
* fix: support existential typecsmoe2019-06-122-0/+32
* fix: never type with bindingcsmoe2019-06-072-6/+38
* [#1083] Try block syntax: fix testsAndrey Tkachenko2019-06-062-0/+34
* Add macro pat parsingEdwin Cheng2019-04-302-0/+39
* Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-281-1/+2
* Add `...` parsing for fn pointer typeEdwin Cheng2019-04-232-1/+44
* Parse and infer tuple indicesrobojumper2019-04-062-6/+22
* Parse unsafe async / const unsafe fns properlyrobojumper2019-04-032-0/+37
* always show token textAleksey Kladov2019-04-02127-3765/+3765
* Async closure syntaxrobojumper2019-03-312-6/+53
* Add WherePred to allow predicate access in WhereClauseVille Penttinen2019-03-311-5/+8
* Update testsVille Penttinen2019-03-312-10/+54
* Update testsVille Penttinen2019-03-3015-176/+292
* Fix parsing <= in type_argsVille Penttinen2019-03-302-6/+27
* Support references in higher-ranked trait boundsVille Penttinen2019-03-242-1/+127
* Allow attributes on top level expressionpcpthm2019-03-194-0/+152
* Merge #991bors[bot]2019-03-186-27/+79
|\
| * Use Marker argument for item parserspcpthm2019-03-186-27/+79
* | Fix parse tree of attribute on match armpcpthm2019-03-171-78/+78
|/
* Allow attribute on struct literal fieldpcpthm2019-03-172-0/+48
* Add async keywordCaio2019-03-092-0/+17
* Add support for parsing multiple if and while-let patternsVille Penttinen2019-03-042-1/+164
* allow `mut ident` patterns in trait methodsAleksey Kladov2019-03-042-11/+26
* allow aliases in underscoresAleksey Kladov2019-03-042-1/+17
* allow vararg functionsAleksey Kladov2019-03-042-0/+50
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-2525-34/+34
* Enable parsing attributes for generic lifetimes and type parametersVille Penttinen2019-02-172-0/+63
* Enable parsing of attributes inside a match blockVille Penttinen2019-02-174-0/+229
* make macro a NameOwnerAleksey Kladov2019-02-112-2/+4
* Fix handling of literal patternsFlorian Diebold2019-02-092-21/+31
* Add AST for extern crateFlorian Diebold2019-02-041-1/+1
* Merge #692bors[bot]2019-01-312-0/+43
|\
| * Correctly parse inner attributes of impl blocksDJMcNab2019-01-272-0/+43
* | Infer type of match guardMarcus Klaas de Vries2019-01-283-40/+95
|/
* Merge #660bors[bot]2019-01-262-0/+45
|\
| * Support macro calls in type positionErlend Tobiassen2019-01-252-0/+45
* | rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov2019-01-253-10/+10
|/
* Support universal function call syntax in function callsDJMcNab2019-01-242-6/+85
* Add test for placeholder parameters in trait fn defsErlend Tobiassen2019-01-222-0/+35
* Update tests after allowing where predicate to accept typesErlend Tobiassen2019-01-221-12/+13
* Change parsing of struct field patternsMarcus Klaas de Vries2019-01-191-12/+10
* Finish move of StructField for pattern type inferenceMarcus Klaas de Vries2019-01-191-20/+26
* Fix handling of attributes in positional field listsDJMcNab2019-01-122-0/+43
* Fix handling of where clauses in tuple structsDJMcNab2019-01-102-0/+64