aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/tests/simple.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix coercion of two closures to a function pointerFlorian Diebold2021-05-211-36/+0
* Add more tests, refactor array lengths/consteval workJade2021-05-141-1/+9
* Test lowering byte strings some moreJade2021-05-131-14/+25
* Support length for ByteStringsJade2021-05-131-2/+2
* Add lowering of array lengths in typesJade2021-05-131-8/+8
* Add basic support for array lengths in typesJade2021-05-111-40/+40
* fix: closure unify without check ClosureIdComonad2021-04-291-0/+36
* Fix primitive shadowing with inner itemsJonas Schievink2021-04-161-0/+18
* Infer variants through type aliased enumsLukas Wirth2021-04-071-0/+33
* hir_ty: fix visibility in infer_inherent_method testcynecx2021-03-201-16/+16
* Support `#[cfg]` on all associated itemsJonas Schievink2021-03-181-0/+19
* Use upstream cov-markLaurențiu Nicola2021-03-081-2/+1
* hir_ty: use default type generic for box expressionscynecx2021-02-281-0/+55
* Add test for #1165Jonas Schievink2021-02-101-0/+29
* Add more testsJonas Schievink2021-02-101-8/+33
* Update fixed testsJonas Schievink2021-02-101-3/+6
* infer: update resolver when descending into blockJonas Schievink2021-02-101-0/+19
* Handle box with allocatorThiébaud Weksteen2021-01-221-0/+24
* Add ConstParams to the ide layerLukas Wirth2021-01-011-1/+0
* Add ConstParams to the HIRLukas Wirth2021-01-011-0/+17
* Implement const block inferenceLukas Wirth2020-12-231-4/+9
* Infer labeled blocksLukas Wirth2020-12-111-0/+56
* binary operator overload type inference: add test markRoland Ruckerbauer2020-10-141-0/+3
* Implement binary operator overloading type inferenceRoland Ruckerbauer2020-10-131-0/+86
* Implement async blocksoxalica2020-09-101-18/+27
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+2218