aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/module.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add HIR for impl blocksFlorian Diebold2019-01-041-0/+15
| | | | | | | | | 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.
* remove id arenaAleksey Kladov2019-01-041-6/+11
|
* simplify runnablesAleksey Kladov2019-01-021-1/+1
|
* rename MFileId -> HirFileIdAleksey Kladov2019-01-011-19/+21
|
* use MFileAleksey Kladov2019-01-011-4/+11
|
* Make modules with tests runnableJan Jansen2018-12-311-0/+5
| | | | Fixes #154
* simplifyAleksey Kladov2018-12-281-9/+4
|
* introduce hir::NameAleksey Kladov2018-12-271-9/+10
|
* Add a hir::TypeRef as an intermediate between ast::TypeRef and ty::TyFlorian Diebold2018-12-251-2/+2
|
* Do name resolution by namespace (types/values)Florian Diebold2018-12-251-12/+30
|
* Resolve paths to defs (functions currently) during type inferenceFlorian Diebold2018-12-231-0/+1
|
* moar iconsAleksey Kladov2018-12-211-1/+1
|
* File module source does not depend on syntaxAleksey Kladov2018-12-181-6/+4
|
* more crate boilerplateAleksey Kladov2018-12-091-1/+10
|
* Check Fileid in SourceFileMapAleksey Kladov2018-12-091-1/+1
|
* grand module renameAleksey Kladov2018-12-081-0/+320