| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-12 | Use stable AST IDs | Chayim 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-27 | chore: Remove salsa dependency from proc-macro server again | Lukas Wirth | -1/+4 | |
| 2025-03-10 | internal: port rust-analyzer to new Salsa | David Barsky | -4/+1 | |
| 2024-12-18 | Remove salsa from proc-macro server dep tree | Lukas Wirth | -1/+4 | |
| 2024-10-14 | chore: rename salsa to ra_salsa | David Barsky | -1/+1 | |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with ↵ | Vincent Esche | -1/+1 | |
| `[package.repository.workspace] = true` | ||||
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 | |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' ↵ | Vincent Esche | -1/+1 | |
| `[package.description]` fields | ||||
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+25 | |
