rust-analyzer/crates/proc-macro-api
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
..
src Use stable AST IDs 2025-06-12 08:47:22 +03:00
Cargo.toml enable doctest 2025-02-27 14:58:46 +01:00