Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment decorations | Aleksey Kladov | 2020-07-12 | 1 | -1/+4 |
| | | | | closes #4461 | ||||
* | Simlify with matches!() | Veetaha | 2020-06-28 | 1 | -4/+1 |
| | |||||
* | Bump rustc_lexer | Laurențiu Nicola | 2020-06-27 | 1 | -12/+12 |
| | |||||
* | Reduce the usage of bare subscript operator | Veetaha | 2020-06-14 | 1 | -46/+43 |
| | |||||
* | Use more natural signature for Edit::apply | Aleksey Kladov | 2020-05-05 | 1 | -5/+9 |
| | |||||
* | Rename AtomTextEdit -> Indel | Aleksey Kladov | 2020-05-05 | 1 | -8/+8 |
| | |||||
* | Bump deps | Laurențiu Nicola | 2020-05-01 | 1 | -15/+22 |
| | |||||
* | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 1 | -11/+13 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 4 | -22/+22 |
| | |||||
* | Rename some tokens | Aleksey Kladov | 2020-04-10 | 1 | -39/+38 |
| | |||||
* | Attach doc-comment to declaration if there are newlines in between | Leander Tentrup | 2020-03-31 | 1 | -1/+12 |
| | | | | This commit changes the parser to attach doc-comments to the corresponding declaration in case there are newlines in between the doc-comment and the declaration. | ||||
* | Remove some TextUnit->usize escapees | CAD97 | 2020-03-13 | 1 | -2/+2 |
| | |||||
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Remove dat FIXME | Veetaha | 2020-02-18 | 1 | -1/+0 |
| | |||||
* | ra_syntax: fix reparsing merging errors, also now reparse_token() reports errors | Veetaha | 2020-02-18 | 1 | -7/+50 |
| | |||||
* | ra_syntax: followup fix for making SyntaxError::range() to return by value | Veetaha | 2020-02-17 | 1 | -1/+1 |
| | |||||
* | ra_syntax: SyntaxError::range() now returns by value | Veetaha | 2020-02-17 | 1 | -1/+1 |
| | |||||
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 2 | -76/+43 |
| | |||||
* | ra_syntax: removed unnecessary init statement from reparsing tests | Veetaha | 2020-02-03 | 1 | -3/+0 |
| | |||||
* | ra_syntax: rename first_token() -> lex_first_token() | Veetaha | 2020-02-03 | 1 | -3/+3 |
| | |||||
* | ra_syntax: fixed a typo in doc comment | Veetaha | 2020-02-03 | 1 | -2/+4 |
| | |||||
* | ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review | Veetaha | 2020-02-03 | 3 | -162/+180 |
| | |||||
* | add better docs for tokenize errors | Veetaha | 2020-02-03 | 1 | -2/+2 |
| | |||||
* | ra_syntax: moved ParsedToken derive attribute under the doc comment | Veetaha | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | ra_syntax: fixed doc comment | Veetaha | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | Reimplemented lexer with vectors instead of iterators | Veetaha | 2020-02-03 | 3 | -177/+185 |
| | |||||
* | ra_syntax: changed added diagnostics information returned from tokenize() ↵ | Veetaha | 2020-02-03 | 2 | -72/+230 |
| | | | | (implemented with iterators) | ||||
* | :arrow_up: rowan | Aleksey Kladov | 2020-01-09 | 1 | -2/+1 |
| | |||||
* | Attach docs to statics | kjeremy | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 3 | -0/+6 |
| | | | | #1856 | ||||
* | Fix outer doc-comments of `macro_rules` | uHOOCCOOHu | 2019-09-09 | 1 | -2/+2 |
| | |||||
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -1/+1 |
| | |||||
* | :arrow_up: rustc_lexer | Aleksey Kladov | 2019-08-20 | 1 | -88/+48 |
| | |||||
* | Change macro to function | Evgenii P | 2019-08-09 | 1 | -15/+13 |
| | |||||
* | rustfmt | Evgenii P | 2019-08-09 | 1 | -10/+10 |
| | |||||
* | Reduce code duplication in lexer by introducing small macro | Evgenii P | 2019-08-09 | 1 | -20/+17 |
| | |||||
* | kill old lexer | Aleksey Kladov | 2019-07-22 | 6 | -571/+17 |
| | |||||
* | add rustc_lexer | Aleksey Kladov | 2019-07-22 | 1 | -4/+104 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -6/+7 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -5/+7 |
| | |||||
* | 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 | -11/+9 |
| | |||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 5 | -21/+16 |
| | | | | | | 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 | ||||
* | fix: clean up warnings | csmoe | 2019-06-06 | 1 | -3/+3 |
| | | | | Change-Id: I91a468f6e846ac28574825b8ee7aa02fbff68f63 | ||||
* | remove old parsing methods | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | update tests | Aleksey Kladov | 2019-05-28 | 1 | -5/+7 |
| | |||||
* | Change TokenSource to iteration based | Edwin Cheng | 2019-05-25 | 2 | -15/+36 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 2 | -17/+19 |
| | |||||
* | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 1 | -59/+12 |
| |