aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/err
Commit message (Collapse)AuthorAgeFilesLines
* fix: specialization(with blindly parsing)csmoe2019-06-192-0/+62
| | | | Change-Id: Ic5d2767e8781568d76d4d0013cd6081e95ae8a95
* fix: support existential typecsmoe2019-06-121-2/+2
|
* show error offsets in testsAleksey Kladov2019-05-2911-30/+30
|
* update test dataAleksey Kladov2019-05-2811-30/+30
|
* Parse and infer tuple indicesrobojumper2019-04-062-0/+56
|
* Parse unsafe async / const unsafe fns properlyrobojumper2019-04-032-0/+41
|
* always show token textAleksey Kladov2019-04-029-164/+164
|
* Error about attributes onpcpthm2019-03-192-0/+59
| | | | unallowed types of expression statement
* Use Marker argument for item parserspcpthm2019-03-182-0/+26
| | | | | - Fix pub_expr - Fix incorrect parsing of crate::path
* Add test for async blockCaio2019-03-102-0/+32
|
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-253-3/+3
|
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-042-7/+7
| | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion.
* Fix the tests and fix the precommit hookDJMcNab2018-12-2012-0/+220