rust/crates/hir_def/src
Aleksey Kladov 5db789df9c Cleanup API
2020-11-06 22:52:42 +01:00
..
body Cleanup API 2020-11-06 22:52:42 +01:00
item_tree Refactor is_intrinsic_fn_unsafe() and make it private 2020-10-21 21:53:37 +02:00
nameres Don't stack overflow on circular modules 2020-11-04 15:31:35 +01:00
path
adt.rs adt: correctly inherit field visibility from enum 2020-10-09 20:46:45 +02:00
attr.rs Emit better #[cfg] diagnostics 2020-10-22 19:19:18 +02:00
body.rs Diagnose #[cfg]s in bodies 2020-10-23 19:27:04 +02:00
builtin_type.rs
child_by_source.rs
data.rs Remove previously added parameter names from the function data 2020-10-12 11:05:00 +03:00
db.rs
diagnostics.rs Fix name of InactiveCode diagnostic 2020-10-23 19:31:11 +02:00
docs.rs
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
import_map.rs Rename declaration_name -> display_name 2020-10-20 15:38:11 +02:00
item_scope.rs Make incorrect case diagnostic work inside of functions 2020-10-12 11:05:00 +03:00
item_tree.rs Add a (hint) diagnostic for unconfigured items 2020-10-20 17:53:04 +02:00
keys.rs
lang_item.rs
lib.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
nameres.rs Emit better #[cfg] diagnostics 2020-10-22 19:19:18 +02:00
path.rs Move ModPath->ast::Path function to IDE layer 2020-10-06 16:19:18 +02:00
per_ns.rs
resolver.rs
src.rs
test_db.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
trace.rs
type_ref.rs
visibility.rs