aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_api/src
Commit message (Collapse)AuthorAgeFilesLines
* Deny unreachable-pubAleksey Kladov2020-11-022-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 macrosJonas Schievink2020-08-151-3/+3
|
* Rename ra_proc_macro -> proc_macro_apiAleksey Kladov2020-08-134-0/+668