aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv/src/tests/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add test for proc-macro meta info retrievalEdwin Cheng2021-03-151-1/+1
|
* Refactor TokenStream to hold Vec<TokenTree> instead of tt::SubtreeKevin Mehall2021-03-061-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_metadataLaurențiu Nicola2021-03-021-1/+2
|
* Swap assert_eq_text\!(expected, actual)yugo-horie2021-01-161-1/+1
|
* Add a proc_macro_test crateJonas Schievink2020-08-141-1/+1
| | | | This exports all 3 kinds of proc macros and is useful for testing
* Rename ra_proc_macro -> proc_macro_apiAleksey Kladov2020-08-131-1/+1
|
* Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-131-0/+64