aboutsummaryrefslogtreecommitdiff
path: root/src/Analysis/AnalysisEnvironment.kt
AgeCommit message (Collapse)Author
2015-09-11M13 code cleanupDmitry Jemerov
2015-09-08somehow make Dokka work with new compiler APIDmitry Jemerov
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ↵Dmitry Jemerov
run yet)
2015-06-30fix testsDmitry Jemerov
2015-05-27allow to explicitly specify the type of root for every input pathDmitry Jemerov
2015-05-27update to M12 compiler API; store dependency jars in VCS instead of ↵Dmitry Jemerov
depending on Kotlin plugin via path variable
2015-03-11fix warnings about initializersDmitry Jemerov
2015-02-13tests use the same implementation of DocumentationModule building logic as ↵Dmitry Jemerov
production code
2015-01-12Update to the latest Kotlin compiler APIAlexander Udalov
2014-12-22Document some types in Dokka and fix to make them work.Ilya Ryzhenkov
2014-12-02Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory ↵Ilya Ryzhenkov
method.
2014-10-13Remove BindingContext and migrate to ResolveSession, discover symbols for ↵Ilya Ryzhenkov
{code ...} directive.
2014-10-13Migrate to lazy resolve sessionIlya Ryzhenkov
2014-09-19Synchronize to Kotlin compiler API.Ilya Ryzhenkov
2014-07-16Use alternative way to get exhaust.Ilya Ryzhenkov
2014-07-14Add documentationIlya Ryzhenkov
2014-07-14Beautification and documentation.Ilya Ryzhenkov
2014-07-14Migrate to PackageView processing to unify all package fragments into single ↵Ilya Ryzhenkov
item.
2014-07-12Store descriptors instead of resolution scopes, rename Model -> ModuleIlya Ryzhenkov
2014-07-11Complete package migration and move files into folders.Ilya Ryzhenkov