aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv/src
Commit message (Collapse)AuthorAgeFilesLines
* cargo updatekjeremy2021-01-181-4/+4
| | | | Update test_serialize_proc_macro for new serde version
* Swap assert_eq_text\!(expected, actual)yugo-horie2021-01-162-5/+5
|
* Fixed typos in code commentsVincent Esche2021-01-092-2/+2
|
* Fix spacing in proc-macro tokens to_stringEdwin Cheng2020-12-311-7/+36
|
* Pass crate environment to proc macrosJonas Schievink2020-12-271-2/+18
|
* Add force_show_panics flagEdwin Cheng2020-12-274-8/+44
|
* Replace goblin crate with objectLaurențiu Nicola2020-12-131-38/+27
|
* Avoid nesting Subtrees when parsing TokenStreamJonas Schievink2020-12-091-2/+1
|
* 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.
* Add track_env_var to the proc macro serverLaurențiu Nicola2020-10-085-0/+39
|
* Add a proc_macro_test crateJonas Schievink2020-08-142-2/+15
| | | | This exports all 3 kinds of proc macros and is useful for testing
* Rename ra_proc_macro -> proc_macro_apiAleksey Kladov2020-08-134-5/+5
|
* Rename ra_mbe -> mbeAleksey Kladov2020-08-131-1/+1
|
* Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-1317-0/+4280