about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test
AgeCommit message (Expand)AuthorLines
2025-06-29Do not append `--compile-time-deps` to overwritten build script commandsLukas Wirth-7/+5
2025-06-23Don't run doctestsChayim Refael Friedman-0/+2
2025-06-13`cargo upgrade`Lukas Wirth-1/+1
2025-06-11Fix proc macro server handling of strings with minusesChayim Refael Friedman-0/+1
2025-05-05minor: Add more proc-macro tests for parsing negative literalsLukas Wirth-0/+5
2025-04-04prefer default over newBenjaminBrienen-1/+1
2025-03-23chore: Bump dependenciesLukas Wirth-2/+2
2025-03-18chore: Clean up proc-macro-srv CI jobLukas Wirth-1/+7
2025-03-15edition = "2024"BenjaminBrienen-2/+2
2025-02-27enable doctestBenjaminBrienen-2/+0
2024-12-29Enforce a current directory being set for spawned commandsLukas Wirth-0/+2
2024-07-15Encode ident rawness and literal kind separately in tt::LeafLukas Wirth-1/+0
2024-06-30Actual dummy server for the server cliLukas Wirth-1/+1
2024-06-30Fix proc-macro-test build scriptLukas Wirth-2/+1
2024-06-30Move proc-macro-test test path fetching from include to env varLukas Wirth-4/+2
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-3/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+307