about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/span/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-06-12Use stable AST IDsChayim Refael Friedman-0/+3
Instead of simple numbering, we hash important bits, like the name of the item. This will allow for much better incrementality, e.g. when you add an item. Currently, this invalidates the IDs of all following items, which invalidates pretty much everything.
2025-03-27chore: Remove salsa dependency from proc-macro server againLukas Wirth-1/+4
2025-03-10internal: port rust-analyzer to new SalsaDavid Barsky-4/+1
2024-12-18Remove salsa from proc-macro server dep treeLukas Wirth-1/+4
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-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-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+25