Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring | Edwin Cheng | 2019-12-18 | 1 | -1/+5 |
* | Add token id to delims | Edwin Cheng | 2019-12-18 | 1 | -5/+11 |
* | Add token ids for all tt::Leaf | Edwin Cheng | 2019-12-18 | 1 | -0/+2 |
* | Refactor tt::Delimiter | Edwin Cheng | 2019-12-13 | 1 | -7/+6 |
* | Derive Hash for TokenTrees | Edwin Cheng | 2019-11-28 | 1 | -8/+8 |
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
* | Silence some warnings | Laurențiu Nicola | 2019-11-02 | 1 | -2/+2 |
* | Remove smol_str dependency from ra_syntax | Shotaro Yamada | 2019-10-11 | 1 | -1/+3 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 2 | -3/+5 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -1/+1 |
* | Fix clippy::needless_return | Alan Du | 2019-06-04 | 1 | -1/+1 |
* | unnecessary paranthesis | Edwin Cheng | 2019-06-02 | 1 | -1/+1 |
* | Store referece in tokenbuffer | Edwin Cheng | 2019-06-02 | 1 | -22/+22 |
* | Add more helper func in Cursor | Edwin Cheng | 2019-05-27 | 1 | -0/+15 |
* | Use slice instead of Vec | Edwin Cheng | 2019-05-23 | 1 | -4/+4 |
* | Introduce TokenBuffer | Edwin Cheng | 2019-05-22 | 2 | -0/+171 |
* | Use map, sum in Subtree::coount instead of fold | Edwin Cheng | 2019-04-22 | 1 | -4/+8 |
* | Add mbe expand limit and poision macro set | Edwin Cheng | 2019-04-22 | 1 | -0/+12 |
* | make token trees eq | Aleksey Kladov | 2019-02-12 | 1 | -5/+5 |
* | docs | Aleksey Kladov | 2019-02-11 | 1 | -1/+7 |
* | assign ids to tokens | Aleksey Kladov | 2019-02-11 | 1 | -0/+10 |
* | make macro-rules eq | Aleksey Kladov | 2019-02-11 | 1 | -1/+1 |
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | move test | Aleksey Kladov | 2019-01-31 | 2 | -1/+4 |
* | split macros across crates | Aleksey Kladov | 2019-01-31 | 2 | -0/+140 |