rust/crates/hir_def/src
2021-04-06 22:25:44 +02:00
..
body Intern TypeRefs stored in Body 2021-04-06 16:07:45 +02:00
item_tree Intern GenericParams 2021-04-05 03:50:10 +02:00
nameres Merge #8352 2021-04-05 19:00:27 +00:00
path Intern more TypeRefs in generics 2021-04-05 02:03:37 +02:00
adt.rs Global TypeRef/TraitRef interning 2021-04-01 19:46:43 +02:00
attr.rs Avoid O(n²) when constructing AttrSourceMap 2021-04-06 22:25:44 +02:00
body.rs Merge #8324 2021-04-04 01:27:14 +00:00
builtin_attr.rs
builtin_type.rs
child_by_source.rs Access a body's block def maps via a method 2021-04-04 03:03:18 +02:00
data.rs Check if bitflags deps pulls its weight 2021-04-04 12:06:01 +03:00
db.rs Avoid O(n²) when constructing AttrSourceMap 2021-04-06 22:25:44 +02:00
diagnostics.rs
dyn_map.rs
expr.rs Intern TypeRefs stored in Body 2021-04-06 16:07:45 +02:00
find_path.rs Code review fixes 2021-03-22 15:15:53 +02:00
generics.rs Intern GenericParams 2021-04-05 03:50:10 +02:00
import_map.rs
intern.rs Interned<T>: Only hash the pointer 2021-04-05 17:07:53 +02:00
item_scope.rs Use exhaustive matches in shrink_to_fit impls 2021-04-04 02:56:11 +02:00
item_tree.rs Intern GenericParams 2021-04-05 03:50:10 +02:00
keys.rs
lang_item.rs
lib.rs Avoid O(n²) when constructing AttrSourceMap 2021-04-06 22:25:44 +02:00
nameres.rs Use exhaustive matches in shrink_to_fit impls 2021-04-04 02:56:11 +02:00
path.rs Use Box'es to reduce the size of hir_def::expr::Pat from 112 to 64 bytes on 64bit 2021-04-06 16:01:31 +03:00
per_ns.rs
resolver.rs Intern GenericParams 2021-04-05 03:50:10 +02:00
src.rs
test_db.rs Allow include! an empty content file 2021-04-03 12:50:55 +08:00
trace.rs
type_ref.rs Remove TraitRef::Error 2021-03-29 18:41:21 +02:00
visibility.rs simplify visibility.rs 2021-04-05 04:27:57 +02:00