aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Update cratesJeremy Kolb2020-10-201-1/+1
| | | | This brings in a number of new dependencies though.
* Add track_env_var to the proc macro serverLaurențiu Nicola2020-10-085-0/+39
|
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
|
* Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-4/+4
|
* Add a proc_macro_test crateJonas Schievink2020-08-143-3/+18
| | | | This exports all 3 kinds of proc macros and is useful for testing
* Rename ra_proc_macro -> proc_macro_apiAleksey Kladov2020-08-135-6/+6
|
* Rename ra_mbe -> mbeAleksey Kladov2020-08-132-2/+2
|
* MinorAleksey Kladov2020-08-131-3/+5
|
* Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-1318-0/+4305