about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/base-db/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-05-14Don't allow duplicate crates in the all_crates listChayim Refael Friedman-0/+1
For some reason we had them in some projects, I'm not sure why. But this caused cache priming to appear stuck - because it uses a set of crate IDs for the actual work, but for the number of crates to index it just uses `db.all_crates().len()`.
2025-04-29Split out salsa_macrosLukas Wirth-0/+1
Does not do much yet due to tracing pulling syn but oh well
2025-03-23chore: Remove unused dependenciesLukas Wirth-3/+0
2025-03-10internal: port rust-analyzer to new SalsaDavid Barsky-1/+3
2025-02-27enable doctestBenjaminBrienen-1/+0
2024-10-14chore: rename salsa to ra_salsaDavid Barsky-1/+1
2024-08-06Replace `[package.repository] = "…"` of published crates with ↵Vincent Esche-1/+1
`[package.repository.workspace] = true`
2024-08-06Unify package descriptions by adding references to "rust-analyzer"Vincent Esche-1/+1
With the lack of a README on the individually published library crates and the somewhat cryptic `ra_ap_` prefix it is hard to figure out where those crates belong to, so mentioning "rust-analyzer" feels like auseful hint there.
2024-08-06Replace "`ra_ap_ide`" with "`ide` (aka `ra_ap_ide`)"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' ↵Vincent Esche-1/+1
`[package.description]` fields
2024-07-16More symbol usageLukas Wirth-0/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+32