rust-analyzer/crates/mbe/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
..
expander Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
benchmark.rs cargo fmt 2025-03-15 21:32:01 +01:00
expander.rs cargo fmt 2025-03-15 21:32:01 +01:00
lib.rs cargo fmt 2025-03-15 21:32:01 +01:00
parser.rs Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
tests.rs Use stable AST IDs 2025-06-12 08:47:22 +03:00