about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/query-group-macro/tests
AgeCommit message (Collapse)AuthorLines
2025-05-23Bump salsaLukas Wirth-16/+24
2025-04-29Split out salsa_macrosLukas Wirth-8/+8
Does not do much yet due to tracing pulling syn but oh well
2025-04-28Add expression fill mode variant for filling with underscore expressionsLukas Wirth-1/+1
2025-04-22Adapt for new cycle handling changing in SalsaChayim Refael Friedman-265/+0
2025-04-19Make `HirFileId`, `EditionedFileId` and macro files Salsa structChayim Refael Friedman-40/+37
And make more queries non-interned. Also flip the default for queries, now the default is to not intern and to intern a query you need to say `invoke_interned`.
2025-03-16refactor: Remove unnecessary `Arc`Lukas Wirth-1/+1
2025-03-10internal: vendor `query-group-macro`David Barsky-0/+852