Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix panic on inferring field access on an enum | Florian Diebold | 2019-01-20 | 3 | -2/+24 |
* | Merge #576 | bors[bot] | 2019-01-19 | 21 | -97/+805 |
|\ | |||||
| * | Add an assert | Florian Diebold | 2019-01-19 | 1 | -0/+1 |
| * | Generics -> GenericParams | Florian Diebold | 2019-01-19 | 7 | -41/+41 |
| * | Make generics work in struct patterns | Florian Diebold | 2019-01-19 | 3 | -17/+87 |
| * | Collect generic args in struct variant paths as well | Florian Diebold | 2019-01-19 | 2 | -15/+24 |
| * | Collect generic args in type paths | Florian Diebold | 2019-01-19 | 2 | -8/+100 |
| * | Make Module impl methods crate-private, update some comments | Florian Diebold | 2019-01-19 | 3 | -8/+23 |
| * | Add AST/HIR for type args in path segments | Florian Diebold | 2019-01-19 | 5 | -23/+217 |
| * | Implement beginnings of generics | Florian Diebold | 2019-01-19 | 13 | -82/+288 |
| * | Add some tests | Florian Diebold | 2019-01-19 | 4 | -0/+121 |
|/ | |||||
* | Merge #573 | bors[bot] | 2019-01-19 | 1 | -31/+33 |
|\ | |||||
| * | Refactor/simplify path resolution | Florian Diebold | 2019-01-19 | 1 | -31/+33 |
|/ | |||||
* | Change parsing of struct field patterns | Marcus Klaas de Vries | 2019-01-19 | 5 | -40/+46 |
* | Finish move of StructField for pattern type inference | Marcus Klaas de Vries | 2019-01-19 | 3 | -31/+46 |
* | Replace Expectation by &Ty in `infer_pat` method | Marcus Klaas de Vries | 2019-01-19 | 1 | -24/+23 |
* | Move parsing of field pattern lists to the parser (where it belongs) | Marcus Klaas de Vries | 2019-01-19 | 6 | -64/+71 |
* | Move pattern type inference from adt::StructField to core_model_impl (WIP) | Marcus Klaas de Vries | 2019-01-19 | 2 | -16/+16 |
* | Address issues flagged in review | Marcus Klaas de Vries | 2019-01-19 | 4 | -120/+90 |
* | Fix bug in match arm type unification | Marcus Klaas de Vries | 2019-01-19 | 1 | -1/+1 |
* | Fixup annotated bindings | Marcus Klaas de Vries | 2019-01-19 | 6 | -30/+54 |
* | Add initial (flawed) implementation of binding annotations | Marcus Klaas de Vries | 2019-01-19 | 7 | -5/+97 |
* | Make pattern inference work w/o proper expecations | Marcus Klaas de Vries | 2019-01-19 | 2 | -35/+63 |
* | Infer pattern types for lambdas and loops | Marcus Klaas de Vries | 2019-01-19 | 2 | -15/+39 |
* | Implement match binding type inference and arm unification | Marcus Klaas de Vries | 2019-01-19 | 2 | -8/+25 |
* | Implement unlabeled struct field pattern inference | Marcus Klaas de Vries | 2019-01-19 | 4 | -47/+26 |
* | Get basic struct pattern type inference working! | Marcus Klaas de Vries | 2019-01-19 | 3 | -81/+124 |
* | Create struct patterns up to the hir level | Marcus Klaas de Vries | 2019-01-19 | 5 | -12/+116 |
* | Add crude implementation of tuplestruct pattern inference | Marcus Klaas de Vries | 2019-01-19 | 3 | -40/+89 |
* | Work on type inference for ADT patterns | Marcus Klaas de Vries | 2019-01-19 | 2 | -3/+32 |
* | Implement type inference for tuples and refs | Marcus Klaas de Vries | 2019-01-19 | 3 | -7/+58 |
* | Add additional pattern variants | Marcus Klaas de Vries | 2019-01-19 | 7 | -62/+142 |
* | Add .vscode/settings.json to .gitignore | DJMcNab | 2019-01-19 | 1 | -0/+1 |
* | fix the test | Aleksey Kladov | 2019-01-19 | 1 | -1/+3 |
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 8 | -185/+25 |
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 9 | -65/+284 |
* | simplify | Aleksey Kladov | 2019-01-19 | 1 | -32/+52 |
* | move input module items to the lower module | Aleksey Kladov | 2019-01-19 | 4 | -204/+211 |
* | Corrected the readme on debugging | Andrew Ross | 2019-01-19 | 1 | -2/+1 |
* | Removed gif | Andrew Ross | 2019-01-19 | 1 | -1/+1 |
* | more idiomatic code | gfreezy | 2019-01-19 | 1 | -5/+6 |
* | prefer inline tests | gfreezy | 2019-01-19 | 4 | -131/+140 |
* | fix comments | gfreezy | 2019-01-19 | 4 | -40/+5 |
* | move rename to a new mod | gfreezy | 2019-01-19 | 8 | -105/+233 |
* | rename mod | gfreezy | 2019-01-19 | 4 | -35/+148 |
* | make token set a const-fn | Aleksey Kladov | 2019-01-19 | 8 | -57/+52 |
* | :arrow_up: update rust | Aleksey Kladov | 2019-01-19 | 5 | -5/+2 |
* | Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is set | Andrew Ross | 2019-01-19 | 7 | -7/+470 |
* | Merge #561 | bors[bot] | 2019-01-17 | 14 | -234/+190 |
|\ | |||||
| * | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 14 | -234/+190 |
|/ |