Commit message (Expand) | 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 token... | Florian Diebold | 2019-12-05 | 1 | -2/+8 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | fix: clean up warnings | csmoe | 2019-06-06 | 1 | -1/+1 |
* | 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 |