aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/krate.rs
Commit message (Collapse)AuthorAgeFilesLines
* move crate to code_model_apiAleksey Kladov2019-01-061-48/+0
|
* Add HIR for impl blocksFlorian Diebold2019-01-041-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 idsAleksey Kladov2019-01-011-2/+2
|
* rename MFileId -> HirFileIdAleksey Kladov2019-01-011-1/+2
|
* introduce hir::NameAleksey Kladov2018-12-271-4/+3
|
* return dependencies with namesAleksey Kladov2018-12-091-4/+15
|
* more crate boilerplateAleksey Kladov2018-12-091-6/+28
|
* hir::Crate boilerplateAleksey Kladov2018-12-091-0/+15