Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor TokenStream to hold Vec<TokenTree> instead of tt::Subtree | Kevin Mehall | 2021-03-06 | 1 | -3/+3 |
| | | | | | | | | | | `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>. | ||||
* | libloading 0.7 | kjeremy | 2021-02-11 | 1 | -2/+2 |
| | | | | See https://docs.rs/libloading/0.7.0/libloading/changelog/r0_7_0/index.html | ||||
* | Use non-deprecated memmap2 crate | kjeremy | 2021-02-02 | 1 | -1/+1 |
| | | | | | | | `cargo audit` complains that `memmap` is unmaintained so switch to RazrFalcon's maintained version. Removes yet another edge on winapi | ||||
* | Add force_show_panics flag | Edwin Cheng | 2020-12-27 | 1 | -0/+3 |
| | |||||
* | Replace goblin crate with object | Laurențiu Nicola | 2020-12-13 | 1 | -38/+27 |
| | |||||
* | 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/+224 |