rust-analyzer/crates/hir-expand/src
Florian Diebold 0a4065d12d Improve syntax fixup a bit, handle incomplete if
- allow appending tokens after a token, not just a node
- allow inserting delimiters (and remove them again)
- fix up `if {}` and `if` without anything following
2022-07-16 13:03:32 +02:00
..
ast_id_map.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
builtin_attr_macro.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
builtin_derive_macro.rs minor: Simplify 2022-05-20 16:52:10 +02:00
builtin_fn_macro.rs Auto merge of #12719 - davidlattimore:format-args-no-unsafe, r=jonas-schievink 2022-07-08 14:10:19 +00:00
db.rs Improve syntax fixup a bit, handle incomplete if 2022-07-16 13:03:32 +02:00
eager.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
fixup.rs Improve syntax fixup a bit, handle incomplete if 2022-07-16 13:03:32 +02:00
hygiene.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
lib.rs fix: Fix unresolved proc macro diagnostics pointing to macro expansions 2022-07-05 12:46:09 +02:00
mod_path.rs Use SmallVec to slightly shrink ModPath size 2022-07-06 19:49:05 +02:00
name.rs complete raw identifier with "r#" prefix 2022-06-26 14:45:30 +08:00
proc_macro.rs fix: Report proc macro errors in expressions correctly as well 2022-06-28 10:43:22 +02:00
quote.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00