aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/tests/simple.rs
Commit message (Expand)AuthorAgeFilesLines
* correctly infer labelled breaksrobojumper2020-05-311-10/+10
* labelled break testrobojumper2020-05-311-0/+54
* Merge #4651bors[bot]2020-05-291-1/+1
|\
| * Use first match branch in case of type mismatch, not lastFlorian Diebold2020-05-291-1/+1
* | Support raw_ref_op's raw reference operatorrobojumper2020-05-281-0/+20
|/
* loop return value inference: add testsRoland Ruckerbauer2020-05-191-0/+63
* Handle `Self` in values and patternsFlorian Diebold2020-05-151-0/+44
* infer: Make expected rhs type for plain assign the lhs typeEmil Lauridsen2020-05-101-0/+29
* Implement better handling of divergenceFlorian Diebold2020-05-081-5/+5
* Fix type of byte literalsFlorian Diebold2020-05-081-2/+2
* Add smoke test for decorated blocksAleksey Kladov2020-05-021-0/+32
* Convert tests to text-sizeAleksey Kladov2020-04-251-680/+680
* Hide unit fn return typesLaurențiu Nicola2020-04-051-3/+3
* Fix inference of function pointer return typesLaurențiu Nicola2020-04-051-0/+26
* Add inference for literal and range patternsFlorian Diebold2020-04-011-0/+2
* Support aliases and Self in struct literalsFlorian Diebold2020-03-061-0/+41
* Fix enum constructorsFlorian Diebold2020-02-071-4/+4
* Fix printing of function typesFlorian Diebold2020-02-071-16/+16
* Lower impl trait to variables, move away from using placeholders where they d...Florian Diebold2020-02-071-1/+1
* Standard formatting for array typesAleksey Kladov2020-01-281-35/+35
* Fix inference for shift operatorsFlorian Diebold2020-01-171-0/+21
* Resolve traits in infer using lang item infrastructureEmil Lauridsen2019-12-291-0/+1
* Don't add non-impl/trait containers to scopeAleksey Kladov2019-12-291-0/+3
* Rudimentary name resolution for local itemsAleksey Kladov2019-12-221-6/+6
* Handle closure return typesFlorian Diebold2019-12-201-0/+55
* Split up ty tests a bitFlorian Diebold2019-12-031-0/+1608