about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/hir-expand/src/hygiene.rs
AgeCommit message (Expand)AuthorLines
2025-04-29refactor: Remove unnecessary extension traitLukas Wirth-59/+1
2025-04-19Make `HirFileId`, `EditionedFileId` and macro files Salsa structChayim Refael Friedman-1/+1
2025-03-15cargo fmtBenjaminBrienen-1/+1
2025-03-15chore: Remove legacy `SyntaxContextId` re-exportLukas Wirth-69/+18
2025-03-10internal: port rust-analyzer to new SalsaDavid Barsky-80/+57
2025-01-09Make edition per-token, not per-fileChayim Refael Friedman-13/+33
2024-10-22Fix new nightly lintsLukas Wirth-1/+1
2024-10-14chore: rename salsa to ra_salsaDavid Barsky-4/+4
2024-10-04internal: Filter out opaque tokens in some of IDE feature macro descensionsLukas Wirth-0/+4
2024-06-13internal: Fix rustdoc warningsWilfred Hughes-1/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+251