about summary refs log tree commit diff
path: root/crates/ra_syntax/tests/data/parser/inline/ok
AgeCommit message (Expand)AuthorLines
2019-02-25rename type to type_alias in the AST as wellAleksey Kladov-34/+34
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-9/+9
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-0/+5936