Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -0/+1 |
| | | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034. | ||||
* | Add track_env_var to the proc macro server | Laurențiu Nicola | 2020-10-08 | 5 | -0/+39 |
| | |||||
* | Add a proc_macro_test crate | Jonas Schievink | 2020-08-14 | 2 | -2/+15 |
| | | | | 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 | 4 | -5/+5 |
| | |||||
* | Rename ra_mbe -> mbe | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_proc_macro_srv -> proc_macro_srv | Pavan Kumar Sunkara | 2020-08-13 | 17 | -0/+4280 |