summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/test-fixture
AgeCommit message (Expand)AuthorLines
2024-09-17Always cache macro expansions' root node in SemanticsChayim Refael Friedman-2/+46
2024-09-11Properly set the working directory for proc-macro executionLukas Wirth-0/+4
2024-09-11Lift out workspace related data into a separate query to preserve crategraph ...Lukas Wirth-10/+14
2024-09-06fix: Always explicitly set trait ref self types when loweringLukas Wirth-2/+4
2024-08-05Newtype ErasedFileAstIdLukas Wirth-1/+1
2024-08-05Simplify FileDelegateLukas Wirth-3/+3
2024-07-26Internal: Cleanup proc-macro error handlingLukas Wirth-4/+4
2024-07-21Prefer standard library paths over shorter extern deps re-exportsLukas Wirth-1/+2
2024-07-18Encode edition within FileId in the hir layerLukas Wirth-9/+17
2024-07-16Remove Name::to_smol_strLukas Wirth-6/+7
2024-07-16More symbol usageLukas Wirth-3/+3
2024-07-16Use symbol in cfgLukas Wirth-2/+2
2024-07-16Switch token trees to use SymbolsLukas Wirth-3/+5
2024-05-30style: simplify string interpolationHamir Mahal-1/+1
2024-05-02fix: Correctly handle `no_core`/`no_std` for preludesLukas Wirth-2/+15
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+661