Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move crate to code_model_api | Aleksey Kladov | 2019-01-06 | 1 | -48/+0 |
| | |||||
* | Add HIR for impl blocks | Florian Diebold | 2019-01-04 | 1 | -1/+1 |
| | | | | | | | | | Since we need to be able to go from def to containing impl block, as well as the other direction, and to find all impls for a certain type, a design similar to the one for modules, where we collect all impls for the whole crate and keep them in an arena, seemed fitting. The ImplBlock type, which provides the public interface, then consists only of an Arc to the arena containing all impls, and the index into it. | ||||
* | move more stuff to ids | Aleksey Kladov | 2019-01-01 | 1 | -2/+2 |
| | |||||
* | rename MFileId -> HirFileId | Aleksey Kladov | 2019-01-01 | 1 | -1/+2 |
| | |||||
* | introduce hir::Name | Aleksey Kladov | 2018-12-27 | 1 | -4/+3 |
| | |||||
* | return dependencies with names | Aleksey Kladov | 2018-12-09 | 1 | -4/+15 |
| | |||||
* | more crate boilerplate | Aleksey Kladov | 2018-12-09 | 1 | -6/+28 |
| | |||||
* | hir::Crate boilerplate | Aleksey Kladov | 2018-12-09 | 1 | -0/+15 |