rust/crates/hir/src
Aleksey Kladov 6f269708e8 internal: get rid of a call to slow O(N) visibility_of function
Instead of inferring module's declared visibility by looking at the
scope of its parent, let's just remeber the declared visibility in the
DefMap.
2021-07-12 21:13:43 +03:00
..
semantics intenral: dont export impl details 2021-06-22 16:53:53 +03:00
attrs.rs Don't store call-site text offsets in hygiene info 2021-05-06 19:59:54 +02:00
db.rs Add more docs 2021-05-22 16:53:47 +03:00
diagnostics.rs internal: kill diagnostic sink 2021-06-13 22:05:47 +03:00
display.rs Don't store supertraits in ItemTree 2021-05-27 16:52:30 +03:00
from_id.rs Remove useless code_model indirection 2021-03-08 22:08:30 +03:00
has_source.rs internal: more natural order of sources for TypeParam 2021-06-14 22:42:43 +03:00
lib.rs internal: get rid of a call to slow O(N) visibility_of function 2021-07-12 21:13:43 +03:00
semantics.rs Simplify Semantics::type_of_expr_with_coercion 2021-07-11 14:44:10 +02:00
source_analyzer.rs Simplify Semantics::type_of_expr_with_coercion 2021-07-11 14:44:10 +02:00