aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/infer.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-21/+28
* Use chalk_ir::MutabilityLukas Wirth2021-03-011-2/+3
* Introduce Ty::AliasLukas Wirth2021-03-011-2/+2
* Being Ty::InferenceVar closes to chalk equivalentLukas Wirth2021-03-011-21/+7
* Inline TypeCtor into TyLukas Wirth2021-02-281-13/+4
* Introduce TypeCtor::ScalarLukas Wirth2021-02-281-3/+3
* Make `ModPath`'s representation privateJonas Schievink2021-02-041-1/+1
* Remove map module from la-arena public APIAramis Razzaghipour2021-01-151-1/+1
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-1/+1
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
* Deny unreachable-pubAleksey Kladov2020-11-021-3/+3
* Implement binary operator overloading type inferenceRoland Ruckerbauer2020-10-131-1/+23
* Bump smol_str from 0.1.16 to 0.1.17Jean SIMARD2020-09-241-1/+1
* Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara2020-09-101-3/+3
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+802