Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 1 | -6/+6 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -36/+33 |
* | Convert bool to ident instead of literal in mbe | Edwin Cheng | 2020-04-18 | 1 | -1/+1 |
* | Split LIFETIME to two tokens in mbe | Edwin Cheng | 2020-04-18 | 1 | -5/+32 |
* | Remove format from syntax_bridge hot path | Edwin Cheng | 2020-04-13 | 1 | -5/+6 |
* | Fix accidently quadratic behavior when processing includes | Aleksey Kladov | 2020-04-10 | 1 | -17/+19 |
* | Add basic custom derive lowering | Edwin Cheng | 2020-03-25 | 1 | -1/+1 |
* | Add open delim when delim not match | Edwin Cheng | 2020-03-20 | 1 | -4/+27 |
* | Fix text range bug and reorder | Edwin Cheng | 2020-03-20 | 1 | -14/+19 |
* | Add TokenConvertor trait | Edwin Cheng | 2020-03-20 | 1 | -236/+152 |
* | Add test for delim bug | Edwin Cheng | 2020-03-20 | 1 | -0/+103 |
* | Add parse_to_token_tree | Edwin Cheng | 2020-03-08 | 1 | -30/+191 |
* | fix regression from #3451 | Edwin Cheng | 2020-03-05 | 1 | -1/+3 |
* | Fixed whitespace bug | Edwin Cheng | 2020-03-04 | 1 | -3/+4 |
* | Cleanup editing API | Aleksey Kladov | 2020-02-29 | 1 | -1/+1 |
* | 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 |