Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 1 | -7/+7 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | always wrap block into an expression | Aleksey Kladov | 2019-09-02 | 1 | -10/+10 |
* | Move numeric names inside of `NameRef` | Aleksey Kladov | 2019-08-09 | 1 | -13/+0 |
* | switch to upstream unescape | Aleksey Kladov | 2019-07-24 | 1 | -521/+0 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 2 | -3/+4 |
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 2 | -2/+2 |
* | Clippy changes | Jeremy Kolb | 2019-07-05 | 1 | -1/+1 |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 3 | -6/+8 |
* | Fix clippy::or_fun_call | Alan Du | 2019-06-04 | 1 | -1/+1 |
* | share literal validation logic with compiler | Aleksey Kladov | 2019-05-07 | 5 | -795/+521 |
* | Parse and infer tuple indices | robojumper | 2019-04-06 | 1 | -0/+12 |
* | simplify | Aleksey Kladov | 2019-04-02 | 4 | -4/+4 |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 4 | -12/+12 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 |
* | flatten modules | Aleksey Kladov | 2019-02-20 | 5 | -20/+10 |
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 5 | -5/+5 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 5 | -80/+16 |
* | Parse and validate attributes in blocks | DJMcNab | 2019-01-28 | 1 | -0/+24 |
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 4 | -8/+8 |
* | itroduce trait for ast tokens | Aleksey Kladov | 2019-01-08 | 4 | -4/+4 |
* | switch ra_syntax to new rowan API | Aleksey Kladov | 2019-01-08 | 4 | -16/+16 |
* | 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 |