Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better error recovery for use trees | Aleksey Kladov | 2019-09-05 | 1 | -1/+4 |
| | |||||
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -15/+15 |
| | |||||
* | Fix is_path_start to accept T![<], fix is_path_start usages | Evgenii P | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | reformat | Aleksey Kladov | 2019-05-23 | 1 | -2/+2 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 4 | -72/+72 |
| | |||||
* | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds | Ville Penttinen | 2019-03-30 | 1 | -0/+1 |
| | | | | | | These are now used when parsing type bounds. In addition parsing paths inside a bound now does not recursively parse paths, rather they are treated as separate bounds, separated by +. | ||||
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 4 | -5/+5 |
| | |||||
* | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 3 | -13/+12 |
| | | | | | - Fix pub_expr - Fix incorrect parsing of crate::path | ||||
* | allow aliases in underscores | Aleksey Kladov | 2019-03-04 | 1 | -0/+1 |
| | | | | | | | | this helps with use foo::Trait as _; syntax | ||||
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 4 | -0/+447 |