rust/crates/hir_ty/src
2022-04-15 21:44:47 +02:00
..
consteval organize const eval tests 2022-03-24 13:20:35 +04:30
diagnostics Determine function unsafety semantically 2022-04-07 18:33:03 +02:00
infer minor: Remove frequent Arc<Body> clones in type checking 2022-04-15 21:44:47 +02:00
tests Fallback to primitive when path doesn't resolve 2022-04-14 15:51:38 +02:00
autoderef.rs Don't try to resolve methods on unknown types 2022-03-23 19:18:12 +01:00
builder.rs consider types of const generics 2022-04-07 05:30:33 +04:30
chalk_db.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
chalk_ext.rs Add const generics 2022-03-14 14:38:37 +03:30
consteval.rs consider types of const generics 2022-04-07 05:30:33 +04:30
db.rs fix: Don't rely on lang items to find primitive impls 2022-04-02 15:32:40 +02:00
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 and use HirFormatter::write_{str,char} 2022-04-07 16:41:07 +03:00
infer.rs minor: Remove frequent Arc<Body> clones in type checking 2022-04-15 21:44:47 +02:00
interner.rs Bump chalk 2021-12-19 18:58:39 +02:00
lib.rs Merge #11920 2022-04-07 17:08:02 +00:00
lower.rs Ignore Drop and Destruct bounds for now 2022-04-08 14:29:43 +02:00
mapping.rs Preserve order of generic args 2022-03-04 11:46:14 +03:30
method_resolution.rs fix: Don't rely on lang items to find primitive impls 2022-04-02 15:32:40 +02: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 fix panic on GAT 2022-04-11 13:52:02 +08:00
walk.rs Bump chalk 2021-12-19 18:58:39 +02:00