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
2015-02-13
delete some dead code
Dmitry Jemerov
2015-02-06
use getResolutionScope() from plugin; use simpler way to resolve descriptor i...
Dmitry Jemerov
2015-01-12
Update to the latest Kotlin compiler API
Alexander Udalov
2014-10-13
Remove BindingContext and migrate to ResolveSession, discover symbols for {co...
Ilya Ryzhenkov
2014-10-13
Migrate to lazy resolve session
Ilya Ryzhenkov
2014-10-03
Work on cross-references.
Ilya Ryzhenkov
2014-09-19
Synchronize to Kotlin compiler API.
Ilya Ryzhenkov
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