Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't try to treat arrays and tuples as literals | Marcus Klaas de Vries | 2019-01-14 | 1 | -18/+1 |
| | |||||
* | Use type variables to determine exact type for ambiguous numeric literals | Marcus Klaas de Vries | 2019-01-14 | 1 | -1/+16 |
| | |||||
* | Try implementing integer type inference (WIP) | Marcus Klaas de Vries | 2019-01-14 | 1 | -13/+45 |
| | |||||
* | Implement type inference for literals (WIP) | Marcus Klaas de Vries | 2019-01-14 | 1 | -2/+76 |
| | |||||
* | Implement tuple inference | Hirokazu Hata | 2019-01-13 | 1 | -1/+12 |
| | |||||
* | support ref-patterns | Aleksey Kladov | 2019-01-13 | 1 | -1/+11 |
| | |||||
* | args -> params | Florian Diebold | 2019-01-12 | 1 | -13/+13 |
| | |||||
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -2/+6 |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
* | move function to code_model_api | Aleksey Kladov | 2019-01-08 | 1 | -4/+1 |
| | |||||
* | migrate ra_analysis to new rowan | Aleksey Kladov | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -44/+44 |
| | |||||
* | Improve types for node_expr / node_pat | Florian Diebold | 2019-01-06 | 1 | -5/+5 |
| | |||||
* | Introduce ArenaMap | Florian Diebold | 2019-01-06 | 1 | -9/+9 |
| | |||||
* | Use HIR Expr for type inference | Florian Diebold | 2019-01-06 | 1 | -3/+28 |
| | | | | | Now we can reuse the type inference inside a function when typing whitespace etc. :) | ||||
* | Various small code review improvements | Florian Diebold | 2019-01-05 | 1 | -13/+18 |
| | |||||
* | Make FnScopes use hir::Expr | Florian Diebold | 2019-01-05 | 1 | -65/+298 |
| | | | | | | This was a bit complicated. I've added a wrapper type for now that does the LocalSyntaxPtr <-> ExprId translation; we might want to get rid of that or give it a nicer interface. | ||||
* | Add HIR Expr machinery | Florian Diebold | 2019-01-05 | 1 | -0/+507 |