Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix whitespace in tests | Edwin Cheng | 2020-03-04 | 1 | -1/+1 |
| | |||||
* | Implement concat macro | Edwin Cheng | 2020-03-03 | 1 | -12/+12 |
| | |||||
* | Add LazyMacroId | Edwin Cheng | 2020-03-03 | 1 | -1/+1 |
| | |||||
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Add token ids for all tt::Leaf | Edwin Cheng | 2019-12-18 | 1 | -4/+24 |
| | |||||
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -13/+13 |
| | |||||
* | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 1 | -2/+2 |
| | |||||
* | Implement all the other built-in derives | Florian Diebold | 2019-12-05 | 1 | -15/+79 |
| | | | | Since as long as we're not implementing the bodies, they all work the same way. | ||||
* | Implement derive(Copy, Clone) properly (well, kind of) | Florian Diebold | 2019-12-05 | 1 | -7/+180 |
| | |||||
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -0/+64 |