Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 1 | -2/+2 |
| | |||||
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 |
| | |||||
* | Rename Type => TypeAlias | Florian Diebold | 2019-02-24 | 1 | -5/+8 |
| | |||||
* | Fix handling of generics in tuple variants and refactor a bit | Florian Diebold | 2019-02-20 | 1 | -0/+13 |
| | | | | | | Also make them display a tiny bit nicer. Fixes #860. | ||||
* | Handle impl generics in method calls | Florian Diebold | 2019-02-16 | 1 | -10/+28 |
| | |||||
* | Add generic params to impl blocks | Florian Diebold | 2019-02-16 | 1 | -2/+4 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -8/+2 |
| | |||||
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 1 | -0/+1 |
| | |||||
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -2/+2 |
| | |||||
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -16/+7 |
| | |||||
* | macro-generate froms | Aleksey Kladov | 2019-01-24 | 1 | -18/+1 |
| | |||||
* | migrate enums to new id | Aleksey Kladov | 2019-01-24 | 1 | -17/+21 |
| | |||||
* | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -1/+14 |
| | |||||
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 1 | -15/+51 |
| | |||||
* | Generics -> GenericParams | Florian Diebold | 2019-01-19 | 1 | -4/+4 |
| | |||||
* | Implement beginnings of generics | Florian Diebold | 2019-01-19 | 1 | -0/+48 |
- add HIR for generic params - resolve generic params in type paths - add substitions for ADTs - insert type variables for substitutions |