about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp
AgeCommit message (Collapse)AuthorLines
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-06-11Fix proc macro server handling of strings with minusesChayim Refael Friedman-0/+1
It used to decompose them thinking they were numbers.
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-18chore: Clean up proc-macro-srv CI jobLukas Wirth-1/+7
2025-03-15edition = "2024"BenjaminBrienen-1/+1
2025-02-27enable doctestBenjaminBrienen-1/+0
2024-07-15Encode ident rawness and literal kind separately in tt::LeafLukas Wirth-1/+0
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵Lukas Wirth-1/+1
already enforces this
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+162