aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename traits::impl_item -> impl_block as well, as well as the testsFlorian Diebold2019-01-044-0/+0
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-049-9/+9
* parse minus before number literalcsmoe2018-12-302-33/+46
* Fix where clauses using fully qualified path syntaxDJMcNab2018-12-212-8/+37
* Run gen-testsDJMcNab2018-12-202-0/+59
* Fix the tests and fix the precommit hookDJMcNab2018-12-20224-0/+5936