| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -398/+0 | |
| 2019-10-14 | Remove the `Option` in `TokenStream`. | Nicholas Nethercote | -1/+1 | |
| It means an allocation is required to create an empty `TokenStream`, but all other operations are simpler and marginally faster due to not having to check for `None`. Overall it simplifies the code for a negligible performance effect. The commit also removes `TokenStream::empty` by implementing `Default`, which is now possible. | ||||
| 2019-09-22 | pull mbe token tree definition up | Aleksey Kladov | -17/+17 | |
| 2019-09-22 | rename tt -> mbe, part 2 | Aleksey Kladov | -2/+2 | |
| 2019-09-22 | rename libsyntax::ext::tt to mbe | Aleksey Kladov | -0/+398 | |
| mbe stands for macro-by-example | ||||
