about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/project-model/test_data
AgeCommit message (Expand)AuthorLines
2025-09-09Expand target info to include the architectureChayim Refael Friedman-21/+21
2025-05-05Support environment variable CARGO_MANIFEST_PATH.Victor-0/+15
2025-03-29fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`Lukas Wirth-18/+54
2025-03-16refactor: Remove `CrateGraphBuilder::iter_mut`Lukas Wirth-1225/+20
2025-03-12Salsify the crate graphChayim Refael Friedman-1379/+1759
2025-03-07Move project MSRV back to 1.78Lukas Wirth-5/+950
2025-02-26Drop support for stitched sysrootDavid Richey-963/+5
2025-02-17Use correct working directory for non-workspace proc-macro executionMehul Arora-0/+98
2025-02-12Apply cfg.setTest to json projectsDavid Richey-0/+3
2025-01-01Fix testslucasholten-1/+1
2024-12-31Add back tests removed in #18080lucasholten-0/+19236
2024-10-27Support `cfg(true)` and `cfg(false)`Chayim Refael Friedman-0/+41
2024-09-11Remove crate graph deduplication logicLukas Wirth-19236/+0
2024-08-12Allow declaring cfg groups in rust-project.json, to help sharing common cfgsChayim Refael Friedman-0/+571
2024-05-02fix: Correctly handle `no_core`/`no_std` for preludesLukas Wirth-1/+38
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+20948