rust-analyzer/crates/hir_ty/src
Florian Diebold 92dcc53f94 Remove Ty::substs{_mut}
Almost all uses actually only care about ADT substs, so it's better to
be explicit. The methods were a bad abstraction anyway since they
already didn't include the inner types of e.g. `TyKind::Ref` anymore.
2021-04-07 17:56:53 +02:00
..
diagnostics infer: remove record_field_resolutions field 2021-04-06 17:59:18 +02:00
infer Remove Ty::substs{_mut} 2021-04-07 17:56:53 +02:00
tests Merge #8394 2021-04-07 09:35:40 +00:00
traits Remove SolutionVariables, add ConstrainedSubst analogous to Chalk 2021-04-06 23:46:32 +02:00
autoderef.rs Move Ty::builtin_deref 2021-04-07 13:06:48 +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 Prefer names from outer DefMap over extern prelude 2021-03-10 16:33:18 +01:00
display.rs Panic when creating a HirDisplayWrapper with DisplayTarget::SourceCode 2021-04-06 14:42:34 +02:00
infer.rs Merge #8394 2021-04-07 09:35:40 +00:00
lib.rs Remove Ty::substs{_mut} 2021-04-07 17:56:53 +02:00
lower.rs infer: remove record_field_resolutions field 2021-04-06 17:59:18 +02:00
method_resolution.rs Free Ty::def_crates 2021-04-07 13:09:31 +02:00
op.rs Rename TyKind::Unknown to Error 2021-04-05 15:39:06 +03:00
primitive.rs Use chalk_ir::Scalar directly 2021-02-28 11:06:37 +01:00
test_db.rs Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
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 Remove Ty::substs{_mut} 2021-04-07 17:56:53 +02:00