Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Store referece in tokenbuffer | Edwin Cheng | 2019-06-02 | 2 | -4/+6 |
| | |||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 2 | -16/+15 |
| | |||||
* | move mbe to the new API | Aleksey Kladov | 2019-05-28 | 3 | -73/+73 |
| | |||||
* | return errors from tree builder | Aleksey Kladov | 2019-05-28 | 1 | -2/+3 |
| | |||||
* | Use cfg(test) instead of allow(unused) | Edwin Cheng | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Minor use module | Edwin Cheng | 2019-05-27 | 1 | -3/+2 |
| | |||||
* | Simpliy how collecting token from src | Edwin Cheng | 2019-05-27 | 3 | -72/+39 |
| | |||||
* | Remove Queier and SubtreeWalk | Edwin Cheng | 2019-05-27 | 2 | -92/+104 |
| | |||||
* | 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 | 3 | -41/+64 |
| | |||||
* | Formatting | Edwin Cheng | 2019-05-23 | 1 | -1/+1 |
| | |||||
* | Refactor SubtreeSource | Edwin Cheng | 2019-05-22 | 3 | -201/+88 |
| | |||||
* | Fix match literal | Edwin Cheng | 2019-05-20 | 2 | -1/+19 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 2 | -35/+32 |
| | |||||
* | Error out non single root token tree conversion | Edwin Cheng | 2019-05-14 | 1 | -0/+46 |
| | |||||
* | Fixed missing empty vars | Edwin Cheng | 2019-05-05 | 2 | -0/+55 |
| | |||||
* | Fix `$true` and `$false` as $var name error | Edwin Cheng | 2019-05-04 | 1 | -3/+24 |
| | |||||
* | Add test | Edwin Cheng | 2019-05-04 | 1 | -0/+2 |
| | |||||
* | Error out when parse_subtree is not a subtree | Edwin Cheng | 2019-05-04 | 1 | -3/+6 |
| | |||||
* | Quote the quoted comment | Edwin Cheng | 2019-05-04 | 2 | -2/+2 |
| | |||||
* | Use explict `escape_default` instead of dbg print | Edwin Cheng | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Convert doc comment to attr | Edwin Cheng | 2019-05-04 | 2 | -3/+95 |
| | |||||
* | Mark unused mbe variable as `Binding::Empty` | Edwin Cheng | 2019-05-03 | 2 | -13/+61 |
| | |||||
* | By pass unbind $var while mbe expanding | Edwin Cheng | 2019-05-03 | 3 | -7/+39 |
| | |||||
* | Refactor out tests module and remove empty subtree | Edwin Cheng | 2019-05-03 | 3 | -1137/+1372 |
| | |||||
* | Fixed old incorrect test | Edwin Cheng | 2019-05-02 | 1 | -1/+1 |
| | |||||
* | Fix typo | Edwin Cheng | 2019-05-02 | 1 | -3/+3 |
| | |||||
* | Compare text instead | Edwin Cheng | 2019-05-02 | 1 | -2/+2 |
| | |||||
* | Add empty bindings and some refactoring | Edwin Cheng | 2019-05-02 | 2 | -22/+41 |
| | |||||
* | Make `vis` matcher optional and fix typo | Edwin Cheng | 2019-05-02 | 3 | -5/+28 |
| |