about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/proc-macro-srv/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-07-31Properly clean proc-macro-srv proc-macro temp dirLukas Wirth-0/+2
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-03-23chore: Remove unused dependenciesLukas Wirth-2/+3
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-01-20proc-macro-srv: make usage of RTLD_DEEPBIND portableFabian Grünbichler-0/+1
2024-12-30Decouple proc-macro server protocol from the server implementationLukas Wirth-1/+0
2024-12-18Remove salsa from proc-macro server dep treeLukas Wirth-2/+2
2024-10-31Remove support for compressed dylib metadata from rust-analyzerbjorn3-1/+0
2024-08-06Replace `[package.repository] = "…"` of published crates with `[package.rep...Vincent Esche-1/+1
2024-08-06Add repository URL for published crates' missing `[package.repository]` fieldsVincent Esche-0/+1
2024-08-06Replace `"TBD"` with more helpful desciptions in published crates' `[package....Vincent Esche-1/+1
2024-08-05Split out syntax-bridge into a separate crateLukas Wirth-4/+5
2024-07-16Switch token trees to use SymbolsLukas Wirth-0/+1
2024-07-15Fix incorrect encoding of literals in the proc-macro-api on version 4Lukas Wirth-1/+1
2024-06-30Move dylib version stuff to proc-macro-srvLukas Wirth-2/+3
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+39