Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the same bug as #396 but for bytes too | DJMcNab | 2019-01-01 | 1 | -1/+3 |
* | 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 | 4 | -4/+16 |
* | support literal suffixes | Aleksey Kladov | 2018-12-27 | 4 | -0/+16 |
* | dedupe literal parsers | Aleksey Kladov | 2018-12-27 | 4 | -20/+17 |
* | grand module rename | Aleksey Kladov | 2018-12-08 | 1 | -24/+0 |
* | Split string lexing and run rustfmt | Adolfo Ochagavía | 2018-11-11 | 2 | -7/+6 |
* | Validate byte string literals | Adolfo Ochagavía | 2018-11-11 | 4 | -22/+210 |
* | Add validator for byte | Adolfo Ochagavía | 2018-11-11 | 3 | -90/+302 |
* | Validate string literals | Adolfo Ochagavía | 2018-11-09 | 3 | -0/+458 |