Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reformat the world | Aleksey Kladov | 2019-02-08 | 2 | -13/+3 |
| | |||||
* | Fix a fuzzing bug and add Cargo.lock to the fuzzing directory | DJMcNab | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | support literal suffixes | Aleksey Kladov | 2018-12-27 | 2 | -2/+22 |
| | |||||
* | dedupe literal parsers | Aleksey Kladov | 2018-12-27 | 5 | -346/+201 |
| | |||||
* | show debug repr of literals | Aleksey Kladov | 2018-12-21 | 4 | -4/+4 |
| | |||||
* | grand module rename | Aleksey Kladov | 2018-12-08 | 1 | -13/+0 |
| | |||||
* | Split string lexing and run rustfmt | Adolfo Ochagavía | 2018-11-11 | 6 | -0/+538 |
| | |||||
* | Validate string literals | Adolfo Ochagavía | 2018-11-09 | 1 | -301/+0 |
| | |||||
* | Finish implementing char validation | Adolfo Ochagavía | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Introduce SyntaxErrorKind and TextRange in SyntaxError | Adolfo Ochagavía | 2018-11-04 | 1 | -10/+0 |
| | |||||
* | Add character literal parsing and validation | Adolfo Ochagavía | 2018-11-04 | 1 | -0/+311 |