aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Pass crate environment to proc macrosJonas Schievink2020-12-271-2/+18
|
* Better error when a proc macro panicsJonas Schievink2020-12-081-1/+2
|
* Deny unreachable-pubAleksey Kladov2020-11-021-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.
* Rename ra_proc_macro -> proc_macro_apiAleksey Kladov2020-08-131-2/+2
|
* Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-131-0/+69