rust-analyzer/crates/hir/src
bors ddbbd6a7e7 Auto merge of #15417 - lowr:patch/purge-generic-arg-data-in-expr, r=HKalbasi
internal: use `Cast::cast()` instead of explicit interning

I firmly believe that we should generally use `cast()` instead of interning `GenericArgData` to construct `GenericArg` because it's less verbose and more readable.
2023-08-08 19:27:18 +00:00
..
semantics Add currently unused UseId variants 2023-08-02 14:53:45 +02:00
attrs.rs Support doc links that resolve to fields 2023-08-07 00:59:35 +09:00
db.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
diagnostics.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
display.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
from_id.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
has_source.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
lib.rs Auto merge of #15417 - lowr:patch/purge-generic-arg-data-in-expr, r=HKalbasi 2023-08-08 19:27:18 +00:00
semantics.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
source_analyzer.rs Implement recursion in mir interpreter without recursion 2023-07-07 15:07:29 +03:30
symbols.rs Lower const params with a bad id 2023-06-11 00:39:28 +03:30