aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't let unknown match arms fall back to !Florian Diebold2020-02-111-0/+17
* Add two more testsFlorian Diebold2020-02-071-0/+51
* Don't print implicit type args from impl TraitFlorian Diebold2020-02-071-11/+11
* Deal better with implicit type parameters and argument listsFlorian Diebold2020-02-071-0/+108
* Clean up RPIT a bitFlorian Diebold2020-02-071-13/+11
* Fix APIT some moreFlorian Diebold2020-02-071-23/+28
* Change Ty::Param to contain param IDFlorian Diebold2020-02-072-3/+2
* WIP use params for APITFlorian Diebold2020-02-071-0/+53
* Fix assoc type selectionFlorian Diebold2020-02-071-3/+3
* Fix another testFlorian Diebold2020-02-071-2/+2
* Fix enum constructorsFlorian Diebold2020-02-072-5/+5
* Fix printing of function typesFlorian Diebold2020-02-076-69/+69
* Lower impl trait to variables, move away from using placeholders where they d...Florian Diebold2020-02-071-1/+1
* wip implement lowering modeFlorian Diebold2020-02-071-20/+8
* Standard formatting for array typesAleksey Kladov2020-01-284-88/+88
* Ignore failing impl Trait testsFlorian Diebold2020-01-271-0/+2
* Fix inference for shift operatorsFlorian Diebold2020-01-171-0/+21
* Use dummy value for line! and column! macroEdwin Cheng2020-01-141-2/+2
* Fix various names, e.g. Iterator not resolving in core preludeFlorian Diebold2020-01-111-0/+54
* Add test for macro expansion in various expressionsFlorian Diebold2020-01-101-0/+81
* Expand PAREN_EXPR as expressionEdwin Cheng2020-01-101-0/+17
* Fix #2705Florian Diebold2020-01-031-0/+17
* Resolve traits in infer using lang item infrastructureEmil Lauridsen2019-12-292-0/+6
* Don't add non-impl/trait containers to scopeAleksey Kladov2019-12-292-1/+38
* Merge #2661bors[bot]2019-12-241-0/+57
|\
| * Implement infer await from async funcEdwin Cheng2019-12-241-0/+57
* | Filter out error predicates in type bounds as wellFlorian Diebold2019-12-221-0/+17
* | Introduce our own Chalk TypeFamily, instead of using ChalkIrFlorian Diebold2019-12-221-2/+2
|/
* Rudimentary name resolution for local itemsAleksey Kladov2019-12-221-6/+6
* Recursive collect macros in impl itemsEdwin Cheng2019-12-201-0/+23
* Merge #2623bors[bot]2019-12-201-0/+19
|\
| * Add support macros in impl blocksEdwin Cheng2019-12-201-0/+19
* | Coerce closures to fn pointersFlorian Diebold2019-12-202-5/+44
* | Fix coercion of last expression in function bodyFlorian Diebold2019-12-201-0/+16
* | Handle closure return typesFlorian Diebold2019-12-202-0/+86
|/
* Add std::ops::Index support for inferingEdwin Cheng2019-12-191-0/+32
* Add test markFlorian Diebold2019-12-151-2/+6
* Handle impl Trait more correctlyFlorian Diebold2019-12-151-0/+31
* Add test for unifying impl TraitFlorian Diebold2019-12-151-1/+27
* Correctly infer - and ! using std::ops::{Neg,Not}Emil Lauridsen2019-12-131-0/+64
* Fix coercion from &Foo to an inference variable in a referenceFlorian Diebold2019-12-081-0/+37
* Add testsEdwin Cheng2019-12-061-0/+29
* Don't unify within a referenceFlorian Diebold2019-12-061-0/+36
* Implement derive(Copy, Clone) properly (well, kind of)Florian Diebold2019-12-051-0/+51
* Split up ty tests a bitFlorian Diebold2019-12-036-0/+4876
* Move TyAleksey Kladov2019-11-272-0/+615