Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | type-safer source-map for bindings | Aleksey Kladov | 2019-04-10 | 1 | -7/+8 | |
| | ||||||
* | migrate to salsas interning | Aleksey Kladov | 2019-04-09 | 1 | -3/+5 | |
| | ||||||
* | made ExprCollector pub(crate) and moved | Lenard Pratt | 2019-04-02 | 1 | -4/+10 | |
| | | | | collect_fn_body_syntax | |||||
* | Added const bodies and static body to the ast | Lenard Pratt | 2019-04-02 | 1 | -1/+2 | |
| | | | | | | and added inference the inference test reduce code duplication | |||||
* | Added defWithBody | Lenard Pratt | 2019-03-30 | 1 | -3/+3 | |
| | ||||||
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -2/+2 | |
| | ||||||
* | rename scopes | Aleksey Kladov | 2019-03-02 | 1 | -4/+4 | |
| | ||||||
* | rename to source_map | Aleksey Kladov | 2019-03-02 | 1 | -15/+11 | |
| | ||||||
* | dont store body inside source map | Aleksey Kladov | 2019-03-02 | 1 | -6/+6 | |
| | ||||||
* | rename syntax-mapping -> source-map | Aleksey Kladov | 2019-03-02 | 1 | -2/+2 | |
| | ||||||
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 | |
| | ||||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -41/+11 | |
| | ||||||
* | Some clippy cleanups | kjeremy | 2019-02-06 | 1 | -2/+2 | |
| | ||||||
* | Use the new Resolver API for goto def | Florian Diebold | 2019-02-01 | 1 | -1/+5 | |
| | ||||||
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 1 | -29/+9 | |
| | ||||||
* | Implement methods to build a resolver | Florian Diebold | 2019-02-01 | 1 | -2/+9 | |
| | ||||||
* | Sketching the resolver API | Florian Diebold | 2019-02-01 | 1 | -0/+2 | |
| | ||||||
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -1/+1 | |
| | ||||||
* | Move expr_scopes query to its module | Florian Diebold | 2019-01-30 | 1 | -2/+13 | |
| | ||||||
* | Rename FnScopes -> ExprScopes | Florian Diebold | 2019-01-30 | 1 | -0/+510 | |
The reason for this is that it describes scopes for any body expression, not just that of a function. It did not actually refer to functions at all anymore. |