aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/snapshots
Commit message (Collapse)AuthorAgeFilesLines
* Test more Self inferencekjeremy2019-02-041-3/+7
|
* Use new Resolver API in type inferenceFlorian Diebold2019-02-013-15/+15
|
* Merge #701bors[bot]2019-01-302-14/+23
|\ | | | | | | | | | | | | | | | | | | 701: Minor type inference tweaks r=flodiebold a=marcusklaas Pass down expectation for reference expressions and type the guard in match expressions. I wasn't able to add a test for the former addition because the type variable previously introduced would always resolve to the right type in the things I tried! Co-authored-by: Marcus Klaas de Vries <[email protected]>
| * Add test for passing on ref expectationsMarcus Klaas de Vries2019-01-301-4/+10
| |
| * Infer type of match guardMarcus Klaas de Vries2019-01-281-10/+13
| |
* | Added support for primitive types type inference when using std::ops::NotWizardOfMenlo2019-01-281-12/+25
| |
* | Process second reviewMarcus Klaas de Vries2019-01-271-5/+5
| |
* | Use type information from the turbofishMarcus Klaas de Vries2019-01-272-6/+9
| |
* | Add a FnSig to Ty::FnDefMarcus Klaas de Vries2019-01-276-30/+30
| |
* | Add missing ty test snapshotMarcus Klaas de Vries2019-01-271-0/+23
| |
* | Add type params to FnSignatureMarcus Klaas de Vries2019-01-275-54/+54
|/
* Handle cycles in type varsFlorian Diebold2019-01-262-0/+35
| | | | This might be the cause of #587.
* fix AST for if expressionsAleksey Kladov2019-01-261-0/+17
| | | | then is not always a block...
* Fix type inference of binops on int/float variablesFlorian Diebold2019-01-251-0/+13
| | | | Fixes #651.
* new struct idAleksey Kladov2019-01-241-6/+6
|
* Update snapsJeremy A. Kolb2019-01-2224-96/+144
|
* Use insta for ty testsFlorian Diebold2019-01-2124-0/+605