Commit message (Collapse) | 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 | 2 | -24/+19 |
| | |||||
* | 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 | 2 | -34/+46 |
| | |||||
* | 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 |
| | |||||
* | Details about macro NestingState hit and at_end fields | Vincent Rouillé | 2019-12-30 | 1 | -7/+10 |
| | |||||
* | fix #2520: change expand_repeat loop stop condition | Vincent Rouillé | 2019-12-28 | 1 | -36/+31 |
| | |||||
* | Refactoring | Edwin Cheng | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Add token id to delims | Edwin Cheng | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Add token ids for all tt::Leaf | Edwin Cheng | 2019-12-18 | 1 | -1/+6 |
| | |||||
* | Refactor tt::Delimiter | Edwin Cheng | 2019-12-13 | 2 | -8/+8 |
| | |||||
* | 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 |
| | | | | #1856 | ||||
* | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 1 | -1/+1 |
| | |||||
* | use usual token tree for macro expansion | Aleksey Kladov | 2019-09-17 | 2 | -261/+388 |
| | |||||
* | split mbe expander code into two modules | Aleksey Kladov | 2019-09-17 | 2 | -0/+442 |