about summary refs log tree commit diff
path: root/crates/ra_syntax/tests/data
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-17Parse only outer_attributes for match arms for nowVille Penttinen-31/+59
2019-02-17Enable parsing of attributes inside a match blockVille Penttinen-0/+493
2019-02-12rename yellow -> syntax_nodeAleksey Kladov-2/+2
2019-02-11make macro a NameOwnerAleksey Kladov-3/+6
2019-02-09Fix handling of literal patternsFlorian Diebold-25/+37
2019-02-04Add AST for extern crateFlorian Diebold-3/+3
2019-02-02Fix number of extern_inner_attributesDJMcNab-0/+0
2019-01-31Merge #692bors[bot]-0/+389
2019-01-28Infer type of match guardMarcus Klaas de Vries-40/+95
2019-01-28Parse and validate attributes in blocksDJMcNab-0/+316
2019-01-27Add a test for inner attributes on extern blocksDJMcNab-0/+30
2019-01-27Correctly parse inner attributes of impl blocksDJMcNab-0/+43
2019-01-26Make attrs be a child of the let statementDJMcNab-16/+16
2019-01-26Support attributes on let statementsDJMcNab-0/+78
2019-01-26Struct literals should not be a `BlockLike::Block`DJMcNab-0/+117
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-26/+26
2019-01-24Support universal function call syntax in function callsDJMcNab-6/+223
2019-01-23More correct raw ident handlingJosh Robson Chase-0/+50
2019-01-23Use IDENT for both raw and normal identsJosh Robson Chase-3/+3
2019-01-23Add raw idents to lexer and parserJosh Robson Chase-0/+45
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-20/+63
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-21/+20
2019-01-04add mod doc comment testcsmoe-0/+22
2019-01-01Fix the same bug as #396 but for bytes tooDJMcNab-0/+1
2018-12-31Fix the `panic` found whilst fuzzingDJMcNab-0/+1
2018-12-30Merge #366bors[bot]-33/+46
2018-12-30parse minus before number literalcsmoe-33/+46
2018-12-29Add fuzz failure to the fuzz-failures directoryDJMcNab-0/+1
2018-12-27fix suffix rangesAleksey Kladov-0/+79
2018-12-25Improve parsing of incomplete field accesses in preparation for field completionFlorian Diebold-0/+38
2018-12-21Fix where clauses using fully qualified path syntaxDJMcNab-8/+133
2018-12-21Add comment about the source of the weird_exprs testDJMcNab-2235/+2248
2018-12-20Add weird_exprs testDJMcNab-0/+2385
2018-12-20Run gen-testsDJMcNab-0/+59
2018-12-20Fix the tests and fix the precommit hookDJMcNab-546/+194
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-33/+150
2018-12-17Fixed cast expression parsing in ra_syntax.Roland Ruckerbauer-6/+48