Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor TokenStream to hold Vec<TokenTree> instead of tt::Subtree | Kevin Mehall | 2021-03-06 | 1 | -1/+1 |
| | | | | | | | | | | `TokenStream` assumes that its subtree's delimeter is `None`, and this should be encoded in the type system instead of having a delimiter field that is mostly ignored. `tt::Subtree` is just `pub delimiter: Option<Delimiter>, pub token_trees: Vec<TokenTree>`, so a Subtree that is statically guaranteed not to have a delimiter is just Vec<TokenTree>. | ||||
* | Bump cargo_metadata | Laurențiu Nicola | 2021-03-02 | 1 | -1/+2 |
| | |||||
* | Swap assert_eq_text\!(expected, actual) | yugo-horie | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | Add a proc_macro_test crate | Jonas Schievink | 2020-08-14 | 1 | -1/+1 |
| | | | | This exports all 3 kinds of proc macros and is useful for testing | ||||
* | Rename ra_proc_macro -> proc_macro_api | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_proc_macro_srv -> proc_macro_srv | Pavan Kumar Sunkara | 2020-08-13 | 1 | -0/+64 |