aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/tests/simple.rs
Commit message (Collapse)AuthorAgeFilesLines
* hir_ty: use default type generic for box expressionscynecx2021-02-281-0/+55
|
* Add test for #1165Jonas Schievink2021-02-101-0/+29
| | | | Closes #1165
* 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
| | | | | | | | In 1.49.0, the definition of Box was modified to support an optional Allocator[1]. Adapt the parsing of the `box` keyword to supply the expected number of parameters to the constructor. [1] https://github.com/rust-lang/rust/commit/f288cd2e179f600fa00c2a407206a12f6c5a91e0
* 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