index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Analysis
/
CompilerAPI.kt
Age
Commit message (
Expand
)
Author
2014-08-21
Update to Kotlin API
Ilya Ryzhenkov
2014-07-16
Use alternative way to get exhaust.
Ilya Ryzhenkov
2014-07-15
Speed up analysis by not processing function bodies.
Ilya Ryzhenkov
2014-07-14
Get members scope for packages from PacakgeViews
Ilya Ryzhenkov
2014-07-14
Migrate to PackageView processing to unify all package fragments into single ...
Ilya Ryzhenkov
2014-07-14
Location services, formatting services, initial self-documentation output.
Ilya Ryzhenkov
2014-07-12
Store descriptors instead of resolution scopes, rename Model -> Module
Ilya Ryzhenkov
2014-07-12
Implement resolution scope chaining for all scopes except imported packages.
Ilya Ryzhenkov
2014-07-12
Resolve all the referenced node, except owners.
Ilya Ryzhenkov
2014-07-12
Implement symbol resolution for function body context, class type parameters,...
Ilya Ryzhenkov
2014-07-11
Create resolution scopes for all entities to resolve names inside doc-comments.
Ilya Ryzhenkov
2014-07-11
Complete package migration and move files into folders.
Ilya Ryzhenkov