aboutsummaryrefslogtreecommitdiff
path: root/src/Analysis/AnalysisEnvironment.kt
AgeCommit message (Collapse)Author
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