about summary refs log tree commit diff
path: root/crates/ra_syntax/tests/data/parser/inline
AgeCommit message (Expand)AuthorLines
2019-02-25rename type to type_alias in the AST as wellAleksey Kladov-37/+37
2019-02-17Enable parsing attributes for generic lifetimes and type parametersVille Penttinen-0/+63
2019-02-17Enable parsing of attributes inside a match blockVille Penttinen-0/+229
2019-02-11make macro a NameOwnerAleksey Kladov-2/+4
2019-02-09Fix handling of literal patternsFlorian Diebold-21/+31
2019-02-04Add AST for extern crateFlorian Diebold-1/+1
2019-01-31Merge #692bors[bot]-0/+43
2019-01-28Infer type of match guardMarcus Klaas de Vries-40/+95
2019-01-27Correctly parse inner attributes of impl blocksDJMcNab-0/+43
2019-01-26Merge #660bors[bot]-0/+45
2019-01-25Support macro calls in type positionErlend Tobiassen-0/+45
2019-01-26rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov-10/+10
2019-01-24Support universal function call syntax in function callsDJMcNab-6/+85
2019-01-22Add test for placeholder parameters in trait fn defsErlend Tobiassen-0/+35
2019-01-22Update tests after allowing where predicate to accept typesErlend Tobiassen-12/+13
2019-01-19Change parsing of struct field patternsMarcus Klaas de Vries-12/+10
2019-01-19Finish move of StructField for pattern type inferenceMarcus Klaas de Vries-20/+26
2019-01-12Fix handling of attributes in positional field listsDJMcNab-0/+43
2019-01-10Fix handling of where clauses in tuple structsDJMcNab-0/+64
2019-01-04Rename traits::impl_item -> impl_block as well, as well as the testsFlorian Diebold-0/+0
2019-01-04Rename ImplItem to ImplBlockFlorian Diebold-16/+16
2018-12-30parse minus before number literalcsmoe-33/+46
2018-12-21Fix where clauses using fully qualified path syntaxDJMcNab-8/+37
2018-12-20Run gen-testsDJMcNab-0/+59
2018-12-20Fix the tests and fix the precommit hookDJMcNab-268/+173
2018-12-20Fix ambiguity with if breakDJMcNab-0/+71
2018-12-19Add tests and only traverse in the crates directoryDJMcNab-87/+168
2018-12-19Move is_block to lower in the call treeDJMcNab-61/+61
2018-12-19Fix parsing of inclusive ranges (#214)DJMcNab-27/+65
2018-12-17Fixed cast expression parsing in ra_syntax.Roland Ruckerbauer-6/+48
2018-12-05Update use path testDJMcNab-74/+2
2018-12-05Improve/add the use_item documentationDJMcNab-0/+485
2018-11-07rename ROOT -> SOURCE_FILEAleksey Kladov-113/+113
2018-11-05grammar: for predicates in whereAleksey Kladov-0/+62
2018-10-03Support leading pipe in match armsDaniel McNab-12/+56
2018-09-29support 2018 pathsAleksey Kladov-0/+16
2018-09-26generate testsuite for impl_typecsmoe-0/+83
2018-09-16rename all thingsAleksey Kladov-0/+5401