rust-analyzer/crates/syntax
Chayim Refael Friedman 25a7b2480e In "Fill match arms", allow users to prefer Self to the enum name when possible
But default to not to.

I chose to have a more generic config name because maybe other assists could also use the same approach.
2025-06-06 16:34:53 +03:00
..
fuzz edition = "2024" 2025-03-15 21:32:01 +01:00
src In "Fill match arms", allow users to prefer Self to the enum name when possible 2025-06-06 16:34:53 +03:00
test_data minor: Simplify impl-ty parse validation 2025-03-25 10:14:40 +01:00
Cargo.toml refactor: Simplify macro call id construction 2025-05-02 17:26:48 +02:00
rust.ungram Give path segment type anchors their own grammar rule 2025-06-04 11:40:05 +02:00