rust/crates/hir_ty/src
Florian Diebold b03969cda9 Remove SolutionVariables, add ConstrainedSubst analogous to Chalk
... just missing the constraints.
2021-04-06 23:46:32 +02:00
..
diagnostics infer: remove record_field_resolutions field 2021-04-06 17:59:18 +02:00
infer Remove SolutionVariables, add ConstrainedSubst analogous to Chalk 2021-04-06 23:46:32 +02:00
tests Fix block inner item defined in macro 2021-04-01 03:45:21 +08:00
traits Remove SolutionVariables, add ConstrainedSubst analogous to Chalk 2021-04-06 23:46:32 +02:00
autoderef.rs Remove SolutionVariables, add ConstrainedSubst analogous to Chalk 2021-04-06 23:46:32 +02:00
builder.rs Move Ty accessors to TyExt 2021-04-06 13:58:48 +02:00
chalk_cast.rs Introduce GenericArg like in Chalk 2021-04-03 11:17:13 +02:00
chalk_ext.rs Remove TyExt::dyn_trait_ref 2021-04-06 13:58:51 +02:00
db.rs Add chalk_ir::Const to TyKind::Array 2021-04-06 11:45:41 +02:00
diagnostics.rs
display.rs Panic when creating a HirDisplayWrapper with DisplayTarget::SourceCode 2021-04-06 14:42:34 +02:00
infer.rs Remove SolutionVariables, add ConstrainedSubst analogous to Chalk 2021-04-06 23:46:32 +02:00
lib.rs Align InferenceVar to Chalk 2021-04-06 21:10:22 +02:00
lower.rs infer: remove record_field_resolutions field 2021-04-06 17:59:18 +02:00
method_resolution.rs Move Ty accessors to TyExt 2021-04-06 13:58:48 +02:00
op.rs Rename TyKind::Unknown to Error 2021-04-05 15:39:06 +03:00
primitive.rs
test_db.rs
tests.rs Access a body's block def maps via a method 2021-04-04 03:03:18 +02:00
traits.rs Remove SolutionVariables, add ConstrainedSubst analogous to Chalk 2021-04-06 23:46:32 +02:00
types.rs Remove SolutionVariables, add ConstrainedSubst analogous to Chalk 2021-04-06 23:46:32 +02:00
utils.rs infer: remove record_field_resolutions field 2021-04-06 17:59:18 +02:00
walk.rs Add chalk_ir::Const to TyKind::Array 2021-04-06 11:45:41 +02:00