aboutsummaryrefslogtreecommitdiff
path: root/src/Analysis/AnalysisEnvironment.kt
AgeCommit message (Expand)Author
2015-05-27update to M12 compiler API; store dependency jars in VCS instead of depending...Dmitry Jemerov
2015-03-11fix warnings about initializersDmitry Jemerov
2015-02-13tests use the same implementation of DocumentationModule building logic as pr...Dmitry Jemerov
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 me...Ilya Ryzhenkov
2014-10-13Remove BindingContext and migrate to ResolveSession, discover symbols for {co...Ilya Ryzhenkov
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
2014-07-12Store descriptors instead of resolution scopes, rename Model -> ModuleIlya Ryzhenkov
2014-07-11Complete package migration and move files into folders.Ilya Ryzhenkov