aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/infer
Commit message (Expand)AuthorAgeFilesLines
* Use block_def_map in body loweringJonas Schievink2021-02-031-1/+1
* Revert "Use block_def_map in body lowering"Jonas Schievink2021-02-021-1/+1
* Use block_def_map in body loweringJonas Schievink2021-02-011-1/+1
* Handle box with allocatorThiébaud Weksteen2021-01-221-1/+4
* Add support for yiled keywordDaiki Ihara2021-01-151-0/+7
* Merge #7080bors[bot]2021-01-011-0/+1
|\
| * Add ConstParams to the HIRLukas Wirth2021-01-011-0/+1
* | Allow spurious warning from rust-lang/rust#80501Laurențiu Nicola2020-12-301-0/+2
|/
* Merge #7021bors[bot]2020-12-241-4/+4
|\
| * Track labels in the HIRLukas Wirth2020-12-241-4/+4
* | Implement const block inferenceLukas Wirth2020-12-231-1/+1
* | Implement const pat inferenceLukas Wirth2020-12-231-1/+5
|/
* Ignore lifetime params in substitutionsLukas Wirth2020-12-131-1/+6
* Merge #6818bors[bot]2020-12-121-0/+1
|\
| * Add Lifetimes to the HIRLukas Wirth2020-12-111-0/+1
* | Infer labeled blocksLukas Wirth2020-12-111-4/+18
|/
* Properly infer tuple struct patterns when encountering ellipsisLukas Wirth2020-11-241-9/+22
* Properly infer tuple patterns when encountering ellipsisLukas Wirth2020-11-241-8/+17
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
* Deny unreachable-pubAleksey Kladov2020-11-022-14/+23
* binary operator overload type inference: add test markRoland Ruckerbauer2020-10-141-0/+3
* Implement binary operator overloading type inferenceRoland Ruckerbauer2020-10-131-4/+11
* Merge #5971bors[bot]2020-09-131-2/+9
|\
| * Implement async blocksoxalica2020-09-101-2/+9
* | Implement box pattern inferenceJonas Schievink2020-09-121-1/+13
* | Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara2020-09-101-1/+1
|/
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-135-0/+2072