aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty
Commit message (Expand)AuthorAgeFilesLines
* Add last remaining module docstringFlorian Diebold2021-05-221-1/+3
* Resolve any lifetime variables to 'static after inferenceFlorian Diebold2021-05-221-1/+13
* Clean up visibilitiesFlorian Diebold2021-05-211-10/+10
* Some remaining cleanupsFlorian Diebold2021-05-213-18/+13
* Fix test after rebaseFlorian Diebold2021-05-211-1/+1
* Record type mismatches for failed coercions in match etc.Florian Diebold2021-05-212-15/+21
* Refactor expectation handlingFlorian Diebold2021-05-213-54/+88
* Remove TypeVariableTableFlorian Diebold2021-05-212-56/+48
* Deal with goals arising from unificationFlorian Diebold2021-05-214-18/+21
* Get rid of resolve_ty_as_possibleFlorian Diebold2021-05-218-88/+56
* Make resolve_ty_shallow return TyFlorian Diebold2021-05-213-14/+7
* Rework obligation handlingFlorian Diebold2021-05-2110-139/+234
* Fix another panicFlorian Diebold2021-05-211-17/+15
* Improve debug printing without TLSFlorian Diebold2021-05-212-158/+21
* Fix panicFlorian Diebold2021-05-211-1/+4
* Fix HIR expecting errors to unify with anythingFlorian Diebold2021-05-212-2/+62
* Fix if/else coercionFlorian Diebold2021-05-211-1/+4
* Make diverging type variables work againFlorian Diebold2021-05-212-0/+23
* Fix handling of diverging branches in match coercionFlorian Diebold2021-05-212-4/+52
* Fix coercion of two closures to a function pointerFlorian Diebold2021-05-214-56/+48
* Update tests with expected changesFlorian Diebold2021-05-212-40/+34
* Make type resolver a proper folder, make it resolve consts as wellFlorian Diebold2021-05-211-48/+117
* Fix fallback to bound vars in `unify`Florian Diebold2021-05-211-45/+78
* Better Debug impl for InternedWrapperFlorian Diebold2021-05-211-1/+7
* Temporary fix for unknown expectationsFlorian Diebold2021-05-212-0/+8
* Fix warnings & formatFlorian Diebold2021-05-213-20/+11
* Rewrite coercion using the new unificationFlorian Diebold2021-05-216-105/+371
* Remove our unification code, use Chalk's insteadFlorian Diebold2021-05-218-438/+125
* Check patterns for type match recursively.Dawer2021-05-192-2/+30
* internal: Record mismatches of pattern types.Dawer2021-05-196-11/+93
* Merge #8813bors[bot]2021-05-1611-103/+251
|\
| * Address final feedbackJade2021-05-163-31/+17
| * Add more tests, refactor array lengths/consteval workJade2021-05-145-34/+179
| * Test lowering byte strings some moreJade2021-05-131-14/+25
| * Add support for lengths in array repeats, if they are literalsJade2021-05-132-7/+17
| * Support length for ByteStringsJade2021-05-132-8/+16
| * Add lowering of array lengths in typesJade2021-05-139-76/+64
* | Fix false positive "Missing match arm".Dawer2021-05-143-5/+7
|/
* Merge #8799bors[bot]2021-05-1211-109/+155
|\
| * address review by @eddybJade2021-05-112-2/+3
| * Add basic support for array lengths in typesJade2021-05-1111-109/+154
* | Merge #8398bors[bot]2021-05-113-2/+51
|\ \ | |/ |/|
| * Add a test for conditionally compiled tailsDaniel McNab2021-05-031-0/+49
| * Fix inference with conditionally compiled tailsDaniel McNab2021-05-032-2/+2
* | Correctly support SelfType when searching for usagesLukas Wirth2021-05-081-2/+34
* | Reuse database in LowerCtxJonas Schievink2021-05-061-1/+1
* | Don't store call-site text offsets in hygiene infoJonas Schievink2021-05-061-2/+2
|/
* Don't look in super traits for <T as Trait>::AssocFlorian Diebold2021-04-292-7/+14
* Rewrite all_super_trait_refs as an iteratorFlorian Diebold2021-04-291-18/+34
* Handle cycles in generic_defaults more gracefullyFlorian Diebold2021-04-292-0/+22