rust/crates/hir-def/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
..
body Remove hir::Expr::MacroStmts 2022-08-31 16:58:11 +02:00
item_tree Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
macro_expansion_tests Fixes tests 2022-08-10 16:29:23 +08:00
nameres fix: unescape all occurrences of module name in module resolution 2022-08-31 03:51:37 +09:00
path Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
adt.rs internal: Use itemtree for variant and field attribute collection 2022-07-21 08:48:13 +02:00
attr.rs fix: Fix ast-id up when merging raw attributes 2022-07-30 09:43:30 +02:00
body.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
builtin_attr.rs internal: Update inert attribute list 2022-07-05 11:54:46 +02:00
builtin_type.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
child_by_source.rs internal: Record all macro definitions in ItemScope 2022-07-05 11:28:47 +02:00
data.rs fix: formatting 2022-08-20 13:44:01 +05:30
db.rs fix: formatting 2022-08-20 13:44:01 +05:30
dyn_map.rs
expr.rs Remove hir::Expr::MacroStmts 2022-08-31 16:58:11 +02:00
find_path.rs
generics.rs Returns the old value for la_arena::ArenaMap::insert 2022-08-07 04:53:23 +08:00
import_map.rs revert nightly rustfmt formatting that accidentally slipped in 2022-07-25 14:18:30 +02:00
intern.rs internal: Update dashmap and freeze its version 2022-06-10 16:19:52 +02:00
item_scope.rs fix: Order ItemScope::entries results 2022-07-28 19:28:56 +02:00
item_tree.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
keys.rs
lang_item.rs
lib.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
macro_expansion_tests.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
nameres.rs remove push_diagnostic methods 2022-08-20 13:30:25 +05:30
path.rs Run cargo fmt 2022-07-20 15:06:15 +02:00
per_ns.rs Make resolve_name_in_module a bit more lazy 2022-08-15 16:41:51 +02:00
pretty.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
resolver.rs Record derive helper attributes, resolve them in IDE layer 2022-07-26 09:26:51 +02:00
src.rs
test_db.rs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
trace.rs
type_ref.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
visibility.rs Returns the old value for la_arena::ArenaMap::insert 2022-08-07 04:53:23 +08:00