summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-20Bump Kotlin version number to 1.4-M3compose-devJim Sproch
2020-07-17Re-enable building of Kotlin.tarJim Sproch
2020-07-16Merge "Cleanup obsolete divergences from R4A history, rebase." into compose-devJim Sproch
2020-07-15Cleanup obsolete divergences from R4A history, rebase.Jim Sproch
2020-07-15Generate publishable kotlin-compiler-embeddable artifactJim Sproch
2020-07-15Coerce commonTest to common in HMPPDmitry Savvinov
2020-07-15Don't perform `Unit`-conversion for functional types with type variablesMikhail Zarechenskiy
2020-07-15Fix rewrite at slice exception for callable references inside `flatMap`Mikhail Zarechenskiy
2020-07-14Force perform FULL analysis to avoid redundant analysis for the current open ...Vladimir Dolzhenko
2020-07-14[KJS] Throw exception on recursive types provided to typeOf and provide prope...Zalim Bashorov
2020-07-14[Test infra] Take into account transitive compatible targets while checking c...Zalim Bashorov
2020-07-14[KJS FE] Allow using typeOf with non-reified type parametersZalim Bashorov
2020-07-14Make common KClass extend common KClassifierIlya Gorbunov
2020-07-14Send use-ir and jvmDefaults compiler arguments from IDEAndrey Uskov
2020-07-14Report jvm-default compiler arguments from GradleAndrey Uskov
2020-07-14Report use-ir flag from GradleAndrey Uskov
2020-07-14Add `kotlin.stdlib.default.dependency=false` to avoid stdlib default depSergey Igushkin
2020-07-14Fix stdlib default dependencies with AndroidSergey Igushkin
2020-07-14KT-38221: Stdlib by default; KT-40225 Single dependency on kotlin-testSergey Igushkin
2020-07-14gradle.kts: update notification messages after proofreadingNatalia Selezneva
2020-07-14[Gradle, JS] Fail build in case when mpp or js targets not configuredIlya Goncharov
2020-07-14Add @JvmDefault for getPossibleSyntheticNestedClassNamesIlya Muradyan
2020-07-14Fixed Add missing module dependency quick fixVladimir Dolzhenko
2020-07-14Allow depending on Native stdlib even if platforms do not match under HMPPDmitry Savvinov
2020-07-14Fixup for the fix of KT-39809Sergey Igushkin
2020-07-14Fix resolving dependency on self in HMPP (KT-39037)Sergey Igushkin
2020-07-14Fix resolving an MPP dependency in custom configurations (KT-32239)Sergey Igushkin
2020-07-13[Gradle, Cocoapods] Fixed bug in `scheme` name for podsYaroslav Chernyshev
2020-07-13JVM IR: Mangle delegated properties with inline class type (KT-40125)Steven Schäfer
2020-07-13JVM_IR: fix property reference generation for inline class primary valDmitry Petrov
2020-07-13JVM_IR: Mangle primary val getter of inline class if requiredDmitry Petrov
2020-07-13JVM IR: Fix inline class constructor ABI (KT-37013, KT-37015)Steven Schäfer
2020-07-13Fix presence of `Deprecated` hidden annotation for reference argumentsMikhail Zarechenskiy
2020-07-13Force expansion to have the same nullability as abbreviationDmitry Savvinov
2020-07-13Add test on signatures with nullable abbreviated typesDmitry Savvinov
2020-07-12Introduce compiler key to disable compatibility resolution mechanismMikhail Zarechenskiy
2020-07-12Fix coercion to `Unit` when variable already have other constraintsMikhail Zarechenskiy
2020-07-12Add compatibility resolve when variable has "bad" intersection typeMikhail Zarechenskiy
2020-07-12NI: Optimize some potential hot placesIlya Chernikov
2020-07-12Update ApiTest.testIrStdlib for JS, an addition to 9be8c5b5Mikhail Zarechenskiy
2020-07-11(CoroutineDebugger) Restored frame variables isn't shown for 2020.1.Vladimir Ilmov
2020-07-10Postpone introducing common StringBuilder.capacity() functionIlya Gorbunov
2020-07-10Add EXACTLY_ONCE contract to suspendCoroutine* functionsIlya Gorbunov
2020-07-10Add EXACTLY_ONCE contract to functions that call their lambda parameter onceIlya Gorbunov
2020-07-10Fix typo in kotlinx.dom docsIlya Gorbunov
2020-07-10*.gradle.kts: get java home from build environment instead of execution settingsNatalia Selezneva
2020-07-10[Commonizer] Lookup descriptors that doesn't participate in commonizationDmitriy Dolovov
2020-07-10[Commonizer] Use ClassId instead of FqName for addressing classes and TAsDmitriy Dolovov
2020-07-10Add skipped ignore directive in test for b08c7eff3841ed33703adb328315a21a5085...Victor Petukhov
2020-07-10NI: introduce simple calls storage (which aren't gone through type inference)...Victor Petukhov