Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor macro tests | Aleksey Kladov | 2019-12-19 | 1 | -7/+7 |
| | |||||
* | Refactoring | Edwin Cheng | 2019-12-18 | 1 | -47/+45 |
| | |||||
* | Rename range to by_kind | Edwin Cheng | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Add TokenTextRange | Edwin Cheng | 2019-12-18 | 1 | -8/+33 |
| | |||||
* | Add token id to delims | Edwin Cheng | 2019-12-18 | 1 | -45/+99 |
| | |||||
* | Add token ids for all tt::Leaf | Edwin Cheng | 2019-12-18 | 1 | -18/+27 |
| | |||||
* | Refactor tt::Delimiter | Edwin Cheng | 2019-12-13 | 1 | -18/+16 |
| | |||||
* | Don't wrap most syntax trees in invisible delimiters when converting to ↵ | Florian Diebold | 2019-12-05 | 1 | -2/+8 |
| | | | | | | token tree Otherwise parsing them again doesn't work. | ||||
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -12/+22 |
| | |||||
* | Fixed mbe trival subtree | Edwin Cheng | 2019-11-21 | 1 | -0/+68 |
| | |||||
* | Collapse TokenMap and RevTokenMap | Aleksey Kladov | 2019-11-18 | 1 | -111/+99 |
| | |||||
* | Token-based reverse-mapping | Aleksey Kladov | 2019-11-18 | 1 | -1/+5 |
| | |||||
* | More correct expansion mapping | Aleksey Kladov | 2019-11-17 | 1 | -4/+9 |
| | | | | We can't really map arbitrary ranges, we only can map tokens | ||||
* | Goto definition works inside macros | Aleksey Kladov | 2019-11-16 | 1 | -0/+6 |
| | |||||
* | Remove typed macro parsing API | Aleksey Kladov | 2019-11-09 | 1 | -31/+3 |
| | | | | | We do type-erasure on every path anyway, so it doesn't make much sense to duplicate this function for every type | ||||
* | Remove map_ranges in RevTokenMap | Edwin Cheng | 2019-11-09 | 1 | -31/+1 |
| | |||||
* | Refactor and add more comments | Edwin Cheng | 2019-11-08 | 1 | -50/+46 |
| | |||||
* | Fix formatting | Edwin Cheng | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Refactor a bit | Edwin Cheng | 2019-11-04 | 1 | -9/+6 |
| | |||||
* | Use macro_rules shift to map text ranges | Edwin Cheng | 2019-11-04 | 1 | -30/+11 |
| | |||||
* | Rename and fix typos | Edwin Cheng | 2019-11-04 | 1 | -9/+15 |
| | |||||
* | Remove dbg! | Edwin Cheng | 2019-11-04 | 1 | -1/+0 |
| | |||||
* | Fixed bug in ExpandedRangeMap | Edwin Cheng | 2019-11-04 | 1 | -34/+16 |
| | |||||
* | Add macro_expansion_info in hir_expand | Edwin Cheng | 2019-11-04 | 1 | -19/+94 |
| | |||||
* | Add map_id to TokenId | Edwin Cheng | 2019-11-04 | 1 | -3/+20 |
| | |||||
* | Some clippy fixes | kjeremy | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | cleanup expansion to item list | Aleksey Kladov | 2019-09-10 | 1 | -26/+1 |
| | |||||
* | "Fix" mbe to work with decomposed tokens | Aleksey Kladov | 2019-09-10 | 1 | -1/+8 |
| | | | | We regressed $i * 2 where $i = 1 + 1, need to fix that! | ||||
* | simplify | Aleksey Kladov | 2019-09-02 | 1 | -6/+26 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -6/+7 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -3/+3 |
| | |||||
* | migrate mbe to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -7/+4 |
| | |||||
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 1 | -29/+23 |
| | |||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+7 |
| | | | | | | 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 | -1/+1 |
| | | | | Change-Id: I91a468f6e846ac28574825b8ee7aa02fbff68f63 | ||||
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 1 | -3/+4 |
| | |||||
* | Fix clippy::len_zero | Alan Du | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | Store referece in tokenbuffer | Edwin Cheng | 2019-06-02 | 1 | -2/+4 |
| | |||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | return errors from tree builder | Aleksey Kladov | 2019-05-28 | 1 | -2/+3 |
| | |||||
* | Minor use module | Edwin Cheng | 2019-05-27 | 1 | -3/+2 |
| | |||||
* | Simpliy how collecting token from src | Edwin Cheng | 2019-05-27 | 1 | -5/+1 |
| | |||||
* | Remove Queier and SubtreeWalk | Edwin Cheng | 2019-05-27 | 1 | -40/+70 |
| | |||||
* | Remove duplicated code | Edwin Cheng | 2019-05-25 | 1 | -4/+0 |
| | |||||
* | Simplify token_tree_to_xxx | Edwin Cheng | 2019-05-25 | 1 | -47/+20 |
| | |||||
* | Change TokenSource to iteration based | Edwin Cheng | 2019-05-25 | 1 | -18/+24 |
| | |||||
* | Refactor SubtreeSource | Edwin Cheng | 2019-05-22 | 1 | -7/+14 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -24/+21 |
| |