summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/proc-macro-srv
AgeCommit message (Expand)AuthorLines
2024-07-01Improve error message when the proc-macro server unexpectedly exitsLukas Wirth-0/+2
2024-06-30Abstract proc-macro-srv protocol formatLukas Wirth-0/+1
2024-06-30Actual dummy server for the server cliLukas Wirth-1/+1
2024-06-30Fix proc-macro-test build scriptLukas Wirth-10/+17
2024-06-30Faster env snapshotting in proc-macro-srvLukas Wirth-84/+101
2024-06-30Move proc-macro-test test path fetching from include to env varLukas Wirth-5/+3
2024-06-30Rename proc-macro-srv::server to server_implLukas Wirth-41/+42
2024-06-30Move proc-macro-srv RUSTC_VERSION fetching from include to env varLukas Wirth-16/+3
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-4/+1
2024-06-30Move dylib version stuff to proc-macro-srvLukas Wirth-23/+196
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+2612