summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/syntax-bridge
AgeCommit message (Expand)AuthorLines
2025-03-08Fix syntax fixup producing invalid punctuation¨Florian-16/+54
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-01-09Make edition per-token, not per-fileChayim Refael Friedman-26/+35
2025-01-02Store token trees in contiguous `Vec` instead of as a treeChayim Refael Friedman-179/+111
2024-12-29fix: Do not merge spans if they have different anchorsLukas Wirth-1/+1
2024-12-18Remove salsa from proc-macro server dep treeLukas Wirth-1/+2
2024-09-29When glueing together tokens from macros, merge their spansChayim Refael Friedman-2/+30
2024-09-18Get rid of `$crate` in expansions shown to the userChayim Refael Friedman-2/+17
2024-09-01internal: Lay basic ground work for standalone mbe testsLukas Wirth-0/+135
2024-08-16Properly account for editions in namesChayim Refael Friedman-4/+1
2024-08-15internal: Properly check the edition for edition dependent syntax kindsLukas Wirth-7/+6
2024-08-07Add missing `[package.description]` for 'syntax-bridge' crateVincent Esche-1/+1
2024-08-07Make 'syntax-bridge' crate inherit `[package.repository]` from workspaceVincent Esche-0/+1
2024-08-05Split out syntax-bridge into a separate crateLukas Wirth-0/+1303