Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 2 | -21/+21 |
| | | | | | | | | 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. | ||||
* | Hacky support for fn-like proc macros | Jonas Schievink | 2020-08-15 | 1 | -3/+3 |
| | |||||
* | Rename ra_proc_macro -> proc_macro_api | Aleksey Kladov | 2020-08-13 | 4 | -0/+668 |