Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix literal support in token tree to ast item list | Edwin Cheng | 2019-04-05 | 1 | -1/+1 | |
| | ||||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -14/+20 | |
| | ||||||
* | Refactor parser fuzz testing | pcpthm | 2019-03-21 | 1 | -7/+2 | |
| | ||||||
* | introduce tree builder | Aleksey Kladov | 2019-02-23 | 1 | -1/+1 | |
| | ||||||
* | add API guide to ra_syntax | Aleksey Kladov | 2019-02-21 | 1 | -0/+173 | |
| | ||||||
* | kill utils module | Aleksey Kladov | 2019-02-21 | 1 | -3/+8 | |
| | ||||||
* | docs | Aleksey Kladov | 2019-02-21 | 1 | -13/+14 | |
| | ||||||
* | fix compilation | Aleksey Kladov | 2019-02-21 | 1 | -2/+1 | |
| | ||||||
* | rearrange modules in a suggestd reading order | Aleksey Kladov | 2019-02-20 | 1 | -8/+9 | |
| | ||||||
* | flatten modules | Aleksey Kladov | 2019-02-20 | 1 | -1/+5 | |
| | ||||||
* | move all parsing related bits to a separate module | Aleksey Kladov | 2019-02-20 | 1 | -12/+4 | |
| | ||||||
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 1 | -4/+4 | |
| | | | | why yellow in the first place? Its red + green. | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -7/+2 | |
| | ||||||
* | introduced better typed AstPtr | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 | |
| | ||||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -0/+2 | |
| | ||||||
* | Fixup tests | Marcus Klaas de Vries | 2019-01-14 | 1 | -1/+1 | |
| | ||||||
* | Implement type inference for literals (WIP) | Marcus Klaas de Vries | 2019-01-14 | 1 | -0/+5 | |
| | ||||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -7/+7 | |
| | | | | This is much clearer about the semantics | |||||
* | kill text utils | Aleksey Kladov | 2019-01-08 | 1 | -3/+1 | |
| | ||||||
* | switch ra_syntax to new rowan API | Aleksey Kladov | 2019-01-08 | 1 | -24/+14 | |
| | ||||||
* | save top-level macros in module items | Aleksey Kladov | 2019-01-01 | 1 | -1/+1 | |
| | ||||||
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 1 | -4/+4 | |
| | ||||||
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 1 | -1/+1 | |
| | ||||||
* | modernize even more | Aleksey Kladov | 2018-12-06 | 1 | -4/+0 | |
| | ||||||
* | modernize some files | Aleksey Kladov | 2018-12-06 | 1 | -8/+1 | |
| | ||||||
* | rename ROOT -> SOURCE_FILE | Aleksey Kladov | 2018-11-07 | 1 | -6/+5 | |
| | ||||||
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -11/+11 | |
| | ||||||
* | Merge #207 | bors[bot] | 2018-11-07 | 1 | -0/+1 | |
|\ | | | | | | | | | | | | | | | 207: Finish implementing char validation r=aochagavia a=aochagavia The only thing missing right now are good integration tests (and maybe more descriptive error messages) Co-authored-by: Adolfo Ochagavía <[email protected]> | |||||
| * | Use ArrayString instead of hand rolled data structure | Adolfo Ochagavía | 2018-11-07 | 1 | -0/+1 | |
| | | ||||||
* | | ra_syntax::File is just RootNode | Aleksey Kladov | 2018-11-06 | 1 | -8/+7 | |
|/ | ||||||
* | Merge #188 | bors[bot] | 2018-11-05 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | 188: Introduce `SyntaxErrorKind` and `TextRange` to `SyntaxError` r=matklad a=aochagavia Co-authored-by: Adolfo Ochagavía <[email protected]> Co-authored-by: Adolfo Ochagavía <[email protected]> | |||||
| * | Introduce Location and make SyntaxError fields private | Adolfo Ochagavía | 2018-11-05 | 1 | -1/+1 | |
| | | ||||||
* | | Switch ra_syntax to 2015 edition | Aleksey Kladov | 2018-11-05 | 1 | -0/+3 | |
|/ | ||||||
* | Add character literal parsing and validation | Adolfo Ochagavía | 2018-11-04 | 1 | -2/+5 | |
| | ||||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -1/+3 | |
| | ||||||
* | Update rowan | Aleksey Kladov | 2018-10-17 | 1 | -1/+1 | |
| | ||||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -18/+16 | |
| | | | | Run `cargo fmt` and ignore generated files | |||||
* | start salsa migration | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 | |
| | ||||||
* | Run cargo fix | Aleksey Kladov | 2018-10-15 | 1 | -2/+2 | |
| | ||||||
* | Simplify event processing | Aleksey Kladov | 2018-10-08 | 1 | -1/+2 | |
| | ||||||
* | Make siblings an inherent method | Aleksey Kladov | 2018-10-02 | 1 | -1/+1 | |
| | ||||||
* | Move to rowan for syntax tree impl | Aleksey Kladov | 2018-10-02 | 1 | -8/+5 | |
| | ||||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+105 | |