Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -17/+6 |
* | Some clippy cleanups | kjeremy | 2019-02-06 | 1 | -1/+1 |
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 1 | -4/+3 |
* | Use new Resolver API in type inference | Florian Diebold | 2019-02-01 | 1 | -5/+22 |
* | Implement methods to build a resolver | Florian Diebold | 2019-02-01 | 1 | -16/+29 |
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -6/+14 |
* | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 1 | -6/+51 |
* | kill DefKindc | Aleksey Kladov | 2019-01-24 | 1 | -32/+12 |
* | remove boilerplate | Aleksey Kladov | 2019-01-24 | 1 | -1/+3 |
* | remove DefKind::Function | Aleksey Kladov | 2019-01-24 | 1 | -4/+4 |
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 1 | -16/+15 |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -15/+10 |
* | encapsulate hir locations | Aleksey Kladov | 2019-01-24 | 1 | -3/+3 |
* | remove Cancelable from ids | Aleksey Kladov | 2019-01-15 | 1 | -7/+5 |
* | remove Cancelable from Module API | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | Small improvements from review comments | Florian Diebold | 2019-01-12 | 1 | -4/+4 |
* | Implement basic inherent method resolution | Florian Diebold | 2019-01-12 | 1 | -8/+28 |
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -6/+6 |
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -1/+1 |
* | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -11/+11 |
* | flatten module structure | Aleksey Kladov | 2019-01-06 | 1 | -1/+1 |
* | split module source into decl/defin | Aleksey Kladov | 2019-01-06 | 1 | -7/+7 |
* | kill old module | Aleksey Kladov | 2019-01-06 | 1 | -11/+13 |
* | Do impl collection per module, not per crate | Florian Diebold | 2019-01-04 | 1 | -27/+25 |
* | Rename ImplBlock::target -> target_type, and add target_trait already | Florian Diebold | 2019-01-04 | 1 | -5/+15 |
* | Add HIR for impl blocks | Florian Diebold | 2019-01-04 | 1 | -0/+172 |