rust-analyzer/crates/proc-macro-srv
Chayim Refael Friedman 4bcf03e28b Use stable AST IDs
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-06-12 08:47:22 +03:00
..
proc-macro-test Fix proc macro server handling of strings with minuses 2025-06-11 01:03:35 +03:00
src Use stable AST IDs 2025-06-12 08:47:22 +03:00
build.rs Add expression fill mode variant for filling with underscore expressions 2025-04-28 10:39:36 +02:00
Cargo.toml chore: Remove unused dependencies 2025-03-23 08:08:17 +01:00