rust-analyzer/crates/proc-macro-api/src
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
..
legacy_protocol Use stable AST IDs 2025-06-12 08:47:22 +03:00
lib.rs allow using null to unset an environment variable 2025-04-19 12:15:22 -04:00
process.rs Use stable AST IDs 2025-06-12 08:47:22 +03:00