rust-analyzer/crates/syntax/src
Lukas Wirth 192a79c235 Remove hir::Expr::MacroStmts
This hir expression isn't needed and only existed as it was simpler to
deal with at first as it gave us a direct mapping for the ast version of
the same construct. This PR removes it, properly handling the statements
that are introduced by macro call expressions.
2022-08-31 16:58:11 +02:00
..
ast Remove hir::Expr::MacroStmts 2022-08-31 16:58:11 +02:00
parsing dead code 2021-12-28 19:13:30 +03:00
tests more matches! sites 2022-08-07 17:37:50 +05:30
validation Add semicolons for consistency 2021-10-03 23:39:43 +11:00
algo.rs internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
ast.rs Preserve order of generic args 2022-03-04 11:46:14 +03:30
fuzz.rs remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
hacks.rs fix: a bunch of typos 2022-08-17 21:44:58 +08:00
lib.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
parsing.rs dead code 2021-12-28 19:13:30 +03:00
ptr.rs internal: Don't parse files unnecessarily in scope_for_offset 2022-07-23 00:50:59 +02:00
syntax_error.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
syntax_node.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
ted.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
tests.rs Move cfg attrs up to the mod definitions to disable sourcegen 2022-07-24 10:38:34 +02:00
token_text.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
utils.rs Better strip turbofishes 2021-03-08 23:59:39 +02:00
validation.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00