summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/proc-macro-api
AgeCommit message (Collapse)AuthorLines
2024-04-30fix: Tracing span names should match function namesWilfred Hughes-1/+1
When viewing traces, it's slightly confusing when the span name doesn't match the function name. Ensure the names are consistent. (It might be worth moving most of these to use #[tracing::instrument] so the name can never go stale. @davidbarsky suggested that is marginally slower, so I've just done the simple change here.)
2024-04-26Show workspace info in the status barLukas Wirth-8/+16
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+1404