Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify | Aleksey Kladov | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -3/+3 |
| | |||||
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 |
| | |||||
* | flatten modules | Aleksey Kladov | 2019-02-20 | 1 | -4/+2 |
| | |||||
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 1 | -1/+1 |
| | | | | why yellow in the first place? Its red + green. | ||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -17/+3 |
| | |||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -2/+2 |
| | | | | This is much clearer about the semantics | ||||
* | itroduce trait for ast tokens | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | switch ra_syntax to new rowan API | Aleksey Kladov | 2019-01-08 | 1 | -4/+4 |
| | |||||
* | Use an else if | DJMcNab | 2019-01-01 | 1 | -3/+2 |
| | |||||
* | Fix the `panic` found whilst fuzzing | DJMcNab | 2018-12-31 | 1 | -3/+9 |
| | |||||
* | Fix a fuzzing bug and add Cargo.lock to the fuzzing directory | DJMcNab | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | fix suffix ranges | Aleksey Kladov | 2018-12-27 | 1 | -1/+4 |
| | |||||
* | support literal suffixes | Aleksey Kladov | 2018-12-27 | 1 | -0/+4 |
| | |||||
* | dedupe literal parsers | Aleksey Kladov | 2018-12-27 | 1 | -3/+4 |
| | |||||
* | Split string lexing and run rustfmt | Adolfo Ochagavía | 2018-11-11 | 1 | -3/+1 |
| | |||||
* | Validate byte string literals | Adolfo Ochagavía | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Add validator for byte | Adolfo Ochagavía | 2018-11-11 | 1 | -90/+98 |
| | |||||
* | Validate string literals | Adolfo Ochagavía | 2018-11-09 | 1 | -0/+270 |