summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/load-cargo
AgeCommit message (Expand)AuthorLines
2024-09-30Gate `#[test]` expansion under `cfg(test)`.Chayim Refael Friedman-4/+1
2024-09-30Provide an config option to not set `cfg(test)`Chayim Refael Friedman-0/+3
2024-09-26Include buildfiles in vfsDavid Richey-0/+5
2024-09-11Properly set the working directory for proc-macro executionLukas Wirth-1/+10
2024-09-11Lift out workspace related data into a separate query to preserve crategraph ...Lukas Wirth-6/+10
2024-08-12Auto merge of #17864 - Veykril:lsif, r=Veykrilbors-0/+10
2024-08-12Build and run build scripts in lsif commandLukas Wirth-0/+10
2024-08-09Use Sender instead of boxed closure in vfsmo8it-2/+1
2024-08-06Replace `[package.repository] = "…"` of published crates with `[package.rep...Vincent Esche-1/+1
2024-08-06Unify package descriptions by adding references to "rust-analyzer"Vincent Esche-1/+1
2024-08-06Add repository URL for published crates' missing `[package.repository]` fieldsVincent Esche-0/+1
2024-08-06Replace `"TBD"` with more helpful desciptions in published crates' `[package....Vincent Esche-1/+1
2024-08-05Auto merge of #17771 - Veykril:parallel-vfs-config, r=Veykrilbors-3/+7
2024-08-05feat: Load sysroot library via cargo metadataLukas Wirth-2/+2
2024-08-02internal: Load VFS config changes in parallelLukas Wirth-3/+7
2024-07-26Internal: Cleanup proc-macro error handlingLukas Wirth-8/+10
2024-07-23minor changesAli Bektas-6/+8
2024-07-22Read rust-analyzer.toml files on startupAli Bektas-8/+27
2024-07-19Auto merge of #17639 - Veykril:salsa-perf, r=Veykrilbors-1/+1
2024-07-19Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ent...Lukas Wirth-1/+1
2024-07-18feature: move `linked_projects` discovery to the rust-analyzer serverDavid Barsky-2/+0
2024-07-16Remove Name::to_smol_strLukas Wirth-3/+9
2024-06-20fix: ensure there are no cycles in the source_root_parent_maproife-21/+63
2024-06-10fix: ensure that the parent of a SourceRoot cannot be itselfroife-3/+23
2024-06-09Register virtual workspace Cargo.toml files in the VFSLukas Wirth-1/+14
2024-06-07Auto merge of #17058 - alibektas:13529/ratoml, r=Veykrilbors-6/+5
2024-06-07Fix processing of ratoml filesLukas Wirth-6/+5
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-3/+3
2024-05-14Hash file contents to verify whether file actually changedLukas Wirth-2/+2
2024-04-30fix: Tracing span names should match function namesWilfred Hughes-1/+2
2024-04-26Show workspace info in the status barLukas Wirth-2/+2
2024-04-22Auto merge of #17102 - davidbarsky:david/add-some-tracing-to-project-loading,...bors-0/+3
2024-04-22chore: add some `tracing` to project loadingDavid Barsky-0/+597
2024-04-21Extract common fields out of ProjectWorkspace variantsLukas Wirth-3/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+596