rust/crates/hir_ty/src
2022-03-21 10:43:36 +02:00
..
diagnostics Replace write! with direct calls 2022-03-21 10:43:36 +02:00
infer Fixes for consts 2022-03-17 17:04:32 +01:00
tests Fixes for consts 2022-03-17 17:04:32 +01:00
autoderef.rs Fix unreachable pub 2022-02-25 12:09:49 +01:00
builder.rs Properly try unifying the receivers during method resolution 2022-03-17 17:03:54 +01:00
chalk_db.rs Add const generics 2022-03-14 14:38:37 +03:30
chalk_ext.rs Add const generics 2022-03-14 14:38:37 +03:30
consteval.rs Replace write! with direct calls 2022-03-21 10:43:36 +02:00
db.rs Add const generics 2022-03-14 14:38:37 +03:30
diagnostics.rs feat: Tag macro calls as unsafe if they expand to unsafe expressions 2022-03-20 19:07:44 +01:00
display.rs Add const generics 2022-03-14 14:38:37 +03:30
infer.rs Properly try unifying the receivers during method resolution 2022-03-17 17:03:54 +01:00
interner.rs
lib.rs feat: Visualize compiler inserted reborrows via inlay hints 2022-03-20 14:38:16 +01:00
lower.rs Move fallback_bound_vars to the only place it's used now 2022-03-17 17:08:43 +01:00
mapping.rs Preserve order of generic args 2022-03-04 11:46:14 +03:30
method_resolution.rs Move fallback_bound_vars to the only place it's used now 2022-03-17 17:08:43 +01:00
primitive.rs
test_db.rs
tests.rs fix clippy::single_char_pattern 2022-03-12 16:50:49 +01:00
tls.rs Replace write! with direct calls 2022-03-21 10:43:36 +02:00
traits.rs Refactor autoderef and method resolution 2022-02-25 11:47:14 +01:00
utils.rs Add const generics 2022-03-14 14:38:37 +03:30
walk.rs