Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove typed macro parsing API | Aleksey Kladov | 2019-11-09 | 3 | -64/+75 |
| | | | | | 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 simpfily | Edwin Cheng | 2019-11-08 | 1 | -1/+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 | 2 | -30/+15 |
| | |||||
* | 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 | 3 | -28/+103 |
| | |||||
* | Add map_id to TokenId | Edwin Cheng | 2019-11-04 | 1 | -3/+20 |
| | |||||
* | Change to add 1 if non zero shift | Edwin Cheng | 2019-11-04 | 1 | -1/+1 |
| | |||||
* | Refactor and rename | Edwin Cheng | 2019-11-04 | 1 | -21/+20 |
| | |||||
* | Change Option<u32> to u32 for shift value | Edwin Cheng | 2019-11-04 | 1 | -8/+5 |
| | |||||
* | Change to better naming | Edwin Cheng | 2019-11-04 | 1 | -3/+3 |
| | |||||
* | Add TokenId Shif in macro_rules | Edwin Cheng | 2019-11-04 | 2 | -2/+74 |
| | |||||
* | Some clippy fixes | kjeremy | 2019-10-30 | 2 | -3/+2 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2019-10-12 | 1 | -1/+0 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 5 | -4/+12 |
| | | | | #1856 | ||||
* | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 1 | -1/+1 |
| | |||||
* | simplify | Aleksey Kladov | 2019-09-24 | 1 | -9/+1 |
| | |||||
* | remove obsolete TOOD | Aleksey Kladov | 2019-09-22 | 1 | -1/+0 |
| | | | | I have no idea what I've meant to fix here :-( | ||||
* | minor cleanup | Aleksey Kladov | 2019-09-22 | 1 | -1/+8 |
| | |||||
* | slightly cleanup macro tests | Aleksey Kladov | 2019-09-19 | 1 | -185/+159 |
| | |||||
* | use usual token tree for macro expansion | Aleksey Kladov | 2019-09-17 | 10 | -933/+753 |
| | |||||
* | split mbe expander code into two modules | Aleksey Kladov | 2019-09-17 | 3 | -418/+448 |
| | |||||
* | cleanup expansion to item list | Aleksey Kladov | 2019-09-10 | 3 | -32/+7 |
| | |||||
* | simiplify | Aleksey Kladov | 2019-09-10 | 1 | -25/+2 |
| | |||||
* | add fragmets to expansion | Aleksey Kladov | 2019-09-10 | 2 | -36/+42 |
| | |||||
* | "Fix" mbe to work with decomposed tokens | Aleksey Kladov | 2019-09-10 | 4 | -27/+45 |
| | | | | We regressed $i * 2 where $i = 1 + 1, need to fix that! | ||||
* | fix assists | Aleksey Kladov | 2019-09-02 | 1 | -15/+16 |
| | |||||
* | remove needless clone | Aleksey Kladov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | simplify | Aleksey Kladov | 2019-09-02 | 4 | -158/+82 |
| | |||||
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -4/+4 |
| | |||||
* | Return a Ref from SubtreeTokenSource::get | Laurențiu Nicola | 2019-08-03 | 1 | -33/+29 |
| | |||||
* | Avoid cloning a TtToken in SubtreeTokenSource::mk_token | Laurențiu Nicola | 2019-08-03 | 1 | -9/+15 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 2 | -9/+10 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -3/+3 |
| | |||||
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -4/+4 |
| | |||||
* | migrate mbe to the new rowan | Aleksey Kladov | 2019-07-19 | 4 | -36/+27 |
| | |||||
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 2 | -44/+38 |
| | |||||
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -2/+2 |
| | | | | this is in preparation for the new rowan API | ||||
* | Clippy trivially_copy_pass_by_ref | Jeremy Kolb | 2019-07-05 | 2 | -10/+10 |
| | |||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 5 | -10/+10 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 7 | -25/+19 |
| | | | | | | 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::or_fun_call | Alan Du | 2019-06-04 | 2 | -10/+8 |
| | |||||
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 2 | -15/+16 |
| | |||||
* | Fix clippy::len_zero | Alan Du | 2019-06-04 | 1 | -1/+1 |
| |