rust/crates/hir_def/src
2020-12-14 16:04:28 +01:00
..
body Add test for $crate in builtin macros 2020-12-08 17:17:30 +01:00
item_tree Add LifetimeParam resolving to Semantics 2020-12-14 16:04:28 +01:00
nameres Introduce anchored_path 2020-12-09 19:07:05 +03:00
path Add Lifetimes to the HIR 2020-12-12 00:56:52 +01:00
adt.rs adt: correctly inherit field visibility from enum 2020-10-09 20:46:45 +02:00
attr.rs Use Attrs::docs in NavigationTarget instead of DocCommentsOwner 2020-12-11 21:19:58 +01:00
body.rs Properly decrement recursion count in Expander 2020-12-09 12:26:33 +01:00
builtin_attr.rs Add upstream commit to builtin_attr.rs 2020-12-11 19:12:06 +01:00
builtin_type.rs
child_by_source.rs
data.rs Ignore extern items in incorrect-case check 2020-12-10 15:45:01 +01:00
db.rs Remove documentation query 2020-12-07 19:58:17 +01:00
diagnostics.rs More accurately place proc-macro diagnostic 2020-11-27 16:29:40 +01:00
dyn_map.rs
expr.rs Merge #5971 2020-09-13 17:28:22 +00:00
find_path.rs Add test makr 2020-10-06 19:20:56 +02:00
generics.rs Add LifetimeParam resolving to Semantics 2020-12-14 16:04:28 +01:00
import_map.rs Improve autoimports on completion speed 2020-11-24 02:28:45 +02:00
item_scope.rs Make incorrect case diagnostic work inside of functions 2020-10-12 11:05:00 +03:00
item_tree.rs Ignore lifetime params in substitutions 2020-12-13 11:34:44 +01:00
keys.rs Add LifetimeParam resolving to Semantics 2020-12-14 16:04:28 +01:00
lang_item.rs
lib.rs Merge #6818 2020-12-12 14:35:38 +00:00
nameres.rs More accurately place proc-macro diagnostic 2020-11-27 16:29:40 +01:00
path.rs Add Lifetimes to the HIR 2020-12-12 00:56:52 +01:00
per_ns.rs
resolver.rs
src.rs
test_db.rs Introduce anchored_path 2020-12-09 19:07:05 +03:00
trace.rs
type_ref.rs Add Lifetimes to the HIR 2020-12-12 00:56:52 +01:00
visibility.rs