aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* Fix panic on inferring field access on an enumFlorian Diebold2019-01-203-2/+24
* Add an assertFlorian Diebold2019-01-191-0/+1
* Generics -> GenericParamsFlorian Diebold2019-01-196-40/+40
* Make generics work in struct patternsFlorian Diebold2019-01-193-17/+87
* Collect generic args in struct variant paths as wellFlorian Diebold2019-01-192-15/+24
* Collect generic args in type pathsFlorian Diebold2019-01-192-8/+100
* Make Module impl methods crate-private, update some commentsFlorian Diebold2019-01-193-8/+23
* Add AST/HIR for type args in path segmentsFlorian Diebold2019-01-193-22/+80
* Implement beginnings of genericsFlorian Diebold2019-01-1911-80/+283
* Add some testsFlorian Diebold2019-01-194-0/+121
* Refactor/simplify path resolutionFlorian Diebold2019-01-191-31/+33
* Change parsing of struct field patternsMarcus Klaas de Vries2019-01-191-14/+14
* Finish move of StructField for pattern type inferenceMarcus Klaas de Vries2019-01-192-11/+20
* Replace Expectation by &Ty in `infer_pat` methodMarcus Klaas de Vries2019-01-191-24/+23
* Move parsing of field pattern lists to the parser (where it belongs)Marcus Klaas de Vries2019-01-191-4/+12
* Move pattern type inference from adt::StructField to core_model_impl (WIP)Marcus Klaas de Vries2019-01-192-16/+16
* Address issues flagged in reviewMarcus Klaas de Vries2019-01-193-75/+45
* Fix bug in match arm type unificationMarcus Klaas de Vries2019-01-191-1/+1
* Fixup annotated bindingsMarcus Klaas de Vries2019-01-196-30/+54
* Add initial (flawed) implementation of binding annotationsMarcus Klaas de Vries2019-01-194-3/+78
* Make pattern inference work w/o proper expecationsMarcus Klaas de Vries2019-01-192-35/+63
* Infer pattern types for lambdas and loopsMarcus Klaas de Vries2019-01-192-15/+39
* Implement match binding type inference and arm unificationMarcus Klaas de Vries2019-01-192-8/+25
* Implement unlabeled struct field pattern inferenceMarcus Klaas de Vries2019-01-193-16/+15
* Get basic struct pattern type inference working!Marcus Klaas de Vries2019-01-193-81/+124
* Create struct patterns up to the hir levelMarcus Klaas de Vries2019-01-192-5/+36
* Add crude implementation of tuplestruct pattern inferenceMarcus Klaas de Vries2019-01-193-40/+89
* Work on type inference for ADT patternsMarcus Klaas de Vries2019-01-192-3/+32
* Implement type inference for tuples and refsMarcus Klaas de Vries2019-01-193-7/+58
* Add additional pattern variantsMarcus Klaas de Vries2019-01-194-13/+85
* fix the testAleksey Kladov2019-01-191-1/+3
* rename LoweredImport -> ImportIdAleksey Kladov2019-01-197-184/+25
* switched to lowerd moduleAleksey Kladov2019-01-197-58/+277
* simplifyAleksey Kladov2019-01-191-32/+52
* move input module items to the lower moduleAleksey Kladov2019-01-194-204/+211
* move rename to a new modgfreezy2019-01-191-7/+2
* :arrow_up: salsaAleksey Kladov2019-01-175-114/+78
* Add Ty::Array to walk_mutHirokazu Hata2019-01-162-35/+35
* Fix test case invalid syntaxHirokazu Hata2019-01-162-47/+47
* Remove unneeded codeHirokazu Hata2019-01-161-2/+2
* Fix infer array testHirokazu Hata2019-01-162-40/+57
* Fix Ty::ArrayHirokazu Hata2019-01-161-21/+16
* Add infer array testHirokazu Hata2019-01-162-0/+61
* Implement array inferenceHirokazu Hata2019-01-162-3/+30
* Implement rudimentary type inference for unary operatorsMarcus Klaas de Vries2019-01-154-5/+72
* hir is cancelation freeAleksey Kladov2019-01-152-11/+5
* remove Cancelable from type inferenceAleksey Kladov2019-01-156-107/+81
* remove Cancelable from TyAleksey Kladov2019-01-155-67/+54
* remove Cancelable from idsAleksey Kladov2019-01-156-34/+27
* remove Cancelable from nameresAleksey Kladov2019-01-157-62/+48