Vasily Levchenko 733860a734 [kotlin compiler][update] 1.4.0-dev-7753
* 11390d9de3 - (tag: build-1.4.0-dev-7753) Add test for obsolete issue (vor 11 Stunden) <Mikhail Zarechenskiy>
* 27384d29d4 - (tag: build-1.4.0-dev-7752) Move inspection checks in EDT thread (vor 12 Stunden) <Andrey Uskov>
* d2a10cbb2d - Merge changes in ExternalSystemTestCase into KotlinGradleTests (vor 12 Stunden) <Andrey Uskov>
* 45481b214a - (tag: build-1.4.0-dev-7751) Use kotlin.Throws in NativeThrowsChecker (vor 13 Stunden) <Denis Zharkov>
* d0f4631192 - Resolve ambiguity between kotlin.Throws and kotlin.native.Throws (vor 13 Stunden) <Denis Zharkov>
* d3f541a715 - Overcome ambiguity between kotlin.Throws and kotlin.jvm.Throws (vor 13 Stunden) <Denis Zharkov>
* 534ff58d9c - Minor. Introduce constant JVM_THROWS_ANNOTATION_FQ_NAME (vor 13 Stunden) <Denis Zharkov>
* 1565fc0211 - (tag: build-1.4.0-dev-7731) Call expression changes in property initializer are OCB (vor 2 Tagen) <Vladimir Dolzhenko>
* 1cc58518c0 - Compatify KotlinCodeBlockModificationListener p.2 (vor 2 Tagen) <Vladimir Dolzhenko>
* 5a36da90b6 - Compatify KotlinCodeBlockModificationListener p.1 (vor 2 Tagen) <Vladimir Dolzhenko>
* 38622d8d92 - (tag: build-1.4.0-dev-7710) (CoroutineDebugger) SkipCoroutineStackFrameProxy logic added (vor 3 Tagen) <Vladimir Ilmov>
* 887165a23b - (tag: build-1.4.0-dev-7708) JVM_IR: avoid copying when optimizing ?:/?. (vor 3 Tagen) <pyos>
* 2307692064 - (tag: build-1.4.0-dev-7701) Remove String.format with non-null locale (vor 3 Tagen) <Abduqodiri Qurbonzoda>
* f356ff36b4 - (tag: build-1.4.0-dev-7700) Update group id for refactoring fus collector in 201 bunch (vor 3 Tagen) <Anton Yalyshev>
* 1e69e89f41 - (tag: build-1.4.0-dev-7698) update `misc.xml` (vor 3 Tagen) <Dmitry Gridin>
* 96238cbe1f - (tag: build-1.4.0-dev-7695) [FIR] Support diagnostic QUALIFIED_SUPERTYPE_EXTENDED_BY_OTHER_SUPERTYPE (vor 3 Tagen) <Nick>
* 7a928dfed2 - (tag: build-1.4.0-dev-7694) [Gradle, JS] Build gradle node module with only package.json content (vor 3 Tagen) <Ilya Goncharov>
* c64a80d132 - [Gradle, JS] Move suppress gson null issue for particular fields (vor 3 Tagen) <Ilya Goncharov>
* c91089be59 - (tag: build-1.4.0-dev-7688) AddJvmNameAnnotationFix: fix case with top-level functions (vor 3 Tagen) <Dmitry Gridin>
* f494b4ce11 - Add 'Add JvmName annotation' quick fix for CONFLICTING_JVM_DECLARATIONS (vor 3 Tagen) <Toshiaki Kameyama>
* 9bc51be287 - (tag: build-1.4.0-dev-7679) i18n, MoveKotlinTopLevelDeclarationsDialog: replace `RefactoringBundle` with `KotlinBundle` (vor 3 Tagen) <Dmitry Gridin>
* b07f89864e - (tag: build-1.4.0-dev-7677) Allow dependencies to see internals from main module as well (vor 3 Tagen) <Dmitry Savvinov>
* af09cb0e57 - fix testLanguageSettingsApplied (vor 3 Tagen) <Sergey Igushkin>
* 60c49d26e3 - Add Gradle integration tests running the IDE HMPP highlighting tests (vor 3 Tagen) <Sergey Igushkin>
* 4b0da0688a - Fix expect discrimination with actual typealias in deserialization (vor 3 Tagen) <Sergey Igushkin>
* d4a0844a77 - Support additional module descriptor dependencies in klib descriptors (vor 3 Tagen) <Sergey Igushkin>
* a9dd194383 - Fix wrong assumption in getHostSpecificSourceSets (KMM-225) (vor 3 Tagen) <Sergey Igushkin>
* 67f4b7e2b0 - Add a dependency from all klib-originated modules to the main module (vor 3 Tagen) <Sergey Igushkin>
* 8979b98fc0 - (tag: build-1.4.0-dev-7674) Dropping components cleanup (vor 3 Tagen) <Vladimir Dolzhenko>
* d2a26e9049 - Fix memory leakage via Library in KotlinMavenImporter (vor 3 Tagen) <Vladimir Dolzhenko>
* 4908d7a78c - Convert KotlinImporterComponent into a module service (vor 3 Tagen) <Vladimir Dolzhenko>
* c2c8d81b49 - Convert MavenImportListener into an application service (vor 3 Tagen) <Vladimir Dolzhenko>
* 6e5b288500 - Compatify maven.xml p.1 (vor 3 Tagen) <Vladimir Dolzhenko>
* 951215e606 - Convert ScratchFileModuleInfoProvider into a startup activity (vor 3 Tagen) <Vladimir Dolzhenko>
* 346cc40f44 - Convert KotlinCompilerManager into a startup activity (vor 3 Tagen) <Vladimir Dolzhenko>
* 4f99ac406a - Kotlinify KotlinCompilerManager p.2 (vor 3 Tagen) <Vladimir Dolzhenko>
* bbd4116b67 - Kotlinify KotlinCompilerManager p.1 (vor 3 Tagen) <Vladimir Dolzhenko>
* d3585f1d24 - Convert JvmPluginStartupComponent into a startup activity (vor 3 Tagen) <Vladimir Dolzhenko>
* fa2fb667e6 - Kotlinify JvmPluginStartupComponent p.2 (vor 3 Tagen) <Vladimir Dolzhenko>
* fe3cf88e45 - Kotlinify JvmPluginStartupComponent p.1 (vor 3 Tagen) <Vladimir Dolzhenko>
* d6b4836ae0 - Convert KlibLoadingMetadataCache into an application service (vor 3 Tagen) <Vladimir Dolzhenko>
* 4535584f16 - Convert KotlinUpdatePluginComponent into a startup activity (vor 3 Tagen) <Vladimir Dolzhenko>
* 60dc2f9674 - (tag: build-1.4.0-dev-7672) i18n, MoveKotlinNestedClassesToUpperLevelDialog: add missing bundles for 201 (vor 3 Tagen) <Dmitry Gridin>
* 6524e2b764 - i18n, debugger: add missing bundles for 201 (vor 3 Tagen) <Dmitry Gridin>
* 403cdedf2e - (tag: build-1.4.0-dev-7659) Remove unnecessary dependencies of 'fir2ir:jvm-backend' (vor 4 Tagen) <Alexander Udalov>
* 2815bb88c2 - Remove unnecessary dependency of 'fir2ir' on 'ir.backend.common' (vor 4 Tagen) <Alexander Udalov>
* 0c3c8b64ce - (tag: build-1.4.0-dev-7652) Optimization for faster search of references to top-level members (vor 4 Tagen) <Valentin Kipyatkov>
* ec057a6c00 - Minor change after review (vor 4 Tagen) <Valentin Kipyatkov>
* 56b20b0f31 - Data Flow from Here: do not include named argument references (vor 4 Tagen) <Valentin Kipyatkov>
* 7c81d93db0 - Data Flow to Here: process data-class copy-method calls (vor 4 Tagen) <Valentin Kipyatkov>
* 7f8b3b6a79 - (tag: build-1.4.0-dev-7649) Minor: rename function (vor 4 Tagen) <Natalia Selezneva>
* 574f57e604 - Minor: extract class to separate file (vor 4 Tagen) <Natalia Selezneva>
* 25dc8b7766 - Minor: rename files (vor 4 Tagen) <Natalia Selezneva>
* 294df3a7e9 - 201: Implement floating notification update (vor 4 Tagen) <Natalia Selezneva>
* 2fba813a53 - Rework the notification for scripts out of project (vor 4 Tagen) <Natalia Selezneva>
* 85141b753b - Show notification that gradle project is needed to be imported to get code insight for kotlin scripts (vor 4 Tagen) <Natalia Selezneva>
* 69d86a2972 - Fix getting default sdk for scripts after refactoring (vor 4 Tagen) <Natalia Selezneva>
* 73760effee - Refactor GradleScriptingSupport to support multiple gradle projects linked to one idea project (vor 4 Tagen) <Sergey Rostov>
* 34df3066b3 - Fix messages for script configuration loading (vor 4 Tagen) <Natalia Selezneva>
* f3687dcd00 - Extract utils methods for getting gradle project settings (vor 4 Tagen) <Natalia Selezneva>
* f5f69ccc1b - Fix getting gradle version for new project (vor 4 Tagen) <Natalia Selezneva>
* 3904e0f97c - Fix indexing for force load configuration action (vor 4 Tagen) <Natalia Selezneva>
* c52e5d180a - Fix compilation for AS35 (vor 4 Tagen) <Natalia Selezneva>
* b472e915e6 - Minor: rename files (vor 4 Tagen) <Natalia Selezneva>
* 217696fad5 - Minor: rename class (vor 4 Tagen) <Natalia Selezneva>
* 3008010d73 - Minor: extract class (vor 4 Tagen) <Natalia Selezneva>
* 59bdf67aa2 - Refactoring: extract separate manager to update script configurations of gradle scripts (vor 4 Tagen) <Natalia Selezneva>
* c6609e9a97 - Temporary remove flacky assert from GradleKtsImportTest (vor 4 Tagen) <Natalia Selezneva>
* da76fff83c - Remove unused parts (vor 4 Tagen) <Natalia Selezneva>
* 7ecaf35647 - Fix javaHome storing KotlinDslScriptModels (vor 4 Tagen) <Natalia Selezneva>
* a35523b6d0 - Implement global notification for configurations update of gradle scripts (vor 4 Tagen) <Natalia Selezneva>
* e300b30de1 - Do not use hard coded string literals in UI (vor 4 Tagen) <Natalia Selezneva>
* 1b7f72020e - GradleScriptListener should be applicable for all gradle scripts (vor 4 Tagen) <Natalia Selezneva>
* 426c0c9ff0 - 201: Run partial import in IDEA 2020.1 to get script configurations (vor 4 Tagen) <Natalia Selezneva>
* 10aeead925 - Run gradle import instead of usage of scripting API during configurations update (vor 4 Tagen) <Natalia Selezneva>
* 97e5ff858d - Add ability to postpone script configuration loading (vor 4 Tagen) <Natalia Selezneva>
* 7f5715f5da - 201: KotlinDslScriptsModel: use ProjectModelContributor to process models (vor 4 Tagen) <Natalia Selezneva>
* 9e4c1ee4e8 - (tag: build-1.4.0-dev-7642) [Gradle, JS] Add explanation comment on compiler type in KotlinJsCompilerTypeHolder (vor 4 Tagen) <Ilya Goncharov>
* 565874b3a0 - (tag: build-1.4.0-dev-7641) Pass along type in IfNullExpressionFusionLowering (vor 4 Tagen) <Georgy Bronnikov>
* f95ff049c6 - (tag: build-1.4.0-dev-7640) [Gradle, JS] Test check several ways to configure compiler type (vor 4 Tagen) <Ilya Goncharov>
* 9a3bf54d9d - [Gradle, JS] Add compiler type values on extension type (vor 4 Tagen) <Ilya Goncharov>
* 025d1ca64d - (tag: build-1.4.0-dev-7637) psi2ir: rework representation of bound adapted function references (vor 4 Tagen) <Alexander Udalov>
* 22bf23025a - Minor, workaround IDE exception KT-38521 (vor 4 Tagen) <Alexander Udalov>
* 73a6dc6d1e - (tag: build-1.4.0-dev-7631) Fix dependency for idea-fir module on 191 IDEA. (vor 4 Tagen) <Konstantin Tskhovrebov>
* f87f32c5a8 - (tag: build-1.4.0-dev-7630) [Gradle, JS] root package json must run after simple package jsons (vor 4 Tagen) <Ilya Goncharov>
* 39e1635c41 - [FIR2IR] Pre-cache original function type parameters for fake overrides (vor 4 Tagen) <Jinseong Jeon>
* bc96e42585 - (tag: build-1.4.0-dev-7625) Produce deterministic klib files. (vor 4 Tagen) <Martin Petrov>
* 923986d6a0 - (tag: build-1.4.0-dev-7624) [Gradle, JS] Replace close on prepare (vor 4 Tagen) <Ilya Goncharov>
* 7fa0faf48c - [Gradle, JS] Fix registering yarn extension before node plugin (vor 4 Tagen) <Ilya Goncharov>
* bded8443f1 - [Gradle, JS] Root package json must run after all package json (vor 4 Tagen) <Ilya Goncharov>
* b0efd1d7ce - [Gradle, JS] Commonize root package json to prepared files for extensibility via other npm package managers (vor 4 Tagen) <Ilya Goncharov>
* 2f8649a337 - [Gradle, JS] up-to-date check on npm install, not on root package.json (vor 4 Tagen) <Ilya Goncharov>
* 742e27d7f5 - [Gradle, JS] Rearrange (vor 4 Tagen) <Ilya Goncharov>
* e412224572 - [Gradle, JS] Resolve -> install (vor 4 Tagen) <Ilya Goncharov>
* 0af6454e44 - [Gradle, JS] Add new state for npm resolution (vor 4 Tagen) <Ilya Goncharov>
* 9174e184d3 - [Gradle, JS] Rename Installed on prepared (vor 4 Tagen) <Ilya Goncharov>
* 578a33767b - [Gradle, JS] Npm resolution plugins work in resolve phase too (vor 4 Tagen) <Ilya Goncharov>
* 910f60b731 - [Gradle, JS] Not run task if root package.json doesn't exist (vor 4 Tagen) <Ilya Goncharov>
* 86573c6dd1 - [Gradle, JS] Divide creating root package and install tasks (vor 4 Tagen) <Ilya Goncharov>
* 3ad597ca5c - (tag: build-1.4.0-dev-7622) Introduce MSE and EME APIs to Kotlin/JS stdlib (vor 4 Tagen) <Alexey Trilis>
* 456469eb3b - (tag: build-1.4.0-dev-7617) JVM: fix remapping of `new T` inside regenerated copies of `T` (vor 4 Tagen) <pyos>
* 3f8ffb5ea7 - (tag: build-1.4.0-dev-7613) KT-24750 Blank line after class header formatter should use user setting (vor 4 Tagen) <Sinan Kozak>
* e6f527f1d0 - (tag: build-1.4.0-dev-7610) Update tests: disable tests run gutters for Object. (vor 4 Tagen) <Konstantin Tskhovrebov>
* 57b4a54766 - (tag: build-1.4.0-dev-7607) [FIR] Calculate effective visibility inside anonymous object properly (vor 4 Tagen) <Mikhail Glukhikh>
* bb73681b62 - [FIR] Avoid integer literal types in lambda analysis (vor 4 Tagen) <Mikhail Glukhikh>
* 2805108061 - (tag: build-1.4.0-dev-7606) [FIR2IR] Slightly refactor ConversionUtils (vor 4 Tagen) <Mikhail Glukhikh>
* 09f9e767ed - [FIR2IR] Slightly refactor DataClassMembersGenerator (vor 4 Tagen) <Mikhail Glukhikh>
* 07add635eb - FIR2IR: generate synthetic members for data class only if needed (vor 4 Tagen) <Jinseong Jeon>
* acced52384 - (tag: build-1.4.0-dev-7599) (CoroutineDebugger) Tests added for no creation stack frame information (vor 4 Tagen) <Vladimir Ilmov>
* 57214aa453 - (CoroutineDebugger) Exception if no creationStackTrace available (vor 4 Tagen) <Vladimir Ilmov>
* 8616864e6b - Revert "Drop unnecessary dependency from embeddable compiler to daemon" (vor 4 Tagen) <Ilya Chernikov>
* b74652aa5b - [FIR] Use ieee754equals for floating-point equality operations (vor 4 Tagen) <Mark Punzalan>
* d66281d11f - (tag: build-1.4.0-dev-7588) FIR: Fix test data for spec test after c4b7ac994b (vor 4 Tagen) <Denis Zharkov>
* 1a90866ce1 - (tag: build-1.4.0-dev-7582) FIR: handle member scope for anonymous objects (vor 4 Tagen) <Ilya Kirillov>
* fdfb544730 - FIR: use Kotlin String constructors instead of java.lang ones (vor 4 Tagen) <Ilya Kirillov>
* 9b943e3a5a - FIR: fix Long primitive type JVM signature (vor 4 Tagen) <Ilya Kirillov>
* f9ebce331c - (tag: build-1.4.0-dev-7575) remove execOperation for compiler workers (vor 4 Tagen) <nataliya.valtman>
* 5af76a07d4 - (tag: build-1.4.0-dev-7568) Fix CharArray sort in JS IR-backend (vor 5 Tagen) <Abduqodiri Qurbonzoda>
* 284d413603 - (tag: build-1.4.0-dev-7566) Fix daemon test task name (vor 5 Tagen) <Ilya Chernikov>
* b439dd62c5 - (tag: build-1.4.0-dev-7562) Allow to force snapshot build (vor 5 Tagen) <Nikolay Krasko>
* 9b0e37f627 - (tag: build-1.4.0-dev-7553) (CoroutineDebugger) Minor issued fixed, log level adjusted for missing classes in JVM. (vor 5 Tagen) <Vladimir Ilmov>
* eec3263518 - (tag: build-1.4.0-dev-7547, minamoto/kotlin/kotlin-native-build) [psi2ir] Properly link corresponding property symbols. (vor 5 Tagen) <Mads Ager>
* 8bc360fa0c - Properly link properties and their getter/setters. (vor 5 Tagen) <Mads Ager>
* ac11bc6710 - (tag: build-1.4.0-dev-7542) [Gradle, JS] Remove copypaste in js compiler argument (vor 5 Tagen) <Ilya Goncharov>
* 8e282e8aad - [Gradle, JS] Change byArgument on byArgumentOrNull (vor 5 Tagen) <Ilya Goncharov>
* 47c27726b9 - [Gradle, JS] Fix test (vor 5 Tagen) <Ilya Goncharov>
* c7f7f2bcbb - [Gradle, JS] Add string sompiler setting in js plugin (vor 5 Tagen) <Ilya Goncharov>
* dfb8fea2c7 - (tag: build-1.4.0-dev-7540) Fix project structure after moving daemon tests to separate project (vor 5 Tagen) <Ilya Chernikov>
* 0b227c1d66 - (tag: build-1.4.0-dev-7539) Explicitly disable suspend-conversion while work in BE isn't ready (vor 5 Tagen) <Mikhail Zarechenskiy>
* cb975bde7c - Add test for questionable chained fun -> suspend conversion (vor 5 Tagen) <Mikhail Zarechenskiy>
* ac642cf175 - Support suspend conversion in callable reference adaptation (vor 5 Tagen) <Mikhail Zarechenskiy>
* 537a59d6ca - Introduce basic suspend conversion in FE (vor 5 Tagen) <Mikhail Zarechenskiy>
* 9e04ebdace - Minor: fix typo (vor 5 Tagen) <Mikhail Zarechenskiy>
* de25d13f1a - (tag: build-1.4.0-dev-7531) JS: fix JsName renamer (KT-36484 fixed) (vor 5 Tagen) <Anton Bannykh>
* 7d917634d0 - (tag: build-1.4.0-dev-7526) Remove object name and type in project view (vor 5 Tagen) <Igor Yakovlev>
* 72303fd2ad - Fixed possible NPE in LightClasses (vor 5 Tagen) <Igor Yakovlev>
* 8a7aac728d - Fix invalid signature for UL method (vor 5 Tagen) <Igor Yakovlev>
* ed3ae785fb - Fix invalid signature for generic UL method (vor 5 Tagen) <Igor Yakovlev>
* 6f40ad7de2 - (tag: build-1.4.0-dev-7521) Add test for not evaluated snippet (vor 5 Tagen) <Ilya Muradyan>
* ea1a6fbee7 - Add history consistency check (vor 5 Tagen) <Ilya Muradyan>
* e5ca572b91 - Forward diagnostics to the evaluation result (vor 5 Tagen) <Ilya Muradyan>
* 962a767e54 - (tag: build-1.4.0-dev-7516) Set jvm target for scratch files (vor 5 Tagen) <Natalia Selezneva>
* b5be2abb1a - Set jvm target for REPL from the context module (vor 5 Tagen) <Ilya Chernikov>
* 87159b5428 - (tag: build-1.4.0-dev-7512, origin/rr/gradle/matveev/proivde-fq-name-for-klibs) [Gradle] Use : as a separator for group and name in klib unique names (vor 5 Tagen) <Ilya Matveev>
* 0d9364c1dd - [Gradle, native] Make tests tolerate to stacktrace format changes (vor 5 Tagen) <Ilya Matveev>
* a3a6c3f0d5 - [Gradle, native] Improve logging in CacheBuilder (vor 5 Tagen) <Ilya Matveev>
* edf2b18f4f - [Gradle, Native/JS] Specify FQ module name for klibs (vor 5 Tagen) <Ilya Matveev>
* e4f4b4eef0 - [JS IR] Support setting custom module name (= unique name) (vor 5 Tagen) <Ilya Matveev>
* d7558112ec - Update K/N: 1.4-M3-dev-15378 (vor 5 Tagen) <Ilya Matveev>
* 3bb32941a0 - (tag: build-1.4.0-dev-7497) IR: bugfix in KotlinNothingValueExceptionLowering (vor 6 Tagen) <Georgy Bronnikov>
* 1fb325d56e - (tag: build-1.4.0-dev-7490) Fix generateTests task (vor 6 Tagen) <Ilya Chernikov>
* ec64869d39 - (tag: build-1.4.0-dev-7486) Extract daemon tests to separate module (vor 6 Tagen) <Ilya Chernikov>
* 86d47b496b - Drop unnecessary dependency from embeddable compiler to daemon (vor 6 Tagen) <Ilya Chernikov>
* c2eaa3d955 - Fix ThreadDeath exception on stopping daemon thread (vor 6 Tagen) <Ilya Chernikov>
* 2bd6714e39 - (tag: build-1.4.0-dev-7485) (CoroutineDebugger) Unneccesary log record removed. (vor 6 Tagen) <Vladimir Ilmov>
* 887d6eb197 - (tag: build-1.4.0-dev-7479) Fix writeIvyXml to be independent from system charset (#3319) (vor 6 Tagen) <Ilya Muradyan>
* 0ed0152ee0 - (tag: build-1.4.0-dev-7477) [Linker] Add option to control scope of DescriptorByIdSignatureFinder (vor 6 Tagen) <Sergey Bogolepov>
* 318d4d17ba - (tag: build-1.4.0-dev-7466) KT-38337 Fix inline class value coercion in delegated members (vor 6 Tagen) <Dmitry Petrov>
* 29f19c78f2 - (tag: build-1.4.0-dev-7464) Add missing fir-common dependency to kotlin plugin jar (vor 6 Tagen) <Ilya Kirillov>
* d83a35d898 - (tag: build-1.4.0-dev-7463) Minor. Update test data to support Corretto JVM 11 (vor 6 Tagen) <Mikhail Bogdanov>
* 38bfcc7ac6 - (tag: build-1.4.0-dev-7459) (CoroutineDebugger) Unstable tests muted (vor 6 Tagen) <Vladimir Ilmov>
* 73f5e48518 - (CoroutineDebugger) Minor fixes, kotlinx.coroutines version fix (vor 6 Tagen) <Vladimir Ilmov>
* 0ce8ca7bcd - (CoroutineDebugger) negative frames removed from coroutine stack (vor 6 Tagen) <Vladimir Ilmov>
* be2185ec01 - (CoroutineDebugger) kotlinx.coroutines.core:1.3.5 support / dynamicProxy(interface) classes (vor 6 Tagen) <Vladimir Ilmov>
* c018cf0ce5 - (CoroutineDebugger) kotlinx.coroutines compatibility version fix (vor 6 Tagen) <Vladimir Ilmov>
* c96d30a8ce - (CoroutineDebugger) Added setting to disable coroutine agent (vor 6 Tagen) <Vladimir Ilmov>
* 68c6e9e2d6 - (CoroutineDebugger) kotlinx-coroutines-core:1.3.5 support (vor 6 Tagen) <Vladimir Ilmov>
* 6f42ed7248 - (CoroutineDebugger) PreflightFrame support in tests via CoroutineAsync (vor 6 Tagen) <Vladimir Ilmov>
* 276cf36d6b - (CoroutineDebugger) Fixed CombinedContext information, default group renamed to empty dispatcher (vor 6 Tagen) <Vladimir Ilmov>
* 677ca2b9ae - (CoroutineDebugger) unused classes removed / code cleanup (vor 6 Tagen) <Vladimir Ilmov>
* 3cd0eb0fca - (CoroutineDebugger) Stack printing logic extracted to the single place (vor 6 Tagen) <Vladimir Ilmov>
* 153056b4fd - (CoroutineDebugger) Added check if agent is not available in target jvm (vor 6 Tagen) <Vladimir Ilmov>
* 38ec388429 - (CoroutineDebugger) Group coroutines by dispatcher (vor 6 Tagen) <Vladimir Ilmov>
* 7aa9b81604 - (tag: build-1.4.0-dev-7456) FIR: Add analysis-tests/ReadMe.md (vor 6 Tagen) <Denis Zharkov>
* 64eeedd21a - FIR: Minor. Add some minor fixes and clarifications to CallableId (vor 6 Tagen) <Denis Zharkov>
* 8aea75d8b9 - FIR: Add spec tests to "Fast FIR" run configuration (vor 6 Tagen) <Denis Zharkov>
* 3bb6aa6f28 - Mark as FIR_IDENTICAL passing spec tests (vor 6 Tagen) <Denis Zharkov>
* 82b2825b7a - FIR: Ignore flaky spec tests (vor 6 Tagen) <Denis Zharkov>
* b375e021e5 - FIR: Ignore failing spec test (vor 6 Tagen) <Denis Zharkov>
* 4c4f220fd0 - FIR: Ignore failing spec tests (vor 6 Tagen) <Denis Zharkov>
* c4d72d6906 - FIR: Ignore failing spec test (vor 6 Tagen) <Denis Zharkov>
* 26f0b044fc - FIR: Ignore failing spec test (vor 6 Tagen) <Denis Zharkov>
* 39d4231894 - FIR: Adjust testData for spec tests: discrepancy in DEBUG_INFO_CALL format (vor 6 Tagen) <Denis Zharkov>
* bddea7d163 - FIR: Adjust testData for spec tests: local scopes in overload resolution (vor 6 Tagen) <Denis Zharkov>
* 706ccb2cf9 - FIR: Adjust testData for spec tests: invoke on nullable receiver (vor 6 Tagen) <Denis Zharkov>
* f0d35a2478 - FIR: Adjust testData for spec tests: operator priority (vor 6 Tagen) <Denis Zharkov>
* 5c7c4b4cb6 - FIR: Adjust testData for spec tests: infix priority (vor 6 Tagen) <Denis Zharkov>
* 54546eb890 - FIR: Adjust testData for spec tests: unsupported DEBUG_INFO_CALL format (vor 6 Tagen) <Denis Zharkov>
* f8791549f3 - FIR: Adjust testData for spec tests: enum "values" priority (vor 6 Tagen) <Denis Zharkov>
* 2ced716268 - FIR: Adjust testData for spec tests: controversial infix calls (vor 6 Tagen) <Denis Zharkov>
* 12ceaf24e2 - FIR: Adjust testData for spec tests: resolution ambiguity (vor 6 Tagen) <Denis Zharkov>
* 76bb45b46f - FIR: Adjust testData for spec tests: other small things (vor 6 Tagen) <Denis Zharkov>
* 7c8e2724e1 - FIR: Adjust testData for spec tests: type-system (vor 6 Tagen) <Denis Zharkov>
* 2f0f552880 - FIR: Adjust testData for spec tests: annotations (vor 6 Tagen) <Denis Zharkov>
* 798fe9b7d1 - FIR: Adjust testData for spec tests: statements (vor 6 Tagen) <Denis Zharkov>
* 0df6354896 - FIR: Adjust testData for spec tests: conditional-expressions (vor 6 Tagen) <Denis Zharkov>
* 00bf1858cc - FIR: Adjust testData for spec tests: declarations (vor 6 Tagen) <Denis Zharkov>
* ee75347bb0 - FIR: Adjust testData for spec tests: expressions (vor 6 Tagen) <Denis Zharkov>
* 06bae1e52f - FIR: Adjust testData for spec tests: when-expression (vor 6 Tagen) <Denis Zharkov>
* 0d34299b7a - FIR: Adjust testData for spec tests: dfa (vor 6 Tagen) <Denis Zharkov>
* 86e1aadd31 - FIR: Adjust testData for spec tests: contracts (vor 6 Tagen) <Denis Zharkov>
* 243f9bb758 - FIR: Adjust testData for spec tests: constant-literals (vor 6 Tagen) <Denis Zharkov>
* 04076ea748 - Add FIR version of spec diagnostic tests (vor 6 Tagen) <Denis Zharkov>
* 3cb2b0cab1 - Ignore irrelevant diagnostics in overload-set related spec tests (vor 6 Tagen) <Denis Zharkov>
* 0aed7375e6 - Ignore irrelevant diagnostics in overload-set related spec tests (vor 6 Tagen) <Denis Zharkov>
* 26cb0ba144 - Prepare spec tests for FIR version (vor 6 Tagen) <Denis Zharkov>
* 13efabc764 - FIR: Add reflection JPS module of test-spec (vor 6 Tagen) <Denis Zharkov>
* 1d891561cf - Fix spec tests metadata (vor 6 Tagen) <Denis Zharkov>
* 9be2fc9b12 - Sort excluded dirs in generated spec tests (vor 6 Tagen) <Denis Zharkov>
* 477e8bbcd4 - FIR: Add test case for qualifier-based call resolution (vor 6 Tagen) <Denis Zharkov>
* 6fdbc38cf1 - FIR: Fix label/receiver for lambda within infix calls (vor 6 Tagen) <Denis Zharkov>
* 65e444a39c - FIR: Properly support local functions in DEBUG_INFO_CALL (vor 6 Tagen) <Denis Zharkov>
* fa3b3e7a9a - FIR: Fix false positive INAPPLICABLE_INFIX_MODIFIER (vor 6 Tagen) <Denis Zharkov>
* 27b860682b - FIR: Support DEBUG_INFO_EXPRESSION_TYPE (vor 6 Tagen) <Denis Zharkov>
* 6cd1ae9c82 - Prepare AbstractFirOldFrontendDiagnosticsTest to RawFirBuilders failures (vor 6 Tagen) <Denis Zharkov>
* 7612f37c85 - FIR: Prohibit calling singletons' constructors (vor 6 Tagen) <Denis Zharkov>
* b62400124a - FIR: Support DEBUG_INFO_CALL calls in tests (vor 6 Tagen) <Denis Zharkov>
* 22dc837e26 - (tag: build-1.4.0-dev-7452) IDE. Allow expect declarations in completion in shared native modules (vor 6 Tagen) <Dmitriy Dolovov>
* d6472aa700 - (tag: build-1.4.0-dev-7446) Reverse range and sortDescending range #KT-36955 (vor 7 Tagen) <Abduqodiri Qurbonzoda>
* 05cb0e8994 - (tag: build-1.4.0-dev-7436) KNVE: support in JVM_IR and JS_IR (vor 7 Tagen) <Dmitry Petrov>
* b06780988d - KNVE: add doc comment and mark as PublishedApi (vor 7 Tagen) <Dmitry Petrov>
* 8d06744a6a - (tag: build-1.4.0-dev-7428) Set local build version to 1.4.255-SNAPSHOT (vor 7 Tagen) <Vyacheslav Gerasimov>
* 4b819aa028 - (tag: build-1.4.0-dev-7427) Remove incorrect comment from old FE diagnostic test (vor 7 Tagen) <Mikhail Glukhikh>
* 790a517fa3 - [FIR TEST] Add bad test data (submitted KT-38400) (vor 7 Tagen) <Mikhail Glukhikh>
* c4b7ac994b - [FIR] Support diagnostic ABSTRACT_SUPER_CALL (vor 7 Tagen) <Nick>
* 8960829c01 - (tag: build-1.4.0-dev-7426) [FIR] Cast error on the element name instead of the whole body (vor 7 Tagen) <rapturemain>
* 4c639a840d - [FIR] Apply bad test data (protected eff. visibility related, KT-38401) (vor 7 Tagen) <Mikhail Glukhikh>
* 6d63de01ac - [FIR] Fix effective visibility calculation & relevant test data (vor 7 Tagen) <rapturemain>
* d811f6f4a6 - [FIR] Support for EXPOSED_PARAMETER_TYPE (vor 7 Tagen) <rapturemain>
* 216eea6a20 - [FIR] Fix EXPOSED_RECEIVER_TYPE (vor 7 Tagen) <rapturemain>
* 2e8f73adba - [FIR] Change errors location from Errors.java to FirErrors.kt (vor 7 Tagen) <rapturemain>
* 4e577caa99 - [FIR] Support for EXPOSED_FUNCTION_RETURN_TYPE (vor 7 Tagen) <rapturemain>
* 0f16c88dd2 - [FIR] Support for FIR_EXPOSED_RECEIVER_TYPE (vor 7 Tagen) <rapturemain>
* 15d4891c92 - [FIR} Test data for EXPOSED_PROPERTY_TYPE (vor 7 Tagen) <rapturemain>
* 02c90c6576 - [FIR] Support for EXPOSED_PROPERTY_TYPE (vor 7 Tagen) <rapturemain>
* cc86767a23 - [FIR] Support for EXPOSED_TYPEALIAS_EXPANDED_TYPE (vor 7 Tagen) <rapturemain>
* 42de83c21a - (tag: build-1.4.0-dev-7419) FIR: fix lambda labeling in light tree builder (vor 7 Tagen) <Mikhail Glukhikh>
* 29114fe7b5 - FIR: leave 'isSuspend' in functional & resolved type references only (vor 7 Tagen) <Mikhail Glukhikh>
* 96d8b0bea3 - FIR: make KFunctionX derived from KFunction (vor 7 Tagen) <Mikhail Glukhikh>
* 4bb6410ce3 - [FIR TEST] Temporary ignore overrideDefaultArgument test (KT-38416) (vor 7 Tagen) <Mikhail Glukhikh>
* fe02c2bab3 - FIR: return Unit from empty lambda (vor 7 Tagen) <Mikhail Glukhikh>
* c5dea02074 - FIR: handle suspend functions in SAM resolution properly (vor 7 Tagen) <Mikhail Glukhikh>
* aada7bfe51 - FIR: handle suspend functions in callable reference resolve properly (vor 7 Tagen) <Mikhail Glukhikh>
* c26adf53dd - FIR: resolve suspend lambda properly (vor 7 Tagen) <Jinseong Jeon>
* 88f81b9b71 - FIR: record 'suspend' function modifier in type references (vor 7 Tagen) <Jinseong Jeon>
* bf97391c51 - (tag: build-1.4.0-dev-7417) Wizard: enable new wizard by default in registry key (vor 7 Tagen) <Ilya Kirillov>
* f13d31c7bd - (tag: build-1.4.0-dev-7409) Cleanup process in LauncherScriptTest (vor 7 Tagen) <Ilmir Usmanov>
* 2d64ded3c7 - (tag: build-1.4.0-dev-7406) i18n: fix text in `AbstractKotlinInlineDialog` (vor 7 Tagen) <Dmitry Gridin>
* d8b4ff9eab - (tag: build-1.4.0-dev-7393) Post KotlinNativeABICompatibilityChecker startup activity conversion clean up (vor 7 Tagen) <Vladimir Dolzhenko>
* 3d4c5b0091 - (tag: build-1.4.0-dev-7392) Fix NPE in LookupCancelService$Reminiscence (vor 7 Tagen) <Vladimir Dolzhenko>
* 061bc9af07 - Avoid using containingKtFile in PerFileAnalysisCache (vor 7 Tagen) <Vladimir Dolzhenko>
* a53a12b68a - Do not search TODOs in non KT and non physical files (vor 7 Tagen) <Vladimir Dolzhenko>
* 67fec903f6 - Read file content under readAction in ToFromOriginalFileMapper (vor 7 Tagen) <Vladimir Dolzhenko>
* 8ea7fc1d47 - Add file content on analysis failure (vor 7 Tagen) <Vladimir Dolzhenko>
* 7bbe1ba8c2 - Improve error reporting on KotlinSliceUsage#copy (vor 7 Tagen) <Vladimir Dolzhenko>
* 3ad7e74ecb - (tag: build-1.4.0-dev-7391) AbstractPerformanceTypingIndentationTest: fix compilation for 191 (vor 7 Tagen) <Dmitry Gridin>
* b91cf13259 - (tag: build-1.4.0-dev-7390) [NI] Fix expicit super receiver check (vor 7 Tagen) <Pavel Kirpichenkov>
* af147017b4 - (tag: build-1.4.0-dev-7383) Fix REPL completion after "final" expressions (vor 7 Tagen) <Ilya Muradyan>
* befa1e114c - (tag: build-1.4.0-dev-7381) Add tests for obsolete issues (vor 7 Tagen) <Mikhail Zarechenskiy>
2020-04-27 17:28:21 +02:00
2019-11-04 15:13:27 +03:00
2019-11-28 12:20:29 +07:00
2017-03-30 09:51:58 +03:00
2020-03-25 12:31:44 +03:00
2020-03-04 14:30:45 +03:00
2019-10-25 16:05:35 +03:00
2019-12-02 09:55:51 +03:00
2019-11-28 12:20:29 +07:00
2019-07-10 15:29:45 +07:00
2018-09-13 11:48:42 +03:00
2020-02-06 11:12:49 +03:00
2019-01-30 19:11:11 +03:00
2019-09-28 09:53:20 +03:00

official project version

Kotlin/Native

Kotlin/Native is an LLVM backend for the Kotlin compiler, runtime implementation, and native code generation facility using the LLVM toolchain.

Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as iOS or embedded targets), or where a developer is willing to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime.

