rust/crates/hir-ty/src
2023-01-03 11:58:31 +01:00
..
consteval Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
diagnostics Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
infer Skip lifetime elision on fn pointers and fn trait types 2023-01-03 11:58:31 +01:00
layout Simplify 2022-12-21 21:34:01 +01:00
tests Write down adjustments introduced by binary operators 2023-01-02 23:16:09 +01:00
autoderef.rs ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
builder.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
chalk_db.rs Update Chalk to version 87 2022-11-29 15:25:09 +01:00
chalk_ext.rs ⬆️ rust-analyzer 2022-11-01 11:31:31 +02:00
consteval.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
db.rs Calculate the TargetDataLayout correctly for the selected target 2022-12-21 15:11:24 +01:00
diagnostics.rs
display.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
infer.rs Diagnose private assoc item accesses 2023-01-01 13:24:48 +01:00
inhabitedness.rs ⬆️ rust-analyzer 2022-09-06 21:20:49 +03:00
interner.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
lang_items.rs Compute data layout of types 2022-12-04 00:29:34 +03:30
layout.rs Calculate the TargetDataLayout correctly for the selected target 2022-12-21 15:11:24 +01:00
lib.rs Auto merge of #13840 - lowr:fix/hir-callable-sig-escaping-boundvars, r=lowr 2022-12-25 14:53:16 +00:00
lower.rs Remove non-needed clones 2022-12-23 02:20:03 -05:00
mapping.rs ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
method_resolution.rs Diagnose private assoc item accesses 2023-01-01 13:24:48 +01:00
primitive.rs
test_db.rs ⬆️ rust-analyzer 2022-08-30 14:51:24 +03:00
tests.rs Write down adjustments introduced by binary operators 2023-01-02 23:16:09 +01:00
tls.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
traits.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
utils.rs Use rustc_safe_intrinsic attribute to check for intrinsic safety 2022-12-30 20:29:37 +01:00
walk.rs