rust/crates/hir_def/src
2021-12-20 15:24:37 +01:00
..
body Build per-block ItemTrees 2021-11-26 00:17:20 +01:00
item_tree internal: Store function param names in ItemTree 2021-12-20 15:24:37 +01:00
macro_expansion_tests Fix concat! with captured expression 2021-12-10 15:17:31 +01:00
nameres Treat extern blocks as item containers 2021-12-07 17:31:26 +01:00
path Move incorrect case diagnostic things into their module 2021-11-20 17:25:57 +01:00
adt.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
attr.rs Treat extern blocks as item containers 2021-12-07 17:31:26 +01:00
body.rs Don't resolve attributes to non attribute macros 2021-10-21 12:22:40 +02:00
builtin_attr.rs Improve hover message for inert attributes 2021-12-03 20:28:15 +01:00
builtin_type.rs
child_by_source.rs Enable auto-import and qualify-path in derive attributes 2021-10-28 18:40:38 +02:00
data.rs internal: Store function param names in ItemTree 2021-12-20 15:24:37 +01:00
db.rs Treat extern blocks as item containers 2021-12-07 17:31:26 +01:00
dyn_map.rs
expr.rs Replace Vec with Box in Path.generic_args field 2021-11-20 16:37:41 +01:00
find_path.rs Replace if let with match where appropriate 2021-10-05 09:00:21 +11:00
generics.rs internal: Store function param names in ItemTree 2021-12-20 15:24:37 +01:00
import_map.rs Treat extern blocks as item containers 2021-12-07 17:31:26 +01:00
intern.rs
item_scope.rs collect macro_rules! macros into macro declarations 2021-11-29 05:28:22 +00:00
item_tree.rs internal: Store function param names in ItemTree 2021-12-20 15:24:37 +01:00
keys.rs Enable auto-import and qualify-path in derive attributes 2021-10-28 18:40:38 +02:00
lang_item.rs Look for enum variants and trait assoc functions when looking for lang items 2021-08-07 22:30:13 +02:00
lib.rs Treat extern blocks as item containers 2021-12-07 17:31:26 +01:00
macro_expansion_tests.rs Add to macro testing infra to emit token map ids 2021-11-22 16:51:09 +01:00
nameres.rs wip 2021-11-27 11:25:05 +00:00
path.rs Replace Vec with Box in Path.generic_args field 2021-11-20 16:37:41 +01:00
per_ns.rs
resolver.rs Remove some allocs 2021-12-09 18:04:32 +01:00
src.rs
test_db.rs fix: Typos 2021-07-27 18:31:21 -04:00
trace.rs
type_ref.rs Replace if let with match where appropriate 2021-10-05 09:00:21 +11:00
visibility.rs