about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/test-fixture
AgeCommit message (Expand)AuthorLines
2025-09-09Expand target info to include the architectureChayim Refael Friedman-3/+15
2025-08-17fix: Make lang items query properly filter out overwritten/excluded sysrootsShoyu Vanilla-53/+83
2025-07-31`cargo clippy --fix`Lukas Wirth-6/+6
2025-06-12Fix comparison of proc macrosChayim Refael Friedman-1/+41
2025-06-02Enhance renaming to include identifiers that are generated from the original ...Lukas Wirth-0/+69
2025-05-05refactor: Remove unnecessary `AsAny` traitLukas Wirth-36/+0
2025-05-01remove a couple of clonesMatthias Krüger-1/+1
2025-04-19Make `HirFileId`, `EditionedFileId` and macro files Salsa structChayim Refael Friedman-12/+16
2025-04-04prefer default over newBenjaminBrienen-1/+1
2025-03-29fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`Lukas Wirth-13/+18
2025-03-17chore: Bump `Edition::CURRENT` to 2024Lukas Wirth-1/+3
2025-03-16refactor: Remove unnecessary `Arc`Lukas Wirth-2/+2
2025-03-15cargo fmtBenjaminBrienen-4/+4
2025-03-12Salsify the crate graphChayim Refael Friedman-32/+67
2025-03-10internal: port rust-analyzer to new SalsaDavid Barsky-4/+5
2025-02-17Use correct working directory for non-workspace proc-macro executionMehul Arora-5/+8
2025-02-10Censor cfg_attr for attribute macrosChayim Refael Friedman-1/+43
2025-02-04Expose symbol of `CrateName`Lukas Wirth-9/+1
2025-01-10Re-implement rust string highlighting via tool attributeLukas Wirth-9/+15
2025-01-09Fix another issue with fixup reversingChayim Refael Friedman-3/+69
2025-01-08Fix test-fixture autopublishingLaurențiu Nicola-0/+2
2025-01-07fix: do not offer completions within macro stringsVishruth-Thimmaiah-1/+41
2025-01-06Fix a bug that was caused by fixup reversingChayim Refael Friedman-1/+47
2025-01-02Store token trees in contiguous `Vec` instead of as a treeChayim Refael Friedman-44/+43
2024-12-09Rename test fixture crates to ra_test_fixtureLukas Wirth-1/+1
2024-10-29Publish test-fixture => ra_ap_test_fixtureSam McCall-1/+0
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