about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/vfs
AgeCommit message (Collapse)AuthorLines
2025-07-03Bump salsaLukas Wirth-3/+3
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-05-30internal: Restructure some semantics APIs for virtual macro filesLukas Wirth-0/+7
2025-03-15cargo fmtBenjaminBrienen-12/+4
2025-02-27ignore another test that fails on windowsBenjaminBrienen-1/+1
2025-02-27fix doc testsBenjaminBrienen-1/+1
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-02-05Do not include excluded files even when the client opens themChayim Refael Friedman-2/+25
This require a pretty big modification, because this is a new kind of file: exists - but ignore it.
2024-09-29Rename object_safety to dyn_compatibilityNoah Bright-2/+2
Up to a trait implemented by another package, linking to $CARGO_HOME/registry/cache/index.crates.io-6f17d22bba15001f/
2024-09-01internal: Lay basic ground work for standalone mbe testsLukas Wirth-1/+1
2024-08-19Remove the ability to configure the user config pathLukas Wirth-0/+14
2024-08-09Use Sender instead of boxed closure in vfsmo8it-1/+2
2024-08-06Replace `[package.repository] = "…"` of published crates with ↵Vincent Esche-1/+1
`[package.repository.workspace] = true`
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' ↵Vincent Esche-1/+1
`[package.description]` fields
2024-08-02Wait with change processing until the vfs is doneLukas Wirth-3/+3
2024-08-02internal: Load VFS config changes in parallelLukas Wirth-2/+9
2024-07-18Encode edition within FileId in the hir layerLukas Wirth-3/+3
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵Lukas Wirth-2/+0
already enforces this
2024-06-12internal: Remove FileId::BOGUSLukas Wirth-3/+0
2024-06-09Register virtual workspace Cargo.toml files in the VFSLukas Wirth-3/+2
2024-05-14Hash file contents to verify whether file actually changedLukas Wirth-44/+57
2024-05-14Track hashes for file contentsLukas Wirth-12/+24
2024-04-22chore: add some `tracing` to project loadingDavid Barsky-0/+1369