summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-04Add 1.2.51 issues to changelogincoming_jetbrains_masterIlya Chernikov
2018-07-02182: IDEA sdk set to `182.3458.5`v1.2.51Nicolay Mitropolsky
2018-06-29Allow plugin installation on Android Studio 3.2 Beta 2Vyacheslav Gerasimov
2018-06-26Allow plugin installation on Android Studio 3.2 Beta 1Vyacheslav Gerasimov
2018-06-25Allow installing plugin only on compatible Android Studio 3.2 versionsYan Zhulanow
2018-06-25Android Extensions: make synthetic import resolution more resilientRaluca Sauciuc
2018-06-25Recognize Instant Apps pluginRaluca Sauciuc
2018-06-25Kapt: Fix 'kapt.use.worker.api' option (#KT-24919)Yan Zhulanow
2018-06-25Fix inter-project IC for android->non-android dependencyAlexey Tsvetkov
2018-06-25Avoid iterating jar inputs in inspectClassesForKotlinIC taskAlexey Tsvetkov
2018-06-25Don't create build directory for task in getterAlexey Tsvetkov
2018-06-25Fix Android ap option providers as Kapt task nested inputsSergey Igushkin
2018-06-25Update bootstrap to 1.2.51-eap-115Alexander Udalov
2018-06-22Filter out non-existent java source roots in kapt tasksAlexey Tsvetkov
2018-06-22Remove state from parts of multifile classesIlya Gorbunov
2018-06-21Fix MalformedParameterizedTypeException on classes from kotlin-reflectAlexander Udalov
2018-06-21Revert "Map Kotlin TYPE target to Java TYPE_USE in bytecode"Alexander Udalov
2018-06-21Fix serialization of type parameters inner generic classAlexander Udalov
2018-06-20as31: Set until-build to 173.* instead of last AS 3.1 version (173.4301.25)Vyacheslav Gerasimov
2018-06-20Add test with other annotation, tests fix of #KT-24926Ilya Chernikov
2018-06-20Only collect annotations with a name starting with `KotlinScript`Rodrigo B. de Oliveira
2018-06-19Minor: reword progress messageAlexey Tsvetkov
2018-06-19Use field access instead of setter in clone method of KtCodeFragmentNatalia Selezneva
2018-06-13Add missing plugin to the gradle publishing configIlya Chernikov
2018-06-13Update changelogv1.2.50Ilya Chernikov
2018-06-09182: Fix `toNullability` clash in j2kVyacheslav Gerasimov
2018-06-08182: Suppress compiler proguard warnings from intellij-core dependenciesVyacheslav Gerasimov
2018-06-08182: Set since build to 182.3040Vyacheslav Gerasimov
2018-06-08182: Fix compatibility with the Android plugin from AS 3.1Yan Zhulanow
2018-06-08182: Switch 182 to SNAPSHOT builds (until next EAP)Vyacheslav Gerasimov
2018-06-08Configuration: Update settings.gradle without loading its PSIAlexey Sedunov
2018-06-08Add missing tests dependencies on the renewed kotlin-scripting-idea pluginIlya Chernikov
2018-06-08Clean scripting plugin options and classpath on importing from gradleIlya Chernikov
2018-06-08Switch off "sealed sub-class to object inspection" by defaultMikhail Glukhikh
2018-06-08Generate synthetic method for @JvmDefault properties in DefaultImplsMikhael Bogdanov
2018-06-07Revert access modifier change in android historyIvan Gavrilovic
2018-06-07Return an error when build history for dir does not existIvan Gavrilovic
2018-06-07Support fetching build history files from directories for AndroidIvan Gavrilovic
2018-06-07Fix AE in scratch for long linesNatalia Selezneva
2018-06-06Update bootstrap to 1.2.50-eap-85Ilya Chernikov
2018-06-06Regenerate tests after revertsStanislav Erokhin
2018-06-06Revert "KT-12330 Improve bytecode for data class equals/hashCode methods"Stanislav Erokhin
2018-06-06Revert "Fix NPE in data class 'equals' codegen"Stanislav Erokhin
2018-06-06Revert "Fix data class equals codegen for type parameters with interface bounds"Stanislav Erokhin
2018-06-06Misc: Eliminate instances of IdeModifiableModelsProviderImpl or dispose them ...Alexey Sedunov
2018-06-06Restore default parameter values in JS collection constructorsIlya Gorbunov
2018-06-06Temporarily restore removed internal and experimental classes to overcome KT-...Ilya Gorbunov
2018-06-06If to when: do not add label to outer loop if not necessaryMikhail Glukhikh
2018-06-05Set bootstrap to 1.2.50-eap-62Ilya Chernikov
2018-06-05Hack enabling of SAM conversion for Kotlin functions in IDEDmitry Savvinov