summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/project-model
AgeCommit message (Collapse)AuthorLines
2024-05-23Allow sysroots to only consist of the source root dirLukas Wirth-293/+236
2024-05-14fix: Don't emit --keep-going for custom build script commandsLukas Wirth-9/+16
2024-05-02fix: Correctly handle `no_core`/`no_std` for preludesLukas Wirth-12/+55
2024-04-26Show workspace info in the status barLukas Wirth-4/+35
2024-04-22Auto merge of #17102 - ↵bors-0/+2
davidbarsky:david/add-some-tracing-to-project-loading, r=lnicola chore: add some `tracing` to project loading I wanted to see what's happening during project loading and if it could be parallelized. I'm thinking maybe, but it's not this PR :)
2024-04-22chore: add some `tracing` to project loadingDavid Barsky-0/+25209
2024-04-21Support flychecking for cargo scriptsLukas Wirth-13/+17
2024-04-21Extract common fields out of ProjectWorkspace variantsLukas Wirth-256/+160
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+25460