about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/proc-macro-api
AgeCommit message (Expand)AuthorLines
2024-07-01Improve error message when the proc-macro server unexpectedly exitsLukas Wirth-29/+55
2024-06-30Arc proc-macro expander pathsLukas Wirth-3/+5
2024-06-30Abstract proc-macro-srv protocol formatLukas Wirth-35/+51
2024-06-30SimplifyLukas Wirth-14/+13
2024-06-30Faster env snapshotting in proc-macro-srvLukas Wirth-32/+43
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-2/+0
2024-06-30Move interior mutability into ProcMacroSrvProcessLukas Wirth-43/+31
2024-06-30Move dylib version stuff to proc-macro-srvLukas Wirth-173/+1
2024-06-09Register virtual workspace Cargo.toml files in the VFSLukas Wirth-0/+2
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-1/+1
2024-05-30style: simplify string interpolationHamir Mahal-2/+1
2024-04-30fix: Tracing span names should match function namesWilfred Hughes-1/+1
2024-04-26Show workspace info in the status barLukas Wirth-8/+16
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+1404