rust/crates/hir_ty/src
2022-03-29 21:56:49 +02:00
..
consteval organize const eval tests 2022-03-24 13:20:35 +04:30
diagnostics Move mismatched-arg-count diagnostic to inference 2022-03-27 19:21:09 +02:00
infer Fix divergence detection for bare match arms 2022-03-29 21:56:49 +02:00
tests Fix divergence detection for bare match arms 2022-03-29 21:56:49 +02:00
autoderef.rs Don't try to resolve methods on unknown types 2022-03-23 19:18:12 +01:00
builder.rs Properly try unifying the receivers during method resolution 2022-03-17 17:03:54 +01:00
chalk_db.rs minor: Bump dependencies 2022-03-22 17:42:24 +01:00
chalk_ext.rs Add const generics 2022-03-14 14:38:37 +03:30
consteval.rs use pat_id instead of name in const eval stack 2022-03-24 13:36:37 +04:30
db.rs Support constants in const eval 2022-03-24 13:09:22 +04: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 Move mismatched-arg-count diagnostic to inference 2022-03-27 19:21:09 +02:00
interner.rs Bump chalk 2021-12-19 18:58:39 +02:00
lib.rs Remove legacy_const_generics_indices from CallableSig 2022-03-27 19:21:09 +02:00
lower.rs Merge #11840 2022-03-29 10:55:17 +00:00
mapping.rs Preserve order of generic args 2022-03-04 11:46:14 +03:30
method_resolution.rs Don't try to resolve methods on unknown types 2022-03-23 19:18:12 +01:00
primitive.rs
test_db.rs
tests.rs Fix duplicate type mismatches with blocks 2022-03-29 18:06:52 +02: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 Bump chalk 2021-12-19 18:58:39 +02:00