aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/code_model_impl/konst.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename persistent hir database -> def databaseAleksey Kladov2019-03-231-3/+3
|
* Use TypeAscriptionOwnerVille Penttinen2019-02-261-8/+5
| | | | | | This replaces places where we would use node + node.type_ref() with things that have an ascribed type, with using the TypeAscriptionOwner as the trait bound so we can simply pass the node.
* Move ConstSignature creation to a single methodVille Penttinen2019-02-251-17/+13
|
* Add static type inferenceVille Penttinen2019-02-251-1/+16
|
* Add const type inferenceVille Penttinen2019-02-251-0/+26