summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-04Add changelog for 1.4.10v1.4.10upstream-1.4.0Lilia
2020-09-03Update Kotlin/Native: 1.4.10Stanislav Erokhin
2020-09-03Use correct return type for constructor call when creating EnumDescriptorLeonid Startsev
2020-09-02Register additional repository idNikolay Krasko
2020-09-02Update Kotlin/Native: 1.4.10-rc1-19Sergey Bogolepov
2020-09-02Update Kotlin/Native: 1.4.10-rc1-16Sergey Bogolepov
2020-09-02KT-41313: Only load .jar files when locating annotation processorsIvan Gavrilovic
2020-09-01[NI] Fix resolution status for UnstableSmartCastDiagnosticPavel Kirpichenkov
2020-09-01as42: Additional fixes for AS42 and 202 platformNikolay Krasko
2020-09-01as42: Apply 201 <-> AS41 diffNikolay Krasko
2020-09-01Introduce AS42 bunchNikolay Krasko
2020-09-01Reuse revised variables during lambda analysis against type variablesMikhail Zarechenskiy
2020-09-01Update Kotlin/Native: 1.4.10-rc1-12Sergey Bogolepov
2020-09-01[FIR-TEST] Fix diagnostic test dataPavel Kirpichenkov
2020-09-01[NI] Use new type substitutor for known type parametersPavel Kirpichenkov
2020-08-31Wizard: use compileKotlin for groovy instead of direct KotlinCompile task accessIlya Kirillov
2020-08-31Fix transitive deps on MPP with host-specific source sets (KT-41083)Sergey Igushkin
2020-08-31Export kotlin.test packages with annotations and underlying frameworksIlya Gorbunov
2020-08-31[ULC] Add recursion guard to getLightClassIgor Yakovlev
2020-08-31Fix SOE on library source based lightclass lookupIgor Yakovlev
2020-08-31Pack jvm builtins into kotlin-stdlib shipped with idea pluginIlya Gorbunov
2020-08-31Add a fallback flag -Xno-unified-null-checks for KT-22275Alexander Udalov
2020-08-31(CoroutineDebugger) Disable agent for MPP projectsVladimir Ilmov
2020-08-31(CoroutineDebugger) Top node added to prevent dumpCoroutine() callVladimir Ilmov
2020-08-31(CoroutineDebugger) embed agent into gradle JavaExec taskVladimir Ilmov
2020-08-28Use initial system for completion if common one is effectively emptyMikhail Zarechenskiy
2020-08-28[KLIB] Fix SOE in K/NRoman Artemev
2020-08-28[JS BE] Support passing an array as argument of vararg in named formZalim Bashorov
2020-08-28[JS IR] Don't generate "import" statements for external interfacesZalim Bashorov
2020-08-28[JS IR] Support nativeGetter, nativeSetter and nativeInvokeZalim Bashorov
2020-08-28Regenerate testsMikhail Zarechenskiy
2020-08-28Take into account captured types with variables during fixationMikhail Zarechenskiy
2020-08-28Fix SOE when recursive type argument is used with star projectionMikhail Zarechenskiy
2020-08-28Fold lower constraints like (T!!..T) and (T..T?) into the latter oneMikhail Zarechenskiy
2020-08-28Don't perform unnecessary SAM conversionsMikhail Zarechenskiy
2020-08-28Consider T <: Nothing! as trivial during constraint incorporationMikhail Zarechenskiy
2020-08-28Fix OOM when there are several lambdas with extension function typesMikhail Zarechenskiy
2020-08-28Fix unresolved reference to catch parameter from lambda expressionMikhail Zarechenskiy
2020-08-28Fix delegated property resolve when provideDelegate has this as argumentMikhail Zarechenskiy
2020-08-28Do not force coercion to Unit for nullable lambda return typeMikhail Zarechenskiy
2020-08-28Do not generate non-standard compareTo as primitive comparison in all backendsAlexander Udalov
2020-08-28[NI] Properly detecting suitability of candidate for builder inferenceDmitriy Novozhilov
2020-08-28[NI] Fix `shouldRunCompletion` for builder inference sessionDmitriy Novozhilov
2020-08-28[NI] Don't always complete builder inference lambda in FULL modeDmitriy Novozhilov
2020-08-28Wire KotlinTypeRefiner in areCallableDescriptorsEquivalentDmitry Savvinov
2020-08-28Add test for overload resoultion ambiguity in HMPPDmitry Savvinov
2020-08-27[formatter] fix performance issueDmitry Gridin
2020-08-27[inspections] NamingConversion: add missing space in descriptionDmitry Gridin
2020-08-26Pick up script language level from used stdlib in a gradle's classpathVladimir Dolzhenko
2020-08-26Fix Typo: equals() & hashCode(), toString() are written with the first upperc...Vladimir Dolzhenko