Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to upstream unescape | Aleksey Kladov | 2019-07-24 | 1 | -4/+87 |
* | simiplify | Aleksey Kladov | 2019-07-21 | 1 | -3/+3 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -4/+4 |
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -2/+2 |
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -2/+2 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+3 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -3/+4 |
* | share literal validation logic with compiler | Aleksey Kladov | 2019-05-07 | 1 | -10/+54 |
* | Parse and infer tuple indices | robojumper | 2019-04-06 | 1 | -0/+2 |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -5/+13 |
* | kill utils module | Aleksey Kladov | 2019-02-21 | 1 | -6/+35 |
* | flatten modules | Aleksey Kladov | 2019-02-20 | 1 | -1/+1 |
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 1 | -1/+1 |
* | Parse and validate attributes in blocks | DJMcNab | 2019-01-28 | 1 | -0/+2 |
* | switch ra_syntax to new rowan API | Aleksey Kladov | 2019-01-08 | 1 | -8/+7 |
* | grand module rename | Aleksey Kladov | 2018-12-08 | 1 | -0/+24 |
* | Validate string literals | Adolfo Ochagavía | 2018-11-09 | 1 | -271/+0 |
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -5/+5 |
* | Merge #207 | bors[bot] | 2018-11-07 | 1 | -10/+203 |
|\ | |||||
| * | Fix backslash escape | Adolfo Ochagavía | 2018-11-07 | 1 | -2/+4 |
| * | Use ArrayString instead of hand rolled data structure | Adolfo Ochagavía | 2018-11-07 | 1 | -3/+3 |
| * | cargo format | Adolfo Ochagavía | 2018-11-07 | 1 | -28/+33 |
| * | Add lots of tests | Adolfo Ochagavía | 2018-11-07 | 1 | -4/+118 |
| * | Store hex digits in a stack-allocated buffer | Adolfo Ochagavía | 2018-11-07 | 1 | -5/+8 |
| * | Finish implementing char validation | Adolfo Ochagavía | 2018-11-06 | 1 | -7/+76 |
* | | ra_syntax::File is just RootNode | Aleksey Kladov | 2018-11-06 | 1 | -1/+1 |
|/ | |||||
* | Introduce Location and make SyntaxError fields private | Adolfo Ochagavía | 2018-11-05 | 1 | -20/+5 |
* | Introduce SyntaxErrorKind and TextRange in SyntaxError | Adolfo Ochagavía | 2018-11-04 | 1 | -23/+76 |
* | Add character literal parsing and validation | Adolfo Ochagavía | 2018-11-04 | 1 | -0/+40 |