Vasily Levchenko
cc8b07543a
[kotlin compiler][update] 1.4.0-dev-5257
...
* 435a7e7e26 - (tag: build-1.4.0-dev-5257) i18n: fix name for `LiftReturnOutFix` (vor 9 Stunden) <Dmitry Gridin>
* 5411b85cb9 - (tag: build-1.4.0-dev-5255) Minor. Rename isKonanStdlib() into isNativeStdlib() (vor 9 Stunden) <Dmitriy Dolovov>
* e69b2ed47d - Drop redundant dependencies on :native:kotlin-native-utils (vor 9 Stunden) <Dmitriy Dolovov>
* 31a1f8ff4b - Include :native:kotlin-native-utils into kotlin-compiler.jar (vor 9 Stunden) <Dmitriy Dolovov>
* 28cb9d4e13 - Gradle: Remove redundant dependency on 'kotlin-native-utils' artifact (vor 9 Stunden) <Dmitriy Dolovov>
* 5f5f219367 - Keep KonanPlatformKt.isNative for backward compatibility (vor 9 Stunden) <Dmitriy Dolovov>
* 10d5726a02 - (tag: build-1.4.0-dev-5251) Update test data that depends on stdlib method docs (vor 14 Stunden) <Ilya Gorbunov>
* 6eebe21897 - (tag: build-1.4.0-dev-5248) Remove redundant backticks: fix false positive for multiple underscores (vor 16 Stunden) <Toshiaki Kameyama>
* 34cfe7dfdb - (tag: build-1.4.0-dev-5247) "Add missing component" intention: fix it works correctly if entries is empty (vor 16 Stunden) <Toshiaki Kameyama>
* 0a215cafa7 - (tag: build-1.4.0-dev-5244) README Update 'Gradle properties' link (vor 16 Stunden) <Victor Turansky>
* 136a64a0b7 - (tag: build-1.4.0-dev-5243) README Kotlin DSL script for composite build (vor 16 Stunden) <Victor Turansky>
* e5b4b03314 - (tag: build-1.4.0-dev-5228) RedundantLambdaArrowInspection: fix false positive when receiver is qualified expression (vor 20 Stunden) <Toshiaki Kameyama>
* 487e1ddddc - (tag: build-1.4.0-dev-5227) Wizard: do not update path & artifactId value for invalid project name (vor 20 Stunden) <Ilya Kirillov>
* fef3ea573b - Wizard: allow "-" char in artifactId/groupId & fix their error messages (vor 20 Stunden) <Ilya Kirillov>
* 630adb34db - (tag: build-1.4.0-dev-5226) [FIR] Don't provide receiver as value in delegated constructor call (vor 20 Stunden) <Mikhail Glukhikh>
* a377a6fccb - [FIR2IR] Handle references to constructors separately (vor 20 Stunden) <Mikhail Glukhikh>
* 282509b0da - [FIR2IR] Provide object receivers for callable references (vor 20 Stunden) <Mikhail Glukhikh>
* 51de319cc4 - (tag: build-1.4.0-dev-5221) New J2K: fix IOOB exception on inference (vor 21 Stunden) <Ilya Kirillov>
* 98f2604df0 - New J2K: introduce type alias symbol (vor 21 Stunden) <Ilya Kirillov>
* bc52281208 - New J2K: convert Java method reference to Kotlin one on copy-pasting Java code (vor 21 Stunden) <Ilya Kirillov>
* d6d843aaed - New J2K: fix assignment target in ConvertGettersAndSettersToPropertyProcessing (vor 21 Stunden) <Ilya Kirillov>
* b3e728f4fb - New J2K: don't allow open modifier on top-level/private declarations (vor 21 Stunden) <Ilya Kirillov>
* 4d4aa88534 - New J2K: handle spaces in array dimensions declaration (vor 21 Stunden) <Ilya Kirillov>
* 353e884c8f - New J2K: do not merge methods if there are vararg parameters present (vor 21 Stunden) <Ilya Kirillov>
* 4a450ab624 - New J2K: do not use unicode symbol in bundle (vor 21 Stunden) <Ilya Kirillov>
* 78d2aaa021 - New J2K: handle null Java type (vor 21 Stunden) <Ilya Kirillov>
* 113561f5f5 - (tag: build-1.4.0-dev-5213) Execute reloadDefinitionsBy on a pooled thread (vor 23 Stunden) <Vladimir Dolzhenko>
* 9f09e50a28 - ApplicationUtils syntax improvements (vor 23 Stunden) <Vladimir Dolzhenko>
* 23ea2446e0 - (tag: build-1.4.0-dev-5205) IDEA: add a couple "navigate to inline function call site" tests (vor 24 Stunden) <pyos>
* 9d7db101e6 - JVM: refactor SMAP stuff some more (vor 24 Stunden) <pyos>
* e98bdc6f8e - JVM: preserve call site markers when inlining lambdas (vor 24 Stunden) <pyos>
* 9d21800d8f - JVM: fix SMAP range extension logic (vor 24 Stunden) <pyos>
* b4d7dfd02c - (tag: build-1.4.0-dev-5200) Advance minimal Gradle version for .gradle.kts tests to 5.0 (vor 25 Stunden) <Ilya Gorbunov>
* bc5605dcdc - Mute stepping test, KT-37879 (vor 25 Stunden) <Ilya Gorbunov>
* 4a8dbcccee - Advance bootstrap to 1.4.0-dev-5087 (vor 25 Stunden) <Ilya Gorbunov>
* 6b11decf52 - Enable option -Xno-optimized-callable-references in the whole project (vor 25 Stunden) <Ilya Gorbunov>
* 38a719cb22 - (tag: build-1.4.0-dev-5199) [NI] Fix trace manipulations for builder inference and ::-expressions (vor 25 Stunden) <Mikhail Zarechenskiy>
* 6213680604 - (tag: build-1.4.0-dev-5198) Mute GradleKtsImportTest.testError for AS (vor 25 Stunden) <Natalia Selezneva>
* ccf5a2b4ad - (tag: build-1.4.0-dev-5196) [Gradle, JS] KT-36784 Add additional args for npm install (vor 26 Stunden) <Ilya Goncharov>
* 14f0091c84 - [Gradle, JS] KT-36784 Add tests on local npm dependencies in composite (vor 26 Stunden) <Ilya Goncharov>
* 149d7fb33a - [Gradle, JS] KT-36784 Fix requireing of node modules (vor 26 Stunden) <Ilya Goncharov>
* f30875f79b - [Gradle, JS] KT-36784 Move fromSrcPackageJson (vor 26 Stunden) <Ilya Goncharov>
* 253b8587e4 - [Gradle, JS] KT-36784 Composite build test (vor 26 Stunden) <Ilya Goncharov>
* 568ef5dc5f - [Gradle, JS] KT-36784 Fix depends on for package json umbrella (vor 26 Stunden) <Ilya Goncharov>
* e27c334d4a - [Gradle, JS] Fix package.json file (vor 26 Stunden) <Ilya Goncharov>
* fa632a2aea - [Gradle, JS] KT-36784 Input as composite package.json (vor 26 Stunden) <Ilya Goncharov>
* e85501337e - [Gradle, JS] Imported dependencies as file dependencies, not workspaces (vor 26 Stunden) <Ilya Goncharov>
* 98f012b1c8 - [Gradle, JS] KT-36784 Dependencies for workspaces (vor 26 Stunden) <Ilya Goncharov>
* 2cee63f753 - [Gradle, JS] KT-36784 Remove inter workspace dependencies (vor 26 Stunden) <Ilya Goncharov>
* d0f4cdef68 - [Gradle, JS] KT-36784 Fix relative folder (vor 26 Stunden) <Ilya Goncharov>
* 1ef37b6203 - [Gradle, JS] KT-36784 Add composite dependencies to hook (vor 26 Stunden) <Ilya Goncharov>
* d3cb31c584 - [Gradle, JS] KT-36784 Add internalCompositeDependencies as inputs (vor 26 Stunden) <Ilya Goncharov>
* 1c04ac71e9 - [Gradle, JS] Formatting dependency resolution for npm (vor 26 Stunden) <Ilya Goncharov>
* ba6cadfc38 - [Gradle, JS] Use name of included build by root project (vor 26 Stunden) <Ilya Goncharov>
* c5c3f52b81 - [Gradle, JS] Umbrella package json task (vor 26 Stunden) <Ilya Goncharov>
* 63487c3836 - [Gradle, JS] Scan all packages in included build (vor 26 Stunden) <Ilya Goncharov>
* 7ad489883d - [Gradle, JS] Hardcode with composite build (vor 26 Stunden) <Ilya Goncharov>
* ae021e21db - [Gradle, JS] GradleNodeModuleBuilder use files instead of artifacts (vor 26 Stunden) <Ilya Goncharov>
* be4c301808 - [Gradle, JS] Abstractize GradleNodeModulesCache.kt (vor 26 Stunden) <Ilya Goncharov>
* 77139a3a10 - [Gradle, JS] Add internal composite dependencies (vor 26 Stunden) <Ilya Goncharov>
* cdc53f5fec - (tag: build-1.4.0-dev-5188) Minor kotlin-test doc fixes (vor 27 Stunden) <Ilya Gorbunov>
* 96ed87d81b - assertFailsWith: set unexpected exception as a cause of assertion error (vor 27 Stunden) <Ilya Gorbunov>
* 2bb36899da - Introduce 'fail' method to throw AssertionError with cause (vor 27 Stunden) <Ilya Gorbunov>
* d2ff98fcb1 - Pack kotlin-test common tests into stdlib tests zip for native (vor 27 Stunden) <Ilya Gorbunov>
* ff104f4037 - (tag: build-1.4.0-dev-5186) [FIR2IR] Set proper visibility of backing fields (vor 28 Stunden) <Jinseong Jeon>
* 6a1923a477 - (tag: build-1.4.0-dev-5182) "Convert to anonymous object" intention: suggest for kotlin fun interface (vor 28 Stunden) <Toshiaki Kameyama>
* 0abe3a6c39 - (tag: build-1.4.0-dev-5181) [NI] Report not-a-class LHS error for callable reference arguments (vor 29 Stunden) <Pavel Kirpichenkov>
* b7ea590e23 - [IDEA] Add HTML render for ambiguous callable references diagnostic (vor 29 Stunden) <Pavel Kirpichenkov>
* a416fde814 - [NI] Move abstract class instantiation check to call checkers (vor 29 Stunden) <Pavel Kirpichenkov>
* 3f00de5d7b - (tag: build-1.4.0-dev-5180) Uast: fallback to call braces in getting the anchor for call-expressions in complex cases (KT-36273) (vor 29 Stunden) <Nicolay Mitropolsky>
* f98a1de7c3 - Uast: making `convertDeclaration` always convert the `originalElement` (KT-35848) (vor 29 Stunden) <Nicolay Mitropolsky>
* 61ad32f012 - (tag: build-1.4.0-dev-5176) Samples of Map functions "contains" and "isNotEmpty" (vor 2 Tagen) <Miguel Serra>
* 606b4db48a - Improve samples for partition: add destructuring (vor 2 Tagen) <Ilya Gorbunov>
* 7bb7c86fa9 - Add samples for partition (vor 2 Tagen) <n-p-s>
* dd2aa3de28 - Add sample for filterNot and improve sample for filter (vor 2 Tagen) <Ilya Gorbunov>
* f887a29279 - Add sample for filter (vor 2 Tagen) <Brian Plummer>
* 840f222867 - Add sample for filterNotNull (vor 2 Tagen) <adammc331>
* e8ee405cdb - Add sample for text version of chunked (vor 2 Tagen) <Scott Weber>
* 3f9892a49d - (tag: build-1.4.0-dev-5168) Revert "Avoid run DefinitionsCollectorBackgroundTask on AWT in tests" (vor 2 Tagen) <Vladimir Dolzhenko>
* 4ade669b9b - (tag: build-1.4.0-dev-5164) Minor: unmute 2 tests fixed in FIR (vor 2 Tagen) <Dmitry Petrov>
* 0397470b85 - (tag: build-1.4.0-dev-5158) [Spec tests] Update tests with spec version 0.1-313 (vor 2 Tagen) <anastasiia.spaseeva>
* 52cc7aa117 - (tag: build-1.4.0-dev-5155) Avoid run DefinitionsCollectorBackgroundTask on AWT in tests (vor 2 Tagen) <Vladimir Dolzhenko>
* 5f66458cb5 - Fix flaky ConfigureKotlinTest (vor 2 Tagen) <Vladimir Dolzhenko>
* d0e28d7c8d - (tag: build-1.4.0-dev-5154) Ignore Java-sepcific test in Native (vor 2 Tagen) <Pavel Punegov>
* 02b651ef28 - (tag: build-1.4.0-dev-5152) 201: Update to 201.6668.13 (vor 2 Tagen) <Nikolay Krasko>
* 1c3c1546b5 - Fix JSR223 dependency on daemon in tests (vor 2 Tagen) <Nikolay Krasko>
* 46174a8c32 - 201: Apply workaround for IDEA execution in daemon main (vor 2 Tagen) <Nikolay Krasko>
* 148cbe87f4 - 201: Use idea.plugins.compatible.build to avoid problems with build number (vor 2 Tagen) <Nikolay Krasko>
* a8c3e4aa6f - 201: Add additional registry key (vor 2 Tagen) <Nikolay Krasko>
* e618c211b4 - Run test with full path to maven (KT-37654) (vor 2 Tagen) <Nikolay Krasko>
* 5fe28b3179 - (tag: build-1.4.0-dev-5150) IR: explicitly pass isFakeOverride to buildFun and friends (vor 2 Tagen) <Georgy Bronnikov>
* fb6956f842 - IR common: use .isFakeOverride instead of checking origin (vor 2 Tagen) <Georgy Bronnikov>
* 2784e30fd4 - JVM_IR: use .isFakeOverride instead of testing origin (vor 2 Tagen) <Georgy Bronnikov>
* 0480f2d170 - [JS IR] Fix usages of 'IrDeclarationOrigin.FAKE_OVERRIDE' (vor 2 Tagen) <Roman Artemev>
* e4ad6698fb - [IR] Fix fake override checkers (vor 2 Tagen) <Roman Artemev>
* cec64a2ec7 - (tag: build-1.4.0-dev-5148) KT-37861 'this' is uninitialized in constructor default parameters (vor 2 Tagen) <Dmitry Petrov>
* 078cf02c8a - (tag: build-1.4.0-dev-5147) FIR: Provide dispatch receiver for 'field' according to property type (vor 2 Tagen) <Jinseong Jeon>
* a0978a50e8 - [FIR2IR] Correct 'this' conversion when it points to non-closest class (vor 2 Tagen) <Mikhail Glukhikh>
* 4388b30f87 - [FIR] Fix anonymous object handling as 'this' receiver (vor 2 Tagen) <Jinseong Jeon>
* c8206c4666 - (tag: build-1.4.0-dev-5146) [Spec tests] Fix mistakes during parsing compiler tests to extract spec links (vor 2 Tagen) <Victor Petukhov>
* d1fc6ff6ee - (tag: build-1.4.0-dev-5145) [FIR2IR] Don't provide backing field symbols for non-Java property refs (vor 2 Tagen) <Mikhail Glukhikh>
* d4ae992417 - [FIR] Apply type arguments for callable references (vor 2 Tagen) <Mikhail Glukhikh>
* 8fbc6e37e5 - [FIR2IR] Rename: CallGenerator -> CallAndReferenceGenerator (vor 2 Tagen) <Mikhail Glukhikh>
* 810b607a65 - [FIR2IR] Provide receivers also for property callable references (vor 2 Tagen) <Mikhail Glukhikh>
* 697006d782 - [FIR2IR] Re-use receiver application logic in callable ref conversion (vor 2 Tagen) <Mikhail Glukhikh>
* 1b1902f6ee - [FIR2IR] Move callable reference conversion to CallGenerator (vor 2 Tagen) <Mikhail Glukhikh>
* d8539fdde9 - [FIR2IR] Add dispatch & extension receivers to callable references (vor 2 Tagen) <Juan Chen>
* 5414b9dfb3 - (tag: build-1.4.0-dev-5141) Refactor Move refactoring (vor 2 Tagen) <Igor Yakovlev>
* a9de0a219b - Refactor of Move refactoring (vor 2 Tagen) <Igor Yakovlev>
* 8877559c02 - Add FUS support to move refactoring (vor 2 Tagen) <Anton Yalyshev>
* f489eda0e7 - Remove TextOccurrencesUtil.findNonCodeUsages reprecated usages for 201 platform (vor 2 Tagen) <Igor Yakovlev>
* b205b017fe - Fixed references move refactoring for NonCode usages (vor 2 Tagen) <Igor Yakovlev>
* aef8028a9c - Fix changing kotlin class usages in java while move refactoring (vor 2 Tagen) <Igor Yakovlev>
* ff831aded4 - Move refactoring on kts fixes (vor 2 Tagen) <Igor Yakovlev>
* e05df9d838 - Add expect/actual move refactoring support (vor 2 Tagen) <Igor Yakovlev>
* bd851bf2fb - (tag: build-1.4.0-dev-5133) Unmute enum tests for IDEA 201 (vor 2 Tagen) <Igor Yakovlev>
* 43468c6d55 - Filter enum synthetic methods for stub based classes (vor 2 Tagen) <Igor Yakovlev>
* 172a45a637 - (tag: build-1.4.0-dev-5129) Gradle, native: Fix building platform libraries for MIPS (vor 2 Tagen) <Ilya Matveev>
* 872b140500 - (tag: build-1.4.0-dev-5123) Uast: support for annotated expressions (KT-35801) (vor 2 Tagen) <Nicolay Mitropolsky>
* c4bd1ce73c - Uast: considering top reified functions as `static` (KT-37613) (vor 2 Tagen) <Nicolay Mitropolsky>
* 0ca67c1bac - Uast: handling reified methods receivers (KT-37613) (vor 2 Tagen) <Nicolay Mitropolsky>
* d6d19b563d - (tag: build-1.4.0-dev-5116) [Spec tests] Exclude spec consistency test from common `test` task (vor 2 Tagen) <Victor Petukhov>
* 218c13efc5 - [FIR] Remove links to spec sentences during comparison fir and old front-end test data (vor 2 Tagen) <Victor Petukhov>
* a29385e758 - [Spec tests] Small clean-up CheckerTestUtil and around it (vor 2 Tagen) <Victor Petukhov>
* 90d1cdf2e1 - [Spec tests] Add tests for section call-with-trailing-lambda-expressions (vor 2 Tagen) <anastasiia.spaseeva>
* 4736b3b348 - [Spec tests] Add tests for call-with-named-parameters (vor 2 Tagen) <anastasiia.spaseeva>
* bb1ee952ba - [Spec tests] Add tests for call-without-an-explicit-receiver, receivers (vor 2 Tagen) <anastasiia.spaseeva>
* 35de6a3f6e - [Spec tests] Add tests for overload-resolution, building-the-overload-candidate-set-ocs, operator-call: -properties available through the invoke convention are non-eligible for operator calls -smart casts and overload-resolution -candidate sets (vor 2 Tagen) <anastasiia.spaseeva>
* 4301744d2d - [Spec tests] Add test for infix fun + KT-36786 (vor 2 Tagen) <anastasiia.spaseeva>
* c9bb994fb5 - [Spec tests] Add tests to check overload resolution for implicitly imported infix functions (vor 2 Tagen) <anastasiia.spaseeva>
* 9711fda353 - [Spec tests] Add tests for property-like callables prioritization (vor 2 Tagen) <anastasiia.spaseeva>
* 157e33d08b - [Spec tests] Add tests for receivers prioritization (vor 2 Tagen) <anastasiia.spaseeva>
* 3b35374186 - [Spec tests] Add diagnostics tests for building-the-overload-candidate-set-ocs, call-with-an-explicit-receiver (vor 2 Tagen) <anastasiia.spaseeva>
* 81b6e5a373 - [Spec tests] Add box tests for callables-and-invoke-convention to check priority (vor 2 Tagen) <anastasiia.spaseeva>
* f7ff60cb77 - [Spec tests] Add DEBUG_INFO_AS_CALL diagnostic tag for callable references (vor 2 Tagen) <anastasiia.spaseeva>
* 008a0df28f - [Spec tests] DEBUG_INFO_LEAKING_THIS diagnostics type is changed from error to info (vor 2 Tagen) <anastasiia.spaseeva>
* f76faaf1b0 - [Spec tests] Unify platform dependent part of fixed exception (vor 2 Tagen) <Victor Petukhov>
* 5986ffae1e - [Spec tests] Add tests for expressions and statements (vor 2 Tagen) <anastasiia.spaseeva>
* 5f4a94a1b3 - [Spec tests] Enable running spec tests at all for remote run (vor 2 Tagen) <anastasiia.spaseeva>
* 509036b08b - [Spec tests] Update spec tests metadata (vor 2 Tagen) <anastasiia.spaseeva>
* 8b307c0a2a - [Spec tests] KT-35494 test update (vor 2 Tagen) <anastasiia.spaseeva>
* 1caafdc9d4 - [Spec tests] Updating tests for kotlin 1.4.0 (vor 2 Tagen) <anastasiia.spaseeva>
* ab3b63c92a - [Spec tests] Apply changes in parse trees due to trailing comma introducing (vor 2 Tagen) <Victor Petukhov>
* f62901d7d9 - [Spec tests] Actualize spec tests (vor 2 Tagen) <victor.petukhov>
* 2dbce2cc41 - [Spec tests] Link diagnostic tests for when expression with Kotlin specification (vor 2 Tagen) <victor.petukhov>
* c338fdd677 - (tag: build-1.4.0-dev-5114, origin/rr/dimonchik0036/i18n) i18n: cleanup `ChangeVisibilityModifierIntention` (vor 2 Tagen) <Dmitry Gridin>
* 81d35e1e61 - i18n: add dynamic text getters for `SelfTargetingIntention` (vor 2 Tagen) <Dmitry Gridin>
* d9c356b041 - i18n: add `displayedName` to `ModuleTestSourceInfo` (vor 2 Tagen) <Dmitry Gridin>
* a19d42b81b - i18n: update bundle for inspections (vor 2 Tagen) <Dmitry Gridin>
* ebc255c74d - i18n: update bundle in `plugin-common.xml` (vor 2 Tagen) <Dmitry Gridin>
* ee2d9d19c1 - i18n: update bundle in `idea-debugger (vor 2 Tagen) <Dmitry Gridin>
* 318ca1c5e8 - i18n: update bundle in `idea-repl (vor 2 Tagen) <Dmitry Gridin>
* c642ca45de - i18n: update bundle in `idea-maven (vor 2 Tagen) <Dmitry Gridin>
* ab07fa5f6c - i18n: fix `IdeaModuleInfos` (vor 2 Tagen) <Dmitry Gridin>
* a5cc11317e - i18n: fix `KotlinSuppressableWarningProblemGroup` (vor 2 Tagen) <Dmitry Gridin>
* 77a043fe1a - i18n: update bundle in `idea-jvm (vor 2 Tagen) <Dmitry Gridin>
* 0e82c66dac - i18n: update bundle in `idea-gradle-native` (vor 2 Tagen) <Dmitry Gridin>
* 39f7855202 - i18n: update bundle in `idea-gradle` (vor 2 Tagen) <Dmitry Gridin>
* 62760bdac3 - i18n: update bundle in `idea-gradle` (vor 2 Tagen) <Dmitry Gridin>
* 025d8a80e3 - i18n: update bundle in `idea-core` (vor 2 Tagen) <Dmitry Gridin>
* c70809553f - i18n, KotlinSurrounderUtils: convert field to function (vor 2 Tagen) <Dmitry Gridin>
* 986bc3fb8f - i18n: update bundle in `idea-analysis` (vor 2 Tagen) <Dmitry Gridin>
* 871a6caddb - i18n: remove duplication in IdeErrorMessages (vor 2 Tagen) <Dmitry Gridin>
* 54a3d8e3ad - i18n: update bundle for `KotlinSuppressableWarningProblemGroup` (vor 2 Tagen) <Dmitry Gridin>
* 297a443fe4 - i18n: fix name/displayedName for `ModuleInfo` (vor 2 Tagen) <Dmitry Gridin>
* 84f9dcd48a - (tag: build-1.4.0-dev-5112) [Gradle, JS] KT-37207 Add test case with non module directory dependency (vor 2 Tagen) <Ilya Goncharov>
* f1133defa3 - [Gradle, JS] KT-37207 Possibility to add dependency on not module dir (vor 2 Tagen) <Ilya Goncharov>
* f0c900c027 - [Gradle, JS] KT-37207 Add test on file-only dependency (vor 2 Tagen) <Ilya Goncharov>
* c72e4a0091 - [Gradle, JS] KT-37207 Support file-only npm dependency in extension (vor 2 Tagen) <Ilya Goncharov>
* f6ef96a34c - [Gradle, JS] KT-37207 Leave constructor NpmDependency once (vor 2 Tagen) <Ilya Goncharov>
* 459577e646 - [Gradle, JS] KT-37207 Add constructor fot NpmDependency with only file (vor 2 Tagen) <Ilya Goncharov>
* 7fc74ff7bd - [Gradle, JS] KT-37207 Correct path to dependency directory (vor 2 Tagen) <Ilya Goncharov>
* 6b035bcdc2 - [Gradle, JS] KT-37207 Move File prefix to NpmDependency.kt (vor 2 Tagen) <Ilya Goncharov>
* 4d107751d7 - [Gradle, JS] KT-37207 Fix of test (vor 2 Tagen) <Ilya Goncharov>
* 8cefa09528 - [Gradle, JS] KT-37207 Add possibility to add npm dependency to directory (vor 2 Tagen) <Ilya Goncharov>
* ee941a3e77 - [Gradle, JS] KT-37207 Add test (vor 2 Tagen) <Ilya Goncharov>
2020-04-02 09:29:38 +02:00
Ilya Gorbunov
f82d0ba6d6
Advance common stdlib and tests version
...
(cherry picked from commit e07a1267d3a3ad0b8ee3da4e97f4c81189aa0800)
2020-04-02 09:29:38 +02:00
Ilya Gorbunov
464ee8c3bb
assertFailsWith: set unexpected exception as a cause of assertion error
...
#KT-23514
(cherry picked from commit 3c4b86fc79f9dbb6053057fad012544ae330c00f)
2020-04-02 09:29:38 +02:00
Ilya Gorbunov
c80e6be658
Introduce 'fail' method to throw AssertionError with cause
...
#KT-37804
(cherry picked from commit 0449df5f64b1c2f639786d1865979662331f56d6)
2020-04-02 09:29:38 +02:00
Ilya Gorbunov
656ac4b921
Include kotlin-test common tests in native stdlib test run
...
(cherry picked from commit 39c780509d3ee21ffb2b6956f9494d7aac23116e)
2020-04-02 09:29:38 +02:00
Vasily Levchenko
df0a34b04a
[runtime][source info][mac] more precision source info fetching
2020-04-01 18:36:18 +02:00
Pavel Punegov
8456171161
Exclude stdlib tests for wasm32: they heavily use methods like propertyFails that require exceptions support.
2020-04-01 13:03:28 +03:00
Elena Lepilkina
2695d4656a
Disable platform libs generation
2020-04-01 10:20:37 +03:00
Svyatoslav Scherbina
db74434b83
Fix sharing for instances of Kotlin subclasses of Obj-C classes
...
Make Obj-C references to these objects properly shareable,
fix deallocation on other threads.
To achieve that, move Kotlin fields to Kotlin counterpart
and make its lifetime equal to Obj-C counterpart lifetime,
like with KotlinBase.
#KT-37225 Fixed.
2020-03-31 17:46:06 +03:00
Svyatoslav Scherbina
e1c67a799e
Rename ObjCInterop.cpp to .mm
2020-03-31 17:46:06 +03:00
Svyatoslav Scherbina
95b954c174
Enable ARC optimizations for Obj-C code of interop_objc_smoke test
...
to prevent some objects from leaking in Obj-C code due to exceptions
2020-03-31 17:46:06 +03:00
Sergey Bogolepov
17b2120124
[Interop][Linker] Skip declarations from cache dependencies
2020-03-31 17:24:46 +07:00
Sergey Bogolepov
0e9dbf3939
[Interop][Linker] Simplify IrProviderForCEnumAndCStructStubs
2020-03-31 17:24:46 +07:00
LepilkinaElena
6c24e9091d
Refactor new type of benchmarks and support running on JVM in new mode ( #4041 )
2020-03-31 12:16:56 +03:00
Ilya Matveev
c7e4e48447
[Performance] Disable building platform libs by MPP plugin
2020-03-31 15:49:07 +07:00
Igor Chevdar
db221489fa
Turned on a test
2020-03-30 17:37:20 +03:00
Igor Chevdar
3261fda3d2
[IR] Extract some local classes from inline bodies
...
Among other things, this fixes https://github.com/JetBrains/kotlin-native/issues/3956
2020-03-30 17:37:20 +03:00
Vasily Levchenko
cc69f11e0d
[cinterop][wasm][stub-gen] help inference to resolve which plus to use
2020-03-30 16:06:39 +02:00
Dmitriy Dolovov
6189ee5de5
Rename: KonanPlatform, KonanPlatforms -> NativePlatform, NativePlatforms
...
(cherry picked from commit 77193d2711b4ff543b64154eff12d78a9b5c733e)
2020-03-30 16:06:39 +02:00
Alexander Udalov
8f9c34c646
Add new compiler modules to detectJarCollision exclusion
...
(cherry picked from commit de9d43770aa4868e32be9a9c901f66aad319c393)
2020-03-30 16:06:39 +02:00
Vasily Levchenko
dbf3f177f7
[kotlin compiler][update] 1.4.0-dev-5111
...
* ab56ec7481 - (tag: build-1.4.0-dev-5111) [Gradle, JS] Use standard instance filtering (vor 5 Stunden) <Ilya Goncharov>
* bc22489aab - [Gradle, JS] Fix link task options for IR tooling (vor 5 Stunden) <Ilya Goncharov>
* f011d2794a - (tag: build-1.4.0-dev-5109) Fix freeze on configure kotlin for the project (vor 6 Stunden) <Vladimir Dolzhenko>
* 2c69d82916 - (tag: build-1.4.0-dev-5102) Update directory-maven-plugin to the latest version: 0.3.1 (vor 8 Stunden) <Ilya Gorbunov>
* 9bbfe9c1ac - (tag: build-1.4.0-dev-5097, origin/rr/ddol/work2) Rename: KonanPlatform, KonanPlatforms -> NativePlatform, NativePlatforms (vor 20 Stunden) <Dmitriy Dolovov>
* dfbbae3991 - IDE, Common: Don't create KLIB metadata factories for each new KLIB (vor 20 Stunden) <Dmitriy Dolovov>
* 5b9770a4dd - IDE, JS: Don't create KLIB metadata factories for each new KLIB library (vor 20 Stunden) <Dmitriy Dolovov>
* cc6e4e5cfb - IDE, Native: Don't produce CompositePackageFragmentProvider when unnecessary (vor 20 Stunden) <Dmitriy Dolovov>
* 87da4be9bb - (tag: build-1.4.0-dev-5087) Move parametersMap.kt to 'cli-common' (vor 2 Tagen) <Alexander Udalov>
* 92534eadaa - Remove dependency of 'resolution' on 'deserialization' (vor 2 Tagen) <Alexander Udalov>
* b6fdc96994 - Reverse dependency 'psi' <-> 'frontend.common' (vor 2 Tagen) <Alexander Udalov>
* d70271b6aa - Move RequireKotlinNames to 'descriptors' (vor 2 Tagen) <Alexander Udalov>
* 844b0078ba - Minor, remove unneeded dependency of 'js.parser' on 'util' (vor 2 Tagen) <Alexander Udalov>
* 9dd8b1821a - Move CoroutineLanguageVersionSettingsUtil to 'config' (vor 2 Tagen) <Alexander Udalov>
* db9347cb56 - Move JVM-specific analysis flags to 'config.jvm' (vor 2 Tagen) <Alexander Udalov>
* 7bb77e5672 - Move JS binary version utilities to 'js.config' (vor 2 Tagen) <Alexander Udalov>
* fe5104b865 - Move package org.jetbrains.kotlin.incremental.js to 'js.config' (vor 2 Tagen) <Alexander Udalov>
* 4dcd0d1cb6 - Extract module 'config' out of 'frontend' (vor 2 Tagen) <Alexander Udalov>
* 143aef938b - Extract module 'js.config' out of 'js.frontend' (vor 2 Tagen) <Alexander Udalov>
* 15d2a06132 - Extract module 'config.jvm' out of 'frontend.java' (vor 2 Tagen) <Alexander Udalov>
* 90ae416b72 - Minor, move KotlinTypeRefinerImpl out of 'config' package (vor 2 Tagen) <Alexander Udalov>
* 4aa47be202 - Move CommonResolverForModuleFactory to 'frontend' (vor 2 Tagen) <Alexander Udalov>
* 9e014e462b - Do not use CommonPlatforms directly in CommonResolverForModuleFactory (vor 2 Tagen) <Alexander Udalov>
* 8dd04789ad - Remove obsolete InlineStrategy (vor 2 Tagen) <Alexander Udalov>
* 4156a9c80b - Extract javac-wrapper into a separate module (vor 2 Tagen) <Alexander Udalov>
* aad7354a3b - Minor, remove obsolete jvmTarget modifications in compiler modules (vor 2 Tagen) <Alexander Udalov>
* f403a0da82 - (tag: build-1.4.0-dev-5080) README Update IDEA plugin dist path (vor 2 Tagen) <Victor Turansky>
* d808ef10b2 - (tag: build-1.4.0-dev-5075) Added some tests on local classes in inline bodies (vor 2 Tagen) <Igor Chevdar>
* e2a378bed7 - [JS_IR] More subtle local classes copying in inliner (vor 2 Tagen) <Igor Chevdar>
* 90abf1fda0 - [JS_IR] Don't capture the bound receiver of a CR (vor 2 Tagen) <Igor Chevdar>
* 643e581448 - [IR] Supported extraction of local classes from inline bodies (vor 2 Tagen) <Igor Chevdar>
* 7a48c3a945 - [IR] Made currentDeclarationParent nullable (vor 2 Tagen) <Igor Chevdar>
* 09304bbd54 - (tag: build-1.4.0-dev-5074) ConvertToAnonymousObjectFix: do not suggest when there is no lambda (vor 2 Tagen) <Toshiaki Kameyama>
* d3c54f664b - (tag: build-1.4.0-dev-5064) Wizard: fix 191 tests (vor 3 Tagen) <Ilya Kirillov>
* 8447701d74 - (tag: build-1.4.0-dev-5057) Use stable order and constant timestamps in merged sources jar (vor 3 Tagen) <Ilya Gorbunov>
* 042424d599 - (tag: build-1.4.0-dev-5052) KT-27524 Don't box (some) inline classes in suspend fun return (vor 3 Tagen) <Dmitry Petrov>
* d8bc29e6c6 - (tag: build-1.4.0-dev-5051) [FIR] Eliminate obsolete NO_SUPERTYPE diagnostic from builder (vor 3 Tagen) <Mikhail Glukhikh>
* b38d30bab0 - [FIR] Support several super-related diagnostics (vor 3 Tagen) <Nick>
* 5570a5fe74 - (tag: build-1.4.0-dev-5049) [JVM_IR] Use iinc for incrementing Int variables. (vor 3 Tagen) <Mads Ager>
* 58685be4e2 - (tag: build-1.4.0-dev-5047, tag: build-1.4.0-dev-5043) IR: Don't use IrStringConcatenation for ordinary toString calls (vor 3 Tagen) <Steven Schäfer>
* c1b9fdd2f3 - (tag: build-1.4.0-dev-5038) Fix diagnostic test data to be consistent with FIR test data (vor 3 Tagen) <Mikhail Glukhikh>
* c518868c03 - Disable UnusedMainParameterInspection by default (vor 3 Tagen) <Mikhail Glukhikh>
* 7bfd354a77 - Don't report UNUSED_PARAMETER in main from object #KT-37718 Fixed (vor 3 Tagen) <Mikhail Glukhikh>
* cec0f58544 - [FIR] Introduce & use toFirLightSourceElement (vor 3 Tagen) <Mikhail Glukhikh>
* 6a5acc024a - [FIR] Rename PSI version of toFirSourceElement (vor 3 Tagen) <Mikhail Glukhikh>
* b27152f903 - Replace some FIR syntax errors with more proper diagnostics (vor 3 Tagen) <Mikhail Glukhikh>
* 2f63c8a46a - [FIR] Enhance diagnostic DSL to be able to use concrete factories (vor 3 Tagen) <Mikhail Glukhikh>
* a1d81aa15f - (tag: build-1.4.0-dev-5034) [FIR-TEST] Fix diff between FIR and old FE testdata (vor 3 Tagen) <Dmitriy Novozhilov>
* b0d96eb140 - (tag: build-1.4.0-dev-5026) Revert "Workaround for KT-37302" (vor 3 Tagen) <Georgy Bronnikov>
* cd440841a5 - (tag: build-1.4.0-dev-5021) Fix regex in KotlinPluginCompatibilityVerifier to support release and milestones (vor 3 Tagen) <Dmitry Savvinov>
* dfaebf3cdb - Minor: make KotlinPluginVersion public (vor 3 Tagen) <Dmitry Savvinov>
* b7d8e879a6 - (tag: build-1.4.0-dev-5016) [FIR] Support 4 diagnostics for pairs of modifiers (vor 3 Tagen) <FenstonSingel>
* 311a91af79 - (tag: build-1.4.0-dev-5010) Fix: forgot to write services for 191 (vor 3 Tagen) <Yaroslav Chernyshev>
* 674f1d129f - (tag: build-1.4.0-dev-5006) Clean up of plugin-common.xml and convert components to services (vor 3 Tagen) <Vladimir Dolzhenko>
* 87006036be - (tag: build-1.4.0-dev-5005) [IR] Forbid unbound type parameters (vor 3 Tagen) <Roman Artemev>
* 6e01ec8dd3 - [IR] Fix translation of synthetic generic java properties (vor 3 Tagen) <Roman Artemev>
* 4bebfd33b9 - [IR] Fix unbound type parameter symbol for jvm corner cases (vor 3 Tagen) <Roman Artemev>
* 48fb279721 - (tag: build-1.4.0-dev-5001) [FIR] Add constraint to flexible type for declared argument for java parameter (vor 3 Tagen) <Dmitriy Novozhilov>
* 3acb64c536 - [FIR] Add flexible default upper bound for java type parameters (vor 3 Tagen) <Dmitriy Novozhilov>
2020-03-30 16:06:39 +02:00
SvyatoslavScherbina
9163d8d5f3
Fix objcexport test ( #4037 )
...
Apparently compiler was using different copy of NativePlatformAnalyzerServices
until recently, so it didn't include new frontend checkers for `@Throws`
2020-03-30 16:26:31 +03:00
Dmitriy Dolovov
60f0064df4
[kotlin compiler][update] 1.4.0-dev-4995
2020-03-28 20:42:55 +07:00
Nikolay Krasko
d9fa01d3b7
Fix collision error after raw-fir:common -> raw-fir:fir-common rename
2020-03-28 20:42:55 +07:00
Pavel Punegov
712d6d90fb
Add common and light-tree2fir modules to collision detector ignore
2020-03-28 20:42:55 +07:00
Alexander Shabalin
683b5c4891
Store initializing singletons in a separate thread local small map ( #4019 )
...
* Add a test
* Use a specialized storage for shared shadow
* Switch to std::map
* Add another test
* Try using stack
* Remove unneeded addHeapRef
* Fix initializer6 test
* Do not use random in initializers7
2020-03-27 13:32:28 +03:00
Alexander Shabalin
c9882d68ba
Add performance tests on singletons ( #4018 )
2020-03-27 13:29:17 +03:00
Dmitriy Dolovov
88a65e3205
Drop extracted/konan.serializer module
2020-03-27 12:44:09 +07:00
Dmitriy Dolovov
bbc979fce0
Drop extracted/konan.metadata module
2020-03-27 12:44:09 +07:00
Dmitriy Dolovov
3a1e33c27b
Remove declarations already contained in kotlin-compiler.jar
2020-03-27 12:44:09 +07:00
Alexander Shabalin
4d63969294
Do not use random in initializers7
2020-03-26 15:33:50 +03:00
Alexander Shabalin
b419101f1f
Fix initializer6 test
2020-03-26 13:25:18 +03:00
Alexander Shabalin
7295cc0f39
Remove unneeded addHeapRef
2020-03-26 13:10:14 +03:00
Alexander Shabalin
b52658eb38
Try using stack
2020-03-26 13:10:08 +03:00
Ilya Matveev
3334b9b3ad
[Platform libs] Store def files in distribution on per-target basis
2020-03-26 17:00:47 +07:00
Campbell Jones
76b0e42de4
Update libclangext/build.gradle ( #4024 )
...
Fixes issue #4016
2020-03-26 11:57:29 +03:00
SvyatoslavScherbina
070ad452b5
Fix #4002 ( #4009 )
...
Fix ObjCExport initialization order when static initializer triggers
early KotlinBase initialization.
For example, _swift_eager_class_initialization can do this.
2020-03-25 14:31:20 +03:00
Boris Pristupa
32bb61955f
Fix typo in COCOAPODS.md ( #4020 )
2020-03-25 12:31:44 +03:00
Alexander Shabalin
783e0524bc
Switch to std::map
2020-03-24 13:25:40 +03:00
Alexander Shabalin
39d678b629
Use a specialized storage for shared shadow
2020-03-24 13:25:40 +03:00
Alexander Shabalin
d28f122328
Add another test
2020-03-24 13:25:40 +03:00
Alexander Shabalin
a5abaae70f
Add a test
2020-03-24 13:25:40 +03:00
Vladimir Ivanov
935f19e952
[Runtime] Use mimalloc aligned allocation for interop types ( #3973 )
...
Rationale: This is a workaround for some 32-bit platforms where `calloc` does not align for vector type properly. More general, the patch implements conservative approach taking into account that vector type is not a C standard type and may require explicit alignment when allocated in the heap.
* [Runtime] Use mimalloc aligned allocation for interop types
Fixed [KT-37272] when mimalloc used (opt-in now); not supported by std alloc yet
* Move vector types into a separate test and run it both with mimalloc and with standard allocator
* fixup! Move vector types into a separate test and run it both with mimalloc and with standard allocator
Co-authored-by: Vladimir Ivanov <vladimir.d.ivanov@jetbrains.com >
Co-authored-by: Pavel Punegov <pavel.punegov@jetbrains.com >
2020-03-24 12:50:15 +03:00
Ilya Gorbunov
8e1cabed35
Migrate UseExperimental->OptIn, -Xuse-experimental -> -Xopt-in
2020-03-24 01:10:46 +03:00
LepilkinaElena
5937145558
Updated samples ( #4015 )
2020-03-23 22:15:42 +03:00
Vasily Levchenko
6ee940de18
[kotlin compiler][update] 1.4.0-dev-4662
...
* f82e2db65d - (tag: build-1.4.0-dev-4662) Fix effective search scope for find references (vor 22 Stunden) <Vladimir Dolzhenko>
* 6ce8d661ad - (tag: build-1.4.0-dev-4651, origin/rr/demiurg906/fir-rr) [FIR] Add nullability to ILT. #KT-37639 Fixed (vor 2 Tagen) <Dmitriy Novozhilov>
* 006e1f6528 - [FIR-TEST] Add test for KT-37638 (vor 2 Tagen) <Dmitriy Novozhilov>
* 5f9f01fe4e - [FIR] Implement new completion mode calculator (vor 2 Tagen) <Dmitriy Novozhilov>
* ea02855ba6 - [FIR] Fix type arguments and substitution for flexible types (vor 2 Tagen) <Dmitriy Novozhilov>
* 7bfe7061e7 - [FIR] Add proper nullability for java enums (vor 2 Tagen) <Dmitriy Novozhilov>
* 7764492761 - (tag: build-1.4.0-dev-4637) Resolve failure with surefire on Windows agents in kotlin-java-example (KT-37654) (vor 3 Tagen) <Nikolay Krasko>
* f0dc809255 - (tag: build-1.4.0-dev-4631) Add explicit api mode flag to top-level kotlin {} DSL block in Gradle (vor 3 Tagen) <Leonid Startsev>
* 59148cdce4 - (tag: build-1.4.0-dev-4630) [Gradle, JS] Fix extracting package json from klib (vor 3 Tagen) <Ilya Goncharov>
* 186302d84e - (origin/rr/mb/pr3204) JVM_IR: restore InnerClasses for objects in lambdas (vor 4 Tagen) <pyos>
| * 40a0e31be4 - [Gradle, JS] Add other devtools (vor 3 Tagen) <Ilya Goncharov>
| * 5058c396c1 - [Gradle, JS] Webpack devtool as a String (vor 3 Tagen) <Ilya Goncharov>
| * e951f1a43a - (tag: build-1.4.0-dev-4625) Find Usages and Go to declaration of element used via import alias (vor 3 Tagen) <Vladimir Dolzhenko>
| * ced8a92629 - (tag: build-1.4.0-dev-4613) [NI] Prefer between two complex variables one with proper lower bounds (vor 3 Tagen) <Mikhail Zarechenskiy>
| * b0254a27aa - (tag: build-1.4.0-dev-4611) Fix. Provide the proper K/N dependencies in leaf HMPP source sets (vor 3 Tagen) <Dmitriy Dolovov>
| * 7f2839ee10 - Fix. Don't inherit K/N dependencies in common source sets (vor 3 Tagen) <Dmitriy Dolovov>
| * 2d8bec19c0 - Minor. Simplify generation of substituted dependencies (vor 3 Tagen) <Dmitriy Dolovov>
| * d84f528a47 - (tag: build-1.4.0-dev-4596) KotlinSdkType: fix i18n for 192 (vor 3 Tagen) <Dmitry Gridin>
| * 39d019ec9d - (tag: build-1.4.0-dev-4594) Tests: switch ScriptChangeNotifier off in tests (vor 3 Tagen) <Natalia Selezneva>
| * dd7f10e76e - (tag: build-1.4.0-dev-4593, origin/rr/gradle/ilgonmic/dsl-unification) [Gradle, JS] Fix after rebase (vor 3 Tagen) <Ilya Goncharov>
| * a07425e7b0 - [Gradle, JS] Fix test (vor 3 Tagen) <Ilya Goncharov>
| * f7a9afbf96 - [Gradle, JS] Remove produceExecutable from tests (vor 3 Tagen) <Ilya Goncharov>
| * 3a262c6eb8 - [Gradle, JS] Fix build for legacy browser with binaries (vor 3 Tagen) <Ilya Goncharov>
| * b25418df69 - [Gradle, JS] Correct renaming (vor 3 Tagen) <Ilya Goncharov>
| * 33992bdc86 - [Gradle, JS] Extract common interface for JsBinary (vor 3 Tagen) <Ilya Goncharov>
| * 3c83a3bd34 - [Gradle, JS] Error if used binaries.executable in both compiler type (vor 3 Tagen) <Ilya Goncharov>
| * cf6b76fdee - [Gradle, JS] Rename BuildVariantKind on KotlinJsBinaryType (vor 3 Tagen) <Ilya Goncharov>
| * 260015fe0b - [Gradle, JS] Migrate from build variants on binaries (vor 3 Tagen) <Ilya Goncharov>
| * e1920110a2 - [Gradle, JS] Remove produceExecutable (vor 3 Tagen) <Ilya Goncharov>
| * 01b44802c8 - [Gradle, JS] Fix compilation after rebase (vor 3 Tagen) <Ilya Goncharov>
| * 158ad630d9 - [Gradle, JS] Fix tests (vor 3 Tagen) <Ilya Goncharov>
| * 2b4f9302dc - [Gradle, JS] Fix naming for webpack tasks (vor 3 Tagen) <Ilya Goncharov>
| * 5828f8cbf2 - [Gradle, JS] Rename KotlinBinaryContainer on KotlinTargetWithBinaries (vor 3 Tagen) <Ilya Goncharov>
| * 19d09fc420 - [Gradle, JS] Remove redundant build variants for IR (vor 3 Tagen) <Ilya Goncharov>
| * 703ceff9a3 - [Gradle, JS] Return binaries from ir target if it exists (vor 3 Tagen) <Ilya Goncharov>
| * 2d900e2234 - [Gradle, JS] Legacy tooling work with binaries and throw error on it (vor 3 Tagen) <Ilya Goncharov>
| * 1bb6429c5c - [Gradle, JS] Link tasks depends on compile tasks (vor 3 Tagen) <Ilya Goncharov>
| * 0a19998ae2 - [Gradle, JS] Binaries dsl (vor 3 Tagen) <Ilya Goncharov>
| * 0c34acd09a - [Gradle, JS] Produce executable for ir compilation (vor 3 Tagen) <Ilya Goncharov>
| * 666b9b3545 - [Gradle, JS] Move binaries on compilation level (vor 3 Tagen) <Ilya Goncharov>
| * efb3f16ee4 - [Gradle, JS] Browser with binaries (vor 3 Tagen) <Ilya Goncharov>
| * 2fed8aa7b8 - [Gradle, JS] NodeJs on binaries (vor 3 Tagen) <Ilya Goncharov>
| * 9bff6a709f - [Gradle, JS] Add testExecutable for subtargets (vor 3 Tagen) <Ilya Goncharov>
| * 625e94822f - [Gradle, JS] Remove redundant baseName (vor 3 Tagen) <Ilya Goncharov>
| * d00c53fd38 - [Gradle, JS] Fix strict type check (vor 3 Tagen) <Ilya Goncharov>
| * e3b5a754cd - [Gradle, JS] Register executable tasks for binaries (vor 3 Tagen) <Ilya Goncharov>
| * 9fe0604f00 - Revert "[Gradle, JS] binaries API instead of produce*" (vor 3 Tagen) <Ilya Goncharov>
| * eab6a7d038 - [Gradle, JS] Register link tasks for binaries, not for compilations (vor 3 Tagen) <Ilya Goncharov>
| * ab218317de - [Gradle, JS] Fix name for binary (vor 3 Tagen) <Ilya Goncharov>
| * e518998da3 - [Gradle, JS] Remove KotlinJsIrType on BuildVariantKind (vor 3 Tagen) <Ilya Goncharov>
| * 1de720cdd0 - [Gradle, JS] Add link tasks to binaries, add test executable binary type (vor 3 Tagen) <Ilya Goncharov>
| * 99d73d4c79 - [Gradle, JS] binaries API instead of produce* (vor 3 Tagen) <Ilya Goncharov>
| * e2918bf6c8 - [Gradle, JS] binaries.executable works for JS IR (vor 3 Tagen) <Ilya Goncharov>
| * 3974300f22 - [Gradle, JS] Simplify JsBinary (vor 3 Tagen) <Ilya Goncharov>
| * 9d3234495e - [Gradle, JS] Add binaries for javascript (vor 3 Tagen) <Ilya Goncharov>
| * c46fa83924 - [Gradle, JS] Extract Binary Container from Native (vor 3 Tagen) <Ilya Goncharov>
| * 9836520287 - (tag: build-1.4.0-dev-4584) [FIR2IR] Generate synthetic bodies for Enum.values() and valueOf() (vor 3 Tagen) <Mikhail Glukhikh>
| * 94fe79578e - [FIR2IR] Generate unconditional branch in exhaustive whens (vor 3 Tagen) <Mikhail Glukhikh>
| * 41f5a56cb3 - (tag: build-1.4.0-dev-4581) [Gradle, JS] Fix delegates (vor 3 Tagen) <Ilya Goncharov>
| * 6605199ead - [Gradle, JS] Back field to delegate (vor 3 Tagen) <Ilya Goncharov>
| * a533fe26d7 - [Gradle, JS] Non-nullable properties in KotlinWebpack with delegate (vor 3 Tagen) <Ilya Goncharov>
| * 831806fe2f - (tag: build-1.4.0-dev-4577) Revert "Optimize MutableDiagnosticsWithSuppression" (vor 3 Tagen) <Ilya Chernikov>
| * 4f042cbea5 - (tag: build-1.4.0-dev-4572) [IDE KJS] Recognize and load correctly Kotlin/JS klibs in IDE (vor 3 Tagen) <Zalim Bashorov>
| * d07436c831 - [IDE KJS] Move JsResolverForModuleFactory to proper place (vor 3 Tagen) <Zalim Bashorov>
| * eaac5bdac4 - [IDE KN] Treat klib as Kotlin/Native library iff manifest contains builtins_platform==NATIVE (vor 3 Tagen) <Zalim Bashorov>
| * d247dd21de - (tag: build-1.4.0-dev-4570) Added missed :compiler:fir:checkers dependency for kotlin-plugin (vor 3 Tagen) <Vladimir Dolzhenko>
| * c4b8e94061 - (tag: build-1.4.0-dev-4567) [FIR] Add utils for traversing control flow graph (vor 3 Tagen) <Dmitriy Novozhilov>
| * b88cb3f849 - [FIR] Add visitors for control flow graph (vor 3 Tagen) <Dmitriy Novozhilov>
| * e4588c3dec - [FIR] Add diagnostic component for control flow analysis (vor 3 Tagen) <Dmitriy Novozhilov>
| * 9535df5e2e - [FIR] Add owner to ControlFlowGraph (vor 3 Tagen) <Dmitriy Novozhilov>
| * 496489cdf4 - [FIR] Introduce CheckerContext for call and declaration checkers (vor 3 Tagen) <Dmitriy Novozhilov>
| * 1c87601486 - [FIR] Split ImplicitReceiverStack to mutable and immutable parts (vor 3 Tagen) <Dmitriy Novozhilov>
| * 3b892fe31e - (tag: build-1.4.0-dev-4559) NI: exclude reporting of an unsafe call diagnostic for implicit invoke after safe call in cases when `invoke` has type parameters (make NI and OI consistent) (vor 4 Tagen) <Victor Petukhov>
| * 8b330193ac - (tag: build-1.4.0-dev-4554) Minor. Throw proper exception in test framework on directive processing (vor 4 Tagen) <Mikhail Bogdanov>
| * 3f87899014 - Switch converter test to new directive scheme (vor 4 Tagen) <Mikhail Bogdanov>
| * d793fea8d2 - Use multimap for directives (vor 4 Tagen) <Mikhail Bogdanov>
| * 420dd0d440 - Extract directive map to separate class (vor 4 Tagen) <Mikhail Bogdanov>
| * bc214868ef - Minor. Clean tests (vor 4 Tagen) <Mikhail Bogdanov>
| * ab7e71fd68 - Support per files test directives (vor 4 Tagen) <Mikhael Bogdanov>
| * 34547b4e27 - Minor. Remove redundant getters (vor 4 Tagen) <Mikhael Bogdanov>
| * 507b00ee77 - (tag: build-1.4.0-dev-4552) 201: Fix kotlin-compiler proguard (vor 4 Tagen) <Vyacheslav Gerasimov>
|/
* be87d5fab5 - (tag: build-1.4.0-dev-4543) JVM_IR: Serialization: do not mess with return types of call expressions (vor 4 Tagen) <Ilmir Usmanov>
* d06c87207c - (tag: build-1.4.0-dev-4541) Dump class structure in a test that has an object in a lambda (vor 4 Tagen) <pyos>
* e0a5ab7146 - Do not regenerate objects if all captured lambdas are noinline (vor 4 Tagen) <pyos>
* 54e725668f - Ignore reified type parameters when regenerating objects from lambdas (vor 4 Tagen) <pyos>
* 1fd3ac046a - (tag: build-1.4.0-dev-4536) [FIR] Throw exception if PSI type in ConeDiagnostic helper is improper (vor 4 Tagen) <Mikhail Glukhikh>
* 50a9313a5e - [FIR] Support some approximation of effective visibility (vor 4 Tagen) <Mikhail Glukhikh>
* cb3a31af6e - (tag: build-1.4.0-dev-4514) UAST: implement KotlinUastCodeGenerationPlugin for 201 (vor 4 Tagen) <Dmitry Gridin>
* 81385b73b7 - (tag: build-1.4.0-dev-4513) NI: limit cache size for approximated types during incorporation (vor 4 Tagen) <Victor Petukhov>
* ea59ea8aa2 - NI: avoid creating useless captured types during incorporation (vor 4 Tagen) <Victor Petukhov>
* e34dd27a34 - (tag: build-1.4.0-dev-4508) KT-37240 Use extension "extension" (vor 4 Tagen) <Victor Turansky>
* 90c993334f - KT-37240 Deterministic order for webpack config patches (vor 4 Tagen) <Victor Turansky>
* 8ffb63ca6b - (tag: build-1.4.0-dev-4503) Ignore test that relies on hashCode implementation (vor 4 Tagen) <Pavel Punegov>
* 2352b1fec5 - (tag: build-1.4.0-dev-4499) JVM_IR: use fresh source map when generating lambda body for inline. (vor 4 Tagen) <Jinseong Jeon>
* 72b80ef158 - (tag: build-1.4.0-dev-4498) Detect inline cycles faster (vor 4 Tagen) <pyos>
* 39372c06cf - (tag: build-1.4.0-dev-4496) [FIR] Move all checkers and theirs infrastructure to separate module (vor 4 Tagen) <Dmitriy Novozhilov>
* cc07ae96b3 - [FIR-TEST] Move analysis tests to separate module (vor 4 Tagen) <Dmitriy Novozhilov>
* 3a479d5d16 - [FIR-TEST] Move FIR ide tests to separate module (vor 4 Tagen) <Dmitriy Novozhilov>
* bcefa68df0 - (tag: build-1.4.0-dev-4485) Always checkout/checkin text files with lf endings (vor 5 Tagen) <Vyacheslav Gerasimov>
* 7dc24a13e4 - Build: Make ProGuard task cacheable (vor 5 Tagen) <Vyacheslav Gerasimov>
* 03613d4708 - (tag: build-1.4.0-dev-4481) JVM_IR: preserve old backend's logic for special mutable collection class stub methods (vor 5 Tagen) <Jiaxiang Chen>
* da1009eb2c - (tag: build-1.4.0-dev-4477) Avoid type approximation on generating equality constraints (vor 5 Tagen) <Ilya Chernikov>
* 950ab01596 - Avoid substitution and type approximation for simple calls (vor 5 Tagen) <Ilya Chernikov>
* e1ae81e0a1 - (tag: build-1.4.0-dev-4476) Run inspections after completion of general highlight pass in 201 (vor 5 Tagen) <Vladimir Dolzhenko>
* 3cdcdbf6a8 - Register Kotlin specific highlight passes via highlightingPassFactory in 193+ (vor 5 Tagen) <Vladimir Dolzhenko>
* 2e20cdf2e6 - Update to 201.6487-EAP-CANDIDATE-SNAPSHOT (vor 5 Tagen) <Vladimir Dolzhenko>
* d0319d6b31 - (tag: build-1.4.0-dev-4464) [FIR2IR] Use FirSourceElement.elementType instead of PSI (vor 5 Tagen) <Mikhail Glukhikh>
* 26a63a45ee - Introduce FirSourceElement.elementType (vor 5 Tagen) <Mikhail Glukhikh>
* 25ab863af7 - Add FlyweightCapableTreeStructure to FirLightSourceElement & use it (vor 5 Tagen) <Mikhail Glukhikh>
* 59fb96503c - Introduce FirModifierList (vor 5 Tagen) <Mikhail Glukhikh>
* 6739135d17 - [FIR2IR] Add pre-caching of built-in classes to avoid their duplications (vor 5 Tagen) <Mikhail Glukhikh>
* 0bf4cac601 - [FIR2IR] Unmute additional black box test after rebase (vor 5 Tagen) <Mikhail Glukhikh>
* 95108a1bce - [FIR2IR] Enable type parameter index >= 0 requirement (vor 5 Tagen) <Mikhail Glukhikh>
* 0f0e5e603d - [FIR2IR] Use IR built-in types, their symbols & constructors directly (vor 5 Tagen) <Mikhail Glukhikh>
* 90f6af24f4 - [FIR2IR] Remove unnecessary isBound checks in call generator (vor 5 Tagen) <Mikhail Glukhikh>
* 1036d8a35a - [FIR] Provide dispatch receiver for 'field' synthetic variable (vor 5 Tagen) <Mikhail Glukhikh>
* 049bc6a431 - [FIR2IR] Minor: extract variable (vor 5 Tagen) <Mikhail Glukhikh>
* 51c83e5f62 - [FIR2IR] Move delegating constructor call to body start (vor 5 Tagen) <Mikhail Glukhikh>
* 10c2aa1657 - [FIR2IR] Set origin properly for set field / variable (vor 5 Tagen) <Mikhail Glukhikh>
* c0f8be5d4e - [FIR2IR] Generate setter call for assignments, if any (vor 5 Tagen) <Mikhail Glukhikh>
* 53cb9035b6 - [FIR2IR] Use backing field to read property if no getter (vor 5 Tagen) <Mikhail Glukhikh>
* b6fdd6197a - [FIR2IR] Extract CallGenerator from the main visitor (vor 5 Tagen) <Mikhail Glukhikh>
* 5357e7b3ab - [FIR2IR] Extract ClassMemberGenerator from the main visitor (vor 5 Tagen) <Mikhail Glukhikh>
* 63aa5191da - Move Fir2IrFakeOverrideGenerator to 'backend.generators' package (vor 5 Tagen) <Mikhail Glukhikh>
* 8f27129c36 - [FIR2IR] Introduce & use components storage (vor 5 Tagen) <Mikhail Glukhikh>
* 175145ce4e - [FIR2IR] Extract separate classifier storage from declaration storage (vor 5 Tagen) <Mikhail Glukhikh>
* 95b77f6386 - (tag: build-1.4.0-dev-4462) AddJvmOverloadsIntention: disable for annotation classes (vor 5 Tagen) <Dmitry Gridin>
* 084276ef1f - (tag: build-1.4.0-dev-4459) Suppress suggested refactoring for unused private and local declarations (vor 5 Tagen) <Valentin Kipyatkov>
* e95d1c1224 - Do not suggest to update usages on renaming duplicated method or property (vor 5 Tagen) <Valentin Kipyatkov>
* 395ba7d008 - Using new API (vor 5 Tagen) <Valentin Kipyatkov>
* 7a3f6f5312 - (tag: build-1.4.0-dev-4457, tag: build-1.4.0-dev-4455) Formatter: fix continuation indent in call chain (vor 5 Tagen) <Dmitry Gridin>
* 2c06503311 - (tag: build-1.4.0-dev-4450) JVM_IR: partially fix inline methods using captured crossinline lambdas (vor 5 Tagen) <pyos>
* dd27b3d4f1 - (tag: build-1.4.0-dev-4447) KT-36973 Keep private default interface members private (vor 5 Tagen) <Dmitry Petrov>
* 1c24a97b9e - (tag: build-1.4.0-dev-4442) KT-36972 Don't create proxies for companion @JvmStatic $default in host (vor 5 Tagen) <Dmitry Petrov>
* 897c48f97e - (tag: build-1.4.0-dev-4438, tag: build-1.4.0-dev-4436) Add more robust check for plugin application order (KT-37245) (vor 5 Tagen) <Yan Zhulanow>
* 0247a300d1 - (tag: build-1.4.0-dev-4435, origin/rr/Alefas/tests) Experimental features EP + completion.stats optional dependency (vor 5 Tagen) <Alexander Podkhalyuzin>
* f85022532d - (tag: build-1.4.0-dev-4430, origin/rr/kishmakov/xcworkspace) [FIR] Rename `FirArraySetCall` to `FirAugmentedArraySetCall` (vor 5 Tagen) <Dmitriy Novozhilov>
* 2b986194fb - [FIR] Add desugaring of array assignments and resolve of it (vor 5 Tagen) <Dmitriy Novozhilov>
* 26f919df03 - (tag: build-1.4.0-dev-4425) Fix some nullable usages of not-null type parameters (KT-36770) (vor 5 Tagen) <Mikhail Glukhikh>
* a2e7b6d20e - (tag: build-1.4.0-dev-4424) FIR: Do not add "field" to accessor of a property with receiver (vor 5 Tagen) <Denis Zharkov>
* ade18d144a - (tag: build-1.4.0-dev-4415) KT-36810 Implement javaPrimitiveType intrinsic in JVM_IR (vor 5 Tagen) <Dmitry Petrov>
* 2851fab281 - KT-36809 Implement javaObjectType intrinsic in JVM_IR (vor 5 Tagen) <Dmitry Petrov>
* aecd12fa12 - (tag: build-1.4.0-dev-4410) Minor. Regenerate tests (vor 6 Tagen) <Mikhail Bogdanov>
* 2e542da91d - (tag: build-1.4.0-dev-4395) JVM_IR: fix accesses from crossinline lambdas in other packages again (vor 6 Tagen) <pyos>
* 7a1eb9214d - (tag: build-1.4.0-dev-4386) FIR: Fix resolution for lambda returning resolved qualifier (vor 6 Tagen) <Denis Zharkov>
* e1312a752a - FIR: Allow a field override another field with the same name (vor 6 Tagen) <Denis Zharkov>
* 7203499b7a - FIR: Fix visibility check for protected within a companion (vor 6 Tagen) <Denis Zharkov>
* 170978a4f1 - FIR: Move fixed tests from problems directory to common (vor 6 Tagen) <Denis Zharkov>
* a1b0b15521 - FIR: Add test for KT-37478 (vor 6 Tagen) <Denis Zharkov>
* b71b0fa32c - (tag: build-1.4.0-dev-4379) Update stepping tests to inspect source name, instead of method info. (vor 6 Tagen) <Jinseong Jeon>
* 5dc1651a44 - JVM: missed line number for return expression. (vor 6 Tagen) <Jinseong Jeon>
* c29f76580c - (tag: build-1.4.0-dev-4373, tag: build-1.4.0-dev-4367) Don't show modal progress dialog on calculate method parameter hint info (vor 6 Tagen) <Vladimir Dolzhenko>
* 6809f4439c - (tag: build-1.4.0-dev-4361) Fix range-based 'for' loop with 'continue' in range bounds (vor 6 Tagen) <Dmitry Petrov>
* d5b65abc5d - KT-37505 Add box test (vor 6 Tagen) <Dmitry Petrov>
* 3dc898b8ca - (tag: build-1.4.0-dev-4359) Fix for change signature refactoring type resolve (vor 6 Tagen) <Igor Yakovlev>
* 64bcc6d54f - KotlinChangeSignature refactoring remove deprecated usage + refactoring (vor 6 Tagen) <Igor Yakovlev>
* 309ceef49a - (tag: build-1.4.0-dev-4354) i18n: remove template name from bundle (vor 6 Tagen) <Dmitry Gridin>
* eb68a0de47 - (tag: build-1.4.0-dev-4347) Android import: simplify the check for android plugin version (vor 6 Tagen) <Vyacheslav Karpukhin>
* 45cba7b408 - (tag: build-1.4.0-dev-4345) Update to 201.6251.22-EAP-SNAPSHOT (vor 6 Tagen) <Nikolay Krasko>
* f226d855e1 - (tag: build-1.4.0-dev-4344, origin/fir/semoro/fixOldFe) Fix NI flag in modularized test for old frontend (vor 7 Tagen) <simon.ogorodnik>
* 4844a90788 - [FIR] KT-37453: Type argument mapping (vor 7 Tagen) <simon.ogorodnik>
* 6a1e35389c - (tag: build-1.4.0-dev-4338) JVM IR: Mangle interface implementation methods in inline classes (vor 7 Tagen) <Steven Schäfer>
* d21be3b665 - (tag: build-1.4.0-dev-4330) Revert back fetchAnalysisResultsForElement (vor 7 Tagen) <Vladimir Dolzhenko>
* af1e3fb10d - (tag: build-1.4.0-dev-4328) UL properties supports JvmSynthetic annotation for get: and set: modifiers (vor 7 Tagen) <Igor Yakovlev>
* 0e26194a27 - (tag: build-1.4.0-dev-4321, origin/rr/vladimiri/coroutine-debugger-verify) [FIR] Test for KT-37431 (vor 7 Tagen) <anastasiia.spaseeva>
* 1b479c49a8 - (tag: build-1.4.0-dev-4320) [FIR] Fix exhaustiveness checking for conditions with equals to object (vor 7 Tagen) <Dmitriy Novozhilov>
* 3765a1efaf - [FIR] Add `values` and `valueOf` to deserialized enums (vor 7 Tagen) <Dmitriy Novozhilov>
* caec5fe352 - [FIR-TEST] Add test for KT-37478 (vor 7 Tagen) <Dmitriy Novozhilov>
* 37aa234bb7 - [FIR] Fix transform of subject of when expressions with subject variable (vor 7 Tagen) <Dmitriy Novozhilov>
* 820da6edaa - [FIR] Don't set up expected type for function body (vor 7 Tagen) <Dmitriy Novozhilov>
* 813003e12e - [FIR] Approximate statements with ILT without expected type (vor 7 Tagen) <Dmitriy Novozhilov>
* 698f78570d - [FIR] Add ability to pass `data=null` to transformInplace with data producer (vor 7 Tagen) <Dmitriy Novozhilov>
* fe95e37c88 - [FIR] Add equality to Unit constraint for lambda without return expressions (vor 7 Tagen) <Dmitriy Novozhilov>
* fc2e7da2a9 - [FIR] Don't pass flow from inplace lambdas while resolve delegates (vor 7 Tagen) <Dmitriy Novozhilov>
* e90d86e1b4 - [FIR] Add cfg for delegating constructor calls (vor 7 Tagen) <Dmitriy Novozhilov>
* 83257d00b9 - [FIR] Pass flow from postponed lambdas to closest completed call (vor 7 Tagen) <Dmitriy Novozhilov>
* 3a5c30a581 - [FIR] Remove `ortho` splines mode from CFG dump (vor 7 Tagen) <Dmitriy Novozhilov>
* f83cedd244 - [FIR] Don't render call arguments in cfg dump (vor 7 Tagen) <Dmitriy Novozhilov>
* 8e295de593 - (tag: build-1.4.0-dev-4318) [KLIB] Make sure float/double bits have fixed representation for NaN. (vor 7 Tagen) <Roman Artemev>
* 5fb46e05da - (tag: build-1.4.0-dev-4315) K/N in IDE: Remove empty argument in run task in the default K/N template in IDEA (vor 7 Tagen) <Dmitriy Dolovov>
* 94df78aea0 - K/N in IDE: Drop support of "konan.native" package (vor 7 Tagen) <Dmitriy Dolovov>
* f3f971005d - [Commonizer] GC obsolete & unused commonized libraries to free disk space (vor 7 Tagen) <Dmitriy Dolovov>
* 75f1fb0237 - (tag: build-1.4.0-dev-4312) EqualsOrHashCodeInspection: update bundle for 201 (vor 7 Tagen) <Dmitry Gridin>
* d30844310a - i18n: remove `html` wrap from `.properties` (vor 7 Tagen) <Dmitry Gridin>
* f12ed33a70 - AbstractKotlinBundle: introduce `withHtml` (vor 7 Tagen) <Dmitry Gridin>
* c7a21a094f - i18n: fix findUsages for 201 (vor 7 Tagen) <Dmitry Gridin>
* 49cdea7fdb - i18n: fix findUsages dialogs (vor 7 Tagen) <Dmitry Gridin>
* 3c8ea8c08d - i18n: fix compilation for 191 (vor 7 Tagen) <Dmitry Gridin>
* 3c812c1ad1 - i18n: update bundle for `IdeErrorMessages` (vor 7 Tagen) <Dmitry Gridin>
* 01f98979b7 - i18n: update bundle for *.form (vor 7 Tagen) <Dmitry Gridin>
* 7886cb4c44 - i18n: fix tests (vor 7 Tagen) <Dmitry Gridin>
* 036bc3b940 - i18n: update bundle for idea (vor 7 Tagen) <Dmitry Gridin>
* 1b9bb77b2f - i18n: fix tests (vor 7 Tagen) <Dmitry Gridin>
* f66e985821 - i18n: update bundle for jvm-debugger (vor 7 Tagen) <Dmitry Gridin>
* d348d4418e - i18n: add bundle for idea-repl (vor 7 Tagen) <Dmitry Gridin>
* 99a7764b04 - i18n: add bundle for idea-live-templates (vor 7 Tagen) <Dmitry Gridin>
* 3e76678726 - i18n: update bundle for idea-jvm (vor 7 Tagen) <Dmitry Gridin>
* d099723ea5 - i18n: update bundle for idea-gradle (vor 7 Tagen) <Dmitry Gridin>
* 22c94026c6 - i18n: add bundle for idea-completion (vor 7 Tagen) <Dmitry Gridin>
* 4a7160b51a - i18n: update bundle for idea-analysis (vor 7 Tagen) <Dmitry Gridin>
* 5bd44b73b2 - i18n: fix bundle location (vor 7 Tagen) <Dmitry Gridin>
* 2518b8053b - i18n: add @NonNls to NodeIndentStrategy (vor 7 Tagen) <Dmitry Gridin>
* c1dc72e677 - i18n: add bundle for idea/intentions (vor 7 Tagen) <Dmitry Gridin>
* a3defb300a - i18n: fix tests (vor 7 Tagen) <Dmitry Gridin>
* f1cdf147d5 - i18n: fix compilation (vor 7 Tagen) <Dmitry Gridin>
* e42bec8ea2 - i18n: fix text (vor 7 Tagen) <Dmitry Gridin>
* 7507d62ec3 - i18n: replace `KotlinBundleBase` with `AbstractKotlinBundle` (vor 7 Tagen) <Dmitry Gridin>
* 0a3e577b6c - i18n: add bundle for idea/inspections (vor 7 Tagen) <Dmitry Gridin>
* 76ac4ffb96 - i18n: add bundle for idea/inspections/* (vor 7 Tagen) <Dmitry Gridin>
* 3035477e0c - i18n: add bundle for idea/codeInsight (vor 7 Tagen) <Dmitry Gridin>
* 4eb50ed17c - i18n: add bundle for idea/actions (vor 7 Tagen) <Dmitry Gridin>
* 1af8553360 - i18n: add bundle for idea/quickfix (vor 7 Tagen) <Dmitry Gridin>
* ae96a68bd1 - i18n: createByPattern: add `@NonNls` to parameters (vor 7 Tagen) <Dmitry Gridin>
* 2b8373447a - i18n: KtPsiFactory: add `@NonNls` to parameters (vor 7 Tagen) <Dmitry Gridin>
* 07861fdc6f - i18n: add bundle for idea/quickfix/* (vor 7 Tagen) <Dmitry Gridin>
* a6269004c5 - i18n: add bundle for idea/refactoring/ui (vor 7 Tagen) <Dmitry Gridin>
* a589d8869b - i18n: add bundle for idea/refactoring/safeDelete (vor 7 Tagen) <Dmitry Gridin>
* afeff3a6c8 - i18n: fix tests (vor 7 Tagen) <Dmitry Gridin>
* c3cbcc0842 - i18n: move all kotlin bundles to resources/messages directories (vor 7 Tagen) <Roman Golyshev>
* 1dded486f1 - i18n: fix bundle messages/testData messages where necessary (vor 7 Tagen) <Roman Golyshev>
* e1cb561398 - i18n: add bundle for idea/refactoring/rename (vor 7 Tagen) <Roman Golyshev>
* 4fc76e25a8 - i18n: add bundle for idea/refactoring/pushDown (vor 7 Tagen) <Roman Golyshev>
* 37e1333fe1 - i18n: add bundle for idea/refactoring/pullUp (vor 7 Tagen) <Roman Golyshev>
* 73de63cefc - i18n: add bundle for idea/refactoring/move (vor 7 Tagen) <Roman Golyshev>
* 93493bdc09 - i18n: add bundle for idea/refactoring/memberInfo (vor 7 Tagen) <Roman Golyshev>
* 1c5b371249 - i18n: fix compilation (vor 7 Tagen) <Dmitry Gridin>
* 94d10c7c63 - i18n: move to KotlinBundle (vor 7 Tagen) <Dmitry Gridin>
* bb6bdf0b69 - i18n: add bundle for idea/refactoring/introduce (vor 7 Tagen) <Dmitry Gridin>
* 7564c91edd - i18n: add bundle for idea/refactoring/inline (vor 7 Tagen) <Dmitry Gridin>
* 4d8375b571 - i18n: add bundle for idea/refactoring/cutPaste (vor 7 Tagen) <Dmitry Gridin>
* a1d7bd461d - i18n: add bundle for idea/refactoring/copy (vor 7 Tagen) <Dmitry Gridin>
* 7e5c5927f0 - i18n: add bundle for idea/refactoring/changeSignature (vor 7 Tagen) <Dmitry Gridin>
* 8de7d303a0 - i18n: add @NotNls to bundles (vor 7 Tagen) <Dmitry Gridin>
* 354c9c913a - i18n: add bundle for idea/reporter (vor 7 Tagen) <Dmitry Gridin>
* e778a3fe34 - i18n: add bundle for idea/roots (vor 7 Tagen) <Dmitry Gridin>
* 947cb6c5c8 - i18n: add bundle for idea/script (vor 7 Tagen) <Dmitry Gridin>
* 7009aa6ecb - i18n: add bundle for idea/slicer (vor 7 Tagen) <Dmitry Gridin>
* a41f3ff17d - i18n: add bundle for idea/testIntegration (vor 7 Tagen) <Dmitry Gridin>
* 1aa48e5f26 - i18n: add bundle for idea/update (vor 7 Tagen) <Dmitry Gridin>
* 7f1aab5355 - i18n: add bundle for idea/versions (vor 7 Tagen) <Dmitry Gridin>
* 670c529ded - i18n: add bundle for idea/internal (vor 7 Tagen) <Dmitry Gridin>
* c2d41744d0 - i18n: add bundle for idea/imports (vor 7 Tagen) <Dmitry Gridin>
* 4c9e7773ad - i18n: fix bundle for idea/findUsages (vor 7 Tagen) <Dmitry Gridin>
* 20ec600e2d - i18n: add bundle for idea/highlighter (vor 7 Tagen) <Dmitry Gridin>
* f837b01f85 - i18n: add bundle for idea/hierarchy (vor 7 Tagen) <Dmitry Gridin>
* a3f1dde413 - i18n: add bundle for idea/framework (vor 7 Tagen) <Dmitry Gridin>
* 6ad1a9224c - i18n: add bundle for idea/formatter (vor 7 Tagen) <Dmitry Gridin>
* 040204e36e - i18n: Internationalize part of the 'idea' module (vor 7 Tagen) <Yan Zhulanow>
* fff9ab5ac3 - i18n: add bundle for idea/findUsages (vor 7 Tagen) <Dmitry Gridin>
* dab6a12121 - i18n: add bundle for idea/filters (vor 7 Tagen) <Dmitry Gridin>
* d26a75055d - i18n: add bundle for idea/facet (vor 7 Tagen) <Dmitry Gridin>
* f59cb3e8ca - i18n: add bundle for idea/editor (vor 7 Tagen) <Dmitry Gridin>
* e2bb3204bb - i18n: add bundle for idea/copy (vor 7 Tagen) <Dmitry Gridin>
* 177b7eb024 - i18n: fix compilation 192 (vor 7 Tagen) <Dmitry Gridin>
* 2da27a9e6a - i18n: add bundle for idea/configuration (vor 7 Tagen) <Dmitry Gridin>
* ddd6f81581 - i18n: add bundle for j2k (vor 7 Tagen) <Dmitry Gridin>
* 540c0859c2 - i18n: fix properties in idea-gradle (vor 7 Tagen) <Dmitry Gridin>
* 7a40274b71 - i18n: Unify string naming in KotlinBundle (vor 7 Tagen) <Yan Zhulanow>
* 4cc19d3fda - i18n: Add bundle for idea-jvm (vor 7 Tagen) <Yan Zhulanow>
* 40bdc099e3 - i18n: Add bundle for idea-gradle-native (vor 7 Tagen) <Yan Zhulanow>
* 4e634b2b01 - i18n: Add bundle for idea-new-project-wizard (vor 7 Tagen) <Yan Zhulanow>
* f1d21b02e9 - i18n: Add bundle for idea-native (vor 7 Tagen) <Yan Zhulanow>
* 2702be564a - i18n: Add bundle for idea-maven (vor 7 Tagen) <Yan Zhulanow>
* 830c7cef07 - i18n: Add bundle for JVM debugger (evaluation) (vor 7 Tagen) <Yan Zhulanow>
* 7f80fb8b98 - i18n: Add bundle for JVM debugger (coroutine) (vor 7 Tagen) <Yan Zhulanow>
* e0d5607fcd - i18n: Add bundle for JVM debugger (core) (vor 7 Tagen) <Yan Zhulanow>
* b0cd9911a4 - i18n: Add bundle for New J2K (vor 7 Tagen) <Yan Zhulanow>
* eabcff5c2a - i18n: Add bundle for New J2K services (vor 7 Tagen) <Yan Zhulanow>
* 59b5505379 - i18n: Add bundle for idea-git (vor 7 Tagen) <Yan Zhulanow>
* 3b931514ac - i18n: Extract common caching code from bundles, J2K existing bundles (vor 7 Tagen) <Yan Zhulanow>
* 207ecf757b - Rename .java to .kt (vor 7 Tagen) <Yan Zhulanow>
* 386fa50e99 - i18n: add bundle for idea-gradle (vor 7 Tagen) <Dmitry Gridin>
* dd6abec660 - i18n: rewrite bundles with `AbstractKotlinBundle` (vor 7 Tagen) <Dmitry Gridin>
* 35f4ff000b - i18n: add bundle for idea-gradle (vor 7 Tagen) <Dmitry Gridin>
* 3aa97643f5 - i18n: add bundle for idea-core (vor 7 Tagen) <Dmitry Gridin>
* d644214251 - i18n: add bundle for ide-common (vor 7 Tagen) <Dmitry Gridin>
* 7e3c07865c - i18n: add bundle for formatter (vor 7 Tagen) <Dmitry Gridin>
* c8c316c379 - i18n: introduce AbstractKotlinBundle (vor 7 Tagen) <Dmitry Gridin>
* a0aeb1554d - (origin/rr/gradle/igushkin/fix-kt-37241-kapt-classpath-filter-exists) Filter kapt generate stubs classpath for non-existent entries (KT-37241) (vor 10 Tagen) <Sergey Igushkin>
* 364d97e950 - Invalidate partialBodyResolveCache on OCB instead of PSI modification (vor 7 Tagen) <Vladimir Dolzhenko>
* 9fdf8530ff - (tag: build-1.4.0-dev-4308) Add checkCanceled in loops in KotlinImportOptimizer to avoid freezes (vor 7 Tagen) <Vladimir Dolzhenko>
* ce9297c5d6 - Be able to find annotated property accessor (vor 7 Tagen) <Vladimir Dolzhenko>
* 04ef1081b3 - (tag: build-1.4.0-dev-4300) Disable `stats-collector` dependency for Android Studio (vor 7 Tagen) <Roman Golyshev>
* 5474d5f1d3 - (tag: build-1.4.0-dev-4295) Support debug in Gradle tasks responsible for K/N tests (vor 7 Tagen) <Kirill Shmakov>
* a1eff7f4af - (tag: build-1.4.0-dev-4292) [IR] Set source offsets in SAM lowering (vor 7 Tagen) <Igor Chevdar>
2020-03-23 13:44:12 +01:00
Pavel Punegov
c3a4867eeb
Add checkers to class collision ignores
...
(cherry picked from commit 23dc77402427c2e38247ee25ade406f722d3942d)
2020-03-23 13:44:12 +01:00
Ilya Matveev
8b74db447e
[samples] Configure samples for in-process compiler execution
2020-03-23 19:41:42 +07:00
Ilya Matveev
2f88fed2c2
[samples] Update Android plugin: 3.6.0
2020-03-23 19:41:42 +07:00
SvyatoslavScherbina
71e1f8228b
Add test for static framework ( #4008 )
2020-03-23 13:43:59 +03:00