about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/project-model
AgeCommit message (Expand)AuthorLines
2024-07-19Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykrilbors-4/+5
2024-07-18feature: move `linked_projects` discovery to the rust-analyzer serverDavid Barsky-10/+27
2024-07-18Encode edition within FileId in the hir layerLukas Wirth-4/+5
2024-07-16More symbol usageLukas Wirth-12/+13
2024-07-16Use symbol in cfgLukas Wirth-14/+20
2024-07-08Remove version check before using `--keep-going`mo8it-25/+7
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-2/+0
2024-06-11feature: add build system info; runnables to `rust-project.json`Wilfred Hughes-6/+175
2024-06-09Register virtual workspace Cargo.toml files in the VFSLukas Wirth-0/+15
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-5/+5
2024-05-30style: simplify string interpolationHamir Mahal-3/+2
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 - davidbarsky:david/add-some-tracing-to-project-loading,...bors-0/+2
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