Prerequisites:

  • install JDK for your platform, instead of JRE. The build requires tools.jar, which is not included in JRE;
  • on macOS install Xcode 11 (Xcode 11.4 is required to compile Kotlin/Native from sources)
  • on Fedora 26+ yum install ncurses-compat-libs may be needed
  • on recent Ubuntu apt install libncurses5 is needed

To compile from sources use following steps:

First, download dependencies:

./gradlew dependencies:update

Then, build the compiler and libraries:

./gradlew bundle

To build with experimental targets support compile with -Porg.jetbrains.kotlin.native.experimentalTargets.

The build can take about an hour on a Macbook Pro. To run a shorter build with only the host compiler and libraries, run:

./gradlew dist distPlatformLibs

To include Kotlin compiler in composite build and build against it, use the kotlinProjectPath project property:

./gradlew dist -PkotlinProjectPath=path/to/kotlin/project

It's possible to include in a composite build both Kotlin compiler and Kotlin/Native Shared simultaneously.

After that, you should be able to compile your programs like this:

export PATH=./dist/bin:$PATH
kotlinc hello.kt -o hello

For an optimized compilation, use -opt:

kotlinc hello.kt -o hello -opt

For tests, use:

./gradlew backend.native:tests:run

To generate interoperability stubs, create a library definition file (refer to samples/tetris/.../sdl.def), and run the cinterop tool like this:

cinterop -def lib.def

See the provided samples and INTEROP.md for more details.

The Interop tool generates a library in the .klib library format. See LIBRARIES.md for more details on this file format.

S
Description
The Kotlin Programming Language.
Readme 2.1 GiB
Languages
Kotlin 79.9%
Java 10.4%
Swift 4.3%
C 2.8%
C++ 2.1%
Other 0.3%