Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert bool to ident instead of literal in mbe | Edwin Cheng | 2020-04-18 | 1 | -1/+5 |
* | Split LIFETIME to two tokens in mbe | Edwin Cheng | 2020-04-18 | 1 | -8/+26 |
* | Some more refactoring | Florian Diebold | 2020-03-16 | 1 | -48/+64 |
* | Turn ExpandResult into struct | Florian Diebold | 2020-03-16 | 1 | -13/+8 |
* | Fix remaining test failure | Florian Diebold | 2020-03-16 | 1 | -7/+11 |
* | wip | Florian Diebold | 2020-03-16 | 1 | -64/+108 |
* | Attempt to implement ranking of rules when none matches perfectly (wip) | Florian Diebold | 2020-03-16 | 1 | -2/+2 |
* | Make MBE expansion more resilient (WIP) | Florian Diebold | 2020-03-16 | 1 | -5/+6 |
* | Add more tests | Florian Diebold | 2020-03-07 | 1 | -1/+3 |
* | Fix #3436 | Edwin Cheng | 2020-03-04 | 1 | -1/+55 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
* | Refactoring | Edwin Cheng | 2019-12-18 | 1 | -1/+1 |
* | Add token id to delims | Edwin Cheng | 2019-12-18 | 1 | -1/+1 |
* | Refactor tt::Delimiter | Edwin Cheng | 2019-12-13 | 1 | -3/+3 |
* | Some clippy fixes | kjeremy | 2019-10-30 | 1 | -2/+1 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | use usual token tree for macro expansion | Aleksey Kladov | 2019-09-17 | 1 | -119/+242 |
* | split mbe expander code into two modules | Aleksey Kladov | 2019-09-17 | 1 | -0/+215 |