Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nice string formatting | Aleksey Kladov | 2020-03-28 | 1 | -3/+4 |
| | |||||
* | Use match_ast | Aleksey Kladov | 2020-03-18 | 1 | -2/+2 |
| | |||||
* | ra_syntax: remove message() method and use only Display trait in SyntaxError ↵ | Veetaha | 2020-02-17 | 1 | -1/+1 |
| | | | | as per matklad | ||||
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 1 | -5/+3 |
| | |||||
* | ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review | Veetaha | 2020-02-03 | 1 | -1/+3 |
| | |||||
* | Reimplemented lexer with vectors instead of iterators | Veetaha | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | Force passing Source when creating a SourceAnalyzer | Aleksey Kladov | 2019-11-15 | 1 | -2/+4 |
| | |||||
* | Document match_ast! | kjeremy | 2019-10-30 | 1 | -0/+14 |
| | |||||
* | remove `visitor` module | Ekaterina Babshukova | 2019-10-05 | 1 | -22/+21 |
| | |||||
* | replace AST visitors with macro | Ekaterina Babshukova | 2019-10-05 | 1 | -0/+12 |
| | |||||
* | fix generated AST | Aleksey Kladov | 2019-09-02 | 1 | -1/+2 |
| | |||||
* | remove ast::*Kind enums | Aleksey Kladov | 2019-08-19 | 1 | -8/+8 |
| | | | | With the new owned trees, we don't need an indirection here | ||||
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 1 | -0/+2 |
| | |||||
* | simiplify | Aleksey Kladov | 2019-07-21 | 1 | -8/+7 |
| | |||||
* | streamline API | Aleksey Kladov | 2019-07-21 | 1 | -4/+2 |
| | |||||
* | minor, move type | Aleksey Kladov | 2019-07-21 | 1 | -2/+3 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -9/+7 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | remove lifetime from syntax node text | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -64/+58 |
| | |||||
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 1 | -3/+9 |
| | |||||
* | make Parse generic | Aleksey Kladov | 2019-07-18 | 1 | -14/+33 |
| | |||||
* | cleanup imports | Aleksey Kladov | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | highlight mutable variables differently | Ekaterina Babshukova | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -2/+10 |
| | | | | this is in preparation for the new rowan API | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -8/+11 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | Get rid of failure: ra_batch ra_cli | Muhammad Mominul Huque | 2019-06-15 | 1 | -1/+1 |
| | |||||
* | show error offsets in tests | Aleksey Kladov | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | remove old parsing methods | Aleksey Kladov | 2019-05-28 | 1 | -30/+25 |
| | |||||
* | update test data | Aleksey Kladov | 2019-05-28 | 1 | -1/+2 |
| | |||||
* | update tests | Aleksey Kladov | 2019-05-28 | 1 | -1/+15 |
| | |||||
* | drop error from SOurceFile constructor | Aleksey Kladov | 2019-05-28 | 1 | -4/+4 |
| | |||||
* | drop errors from SyntaxNode | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | add Parse | Aleksey Kladov | 2019-05-28 | 1 | -2/+26 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -7/+2 |
| | |||||
* | Merge #1257 | bors[bot] | 2019-05-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | 1257: Implemented tkn! macro for syntax kinds r=matklad a=pasa Implementation of #1248 Co-authored-by: Sergey Parilin <[email protected]> | ||||
| * | Implemented T! macro for syntax kinds | Sergey Parilin | 2019-05-13 | 1 | -0/+1 |
| | | |||||
* | | share literal validation logic with compiler | Aleksey Kladov | 2019-05-07 | 1 | -1/+0 |
|/ | |||||
* | start structured editing API | Aleksey Kladov | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | Add classify_literal and undo expose next_token | Edwin Cheng | 2019-04-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| |