aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/infer/pat.rs
Commit message (Expand)AuthorAgeFilesLines
* Minor clippy perf fixesLaurențiu Nicola2021-06-181-1/+1
* Nest all the or-patterns!Lukas Wirth2021-06-171-4/+5
* clippy::redundant_field_namesMaan20032021-06-131-1/+1
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Merge #9105bors[bot]2021-06-031-0/+7
|\
| * internal: implement pattern adjustments.Dawer2021-06-011-0/+7
* | Fix bind patterns always being treated as ref taking patternsLukas Wirth2021-06-021-0/+4
|/
* clippy::redundant_clone fixesLaurențiu Nicola2021-05-261-5/+4
* Get rid of resolve_ty_as_possibleFlorian Diebold2021-05-211-10/+9
* internal: Record mismatches of pattern types.Dawer2021-05-191-2/+5
* Fix false positive "Missing match arm".Dawer2021-05-141-4/+5
* Intern SubstitutionsFlorian Diebold2021-04-081-2/+2
* Fix return type of Substitution::internedFlorian Diebold2021-04-071-1/+1
* Remove Ty::substs{_mut}Florian Diebold2021-04-071-2/+4
* infer: remove `record_pat_field_resolutions` fieldJonas Schievink2021-04-061-6/+0
* infer: remove `record_field_resolutions` fieldJonas Schievink2021-04-061-4/+4
* Merge #8364bors[bot]2021-04-061-2/+2
|\
| * Use Box'es to reduce the size of hir_def::expr::Pat from 112 to 64 bytes on 6...Alexandru Macovei2021-04-061-2/+2
* | Move Ty accessors to TyExtLukas Wirth2021-04-061-1/+1
* | Add chalk_ir::Const to TyKind::ArrayLukas Wirth2021-04-061-5/+8
* | Use a constructor function for Static lifetimesLukas Wirth2021-04-061-9/+6
* | Add Lifetime to TyKind::RefLukas Wirth2021-04-061-8/+12
|/
* Add Interner parameter to Binders::substituteFlorian Diebold2021-04-051-3/+6
* Binders::subst -> substituteFlorian Diebold2021-04-051-2/+2
* Move things in hir_ty into submodulesFlorian Diebold2021-04-041-2/+2
* Add TyBuilder::adtFlorian Diebold2021-04-041-19/+7
* Rename Ty::interned to Ty::kindFlorian Diebold2021-04-031-1/+1
* Introduce `GenericArg` like in ChalkFlorian Diebold2021-04-031-7/+10
* Fix box pattern inference panicLukas Wirth2021-03-211-6/+26
* clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-1/+1
* Rename Substs -> SubstitutionFlorian Diebold2021-03-161-5/+7
* Don't use Substs for Ref/Raw/Array/SliceFlorian Diebold2021-03-141-5/+5
* Make Ty wrap TyKind in an ArcFlorian Diebold2021-03-141-6/+6
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-20/+21
* Use upstream cov-markLaurențiu Nicola2021-03-081-2/+1
* Use chalk_ir::AdtIdLukas Wirth2021-03-041-1/+1
* Use chalk_ir::MutabilityLukas Wirth2021-03-011-5/+6
* Turn Ty::Tuple variant into a tuple-variantLukas Wirth2021-02-281-1/+1
* Inline TypeCtor into TyLukas Wirth2021-02-281-15/+12
* Implement const pat inferenceLukas Wirth2020-12-231-1/+5
* 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
* 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-131-0/+241