rust-analyzer/crates/proc-macro-srv/src
Chayim Refael Friedman 97afb7bfba Make edition per-token, not per-file
More correctly, *also* per-token. Because as it turns out, while the top-level edition affects parsing (I think), the per-token edition affects escaping of identifiers/keywords.
2025-01-09 05:43:08 +02:00
..
dylib Only parse the object file once 2024-12-12 13:23:25 +01:00
server_impl Make edition per-token, not per-file 2025-01-09 05:43:08 +02:00
tests Make edition per-token, not per-file 2025-01-09 05:43:08 +02:00
dylib.rs Store token trees in contiguous Vec instead of as a tree 2025-01-02 19:21:46 +02:00
lib.rs Store token trees in contiguous Vec instead of as a tree 2025-01-02 19:21:46 +02:00
proc_macros.rs Store token trees in contiguous Vec instead of as a tree 2025-01-02 19:21:46 +02:00
server_impl.rs Store token trees in contiguous Vec instead of as a tree 2025-01-02 19:21:46 +02:00