Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 24 | -496/+0 |
| | |||||
* | fix: specialization(with blindly parsing) | csmoe | 2019-06-19 | 2 | -0/+62 |
| | | | | Change-Id: Ic5d2767e8781568d76d4d0013cd6081e95ae8a95 | ||||
* | fix: support existential type | csmoe | 2019-06-12 | 1 | -2/+2 |
| | |||||
* | show error offsets in tests | Aleksey Kladov | 2019-05-29 | 11 | -30/+30 |
| | |||||
* | update test data | Aleksey Kladov | 2019-05-28 | 11 | -30/+30 |
| | |||||
* | Parse and infer tuple indices | robojumper | 2019-04-06 | 2 | -0/+56 |
| | |||||
* | Parse unsafe async / const unsafe fns properly | robojumper | 2019-04-03 | 2 | -0/+41 |
| | |||||
* | always show token text | Aleksey Kladov | 2019-04-02 | 9 | -164/+164 |
| | |||||
* | Error about attributes on | pcpthm | 2019-03-19 | 2 | -0/+59 |
| | | | | unallowed types of expression statement | ||||
* | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 2 | -0/+26 |
| | | | | | - Fix pub_expr - Fix incorrect parsing of crate::path | ||||
* | Add test for async block | Caio | 2019-03-10 | 2 | -0/+32 |
| | |||||
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 3 | -3/+3 |
| | |||||
* | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 2 | -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 hook | DJMcNab | 2018-12-20 | 12 | -0/+220 |