* Fix KonanMangler to make it fit new mangle API
(cherry picked from commit c73d3278cbdfc16891521038d4b161e51eeab4ba)
* Rename Appendable methods parameters
(cherry picked from commit 2f90c0e58db0613f5a7e1e659f32f0e1e44d2f70)
* [kotlin compiler][update] 1.4.0-dev-216
* 4efab51751 - (tag: build-1.4.0-dev-216) Fix allopen call from UL methods (3 days ago) <Igor Yakovlev>
* 8d02d00f22 - (tag: build-1.4.0-dev-214) [IR Serialization] Removed native-specific hack in mangler (3 days ago) <Igor Chevdar>
* 1f55b59fa3 - (tag: build-1.4.0-dev-210) Unmute a fixed Fir2IrText test (3 days ago) <pyos>
* 26822a0cde - Minor: IGNORE_BACKEND: ANY_FIR -> IGNORE_BACKEND_FIR: ANY (3 days ago) <pyos>
* 38a3797325 - (tag: build-1.4.0-dev-206) Unmute FIR2IR test (due to fixed bug in FIR) (3 days ago) <Mikhail Glukhikh>
* 69e9ae94c6 - (tag: build-1.4.0-dev-203) Use snakeyaml from maven instead of from intellij (3 days ago) <Ilya Kirillov>
* 2adcb5dec4 - (tag: build-1.4.0-dev-200) Add the ANY_FIR target for muting Fir2IrText tests (3 days ago) <pyos>
* a4b005fd5d - PSI2IR: generate field writes for all val property assignments (3 days ago) <pyos>
* 92f8432b1e - New J2K: Fix not converted jetbrains nullability annotations for types (3 days ago) <Ilya Kirillov>
* 3840294f44 - (tag: build-1.4.0-dev-199) Add tests for obsolete issues (3 days ago) <Mikhail Zarechenskiy>
* c3ffef1840 - Fix incorrect use of language feature (3 days ago) <Mikhail Zarechenskiy>
* c94dd2939e - (tag: build-1.4.0-dev-196) [NI] Add test for KT-32429 (3 days ago) <Dmitriy Novozhilov>
* e730965bc5 - [NI] Approximate intersection type in type argument to star if it's necessary (3 days ago) <Dmitriy Novozhilov>
* 26f7bf1c21 - Regenerate tests (3 days ago) <Dmitriy Novozhilov>
* e466fd5196 - [NI] Infer type variable to Nothing if all upper constraints are from upper bounds (3 days ago) <Dmitriy Novozhilov>
* 7fed7a840b - [NI] Update some testdata broken in NI (3 days ago) <Dmitriy Novozhilov>
* c311a66e5e - (tag: build-1.4.0-dev-195) Fix 191 & as35 compilation (3 days ago) <Ilya Kirillov>
* d6daaf14f8 - Fix "Protected function call from public-API inline function is prohibited" error (3 days ago) <Ilya Kirillov>
* 2dcc617774 - (tag: build-1.4.0-dev-192) Minor: reformat (4 days ago) <Nikolay Krasko>
* e99dc0f87f - Show only unique diagnostics in psi checker (KT-35578) (4 days ago) <Nikolay Krasko>
* 75beaa861f - Use abstract class to prevent GradleDaemonAnalyzerTestCase running as test (4 days ago) <Nikolay Krasko>
* 3e48494837 - Proper ignore new daemon tests without warning about tests absence (4 days ago) <Nikolay Krasko>
* 19422b12b4 - (tag: build-1.4.0-dev-189) Build: Add buildScanUserData script gradle-build-scan-snippets (4 days ago) <Vyacheslav Gerasimov>
* c89def9e06 - (tag: build-1.4.0-dev-188) [minor] Update test data for 1.4 (4 days ago) <Victor Petukhov>
* 254dc8f71c - (tag: build-1.4.0-dev-183) Build: Drop IntelliJ 2018.3 and Android Studio 3.4 support (4 days ago) <Michael Kuzmin>
* ae0efa77e3 - [minor] updating fir testdata (4 days ago) <Ilya Chernikov>
* 75c94f3b0f - (tag: build-1.4.0-dev-180) Build: Upgrade kotlin-build-gradle-plugin to 0.0.8 (4 days ago) <Vyacheslav Gerasimov>
* 20faa9e3e4 - Build: Make use of user & password properties in build cache configuration (4 days ago) <Vyacheslav Gerasimov>
* e43ea7e183 - Build: Add build cache user and password properties to BuildProperties (4 days ago) <Vyacheslav Gerasimov>
* 1ee54d74d0 - (tag: build-1.4.0-dev-178) [FIR] Use FIR resolution API in explorer window (4 days ago) <Simon Ogorodnik>
* 87c698f843 - [FIR] Remove obsolete total kotlin resolve test (4 days ago) <Simon Ogorodnik>
* a3d531e8b4 - [FIR] Extract jvm-only call conflict resolver (4 days ago) <Simon Ogorodnik>
* 05308a3652 - [FIR] Introduce module for all jvm extensions (4 days ago) <Simon Ogorodnik>
* 99489321f1 - (tag: build-1.4.0-dev-177) [FIR] Add forgotten test data for old FE test (4 days ago) <Mikhail Glukhikh>
* fe8d68ecc7 - Use different transformers per module in FIR diagnostics tests (4 days ago) <Mikhail Glukhikh>
* c4e6f8a640 - Cache FirPackageMemberScope in ScopeSession instead of member scope provider (4 days ago) <Mikhail Glukhikh>
* cb93b25fca - FIR: make possible to use differently typed IDs in ScopeSession (4 days ago) <Mikhail Glukhikh>
* 4d1b032c1f - Rename: FirSelfImportingScope -> FirPackageMemberScope (4 days ago) <Mikhail Glukhikh>
* 4e14d04926 - (tag: build-1.4.0-dev-173) [minor] fix testdata for compiler 1.4 (4 days ago) <Ilya Chernikov>
* 6e6d9ae795 - (tag: build-1.4.0-dev-170) FIR body resolve: start analyzing files with independent context (4 days ago) <Mikhail Glukhikh>
* ada7f3da6c - FIR: resolve anonymous initializer in context independent mode (4 days ago) <Mikhail Glukhikh>
* 99643e1b2d - FIR: do not run full tower resolve on integer literal type (4 days ago) <Mikhail Glukhikh>
* cb3f02d015 - FIR modularized test: do not print unnecessary stuff to the console (4 days ago) <Mikhail Glukhikh>
* 48c74fd1ba - FIR black box codegen tests: do not print bytecode to the console (4 days ago) <Mikhail Glukhikh>
* ad6f4fa92e - FirResolveBench: do not print unnecessary stuff to the console #KT-35030 Fixed (4 days ago) <Mikhail Glukhikh>
* f38bb19fc6 - [minor] Fix testdata for compiler 1.4 (4 days ago) <Ilya Chernikov>
* 06dc2caf41 - (tag: build-1.4.0-dev-169) Fix compilation for AS (4 days ago) <Ilya Kirillov>
* ac47c0cf3c - (tag: build-1.4.0-dev-168) [minor] Update test data for 1.4 (4 days ago) <Pavel Kirpichenkov>
* ba640be81d - (tag: build-1.4.0-dev-164) KT-32178 Keyword completion: don't add 'fun' after 'suspend' in type position (4 days ago) <Toshiaki Kameyama>
* 1f878049eb - (tag: build-1.4.0-dev-163) Allow @author usage in `...projectWizard.settings.version.maven` package (4 days ago) <Nikolay Krasko>
* 280cb5b60b - Exclude kotlin-test-nodejs-runner generated folders from code conformance test (4 days ago) <Nikolay Krasko>
* 2c684c56a3 - Mute testVersionsAreConsistent test (KT-35567) (4 days ago) <Nikolay Krasko>
* 650cfeaaed - (tag: build-1.4.0-dev-161) Update inline tests to void PROTECTED_CALL_FROM_PUBLIC_INLINE_ERROR (4 days ago) <Mikhael Bogdanov>
* 8322398133 - (tag: build-1.4.0-dev-160) [minor] Fix testdata for compiler 1.4 (4 days ago) <Ilya Chernikov>
* 45e881f03f - (tag: build-1.4.0-dev-155) [NI] Fix inference if inner system has only by "uninteresting" constraint (4 days ago) <Ilya Chernikov>
* 3e537cfcb4 - [minor] [NI] Additional test for loosing type annotations on extension functions (4 days ago) <Ilya Chernikov>
* 1c6da8b9b4 - (tag: build-1.4.0-dev-149) [FIR] Add separate diagnostic tests working in light tree mode (4 days ago) <Mikhail Glukhikh>
* 9efb1fc527 - Change FIR modularized test to be able to work in light tree mode (4 days ago) <Mikhail Glukhikh>
* 3f76408c6f - Protect FirResolveBench from light tree (this prevents cast to KtFile exception) (4 days ago) <Mikhail Glukhikh>
* 09c3279cc7 - (tag: build-1.4.0-dev-148) PSI2IR: Infer smart cast on dispatch receiver of FAKE_OVERRIDE calls (4 days ago) <Dmitry Petrov>
* feda832eb7 - (tag: build-1.4.0-dev-146) Tests: switch off script configuration update in MutlifileRefactoringTests (4 days ago) <Natalia Selezneva>
* 233d400e93 - Scripting: remove unexpected cache clear (4 days ago) <Natalia Selezneva>
* 7ba0a11f43 - (tag: build-1.4.0-dev-144) FIR light tree: add forgotten default bound for type parameters (4 days ago) <Mikhail Glukhikh>
* ebb1ca7cd9 - Fix 'fir:lightTree' build script to be able to run light tree tests (4 days ago) <Mikhail Glukhikh>
* 7abb3fc987 - Protect FirJavaElementFinder from light tree (4 days ago) <Mikhail Glukhikh>
* 774eb62118 - FIR resolve bench: make possible building FIR files via light tree (4 days ago) <Mikhail Glukhikh>
* d702dc862a - FIR light tree: eliminate unused 'project' argument (4 days ago) <Mikhail Glukhikh>
* e8131d6e30 - (tag: build-1.4.0-dev-142) Choose Java field during overload resolution with a pure Kotlin property (4 days ago) <Denis Zharkov>
* aa8578b675 - (tag: build-1.4.0-dev-141) Allow null operators for result and using Result as return type with enabled InlineClasses (4 days ago) <Dmitriy Novozhilov>
* eed5b3f1d1 - Add quickfix for removing redundant spread operator (4 days ago) <Dmitriy Novozhilov>
* ee36fb903f - Allow use expression of array type as named argument for vararg (4 days ago) <Dmitriy Novozhilov>
* 0cb48999ff - (tag: build-1.4.0-dev-135) JVM IR: retain optional annotations as package private classes (5 days ago) <Alexander Udalov>
* 5d3ef4c632 - (tag: build-1.4.0-dev-132) JVM IR: Fix names of fake local variables for inline arguments (5 days ago) <Steven Schäfer>
* c486fa6189 - (tag: build-1.4.0-dev-129) NI: Report incompatible receiver of callable reference (5 days ago) <Denis Zharkov>
* dd56c3d918 - NI: Fix property references overload ambiguity (5 days ago) <Denis Zharkov>
* ab79c3e0a0 - Properly mute (and unmute) tests for unrelated backends (5 days ago) <Alexander Gorshenev>
* ffa368e0a7 - Reconciled -Xklib-mpp with commonizer (5 days ago) <Alexander Gorshenev>
* dc8240c24e - Expect/actual support in klibs under -Xklib-mpp (5 days ago) <Alexander Gorshenev>
* 218d7c31ed - (tag: build-1.4.0-dev-127) Remove muted tests on automatic experimental->release coroutine migration (5 days ago) <Alexander Udalov>
* 3ac5cb9a6e - Minor, fix typos in exception message (5 days ago) <Alexander Udalov>
* ebb9f09656 - (tag: build-1.4.0-dev-117, minamoto/ir/inliner/inliner-no-local-object-copier-1/kotlin) [NI] Fix issues with star projection uncapturing (5 days ago) <Pavel Kirpichenkov>
* 86dc0925b1 - [NI] Preserve constraint position for OnlyInputType during incorporation (5 days ago) <Pavel Kirpichenkov>
* 2fc79856a2 - [NI] Fix OnlyInputTypes for captured types (5 days ago) <Pavel Kirpichenkov>
* 16db3a8b5f - (tag: build-1.4.0-dev-115) Fix compiler and IDE tests on Experimental/RequiresOptIn (5 days ago) <Alexander Udalov>
* 830f0c6137 - (tag: build-1.4.0-dev-113) Fix class not found exception in gradle wizard tests (5 days ago) <Ilya Kirillov>
* 1ab405a86c - Wizard: introduce unit test mode (5 days ago) <Ilya Kirillov>
* 1c30572844 - Wizard: fix android tests (5 days ago) <Ilya Kirillov>
* b2166dc40d - Wizard: fix wrong checking for project kind in UI (5 days ago) <Ilya Kirillov>
* c1ce215b5d - Wizard: disable abbility to switch between targets in existing module (5 days ago) <Ilya Kirillov>
* 7204ab091a - Wizard: add suggested module names for js targets (5 days ago) <Ilya Kirillov>
* fc9f63d49f - Wizard: do not allow to create more than one target of each type (5 days ago) <Ilya Kirillov>
* aa2992e84a - Wizard: add additional applicability checker for template (5 days ago) <Ilya Kirillov>
* 40367635cc - Wizard: remove unused android service (5 days ago) <Ilya Kirillov>
* af174b4f74 - Wizard: format templates code (5 days ago) <Ilya Kirillov>
* b29e6d0c69 - Wizard: add simple js template (5 days ago) <Ilya Kirillov>
* 5d56f3d28b - Wizard: do not print duplicated repositories (5 days ago) <Ilya Kirillov>
* 32a151f561 - Wizard: introduce interceptors for module templates (5 days ago) <Ilya Kirillov>
* 8bf9c31880 - Wizard: add simple JS client template (5 days ago) <Ilya Kirillov>
* 56fccce305 - Wizard: add basic ktor server template (5 days ago) <Ilya Kirillov>
* f927fb3471 - Wizard: introduce ServicesManager & correctly handle disabled gradle & maven Idea plugins (5 days ago) <Ilya Kirillov>
* 9011eecfdf - Wizard: change wizard title to experimental (5 days ago) <Ilya Kirillov>
* b10e157147 - Wizard: Create parent group for current and experimental project wizard (5 days ago) <Ilya Kirillov>
* 8684b0d6c1 - Wizard: show experimental new project wizard only by registry flag (5 days ago) <Ilya Kirillov>
* aca193ddd2 - Wizard: Add initial version of the new project wizard (5 days ago) <Ilya Kirillov>
* 4916f166fe - (tag: build-1.4.0-dev-111) Move `android.test.dependencies` under `dependencies` folder (5 days ago) <Mikhael Bogdanov>
* 0d8036bb14 - (tag: build-1.4.0-dev-109) JVM_IR: do not generate main() when extension main is present (5 days ago) <Georgy Bronnikov>
* 9d0c736f0e - (tag: build-1.4.0-dev-108) Use `assertAllTestsPresentByMetadataWithExcluded` for `addSpreadOperatorForArrayAsVarargAfterSam` IDE quick fix test (5 days ago) <Victor Petukhov>
* 220ea72d65 - (tag: build-1.4.0-dev-87) JVM_IR: add coercion for index in ArrayGet intrinsic (5 days ago) <Georgy Bronnikov>
* cca3f13e48 - (tag: build-1.4.0-dev-85) Added multi-module test on inline functions (5 days ago) <Igor Chevdar>
* bd805d71b1 - (tag: build-1.4.0-dev-84) KT-35463 EA-214439 Pass adjusted files to `KotlinAwareMoveFilesOrDirectoriesDialog` instead of originals (5 days ago) <Roman Golyshev>
* dd8396efbc - (tag: build-1.4.0-dev-72) Convert lambda to reference: support nested class constructor call (#2877) (6 days ago) <Toshiaki Kameyama>
* 646c7ad0af - (tag: build-1.4.0-dev-66) [IDE, klib] Support in IDE klibs with dynamic type (6 days ago) <Zalim Bashorov>
* 34eb664504 - (tag: build-1.4.0-dev-61) Build: Remove teamcity tag setup from settings.gradle (tag via gradle arguments instead) (6 days ago) <Vyacheslav Gerasimov>
* 7eda60d57e - (tag: build-1.4.0-dev-59) Minor, add more tests on signature-polymorphic calls (6 days ago) <Alexander Udalov>
* 64d40b4743 - Support JVM polymorphic signature calls to methods with void return type (6 days ago) <Alexander Udalov>
* e009c7064e - (tag: build-1.4.0-dev-58, tag: build-1.4.0-dev-57) Add -Xopt-in command line argument (6 days ago) <Alexander Udalov>
* cdbabf224f - Introduce RequiresOptIn and OptIn annotations (6 days ago) <Alexander Udalov>
* 33bc3db144 - Deprecate -Xexperimental compiler argument (6 days ago) <Alexander Udalov>
* 571bba7c04 - (tag: build-1.4.0-dev-55) Build: Add teamcity tag to build scans (6 days ago) <Vyacheslav Gerasimov>
* b868e6f8da - (tag: build-1.4.0-dev-50) Rename Appendable methods parameters (6 days ago) <Abduqodiri Qurbonzoda>
* d1c0dfe8ac - (tag: build-1.4.0-dev-45) [FIR] Run System.gc() before each pass in modularized tests (6 days ago) <Simon Ogorodnik>
* 0f71460833 - (tag: build-1.4.0-dev-39) Add missed comment (6 days ago) <Roman Artemev>
* dbb282e60f - Arg postfix postfix completion: fix typo in description (6 days ago) <Toshiaki Kameyama>
* cad3cb1bbe - [KLIB] Fix references to type made from TypeParameter in KotlinMangler - promote ABI version (6 days ago) <Roman Artemev>
* 3544bf17f4 - (tag: build-1.4.0-dev-38) ConeIntegerLiteralType: extract COMPARABLE_TAG (6 days ago) <Mikhail Glukhikh>
* 3d961ffe8f - ConeTypeContext: use built-in nullable any type (6 days ago) <Mikhail Glukhikh>
* 4d0b121223 - FIR SAM resolution: use built-in nullable any type (6 days ago) <Mikhail Glukhikh>
* c6db5abb14 - FIR call resolve: make earlier qualifier resolver reset (6 days ago) <Mikhail Glukhikh>
* 684bdc44bb - FIR: add implementation of reified type parameter references (6 days ago) <Mikhail Glukhikh>
* cccb95465e - FIR status resolve: update type alias phase (6 days ago) <Mikhail Glukhikh>
* a6b6c9ba18 - Minor: remove when unreachable branches (6 days ago) <Mikhail Glukhikh>
* af3ab9178a - Minor: remove unused imports (6 days ago) <Mikhail Glukhikh>
* 8e53ccb852 - (tag: build-1.4.0-dev-31) Add ML completion jar to the resulting plugin jar (6 days ago) <Roman Golyshev>
* e92985458b - (tag: build-1.4.0-dev-25) JVM_IR: skip private declarations in imported classes (6 days ago) <Georgy Bronnikov>
* 776736a25a - (tag: build-1.4.0-dev-22) [IR] Remapped some forgotten types during IR copying (6 days ago) <Igor Chevdar>
* f099277210 - [JS IR] Unmute tests and add KJS_WITH_FULL_RUNTIME (6 days ago) <Svyatoslav Kuzmich>
* e32ec2a789 - [JS IR BE] Support typeOf (6 days ago) <Svyatoslav Kuzmich>
* 3df8393ede - [JS IR] Properly report compiler errors (6 days ago) <Svyatoslav Kuzmich>
* ea8fa55f12 - (tag: build-1.4.0-dev-17) Rename kotlinJUnitSettings test data folder to fix tests (6 days ago) <Nikolay Krasko>
* 2aa1c40de4 - Avoid checking trivial incorporated constraints (6 days ago) <Denis Zharkov>
* 02f3cedcf4 - FIR: Optimize ConeInferenceContext::typeDepth (6 days ago) <Denis Zharkov>
* b53c00cf69 - FIR: Optimize simple things in inference (6 days ago) <Denis Zharkov>
* 03c2350e79 - (tag: build-1.4.0-dev-14) Keep original casts during reification to avoid VerifyError (6 days ago) <Mikhael Bogdanov>
* 6f16d02920 - (tag: build-1.4.0-dev-13) [gradle-native-plugin] Build static caches instead of dynamic (6 days ago) <Igor Chevdar>
* b6de3c2fcc - (tag: build-1.4.0-dev-9) Disable tail-call optimization for suspend functions with Unit return type (6 days ago) <Ilmir Usmanov>
* 09acdb655d - (tag: build-1.4.0-dev-6) KtScratchExecutionSession: fix compilation for 191 (6 days ago) <Dmitry Gridin>
* 898308c7ba - (tag: build-1.4.0-dev-4) KotlinDebuggerCaches: fix INRE #EA-219472 Fixed (6 days ago) <Dmitry Gridin>
* 3f500c6e92 - KotlinConsoleRunner: fix INRE #EA-219478 Fixed (6 days ago) <Dmitry Gridin>
* 02beb72ab1 - IDEKotlinAsJavaSupport: fix INRE #EA-213321 Fixed (6 days ago) <Dmitry Gridin>
* 4d7fe78a51 - KotlinFunctionBreakpoint: fix INRE #KT-35316 Fixed #EA-219418 Fixed (6 days ago) <Dmitry Gridin>
* 09bcfab047 - KotlinNativeModuleConfigurator: fix INRE #EA-219416 Fixed (6 days ago) <Dmitry Gridin>
* 86f9253fa0 - KtScratchExecutionSession: fix INRE #EA-218701 Fixed (6 days ago) <Dmitry Gridin>
* 78f7ed2c27 - KotlinVariableInplaceIntroducer: fix PIEAE #EA-209820 Fixed (6 days ago) <Dmitry Gridin>
* 580885245d - JavaToKotlinAction: fix KNPE #EA-215300 Fixed (6 days ago) <Dmitry Gridin>
* 34dcc72e7f - idea: fix some `ControlFlowException` #EA-219412 Fixed (6 days ago) <Dmitry Gridin>
* cdabff1941 - KotlinImportOptimizer: should use with `isIndeterminate=false` #KT-34928 Fixed (6 days ago) <Dmitry Gridin>
* 7c9826b60b - PerModulePackageCacheService: fix NPE for code injection #KT-35208 Fixed (6 days ago) <Dmitry Gridin>
* ebf3bfc048 - KotlinIntroduceImportAliasHandler: remove unnecessary transformations (6 days ago) <Dmitry Gridin>
* 9f1f743d55 - (tag: build-1.4.0-dev-2923) FIR: fix test data after Make 'statics visible from nested classes' (6 days ago) <Mikhail Glukhikh>
* 7b1771d432 - (tag: build-1.3.70-dev-2917) Remove braces from 'when' entry: do not suggest when statement is lambda that has no arrow (6 days ago) <Toshiaki Kameyama>
* afc680d5c9 - (tag: build-1.3.70-dev-2915) JavaMapForEachInspection: do not report when lambda parameter is destructuring declaration (6 days ago) <Toshiaki Kameyama>
* 8857827dce - "Add not-null asserted (!!) call": do not add `this` when implicit receiver is not extension receiver (6 days ago) <Toshiaki Kameyama>
* f1c605d0f7 - (tag: build-1.3.70-dev-2914) AddFunctionParametersFix: improve parameter name for 'it' argument (6 days ago) <Toshiaki Kameyama>
* f8f50b2131 - (tag: build-1.3.70-dev-2913) DeprecatedCallableAddReplaceWithInspection: add argument name if needed (6 days ago) <Toshiaki Kameyama>
* 23749bdde7 - Add constructor parameter: add generic types correctly (6 days ago) <Toshiaki Kameyama>
* 76a65af14b - (tag: build-1.3.70-dev-2912) Fix #KT-31967 Typo in inspection name: "+= create new list under the hood" (6 days ago) <tommykw>
* ae827bfd80 - (tag: build-1.3.70-dev-2911) Use declaration-site session in phased FIR instead of use-site session (6 days ago) <Mikhail Glukhikh>
* 37839a181c - Introduce FirIdeModuleDependenciesSymbolProvider #KT-35424 In Progress (6 days ago) <Mikhail Glukhikh>
* befcfad898 - Rename: IdeFirProvider -> FirIdeProvider (6 days ago) <Mikhail Glukhikh>
* 8703da5a25 - Rename: FirResolveState -> FirModuleResolveState to reflect per-module status (6 days ago) <Mikhail Glukhikh>
* 8dbbd64beb - (tag: build-1.3.70-dev-2910) idea: cleanup code (6 days ago) <Dmitry Gridin>
* e77d8657f4 - (tag: build-1.3.70-dev-2904) Fix configuration for AS 3.5 (7 days ago) <Natalia Selezneva>
* 54d707b3b6 - (tag: build-1.3.70-dev-2903) JVM_IR: make constructors of named local classes public (7 days ago) <pyos>
* 82f48cdd11 - JVM_IR: Backwards compatible handling of default tailrec params. (7 days ago) <Mads Ager>
* 90a1b15b77 - (tag: build-1.3.70-dev-2899) [FIR] Make statics visible from nested companion/classes (7 days ago) <Simon Ogorodnik>
* 02cbe990c0 - [FIR] Use fast firSymbolProvider access (7 days ago) <Simon Ogorodnik>
* 2e27862d38 - [FIR] Cache lookupTag lookup on creation from symbol (partially) (7 days ago) <Simon Ogorodnik>
* 0fb883ef62 - [FIR] Use builtinTypes instead of creating new ones (7 days ago) <Simon Ogorodnik>
* 5de69471b0 - [FIR] Use yieldIfNeed instead of yield (7 days ago) <Simon Ogorodnik>
* 81759e8c55 - [FIR] Use proper sourceScope for modularized tests (7 days ago) <Simon Ogorodnik>
* 0a2c457f54 - [FIR] Properly check typealias fqn matching (7 days ago) <Simon Ogorodnik>
* d0c58be4e9 - [FIR] Pass proper use-site session in deserialized provider (7 days ago) <Simon Ogorodnik>
* 85ff834fdb - [FIR] Do not create Kotlin scopes for handledByJava classes (7 days ago) <Simon Ogorodnik>
* dd803cb650 - [FIR] Fix moduleInfo module names (7 days ago) <Simon Ogorodnik>
* 7f51be9cd3 - (tag: build-1.3.70-dev-2889) Minor, change parameter name of FrameMap.enter/leave (7 days ago) <Alexander Udalov>
* f51a0048f6 - Minor, rename test and avoid commented directive (7 days ago) <Alexander Udalov>
* 561cde9d06 - JVM IR: minor, add exception message to IrFrameMap.typeOf (7 days ago) <Alexander Udalov>
* 0b7c11c96e - (tag: build-1.3.70-dev-2883) [JS IR] Fix external fields naming (7 days ago) <Roman Artemev>
* 02db5ea0eb - [JS IR] Fix state machine builder (7 days ago) <Roman Artemev>
* ccb9a4e0a9 - (tag: build-1.3.70-dev-2881, tag: build-1.3.70-dev-2876) [FIR TEST]: add problematic test for T::class.java case (7 days ago) <Mikhail Glukhikh>
* 38b0de4ab6 - (tag: build-1.3.70-eap-3, tag: build-1.3.70-dev-2873) Scripting: do not start multiple request when related file was changed (7 days ago) <Natalia Selezneva>
* fba17d5b9a - Minor, tests: clear memory cache in tests that check scripting file attributes (7 days ago) <Natalia Selezneva>
* 780c61dc16 - Fix line separators in tests (7 days ago) <Natalia Selezneva>
* 31887d2fd1 - Scripting: check if affected scripts are changed using file modification stamp instead of mark them out of date in cache (7 days ago) <Natalia Selezneva>
* ec04f0059c - Scripting: do not threat comments and spaces as modifications inside essential block (7 days ago) <Natalia Selezneva>
* 2f35d6d868 - Scripting: save inputs stamp and diagnostics to file attributes (7 days ago) <Natalia Selezneva>
* 13b4e8716c - Changes inside initscript and pluginManagement blocks should invalidate script configuration (7 days ago) <Natalia Selezneva>
* d68c3584f2 - Scripting: add test for loading configuration for gradle scripts (7 days ago) <Natalia Selezneva>
* 424a2c72b2 - Implement KotlinWordsScanner (7 days ago) <Natalia Selezneva>
* 886e9613b8 - Move script related extensions to separate xml-s (7 days ago) <Natalia Selezneva>
* 2e933507c6 - Fix duplicated “Kotlin Script” definition for Gradle/Kotlin projects (KT-35096) (7 days ago) <Natalia Selezneva>
* 153d894afb - (tag: build-1.3.70-eap-2, tag: build-1.3.70-dev-2870, minamoto/compler-update/kotlin) FIR: Optimize ConeTypeContext::asSimpleType (7 days ago) <Denis Zharkov>
* 1790dcf80c - FIR: Reorder when entries in ConeTypeContext::typeConstructor (7 days ago) <Denis Zharkov>
* a14852a6ec - Minor. Make ConeClassLikeTypeImpl final (7 days ago) <Denis Zharkov>
* ac81f046fd - (tag: build-1.3.70-dev-2867) gradle.kts importing test: don't run on 191 (including as34) (7 days ago) <Sergey Rostov>
* a2d8e2435f - (tag: build-1.3.70-dev-2863) Reorder steps in psi2ir so postprocessing goes before unbound symbols stub generating (7 days ago) <Leonid Startsev>
* 737eaebee6 - (tag: build-1.3.70-dev-2857) FIR resolve: fold flexible types whenever possible #KT-31528 Fixed (7 days ago) <Mikhail Glukhikh>
* 9f5a02dc7a - (tag: build-1.3.70-dev-2853) gradle.kts importing: fix as36 (7 days ago) <Sergey Rostov>
* 637e6f5acc - (tag: build-1.3.70-dev-2852) FIR: add forgotten test data for old FE test (7 days ago) <Mikhail Glukhikh>
* acf48a1af7 - (tag: build-1.3.70-dev-2850) Return NONE from FirSuperTypeScope if nothing is found (7 days ago) <Mikhail Glukhikh>
* 001af68495 - FIR: distinguish lazy/non-lazy nested scopes more clear (7 days ago) <Mikhail Glukhikh>
* fea224749b - FIR: introduce symbolProvider.getNestedClassifierScope to choose lazy/non-lazy (7 days ago) <Mikhail Glukhikh>
* 663d545d79 - FIR: get rid of symbolProvider.getClassDeclaredMemberScope at all (7 days ago) <Mikhail Glukhikh>
* af87a183c2 - FIR: get rid of symbolProvider.getClassDeclaredMemberScope usages in compiler (7 days ago) <Mikhail Glukhikh>
* f497231acd - FIR: try to use JavaSymbolProvider directly in lazy nested classifier scope (7 days ago) <Mikhail Glukhikh>
* 48d60ed4ea - (tag: build-1.3.70-dev-2849) revert accidentally changed vcs.xml (7 days ago) <Sergey Rostov>
* 039090d2bf - (tag: build-1.3.70-dev-2848) gradle.kts importing tests: run gradle 6.0.1 only for that test (7 days ago) <Sergey Rostov>
* 1930ab7c38 - gradle.kts importing: reduce bunch files (7 days ago) <Sergey Rostov>
* c0690ff5f6 - gradle.kts importing: move code to dedicated package (7 days ago) <Sergey Rostov>
* 6e3e65c490 - gradle.kts importing: add support for included builds and fix sub projects (7 days ago) <Sergey Rostov>
* fef193be63 - gradle.kts: add tests for importing scripts configuration (7 days ago) <Sergey Rostov>
* dcd67d79f4 - gradle.kts: script models should be imported in ProjectData key, not in GradleSourceSetData (7 days ago) <Sergey Rostov>
* fd16078a34 - gradle.kts: add clearCaches method for testing (7 days ago) <Sergey Rostov>
* 559b067f91 - gradle.kts: move areSimilar to utils.kt to use in tests (7 days ago) <Sergey Rostov>
* 249f72585d - (tag: build-1.3.70-dev-2847) Fix test data in FIR old FE diagnostics test (7 days ago) <Mikhail Glukhikh>
* Initial expect/actual support in klibs under -Xklib-mpp flag.
(cherry picked from commit a777eb110f478e4537c2f569bd1c7ac24706aaf9)
Co-authored-by: Roman <37534597+romanart@users.noreply.github.com>
Co-authored-by: Abduqodiri Qurbonzoda <a.qurbonzoda@gmail.com>
Co-authored-by: alexander-gorshenev <alexander.gorshenev@jetbrains.com>
* f6b99955f8 - (tag: build-1.3.70-dev-2522) Update testData in bytecodeText (argument nullability assertions) (3 days ago) <Dmitry Petrov>
* d28743157a - Mute testPlatformValueContains in JVM_IR (3 days ago) <Dmitry Petrov>
* c83f68151c - Support @EnhancedNullability in psi2ir (3 days ago) <Dmitry Petrov>
* 429bf78afa - Add 'Collection#contains' as a special case to psi2ir tests (3 days ago) <Dmitry Petrov>
* 26782d7216 - Fix exception message checking (3 days ago) <Dmitry Petrov>
* a819104d81 - JVM_IR: generate nullability assertions for private operators (3 days ago) <Dmitry Petrov>
* 331347f9fe - Mute tests for explicit 'equals' on boxed primitives (3 days ago) <Dmitry Petrov>
* 89e1941dfd - Update testData for argument nullability assertion tests (3 days ago) <Dmitry Petrov>
* fc7783c7dd - JVM_IR: JvmArgumentNullabilityAssertionsLowering (3 days ago) <Dmitry Petrov>
* c676b58c14 - Minor: JvmBuiltinOptimizationLowering.kt: reformat & fix warnings (3 days ago) <Dmitry Petrov>
* 20fb519f1a - PSI2IR: Generate IMPLICIT_NOTNULL casts for platform type values (3 days ago) <Dmitry Petrov>
* dabf6376db - (tag: build-1.3.70-dev-2520) Update js reachable nodes count after expanding StringBuilder api (3 days ago) <Abduqodiri Qurbonzoda>
* df3bee3038 - (tag: build-1.3.70-dev-2518) Annotations: support injections in string arrays (KT-35222) (4 days ago) <Nicolay Mitropolsky>
* f82fe20d43 - (tag: build-1.3.70-dev-2513) [FIR] fix test data according to last commits (4 days ago) <Mikhail Glukhikh>
* 53935db992 - [FIR] fix compilation error (arose due to commit conflict) (4 days ago) <Mikhail Glukhikh>
* 6f222edb88 - (tag: build-1.3.70-dev-2512) [FIR] Add unresolved type counter to html dump (4 days ago) <Dmitriy Novozhilov>
* bef344b33e - Optimization / clarifying: getFirClassifierContainerFile (4 days ago) <Mikhail Glukhikh>
* 2f3618041b - FIR resolve: eliminate CallInfo.containingDeclaration as unused (4 days ago) <Mikhail Glukhikh>
* c1789a0ecc - FIR IDE: synchronous creation/registration of sessions (4 days ago) <Mikhail Glukhikh>
* 70fa12d9d2 - Extract FirDiagnosticsCollector to have creation logic in one place (4 days ago) <Mikhail Glukhikh>
* 9782ec1b1e - FIR resolve phases: set BODY_RESOLVE phased properly (4 days ago) <Mikhail Glukhikh>
* 26ee02ed02 - FIR: replace resolve phase in FirFile properly (4 days ago) <Mikhail Glukhikh>
* 1539ee30ff - FIR IDE: fix local class containing file search (4 days ago) <Mikhail Glukhikh>
* d35a26a75b - Optimization: introduce FirIdeResolveStateService to cache FirResolveState (4 days ago) <Mikhail Glukhikh>
* b4760bcbd3 - Extract AbstractResolveElementCacheTest to use in FIR cache testing (4 days ago) <Mikhail Glukhikh>
* 74a7a8c881 - FIR resolve (minor): provide source element for resolved qualifier (4 days ago) <Mikhail Glukhikh>
* 8808c775a4 - Introduce FirResolvedTypeRef.delegatedTypeRef to see children types in IDE (4 days ago) <Mikhail Glukhikh>
* 38c1a50c1d - (tag: build-1.3.70-dev-2510) [FIR] Resolve delegating constructor calls (4 days ago) <Dmitriy Novozhilov>
* de77bd526b - [FIR] Change default visibility for sealed class constructors from `private` to `public` (4 days ago) <Dmitriy Novozhilov>
* d840671620 - [FIR] Don't create delegating super constructor call to `kotlin.Enum` for enums (4 days ago) <Dmitriy Novozhilov>
* a0d8e5bde7 - [FIR] Don't create delegating constructor call to `kotlin.Annotation` (4 days ago) <Dmitriy Novozhilov>
* 25720e20f4 - [FIR] Fix bug in defining of completion mode (4 days ago) <Dmitriy Novozhilov>
* 088a949403 - [FIR] Add implicit type counter to html dump (4 days ago) <Dmitriy Novozhilov>
* e58711cde3 - (tag: build-1.3.70-dev-2509) FIR: Select most specific members from supertypes scope (4 days ago) <Denis Zharkov>
* e5166e0e7d - FIR: Extract common parts in FirSuperTypeScope (4 days ago) <Denis Zharkov>
* 43aa1f87df - FIR: Optimize supertypes scope structure (4 days ago) <Denis Zharkov>
* 91fce215d2 - FIR: Simplify super type scopes related code (4 days ago) <Denis Zharkov>
* b8984d154b - (tag: build-1.3.70-dev-2508, origin/rr/zharkov-fir-constructor-type-parameters) FIR: Do not copy type parameters from class to constructors (4 days ago) <Denis Zharkov>
* 20d02dd0ee - (tag: build-1.3.70-dev-2487) Commonize StringBuilder (5 days ago) <Abduqodiri Qurbonzoda>
* 1431e27a7b - Move StringBuilder to its own file (5 days ago) <Abduqodiri Qurbonzoda>
* 0c033297a8 - Move Appendable to its own file (5 days ago) <Abduqodiri Qurbonzoda>
* 50752d47fe - Move CharacterCodingException to its own file (5 days ago) <Abduqodiri Qurbonzoda>
* 956e085b22 - Rename text.kt file to StringBuilderJs.kt (5 days ago) <Abduqodiri Qurbonzoda>
* 2155f1680f - Fix small mistake in CharSequence.lastIndexOf documentation (5 days ago) <Abduqodiri Qurbonzoda>
* 4a0f683bea - (tag: build-1.3.70-dev-2470) JVM_IR: repair after switching Ir.Symbols to non-lazy table (5 days ago) <Georgy Bronnikov>
* 08aeed3b46 - IR: do not use lazyWrapper for Ir.Symbols (5 days ago) <Georgy Bronnikov>
* b0b04eb4cd - (tag: build-1.3.70-dev-2461) Use kotlin specific setting "Optimize imports on the fly" in quick fix (5 days ago) <Vladimir Dolzhenko>
* be5b7adb5a - (tag: build-1.3.70-dev-2455) FIR: Support captured types for sub-arguments (5 days ago) <Denis Zharkov>
* 5b4e8170ae - Fix variables leaking when adding other system under transaction (5 days ago) <Denis Zharkov>
* 692442d7a2 - Do not look into captured star projection as types (5 days ago) <Denis Zharkov>
* 3634d80cae - FIR: Order type variables for fixation (5 days ago) <Denis Zharkov>
* 7f77cc55f3 - (tag: build-1.3.70-dev-2451) Update the test for cleanup (6 days ago) <Ivan Gavrilovic>
* e07b2e30e2 - KT-34258: Make sure to clean up stale files even if no Kotlin sources (6 days ago) <Ivan Gavrilovic>
* a22a60118c - (tag: build-1.3.70-dev-2450) Fix 'Project#afterEvaluate(Action) <...> cannot be executed' on IDE test run (6 days ago) <Sergey Igushkin>
* edfd933348 - (tag: build-1.3.70-dev-2444) Improve Result docs to emphasize that any Throwable exception is caught (6 days ago) <Ilya Gorbunov>
* d84daa0a4b - (tag: build-1.3.70-dev-2442) JVM IR: fix value argument offset in -Xjvm-default=compatibility mode (6 days ago) <Alexander Udalov>
* 3de6289c6c - (tag: build-1.3.70-dev-2439, tag: build-1.3.70-dev-2435, origin/rrinf/kirpichenkov/test, minamoto/ir/inliner/variable-hint/kotlin) [NI] Run completion on subatoms of error calls (6 days ago) <Pavel Kirpichenkov>
* 29fbb8e22f - (tag: build-1.3.70-dev-2428) Update to 193.5233.102 release (KT-35239) (6 days ago) <Nikolay Krasko>
* fa64b5794b - Allow to mute parameterized GradleImportingTestCase JUnit 4 tests (6 days ago) <Nikolay Krasko>
* ca0bff75cd - (tag: build-1.3.70-dev-2425) [KLIB] Keep order of constant properties depending on backend - Fix K/N performance regression (6 days ago) <Roman Artemev>
* 6ef3831f14 - Build: Take parent directory as rootProject directory in case of buildSrc (6 days ago) <Vyacheslav Gerasimov>
* 462d6ac5b6 - Build: Add remote build cache parameters for teamcity builds (6 days ago) <Vyacheslav Gerasimov>
* d3c1ef9251 - Build: Use kotlin-build-gradle-plugin in buildSrc (6 days ago) <Vyacheslav Gerasimov>
* ab8542bbdb - Build: Advance kotlin-build-gradle-plugin version to 0.0.2 (6 days ago) <Vyacheslav Gerasimov>
* 46d77419a8 - Build: Add build cache properties to kotlin-build-gradle-plugin (6 days ago) <Vyacheslav Gerasimov>
* ad79efeba3 - Build: Use kotlin version embedded to gradle (6 days ago) <Vyacheslav Gerasimov>
* fa7bd3dd2e - (tag: build-1.3.70-dev-2423) FIR: Support SAM constructors for type aliases (6 days ago) <Denis Zharkov>
* ae01d050c9 - FIR: Abstract parts for type alias constructors resolution (6 days ago) <Denis Zharkov>
* fbe7db5471 - FIR: Move constructor processing parts to a separate file (6 days ago) <Denis Zharkov>
* bf68e85a5c - FIR: Support SAM conversion for interfaces containing Object methods (6 days ago) <Denis Zharkov>
* 0c190f6040 - (HEAD -> master, tag: build-1.3.70-dev-1438, origin/master, origin/HEAD) Enable `-Xuse-mixed-named-arguments` feature for compiler project (10 hours ago) <Dmitriy Novozhilov>
* be4ae5d7ba - Upgrade kotlin version in gradle configuration testdata (10 hours ago) <Dmitriy Novozhilov>
* d485ea44e8 - Update bootstrap version (10 hours ago) <Dmitriy Novozhilov>
* ba77e5eba8 - (tag: build-1.3.70-dev-1436) #KT-29622: Fix bunches for 191 and earlier idea versions (29 hours ago) <Vadim Brilyantov>
* 66eeeb4705 - Add Focus Mode support to kotlin language (29 hours ago) <Vadim Brilyantov>
* f7ef16d2d5 - (tag: build-1.3.70-dev-1433) Regenerate tests (2 days ago) <Alexander Udalov>
* f9b66d57cf - (tag: build-1.3.70-dev-1431) Fix test data for -Xuse-mixed-named-arguments (2 days ago) <Alexander Udalov>
* 228fdb4436 - (tag: build-1.3.70-dev-1428) Don't optimize null checks for unsafe primitive type boxes as well (2 days ago) <Alexander Udalov>
* b80e157381 - JVM, JVM IR: Don't optimize null-checks based on nullability information (2 days ago) <Steven Schäfer>
* de082543f1 - (tag: build-1.3.70-dev-1426) Minor, ignore another test with java.util.function on JDK 6 (2 days ago) <Alexander Udalov>
* 9b3e64257f - Minor, ignore test with java.util.function on JDK 6 (2 days ago) <Alexander Udalov>
* e89a87b2e3 - (tag: build-1.3.70-dev-1425) KT-29926: Support completion of suspend lambda body and parameters (2 days ago) <Roman Golyshev>
* da4097f488 - KT-29926: Support completion of suspend lambda parameters in the body (2 days ago) <Roman Golyshev>
* 84b9044187 - KT-29926: Get rid of `filterFunctionExpected` (2 days ago) <Roman Golyshev>
* e2b91cfec7 - (tag: build-1.3.70-dev-1416) Properties with custom property declarations highlighting rule. (2 days ago) <Vladimir Ilmov>
* bf37572b93 - (tag: build-1.3.70-dev-1414) Offload heavy part of KotlinNativeABICompatibilityChecker to non-EDT thread pool (2 days ago) <Dmitriy Dolovov>
* d97aeb9fe0 - Build KotlinNativeABICompatibilityChecker notifications in a separate function (2 days ago) <Dmitriy Dolovov>
* 526e7e463b - (tag: build-1.3.70-dev-1410) Mute flaky failure in KotlinGotoImplementationMultiModuleTestGenerated in 193 (2 days ago) <Nikolay Krasko>
* ce1e57d798 - Mute IdeReplCompletionTestGenerated tests in 193 (KT-34825) (2 days ago) <Nikolay Krasko>
* 93aba85f51 - (tag: build-1.3.70-dev-1407) Fix FIR built-ins test (2 days ago) <Mikhail Glukhikh>
* 5313c964c6 - (tag: build-1.3.70-dev-1406) [FIR] Fix SOF in fir consistency checker (2 days ago) <Dmitriy Novozhilov>
* bc453e5917 - [FIR] Fix testdata forgotten in e910653d (2 days ago) <Dmitriy Novozhilov>
* e6b005a7dc - Disable `-Xuse-mixed-named-arguments` feature for compiler project (2 days ago) <Dmitriy Novozhilov>
* 45523a5767 - Fix `-Xuse-mixed-named-arguments` compiler arg (2 days ago) <Dmitriy Novozhilov>
* 8561f08f06 - (tag: build-1.3.70-dev-1404) [JVM_IR] Reintroduce non-IEEE comparisons (2 days ago) <Kristoffer Andersen>
* 0675b54e11 - (tag: build-1.3.70-dev-1403) Minor, add regression test for KT-34766 (2 days ago) <Alexander Udalov>
* ea543eac13 - (tag: build-1.3.70-dev-1401) [IC KLIB] Fix after rebase (2 days ago) <Roman Artemev>
* 3e3cb8734b - [IC] Unmute IC klib tests (2 days ago) <Roman Artemev>
* b11d69b719 - [IC] Temporary restore removed method to fix proto comparison tests (2 days ago) <Roman Artemev>
* a91ed694bf - [IC KLIB] Use new klib argument (2 days ago) <Roman Artemev>
* eb5e954e2a - Minor: adjust formatting (2 days ago) <Alexey Tsvetkov>
* d776e92111 - Use Klib JS serializer protocol for IC (2 days ago) <Alexey Tsvetkov>
* 6e9cd85b54 - Exclude some proto messages from proto comparison in IC (2 days ago) <Alexey Tsvetkov>
* ac9b7fa268 - Exclude some proto fields from proto comparison in IC (2 days ago) <Alexey Tsvetkov>
* 28e6219b0b - Fix proto comparison for fields mapped to type table (2 days ago) <Alexey Tsvetkov>
* c694752b4f - Generate Klib JS extensions for proto comparison (2 days ago) <Alexey Tsvetkov>
* 83f060ad3e - Minor: add functions to distinguish initial and incremental builds when debugging IC tests (2 days ago) <Alexey Tsvetkov>
* 537199e0fa - Minor: replace UsefulTestCase with KtUsefulTestCase (2 days ago) <Alexey Tsvetkov>
* 72c4be785d - [JS IR] Add proper extension point in FE to customize incremental data loading - fix IC klib (2 days ago) <Roman Artemev>
* 21c436c64c - Klib metadata cached package fragment and package fragment provider (2 days ago) <Alexander Gorshenev>
* 1bced5d2a2 - [KLIB IC] Fix file index allocation, make them stable between recompilations (2 days ago) <Roman Artemev>
* ab506c1579 - (tag: build-1.3.70-dev-1399) Frontend: Avoid retypechecking the right hand side of assignment operators (2 days ago) <Steven Schäfer>
* 41c81d25a0 - FIR body resolve: use nested classifier scopes only via member scopes (2 days ago) <Mikhail Glukhikh>
* f0130d0460 - FIR (minor): remove unnecessary withScopeCleanup call (2 days ago) <Mikhail Glukhikh>
* cf15359079 - (tag: build-1.3.70-dev-1397) Decrease number of forked test processes on local machine (2 days ago) <Mikhael Bogdanov>
* 7c9578116b - (tag: build-1.3.70-dev-1396) JVM IR: Fix types in LateInitLowering (2 days ago) <Steven Schäfer>
* 3ee013aac6 - (tag: build-1.3.70-dev-1389) Change compiler flag for enabling mixed named argumetns in compiler project (2 days ago) <Dmitriy Novozhilov>
* 5b1cc7d8d5 - Update bootstrap version (2 days ago) <Dmitriy Novozhilov>
* e910653d6f - [FIR] Add pretty rendering of functional types (2 days ago) <Dmitriy Novozhilov>
* 18dc652404 - [FIR] Get rid of `operation` in `FirVariableAssignment` (2 days ago) <Dmitriy Novozhilov>
* b5210e6a9b - [FIR] Fix building fir for += with complex rhs (2 days ago) <Dmitriy Novozhilov>
* cadc2dfe4d - [FIR] Fix generating fir for `invoke` calls (2 days ago) <Dmitriy Novozhilov>
* ff32eab3d1 - (tag: build-1.3.70-dev-1387) [NI] Run call checkers on resolved calls for callable references (2 days ago) <Pavel Kirpichenkov>
* f444702cf3 - (tag: build-1.3.70-dev-1385) JVM: Always invoke get()/charAt() in optimized for-loop over CharSequence.withIndex(), even if element variable is unused in destructuring declaration. (2 days ago) <Mark Punzalan>
* 411dc5d60e - (tag: build-1.3.70-dev-1383) FIR nested classifier scope building: optimize companion search (3 days ago) <Mikhail Glukhikh>
* 48938a20a7 - Raw FIR: add synthesized Enum.valueOf() function (3 days ago) <Mikhail Glukhikh>
* 1978db9d0e - (tag: build-1.3.70-dev-1379) Move codegen tests on old language versions under oldLanguageVersions/ (3 days ago) <Alexander Udalov>
* c3729c8189 - Reorganize codegen tests for old language versions (3 days ago) <Alexander Udalov>
* dcd72b06d8 - (tag: build-1.3.70-dev-1378) JVM IR: Implement CHECK_NOT_NULL as a lowering (3 days ago) <Steven Schäfer>
* ea6c43dabd - (tag: build-1.3.70-dev-1377) Mute inline testMultipleInExpression because of unstable order of usages in 193 (3 days ago) <Nikolay Krasko>
* fe9c5cac45 - Fix TypedHandlerTest in 193 (3 days ago) <Nikolay Krasko>
* f6bdaf992e - Fix jps build in buildSrc by explicitly using mutable set (3 days ago) <Nikolay Krasko>
* c053bd213a - Don't assert order of todo items to fix platform update to 193 (3 days ago) <Nikolay Krasko>
* b2a61eb5e6 - Additional mute for IdeReplCompletionTestGenerated.testFunctions in 193 (3 days ago) <Nikolay Krasko>
* 2aa251fd0c - Remove deprecated API from InlayScratchFileRenderer (3 days ago) <Nikolay Krasko>
* 9fb95e776e - (tag: build-1.3.70-dev-1372) [HIGHLIGHT] Specific keyword rules for val,var highlighting. (3 days ago) <Vladimir Ilmov>
* 34ea47a868 - (tag: build-1.3.70-dev-1369) Extract Konan Gradle model into a separate JAR file (3 days ago) <Dmitriy Dolovov>
* fb9f43c119 - (tag: build-1.3.70-dev-1368) JVM_IR: fix load check in inliner (should accept primitives too) (3 days ago) <pyos>
* 4164b620e8 - (tag: build-1.3.70-dev-1364) Minor, remove obsolete directives and suppressions from contracts test data (3 days ago) <Alexander Udalov>
* 66e19b13ce - IR: create shared variables for val-variables when needed (3 days ago) <Alexander Udalov>
* 5c4b47c336 - (tag: build-1.3.70-dev-1362) [native-gradle-plugin] Disabled native daemon for tests for now (3 days ago) <Igor Chevdar>
* 83331a0afb - [native-gradle-plugin] Test fix (3 days ago) <Igor Chevdar>
* ecb001d5db - Bumped K/N version (3 days ago) <Igor Chevdar>
* d36effd725 - [native-gradle-plugin] Run konan directly from the gradle process (3 days ago) <Igor Chevdar>
* d755002ac4 - (tag: build-1.3.70-dev-1360) Advance bootstrap to 1.3.70-dev-1231 (3 days ago) <Nikolay Krasko>
* 0ea64c8d4b - Avoid using js dist library during jps build as it absent in bootstrap (3 days ago) <Nikolay Krasko>
* 155a760ee9 - Revert "Revert [JS IR] commits that failed build" (3 days ago) <Nikolay Krasko>
* 181d023e3c - (tag: build-1.3.70-dev-1358) JVM IR: Remove JvmBackendContext.getTopLevelClass (3 days ago) <Steven Schäfer>
* 1ac753602e - JVM IR: Avoid getTopLevelClass in CollectionStubMethodLowering (3 days ago) <Steven Schäfer>
* f9ff3771e5 - JVM IR: Avoid getTopLevelClass in AddContinuationLowering (3 days ago) <Steven Schäfer>
* 481d4d72b9 - JVM IR: Avoid getTopLevelClass in JvmSymbols (3 days ago) <Steven Schäfer>
* d0c261c779 - Ensure the correct functions (with correct params) are being used in ForLoopsLowering. (3 days ago) <Mark Punzalan>
* 21178a4f1a - Fix issue getting the `size` property from Collection bounded type parameters, when lowering for-loops over Collection.indices. (3 days ago) <Mark Punzalan>
* 30679ebfaf - (tag: build-1.3.70-dev-1355) FIR Java: implement correct type matching in SuperTypeScope (3 days ago) <Mikhail Glukhikh>
* 7fffd3d0f2 - Fix using method removed from 193 in old J2K (3 days ago) <Ilya Kirillov>
* 39db76b2ab - "Indent raw string" intention: do not suggest in const (3 days ago) <Toshiaki Kameyama>
* 688a2185fa - (tag: build-1.3.70-dev-1353) Tests for Kapt3 with JVM_IR backend (3 days ago) <Georgy Bronnikov>
* 4d9839a790 - (tag: build-1.3.70-dev-1348) JavaClassUseSiteMemberScope: add mutable vs non-mutable type matching (3 days ago) <Mikhail Glukhikh>
* 61c337588b - (tag: build-1.3.70-dev-1339) Revert testdata accidentally committed in 665405c4 (3 days ago) <Dmitriy Novozhilov>
* 4f8a8f84ba - [FIR] Update some testdata in fir visualizer test (3 days ago) <Dmitriy Novozhilov>
* abf41f87a1 - [FIR] Fix rendering of local variables in Visualizer (3 days ago) <Dmitriy Novozhilov>
* f0ba9c3c40 - [FIR] Make file separator in `AbstractVisualizer` OS independent (3 days ago) <Dmitriy Novozhilov>
* 581504aac5 - (tag: build-1.3.70-dev-1337) Raw FIR: add synthesized Enum.values() function #KT-24076 Fixed (4 days ago) <Mikhail Glukhikh>
* 6e0148c7a8 - FIR: cleanup of DataClassUtils: remove redundant status field assignments (4 days ago) <Mikhail Glukhikh>
* 3b100e57f2 - (tag: build-1.3.70-dev-1331) Change NO_EXPLICIT_VISIBILITY_IN_API_MODE diagnostic range to 'declaration modifiers + name'. (4 days ago) <Leonid Startsev>
* 24688f3503 - Do not disable 'redundant visibility modifier' inspection completely in Explicit API mode. (4 days ago) <Leonid Startsev>
* 5ab262c977 - Skip explicit API inspection for data class properties and add inspection for public API in interfaces (4 days ago) <Leonid Startsev>
* ebb7e434c8 - Explicit Api mode: Renamings after design discussions (4 days ago) <Leonid Startsev>
* 7fada51c42 - Add quickfix for setting explicit public visibility for diagnostic reported in API mode (4 days ago) <Leonid Startsev>
* 2b708093c0 - Add explicit return type check for API mode (4 days ago) <Leonid Startsev>
* 7058492b55 - Explicit Api mode: prototype with check for missing explicit visibility (4 days ago) <Leonid Startsev>
* a7d60fbf2d - (tag: build-1.3.70-dev-1329) JVM IR: minor, fix IR builder scope for multifile bridges (4 days ago) <Alexander Udalov>
* 7a2c467bb5 - JVM IR: remove obsolete hack in JvmMultifileClass facade generation (4 days ago) <Alexander Udalov>
* 5d8aac456f - (tag: build-1.3.70-dev-1326) JVM_IR: create temporaries for complex super constructor arguments (4 days ago) <pyos>
* 42f75b3247 - JVM_IR: have SAM wrapper constructors accept FunctionN (4 days ago) <pyos>
* 862197d713 - JVM_IR: create temporaries for complex SAM conversion arguments (4 days ago) <pyos>
* 650e2501bb - (tag: build-1.3.70-dev-1315) [NI] Prioritize variables with trivial constraints over complex ones (4 days ago) <Mikhail Zarechenskiy>
* 5582fd4056 - [NI] Discard `DefNotNull` types inside invariant positions (4 days ago) <Mikhail Zarechenskiy>
* 4fc1bd9ec5 - (tag: build-1.3.70-dev-1313) Support inlining functions with KT-28064 style objects (4 days ago) <pyos>
* 27e1a54d4e - (tag: build-1.3.70-dev-1310) [FIR] Add `descriptors.runtime` as dependency to psi2fir test (4 days ago) <Dmitriy Novozhilov>
* 665405c435 - [FIR] Add discriminating generics into ConeOverloadConflictResolver (4 days ago) <Dmitriy Novozhilov>
* 86a8412b05 - (tag: build-1.3.70-dev-1307) Don't try loading PSI tree in IDE mode via stubs (e.g. decompiled code) (4 days ago) <Mikhail Zarechenskiy>
* aff9ae2ecf - (tag: build-1.3.70-dev-1304) FIR resolve bench: collect unique problems also from callee, ignore empty problems (4 days ago) <Mikhail Glukhikh>
* bd1127cfa3 - (tag: build-1.3.70-dev-1300) FIR: resolve lambda arguments even if an outer call is unresolved (4 days ago) <Mikhail Glukhikh>
* 3b4edb3901 - Don't recreate FirSpecificTypeResolverTransformer during type resolve stage (4 days ago) <Mikhail Glukhikh>
* 3dd3421437 - Temporary: resolve type to kotlin/reflect/Function instead of kotlin/Function (4 days ago) <Mikhail Glukhikh>
* 60e6d2e521 - Resolve local declaration statuses & types inside bodies in FirBodyResolveTransformer (4 days ago) <Mikhail Glukhikh>
* 668a2a58be - FIR: switch off body visiting in status & type resolve transformers (breaks many tests) (4 days ago) <Mikhail Glukhikh>
* d6daf321a2 - FIR: render implicit built-in type references as resolved ones (4 days ago) <Mikhail Glukhikh>
* 7f4b568021 - (tag: build-1.3.70-dev-1289) Mark new KClass.cast/safeCast extensions as low-priority (5 days ago) <Alexander Udalov>
* 3c7b0e6ccc - (tag: build-1.3.70-dev-1288) Fix gradle runtime dependency issue for completion-ranking-kotlin library (5 days ago) <Nikolay Krasko>
* 279deb3a78 - Mention navigation fails asserts in 193 in common file (KT-34542) (5 days ago) <Nikolay Krasko>
* 5ca3698d13 - Remute JoinLinesTestGenerated tests in 193 (KT-34408) (5 days ago) <Nikolay Krasko>
* 651a70ae54 - Remute MultiLineStringIndentTestGenerated tests in 193 (KT-34566) (5 days ago) <Nikolay Krasko>
* c50e60f90f - More mutes for 193 branch (5 days ago) <Nikolay Krasko>
* 5d19b2c3c4 - Allow to mute tests with spaces in names (5 days ago) <Nikolay Krasko>
* e3c6a1fbd8 - (tag: build-1.3.70-dev-1284) Updating progress for optimize imports (5 days ago) <Alexander Podkhalyuzin>
* d2ae39489f - (tag: build-1.3.70-dev-1283) SmartPointers in Smart Completion for anonymous object generation (5 days ago) <Alexander Podkhalyuzin>
* d321f4626f - (tag: build-1.3.70-dev-1281) Formatter: fix line break before `OperationReference` in elvis #KT-22362 Fixed (5 days ago) <Dmitry Gridin>
* 247619c565 - Formatter: fix line break between label and property #KT-22273 Fixed (5 days ago) <Dmitry Gridin>
* 7f1935b82e - formatter: cleanup code (5 days ago) <Dmitry Gridin>
* 0098588a6b - NodeIndentStrategy: remove code duplication (5 days ago) <Dmitry Gridin>
* 196dd25637 - ProjectCodeStyleImporter: fix deprecated elements (5 days ago) <Dmitry Gridin>
* f2289c216c - (tag: build-1.3.70-dev-1277) Fix type of IllegalArgumentException call for illegal step in StepHandler. (5 days ago) <Mark Punzalan>
* ca4784ffd3 - (tag: build-1.3.70-dev-1271) Fix CLI testdata broken in 7f58162a (5 days ago) <Dmitriy Novozhilov>
* c58ca27b2e - (tag: build-1.3.70-dev-1269) [FIR] Introduce `ResolutionMode` as data for body resolve instead of `Any?` (5 days ago) <Dmitriy Novozhilov>
* 7f58162abc - Add `-Xuse-mixed-named-arguments` compiler flag (5 days ago) <Dmitriy Novozhilov>
* 23d492646d - [FIR] Update testdata of SAM conversions diagnostics tests after lambda resolution fix (5 days ago) <Dmitriy Novozhilov>
* 010dae454e - [FIR] Fix extracting parameters from extension function types (5 days ago) <Dmitriy Novozhilov>
* 9c8d6fb49b - [FIR] Check for lambda arguments that expected type is functional type (5 days ago) <Dmitriy Novozhilov>
* 297d07f465 - [FIR] Refactor fir resolve tests (5 days ago) <Dmitriy Novozhilov>
* 66abbe1aad - [FIR] Fix testdata in fir diagnostic tests broken in 01f09af6 (5 days ago) <Dmitriy Novozhilov>
* 704e6e96fa - (tag: build-1.3.70-dev-1268) Fir2Ir: Produce IR_TEMPORARY_VARIABLE origins (5 days ago) <Steven Schäfer>
* 733c7579aa - Normalize names of temporary variables in IrTextTests (5 days ago) <Steven Schäfer>
* 740f851a10 - (tag: build-1.3.70-dev-1263) Revert [JS IR] commits that failed build (5 days ago) <Nikolay Krasko>
* 722f7ff056 - (tag: build-1.3.70-dev-1254) Now using Kotlin setting instead of Java one (5 days ago) <Alexander Podkhalyuzin>
* efaf779133 - (tag: build-1.3.70-dev-1248) Minor, fix test data for kotlinx.serialization bytecode text test (6 days ago) <Alexander Udalov>
[kotlin compiler][update] 1.3.70-dev-1004
* bffcf8478e - (tag: build-1.3.70-dev-1004) 193: Fix outdated gradle plugin id (5 hours ago) <Florian Kistner>
* 01d3b8d9c4 - (tag: build-1.3.70-dev-995) Store mute tests database in the code instead of build server (8 hours ago) <Nikolay Krasko>
* edc1fa3ae8 - Change version to the stable one to avoid downloading from teamcity (8 hours ago) <Nikolay Krasko>
* 3643ae4765 - Update 193 to more recent 193.4778.7-EAP (8 hours ago) <Nikolay Krasko>
* 810e1973f6 - 193: Mute multiline enter tests in 193 (KT-34566) (8 hours ago) <Nikolay Krasko>
* 697d3a0e5a - 193: Mute scripting test in 193 (KT-34541) (8 hours ago) <Nikolay Krasko>
* 8563614b69 - 193: Mute navigation tests in 193 (KT-34542) (8 hours ago) <Nikolay Krasko>
* 3e7767f096 - Fix compilation on 193 and clean up other warnings (8 hours ago) <Nikolay Krasko>
* 7b0f03cc1c - (tag: build-1.3.70-dev-989) [IR] Made IR validator weaker during validating IrConstNull (9 hours ago) <Igor Chevdar>
* f413da3e58 - Turned off test for native It fixes current JVM BE behavior but seems like this should've been a FE error. (9 hours ago) <Igor Chevdar>
* b63f9176a3 - (tag: build-1.3.70-dev-987) JVM_IR: repair overriddenSymbols in InterfaceDelegationLowering (10 hours ago) <Georgy Bronnikov>
* c127cbaa6a - (tag: build-1.3.70-dev-985) [Gradle, JS] Fix stack trace for inner classes (10 hours ago) <Ilya Goncharov>
* 88dd8f663c - (tag: build-1.3.70-dev-972) JVM_IR: Do not generate null checks for suspend function views. (2 days ago) <Mads Ager>
* 03c7f4bf00 - (tag: build-1.3.70-dev-971) Wrap KtClassOrObject.isLocal, KtFile.isScript with runReadAction in LightClasses (2 days ago) <Vladimir Dolzhenko>
* 00055fc20a - (tag: build-1.3.70-dev-967) Wrap KtClassOrObject.isLocal, KtFile.isScript with runReadAction in LightClasses (2 days ago) <Vladimir Dolzhenko>
* 96768cbf2d - (tag: build-1.3.70-dev-965) Clean up after acquire lock for several seconds to create LightClasses to workaround dead-lock over resolve (3 days ago) <Vladimir Dolzhenko>
* 28e34f5175 - (tag: build-1.3.70-dev-962) Build: Exclude kotlin-stdlib-common from kotlin-osgi-bundle (3 days ago) <Vyacheslav Gerasimov>
* dac0fc7397 - (tag: build-1.3.70-dev-961) Remove obsolete assertion in ExpressionCodegen (3 days ago) <Alexander Udalov>
* e7fe144f5c - Minor, fix markdown rendering in GenerateGradleOptions (3 days ago) <Alexander Udalov>
* f248e4a2ee - Update CLI test data and Gradle option descriptions (3 days ago) <Alexander Udalov>
* c6f54b6412 - Improve descriptions of compiler options (3 days ago) <Pavel Semyonov>
* 87b88a738e - (tag: build-1.3.70-dev-959) [Minor] Update test data for NI (3 days ago) <Pavel Kirpichenkov>
* 1b96e14b1e - (tag: build-1.3.70-dev-948) Remove reference to temporary thread local explicitly (KT-28940) (3 days ago) <Nikolay Krasko>
* 588218658c - (tag: build-1.3.70-dev-943) [NI] Fix ambiguity for extension functions with exact transient receiver (3 days ago) <Mikhail Zarechenskiy>
* eb3f50dce7 - (tag: build-1.3.70-dev-938) Revert "Fix readAccess in IDELightClassGenerationSupport on obtaining script" (3 days ago) <Vladimir Dolzhenko>
* 210c354ae5 - (tag: build-1.3.70-dev-936) Fir2Ir: Set initializers for temporary variables (3 days ago) <Steven Schäfer>
* cf61957e3c - (tag: build-1.3.70-dev-931, tag: build-1.3.70-dev-925) Minor, fix kotlinx-serialization bytecode test data (3 days ago) <Alexander Udalov>
* c21e699783 - (tag: build-1.3.70-dev-924) Fix default type of static classes inside parametrized parents (3 days ago) <Pavel Kirpichenkov>
* 905823fb1d - (tag: build-1.3.70-dev-918) Fix: Notify user in IDE on K/N KLIBs with incompatible ABI version (4 days ago) <Dmitriy Dolovov>
* 8ffc58a77d - Fix: Don't index and decompile incompatible .knm files from K/N KLIBs (4 days ago) <Dmitriy Dolovov>
* 9c887c1e79 - Fix: Don't analyse incompatible K/N KLIBs in IDE (4 days ago) <Dmitriy Dolovov>
* b1d7df697d - (tag: build-1.3.70-dev-916) Build: Add dependency on gradle plugin to android-extensions-idea module (4 days ago) <Vyacheslav Gerasimov>
* e096691bd8 - (tag: build-1.3.70-dev-910) Build: Add dependency on gradle plugin to idea-android module (4 days ago) <Vyacheslav Gerasimov>
* 52febbcc07 - (tag: build-1.3.70-dev-908) [JVM_IR] Support default interface suspend functions. (4 days ago) <Mads Ager>
* d16a1b14d8 - (tag: build-1.3.70-dev-906) Acquire lock for several seconds to create LightClasses to workaround dead-lock over resolve (4 days ago) <Vladimir Dolzhenko>
* c676a30919 - (tag: build-1.3.70-dev-904, tag: build-1.3.70-dev-903) Minor, clarify comment on SafePublicationLazyImpl.final (4 days ago) <Alexander Udalov>
* c24f2d06d4 - Mark value fields in ReflectProperties as volatile (4 days ago) <Alexander Udalov>
* 8af3b3e51e - [Backend] Reorganize version 1.0 codegen tests (4 days ago) <Kristoffer Andersen>
* 38ea5a85a3 - (tag: build-1.3.70-dev-897) Build: Add maven publication for Kotlin plugin artifacts (4 days ago) <Vyacheslav Gerasimov>
* c1cb6da436 - (tag: build-1.3.70-dev-892) Use stable compiler option for enabling progressive mode (4 days ago) <Ilya Gorbunov>
* 59482f6827 - Do not blank opt in for allowing kotlin package in all subprojects (4 days ago) <Ilya Gorbunov>
* 5c9cbf7e77 - (tag: build-1.3.70-dev-891) allow relative friend paths matching relative classpaths (4 days ago) <Kevin Bierhoff>
* 68deedb589 - (tag: build-1.3.70-dev-888) Kapt: Register AP options as inputs in worker mode as it done with kotlinc compiler plugin mode (4 days ago) <Yan Zhulanow>
* 958e6623fc - Kapt: Enable worker API mode by default (KT-32832) (4 days ago) <Yan Zhulanow>
* 68723125f2 - Clean up KAPT incremental tests (4 days ago) <Ivan Gavrilovic>
* 7fc25a9c04 - Pill: Add GenerateRuntimeDescriptorTests to the "Generate all tests" run configuration (KT-34494) (4 days ago) <Yan Zhulanow>
* 2cb055a3bd - Debugger: Log evaluation status from Java contexts (4 days ago) <Yan Zhulanow>
* 6bf15b6d37 - Kapt: Generate constant value initializers for mutable properties (KT-30164, KT-29355) (4 days ago) <Yan Zhulanow>
* 9edd4554a9 - Kapt: Support @Deprecated annotations (KT-30368) (4 days ago) <Yan Zhulanow>
* 1309c0c67a - An attempt to fix flaky debugger tests (4 days ago) <Yan Zhulanow>
* bf027fb824 - Do not show Smart Step Into targets for @InlineOnly callables (KT-33728) (4 days ago) <Yan Zhulanow>
* ff7f1c62a9 - Minor: Refactor KotlinMethodStepTarget a bit (4 days ago) <Yan Zhulanow>
* 87e0a2d98c - Debugger: Fix evaluation of function declarations with expression bodies (KT-32704) (4 days ago) <Yan Zhulanow>
* fa45122c6b - Minor: Fix warnings in KtCodeFragment (4 days ago) <Yan Zhulanow>
* 716c9f79f7 - Debugger: Do not use expression code fragments for evaluator (KT-32736, KT-32741) (4 days ago) <Yan Zhulanow>
* 39662c09e9 - Debugger: Fix breakpoints and stepping on a first line (KT-33304) (4 days ago) <Yan Zhulanow>
* c3e46ebe5c - Debugger: Search candidates for smart step into in a read action (4 days ago) <Yan Zhulanow>
* 9cc7ff0efc - Debugger: Fix "smart step into" for library declarations (KT-33303) (4 days ago) <Yan Zhulanow>
* c6a5733b3d - Debugger: Move 'smart step into' classes to the 'smartStepInto' package (4 days ago) <Yan Zhulanow>
* d2b058c1e5 - Debugger: Extract Smart step visitor (4 days ago) <Yan Zhulanow>
* 8325216d38 - Debugger: Fix "Step over" with inline function calls in non-functions (KT-20342) (4 days ago) <Yan Zhulanow>
* 7bd628f989 - Debugger: Check max document index before figuring out line offsets (4 days ago) <Yan Zhulanow>
* d7eb0f4bb0 - Debugger: Cleanup stepping code (4 days ago) <Yan Zhulanow>
* 00a06ef9b9 - Debugger: Move "Show Kotlin variables" check button to the Debugger settings menu (KT-30909) (4 days ago) <Yan Zhulanow>
* f93549748a - Fix a number of compiler/IDE warnings in IDE and kapt modules (4 days ago) <Yan Zhulanow>
* 9fb622e148 - Debugger: Do not disable breakpoints on evaluation (KT-12242) (4 days ago) <Yan Zhulanow>
* d46510897b - (tag: build-1.3.70-dev-887) [Gradle, JS] Refactor and extract team city formatting in separate file (4 days ago) <Ilya Goncharov>
* 7f49caf503 - [Gradle, JS] Depends node test on our own mocha reporter (4 days ago) <Ilya Goncharov>
* e69ff4363f - [Gradle, JS] Copy mocha-teamcity-reporter with licensies (4 days ago) <Ilya Goncharov>
* 1ad8ecabfd - [Gradle, JS] Fully copy of karma-teamcity-reporter (remove npm dependency on it) (4 days ago) <Ilya Goncharov>
* 0c911f4359 - (tag: build-1.3.70-dev-886) [Gradle, JS] Fix module.exports for adapter and modulization (4 days ago) <Ilya Goncharov>
* 5e2b594638 - (tag: build-1.3.70-dev-881) FirBodyResolveTransformerAdapters: optimize imports (4 days ago) <Mikhail Glukhikh>
* e14b63dfe1 - FIR Java enhancement: get rid of FirAnnotationCall.resolvedFqName (4 days ago) <Mikhail Glukhikh>
* be6100527b - FIR Java enhancement: fix JVM signature generation for type parameters (4 days ago) <Mikhail Glukhikh>
* 47cf7373af - Add extra tests for FIR J/K type mapping (4 days ago) <Mikhail Glukhikh>
* dc657dfda5 - FIR Java refactoring: calculate JVM signatures directly by Java types (4 days ago) <Mikhail Glukhikh>
* 6250f1a042 - (tag: build-1.3.70-dev-878) Detects main method with argument Array<String?> (4 days ago) <Vladimir Dolzhenko>
* cb3d027463 - (tag: build-1.3.70-dev-864) Fix typo in file name (5 days ago) <Mikhail Glukhikh>
* f63c3aeac9 - (tag: build-1.3.70-dev-861) Extract FirMemberScopeProvider to a separate file (5 days ago) <Mikhail Glukhikh>
* b86f529a8a - Minor: add a pair of TODO about FIR scopes (5 days ago) <Mikhail Glukhikh>
* e28d41aa61 - FIR supertype resolve: decrease priority of type parameter scope (5 days ago) <Mikhail Glukhikh>
* 634f324f51 - FIR supertype resolve: generate error types for type parameters (5 days ago) <Mikhail Glukhikh>
* 15a8da5f7b - Rename: Fir...UseSiteScope -> Fir...UseSiteMemberScope (5 days ago) <Mikhail Glukhikh>
* bb60a8f334 - Code cleanup: get rid of FirPosition (5 days ago) <Mikhail Glukhikh>
* 374c3b4561 - Cache FirSelfImportingScope and callables inside (5 days ago) <Mikhail Glukhikh>
* f136813059 - Return "lazy" kind of nested classifier scope for special cases (5 days ago) <Mikhail Glukhikh>
* bf75274053 - Organize FirClassDeclaredMemberScope & FirNestedClassifierScope in the similar way (5 days ago) <Mikhail Glukhikh>
* 17b966daaa - Unify API of FirScope.processClassifiersByName (use ProcessorAction) (5 days ago) <Mikhail Glukhikh>
* d886d48cf0 - (tag: build-1.3.70-dev-860) Record resolution results for ambiguous callable references (5 days ago) <Pavel Kirpichenkov>
* 352a4dc836 - (tag: build-1.3.70-dev-858) Added extension points to the second compiler.xml (5 days ago) <Stanislav Erokhin>
* 2dfe3c568d - (tag: build-1.3.70-dev-856) Copy refactoring update kotlin packages on target files (5 days ago) <Igor Yakovlev>
* 59a6f03a47 - Copy refactoring refactoring (5 days ago) <Igor Yakovlev>
* 072b67442f - (tag: build-1.3.70-dev-851) Detects main method with argument Array<String?> (5 days ago) <Vladimir Dolzhenko>
* 474645f04f - (tag: build-1.3.70-dev-849) idea-core: fix compatibility of `insertMembersAfter` function (5 days ago) <Dmitry Gridin>
* 45de26763a - (tag: build-1.3.70-dev-847) [FIR] Fix import broken in 93a3c232 (5 days ago) <Dmitriy Novozhilov>
* 93a3c23292 - (tag: build-1.3.70-dev-844) [FIR] Split `FirBodyResolveTransformer` to separate transformers (5 days ago) <Dmitriy Novozhilov>
* a1569dfbf0 - (tag: build-1.3.70-dev-837) JS IR: fix circular dependencies in Gradle tasks (5 days ago) <Anton Bannykh>
* 651dd363e3 - (tag: build-1.3.70-dev-836) [Gradle, JS] Add timeout property (5 days ago) <Ilya Goncharov>
* ebf5e4b590 - (tag: build-1.3.70-dev-835) Mute IncrementalJsKlibCompilerRunnerTestGenerated tests (KT-34538) (5 days ago) <Nikolay Krasko>
* e1a5a55972 - Refactoring: remove ownImports method (5 days ago) <Nikolay Krasko>
* 6d5dc6ea9a - Allow to auto-generate files for asserting failures (5 days ago) <Nikolay Krasko>
* 4ed64b0283 - Regenerate tests with TargetBackend.ANY remove and using runTest with this (5 days ago) <Nikolay Krasko>
* 28abfe6dfa - Avoid generating irrelevant imports in test classes (5 days ago) <Nikolay Krasko>
* 0c5dc507e9 - Allow to add additional annotations to generated classes (5 days ago) <Nikolay Krasko>
* b885b848f4 - Allow to mute test working with directories (5 days ago) <Nikolay Krasko>
* f3e5b8c67f - Allow to setup additional extension for mute with annotation (5 days ago) <Nikolay Krasko>
* 98ac2af402 - Use TargetBackend.ANY as default parameter and migrate to more generic runTest method (5 days ago) <Nikolay Krasko>
* 3891f9fcaa - Refactoring: extract tests files utilities to separate class (5 days ago) <Nikolay Krasko>
* 2c0ce40f75 - Refactoring: extract test dummy traces (5 days ago) <Nikolay Krasko>
* fda2022214 - Refactoring: extract mutation with file logic to separate file (5 days ago) <Nikolay Krasko>
* a9c84299c6 - Allow to auto-mute tests with file (5 days ago) <Nikolay Krasko>
* e4436c80c4 - Refactoring: extract mute with file to the separate method (5 days ago) <Nikolay Krasko>
* 55acc296a2 - (tag: build-1.3.70-dev-833) JVM_IR: never create temporaries in $default stubs (5 days ago) <pyos>
* 95be7171bc - JVM IR: fix "null" as the first entry in MappedEnumWhenLowering (5 days ago) <Alexander Udalov>
* 35d7bb4a26 - (tag: build-1.3.70-dev-831) Add support for @CompilerOptions annotation for supplying compiler options from scripts. (5 days ago) <Efeturi Money>
* 8c6916af52 - (tag: build-1.3.70-dev-816) JVM_IR inliner fixes: remove code that does nothing (6 days ago) <pyos>
* 60f4ed914a - (tag: build-1.3.70-dev-804) "Add parameter to function" quick fix: apply for TYPE_MISMATCH error (6 days ago) <Toshiaki Kameyama>
* 636f5da883 - (tag: build-1.3.70-dev-798, tag: build-1.3.70-dev-793) [Minor] Inline and drop reduntant isCallableReflectionType property (6 days ago) <Pavel Kirpichenkov>
* 02fc921eed - (tag: build-1.3.70-dev-790) Report diagnostics about callable reference resolution ambiguity (6 days ago) <Pavel Kirpichenkov>
* 138d558f6a - Fix compiler exception during resolution of ambiguous callable references (6 days ago) <Pavel Kirpichenkov>
* 8b97819c04 - (tag: build-1.3.70-dev-789) [JVM_IR] Support suspend functions that can be overriden. (6 days ago) <Mads Ager>
* eebb071ae9 - (tag: build-1.3.70-dev-788) KT-34509 Properly unwrap callable reference descriptor (6 days ago) <Dmitry Petrov>
* 7dde503697 - KT-34500 Use correct loop parameter type in ForInArrayLoopGenerator (6 days ago) <Dmitry Petrov>
* bdc04547cc - (tag: build-1.3.70-dev-784) "Redundant qualifier name": fix false positive with inner class as constructor parameter for outer (7 days ago) <Toshiaki Kameyama>
* bc66834c3c - (tag: build-1.3.70-dev-781) Fix UL classes descriptors leaks (7 days ago) <Igor Yakovlev>
* b01014982f - Disable new MPP kapt paths importing test in IDEA 183 (7 days ago) <Andrey Uskov>
* 0188a0923e - Update Kotlin plugin in KaptImportingTests (7 days ago) <Andrey Uskov>
* 40bb48e19b - Fix actualisation of common source sets when HMPP is disabled (7 days ago) <Andrey Uskov>
* 847e287bd6 - (tag: build-1.3.70-dev-780) JVM_IR: add $assertionsDisabled when an inlined function uses it (7 days ago) <pyos>
* e89aabbba1 - (tag: build-1.3.70-dev-778) Provide a diagnostic when @Serializable annotation is missing on enum. (7 days ago) <Leonid Startsev>
* 3c9a02e271 - Associate serializers added via @UseSerializers by argument class, not type (7 days ago) <Leonid Startsev>
* 855a867893 - Support sealed, generic and abstract polymorphic inheritors in sealed class serialization (7 days ago) <Leonid Startsev>
* 1ebc65b8e4 - Sealed classes serialization (7 days ago) <Leonid Startsev>
* 72f8f2b7b5 - Custom-serializable enums for IR (7 days ago) <Leonid Startsev>
* bd8133e02c - Custom-serializable enums for JS (7 days ago) <Leonid Startsev>
* e76ab06029 - Custom-serializable enums for JVM (7 days ago) <Leonid Startsev>
* e9e7d1479a - Remove redundant additional check for @Polymorphic annotation (7 days ago) <Leonid Startsev>
* 8a90b82e9b - Object serialization for JVM, JS and Native (7 days ago) <Leonid Startsev>
* 449c406e24 - Redundant visibility modifier: do not report for public modifier that overrides protected setter visibility (7 days ago) <Toshiaki Kameyama>
* e8effe6727 - Replace with safe call: do not add redundant elvis operator (7 days ago) <Toshiaki Kameyama>
* fa0398ffd3 - (tag: build-1.3.70-dev-775) Fix readAccess in ScriptExtraImportsProviderExtension on checking isScript (7 days ago) <Vladimir Dolzhenko>
* 34e941f26f - Render unresolved types in a presentable way in refactorings (7 days ago) <Vladimir Dolzhenko>
* 7ecaef377f - Fix readAccess in KtFileClassProviderImpl on checking isScript (7 days ago) <Vladimir Dolzhenko>
* 30229da95a - Don't render pure error types in OverrideMemberChooserObject (7 days ago) <Vladimir Dolzhenko>
* 148a6bd54d - Fix read action in 'searchReferences' #EA-209421 Fixed (7 days ago) <Vladimir Dolzhenko>
* 96198a1cd3 - Report no parent KtNamedDeclaration for declaration instead of NPE in BindingContextUtils.getEnclosingDescriptor #EA-210816 Fixed (7 days ago) <Vladimir Dolzhenko>
* 46a083cd1e - Fix readAccess in ResolveSession.java on checking is a local declaration (7 days ago) <Vladimir Dolzhenko>
* 78527abad9 - Fix readAccess in TargetPlatformDetector.java on checking is file a script (7 days ago) <Vladimir Dolzhenko>
* 15997bf635 - Save change script configuration within a transaction (7 days ago) <Vladimir Dolzhenko>
* 625dbfa699 - Fix readAccess in getModuleInfo.kt on obtaining script (7 days ago) <Vladimir Dolzhenko>
* ba01678abb - Fix readAccess in IDELightClassGenerationSupport on obtaining script (7 days ago) <Vladimir Dolzhenko>
* 10ea8abc2b - Wrap file.declarations with runReadAction #EA-209932 Fixed (7 days ago) <Vladimir Dolzhenko>
* 597e760fab - (tag: build-1.3.70-dev-766) Broght back a condition lost during a refactoring (7 days ago) <Alexander Gorshenev>
* 2cde7f2402 - [KLIB] Fix `explicitlyExported` mode - Refactor deserialization pipeline - Fix K/N test (7 days ago) <Roman Artemev>
* 43e855150c - [KLIB] Correctly restore top level property order during deserialization - Add test - Fix KT-34273 (7 days ago) <Roman Artemev>
* aecd08e562 - [Psi2Ir] Fix IrText test generation (7 days ago) <Roman Artemev>
* 6ddc05a5a8 - [Gradle, JS] Fix for wildcard npm dependency version (7 days ago) <Ilya Goncharov>
* e17b9097df - [Gradle, JS] Add test on success installation of duplicated dependencies (7 days ago) <Ilya Goncharov>
* bdd6186a07 - [Gradle, JS] Resolve devDependencies and dependencies modules clash (7 days ago) <Ilya Goncharov>
* fa647680d3 - [Gradle, JS] Update npm dependencies (7 days ago) <Ilya Goncharov>
* 2cf79b7502 - Check Karma exit code with disabled failOnFailingTestSuite (7 days ago) <Ilya Goncharov>
* d902a5f304 - Temporary disable assertion in bridges generation (7 days ago) <Denis Zharkov>
* 28b6913a25 - (tag: build-1.3.70-dev-761) JVM IR: Support parameterless main methods (7 days ago) <Kristoffer Andersen>
* 4b77db8979 - (tag: build-1.3.70-dev-756) Fix test to actually fail if expected exception is not thrown. (7 days ago) <Mads Ager>
* 1a59e41224 - (tag: build-1.3.70-dev-754) Add JvmSymbols.String & StringBuilder for FIR mode to fix context initialization (7 days ago) <Mikhail Glukhikh>
* 0c3dfca6ee - JVM_IR: remove an assertion that triggers due to a frontend bug (7 days ago) <pyos>
* e5cc0eec9c - (tag: build-1.3.70-dev-752) 193: Adjust test data for HierarchyTestGenerated tests in 193 (7 days ago) <Nikolay Krasko>
* 693603db68 - 193: Mute join lines tests in 193 (KT-34408) (7 days ago) <Nikolay Krasko>
* 9665870118 - Fix AbstractSmartStepIntoTest tests in 193 (7 days ago) <Nikolay Krasko>
* 613fbf7a5d - Merge else-if intention (KT-34218) (7 days ago) <DmiitriiJarosh>
(cherry picked from commit 114045a3e2d077889f055744a5144ec4f49d1263)
* eda4206428 - (tag: build-1.3.70-dev-208) New J2K: convert Integer.MAX_VALUE to Int.MAX_VALUE (2 days ago) <Toshiaki Kameyama>
* 0b76f60b63 - (tag: build-1.3.70-dev-204) JVM IR: Handle NonInlinedConst (2 days ago) <Steven Schäfer>
* e40636f6ab - (tag: build-1.3.70-dev-203) re-generate for debug information tests (2 days ago) <Jiaxiang Chen>
* 74e4e8b18e - enable test generator to generate tests using JUnit 4 infrastructure (2 days ago) <Jiaxiang Chen>
* 2c78f1fe85 - debug information test: instantiate a single thread for all tests under same test class (2 days ago) <Jiaxiang Chen>
* 0a2812f83b - Add a JVM backend debug information test, this commit is for verifying line numbers for stepping. (2 days ago) <Jiaxiang Chen>
* f17e9ba9fe - (tag: build-1.3.70-dev-200, origin/rr/ayalyshev/KT-27587-partial-revert) Return older android.tools.build version, as we have problems with newer one (3 days ago) <Anton Yalyshev>
* daa25dd56a - (tag: build-1.3.70-dev-195) 193: Fix AbstractResolveByStubTest fixture configuration (3 days ago) <Vyacheslav Gerasimov>
* a5d668a093 - 193: Fix AbstractInlineTest fixture configuration (3 days ago) <Vyacheslav Gerasimov>
* c07833f13a - 193: Fix AbstractNameSuggestionProviderTest fixture configuration (3 days ago) <Vyacheslav Gerasimov>
* 04ee38c913 - 193: Fix AbstractParameterInfoTest fixture configuration (3 days ago) <Vyacheslav Gerasimov>
* 1392e7574c - 193: Fix AbstractKotlinGotoTest fixture configuration (3 days ago) <Vyacheslav Gerasimov>
* 98f8e0c800 - 193: Fix code fragment tests fixture configuration (3 days ago) <Vyacheslav Gerasimov>
* f7d12efc24 - (tag: build-1.3.70-dev-193) Memoize absent classifier names in FIR star importing scopes (3 days ago) <Mikhail Glukhikh>
* 6d8aa69878 - FIR: rename CallResolver to FirTowerResolver (3 days ago) <Mikhail Glukhikh>
* 16de3257d5 - FIR abstract importing scope: return NONE when we have no top-level callables (3 days ago) <Mikhail Glukhikh>
* 7ba40ac963 - Memoize absent function/property names in FirSuperTypeScope (3 days ago) <Mikhail Glukhikh>
* 840ecf1a77 - Don't enter twice top-level scopes w/out particular name in FIR tower resolver (3 days ago) <Mikhail Glukhikh>
* e276e8d9f3 - Don't enter twice local scopes w/out particular name in FIR tower resolver (3 days ago) <Mikhail Glukhikh>
* e48428d39d - FIR ScopeSession: use HashMap instead of LinkedHashMap (3 days ago) <Mikhail Glukhikh>
* 813e35643c - FIR resolve: fix constructor handling in qualifier scope (3 days ago) <Mikhail Glukhikh>
* 26e8202771 - FIR: add 'isInner' parameter to constructors (3 days ago) <Mikhail Glukhikh>
* aad9cbbf01 - [JS IR BE] Fix tests failing due to reduced runtime (3 days ago) <Anton Bannykh>
* b2fb81e9cc - Temp ignore tests on missing source file (3 days ago) <Ilya Goncharov>
* 6688df8f6a - Fix webpack delimiter and add test on short path in stack trace (3 days ago) <Ilya Goncharov>
* f7ba1c56e2 - Source-map-loader resolves relative paths into absolute even (3 days ago) <Ilya Goncharov>
* f3db846bce - Add tests for source-map-loader (3 days ago) <Ilya Goncharov>
* e8efe5407d - Add patched kotlin-source-map-loader (3 days ago) <Ilya Goncharov>
* dad9958adf - 193: Fix test fixture configuration (3 days ago) <Vyacheslav Gerasimov>
* 3f1d3dab14 - 193: Request StubComputationTracker as component from project (3 days ago) <Vyacheslav Gerasimov>
* fa9125df7d - Set JVM 1.8 for test source set as well #KT-34154 Fixed (3 days ago) <Anton Yalyshev>
* d2c2128aad - Fix test logging for Windows (3 days ago) <Ilya Goncharov>
* f950a0246c - New J2K: handle correctly short names which are imported by default in kotlin (like List or Result) (3 days ago) <Ilya Kirillov>
* 81341e3fd3 - New J2K: add hack for incorrect comment parsing in J2K (KT-16845) (3 days ago) <Ilya Kirillov>
* 008b916755 - avoid unnecessary usage of private API class HighlightSession (3 days ago) <Alexey Kudravtsev>
* 354e5d86ee - JVM_IR: use correct descriptor type in JvmStaticAnnotationLowering (3 days ago) <pyos>
* 1f5a760ac8 - Add typings field for DtsResolver (3 days ago) <Ilya Goncharov>
* b7e5d9faae - Update annotation rendering in diagnostics (3 days ago) <Pavel Kirpichenkov>
* 2a99687a95 - Advance 193 bunch to 193.4099 (3 days ago) <Kirill Shmakov>
* f1f4bc6c2a - Fix IdeRegression.testImplementingMutableSet test data (3 days ago) <Igor Yakovlev>
* 58e9b756f1 - (rr/minamoto/ir/inliner-no-local-object-copier) Add tests for processing karma stack traces (4 days ago) <Ilya Goncharov>
* 4b5877f3b5 - JVM_IR, codegen: handle names for classes within local classes (4 days ago) <Georgy Bronnikov>
* cd251458bd - Merge pull request #2647 from JetBrains/kishmakov/gd/review (4 days ago) <Kirill Shmakov>
|\
| * 1310796a16 - (origin/kishmakov/gd/review) Advance 193 bunch (5 days ago) <Kirill Shmakov>
* 5da75897e4 - Minor: regenerate IdeLightClassTestGenerated (4 days ago) <Natalia Selezneva>
* b8258bfc71 - Drop TestCaseWithTempDir usage from scripting compiler plugin tests (4 days ago) <Ilya Chernikov>
* cb5622fc8b - [minor] Fix URL conversion to the file (4 days ago) <Ilya Chernikov>
* 3fec15202f - [minor] fix source root creation from imported scripts: (4 days ago) <Ilya Chernikov>
* 5d7f18b1b9 - [JS] Support wrapped and dynamic types in typeOf (4 days ago) <Svyatoslav Kuzmich>
* 030aaee117 - (tag: build-1.3.60-dev-2864) Mute completion tests (KT-32919) (4 days ago) <Nikolay Krasko>
* eaa07dac17 - CreateExpect: shouldn't generate expect declaration from actual function with `private`, `lateinit` or `const` #KT-33930 Fixed (4 days ago) <Dmitry Gridin>
* 9da6dcf840 - DescriptorRenderer: shouldn't render `private` modifier by default #KT-31587 Fixed (4 days ago) <Dmitry Gridin>
* 847295bf1c - CreateExpect: shouldn't generate expect declaration from actual function with default implementation from interface #KT-32737 Fixed (4 days ago) <Dmitry Gridin>
* e9f8693a73 - as34: Mute several inspection/intention tests in as34 (KT-32856) (4 days ago) <Nikolay Krasko>
* 7e87357ed0 - (tag: build-1.3.60-dev-2857) FIR2IR: fix top-level parent settings thus fixing Cli.testFirHello (4 days ago) <Mikhail Glukhikh>
* 1b7b546249 - (tag: build-1.3.60-dev-2855) Tests: fix some tests in quickfix (4 days ago) <Dmitry Gridin>
* f74b3e6ece - (tag: build-1.3.60-dev-2854) SymbolBasedClassifierType: fix exception in case with not found class (4 days ago) <Mikhail Glukhikh>
* 6b8f4b4b4e - SymbolBasedClass: cleanup code (4 days ago) <Mikhail Glukhikh>
* ac1b957f8d - Symbol based types: cleanup code (4 days ago) <Mikhail Glukhikh>
* 4bb5fbaa4d - JavacWrapper: add output directory to classpath to see Kotlin files (4 days ago) <Mikhail Glukhikh>
* b75e630932 - JavacWrapper: minor renames to make code clearer (4 days ago) <Mikhail Glukhikh>
* 0c662a5a34 - JavacWrapper: remove code duplication around getVisibility (4 days ago) <Mikhail Glukhikh>
* 298a30d245 - Minor: run javac-mode compileJava after destroying of generation state (4 days ago) <Mikhail Glukhikh>
* bbd8fb8b23 - JavacWrapper: add support for JvmPackageName annotation (4 days ago) <Mikhail Glukhikh>
* e8cf0b5d4f - Add test for kotlin.streams function usage in Kotlin code (4 days ago) <Mikhail Glukhikh>
* f6ff580852 - Cleanup code: JavacWrapper (4 days ago) <Mikhail Glukhikh>
* 2bec60a3dd - Fix potential NPE in JavacWrapper (4 days ago) <Mikhail Glukhikh>
* d252e795be - (tag: build-1.3.60-dev-2851, origin/rr/yakovlev/removed_UL_fallback_to_L) Remove unnecessary fallback LigthClasses from UL (5 days ago) <Igor Yakovlev>
* d5e4227a1d - Revert commit and additional workaround to diagnostics problem (5 days ago) <Igor Yakovlev>
* 32a8fe1ca9 - Fix IdeRegression.testImplementingMutableSet test data (5 days ago) <Igor Yakovlev>
* 107ab06042 - (tag: build-1.3.60-dev-2820) Minor: make diagnostic tests usable with IDEA & JPS (5 days ago) <Dmitry Petrov>
* a633a33627 - KT-14513 Don't generate delegated property metadata when unused (5 days ago) <Dmitry Petrov>
* 92ba298e68 - KT-14513 DELEGATED_PROPERTIES -> DELEGATED_PROPERTIES_WITH_METADATA (5 days ago) <Dmitry Petrov>
* 3989f351ff - (tag: build-1.3.60-dev-2818, tag: build-1.3.60-dev-2816) Use modules instead of files for MPP diagnostic (5 days ago) <Dmitry Savvinov>
* 45737e51fb - Minor: let 'Renderer'-helper return more specific type (5 days ago) <Dmitry Savvinov>
* 8bfd30fc69 - Minor: reformat IdeRenderers.kt (5 days ago) <Dmitry Savvinov>
* 249e5da53b - Add internal action to toggle analysis mode (5 days ago) <Dmitry Savvinov>
* f7eb294b80 - Configure facets depending on MPP version in tests setup (5 days ago) <Dmitry Savvinov>
* 182f5fafad - Take dependsOn-graph from corresponding property for MPP.M3 (5 days ago) <Dmitry Savvinov>
* 958a7d9315 - Refactor MPP versioning (5 days ago) <Dmitry Savvinov>
* dbd352e2ba - Minor: simplify condition in KotlinFacetSettings (5 days ago) <Dmitry Savvinov>
* e38ff8753e - (tag: build-1.3.60-dev-2812) JVM_IR: support type parameters in @JvmOverload functions (5 days ago) <Georgy Bronnikov>
* 7467c80970 - (tag: build-1.3.60-dev-2810) Fix bunch rule (5 days ago) <Nikolay Krasko>
* 343502125b - Rename ResolveInWriteActionManager -> ResolveInDispatchThreadManager (5 days ago) <Nikolay Krasko>
* ea56a5e8b1 - (tag: build-1.3.60-dev-2809) Unmute some JVM_IR inlining tests (5 days ago) <pyos>
* 6163a8cf56 - IR: keep source container when making functions static (5 days ago) <pyos>
* 35a0fc40a6 - Don't create redundant copies in DefaultArgumentStubGenerator (5 days ago) <pyos>
* 8bf5afbba2 - JVM_IR: lift pre-super() computations out of anonymous objects (5 days ago) <pyos>
* fa54b2cb81 - JVM_IR: improve scope detection in accessor generation. (5 days ago) <pyos>
* d86e87d35e - Add quickfix to change object to class (5 days ago) <Toshiaki Kameyama>
* 6a329210cb - (tag: build-1.3.60-dev-2803) Convert to anonymous object: fix wrong replacement when SAM is nested interface (5 days ago) <Toshiaki Kameyama>
* 2e3428bbe7 - (tag: build-1.3.60-dev-2801) JVM_IR: incorporate validation into jvmPhases (5 days ago) <Georgy Bronnikov>
* 05527fbc9a - Fix all IR element duplication warnings/errors in JVM IR. (5 days ago) <Mark Punzalan>
* ac7e955d3e - (tag: build-1.3.60-dev-2800) Change parameter type quick fix: don't use qualified name (5 days ago) <Toshiaki Kameyama>
* c463fad3b7 - (tag: build-1.3.60-dev-2793) KT-34000: Allow autoimport to suggest fixes in qualified expressions (5 days ago) <Roman Golyshev>
* b2d2165342 - (tag: build-1.3.60-dev-2786) Add "Remove redundant label" quick fix for REDUNDANT_LABEL_WARNING (5 days ago) <Toshiaki Kameyama>
* 18df5d9db0 - (tag: build-1.3.60-dev-2778) Support mixed positioned/named arguments in AddNameToArgumentIntention (5 days ago) <Denis Zharkov>
* e54d2c7c32 - Support named arguments in their own position (5 days ago) <Denis Zharkov>
* bd6481b9e8 - (tag: build-1.3.60-dev-2776) Add support for settings.gradle.kts configuring kotlin in project (KT-34114) (5 days ago) <Natalia Selezneva>
* fac49df177 - Invoke in CompilerSettingsListeners in invokeLater (5 days ago) <Natalia Selezneva>
* 217f681b6e - (tag: build-1.3.60-dev-2772) JVM IR: Use WrappedClassDescriptor in class builder. (5 days ago) <Steven Schäfer>
* be002fc417 - (tag: build-1.3.60-dev-2768, origin/rr/gogabr/repair-jvm-static-with-defaults) JVM_IR: do not copy bodies when creating static functions (6 days ago) <Georgy Bronnikov>
* 4920d71d70 - JVM_IR: set dispatchReceiverParameter of imported JvmStatic object methods to null (6 days ago) <Georgy Bronnikov>
* c7904b273f - (tag: build-1.3.60-dev-2760) FIR: fix FirArraySetCall.acceptChildren thus fixing visitConsistencyTest (6 days ago) <Mikhail Glukhikh>
* 7e47be9765 - (tag: build-1.3.60-dev-2758) Add kotlin js test runner as required dependency for Karma (6 days ago) <Ilya Goncharov>
* 63e5d4fe95 - Tests: rewrite some AbstractScriptConfigurationTest to the new script infrastructure (2 hours ago) <Natalia Selezneva>
* eca7bbdb8c - Scripts: Check if file is in all script dependencies class files scope instead of searching for module info (2 hours ago) <Natalia Selezneva>
* 245b2aecb3 - "Replace guard clause with kotlin's function call" inspection : decrease severity to INFORMATION (3 hours ago) <Toshiaki Kameyama>
* 573e7f2eee - Run JDK11 tests for KAPT only if JDK11 is available (3 hours ago) <Ivan Gavrilovic>
* 6e7f046471 - Fix gradle integeration tests (3 hours ago) <Ivan Gavrilovic>
* 92dcb54207 - (tag: build-1.3.60-dev-2377, origin/kishmakov/gd/protocol-extension) "Redundant overriding method" inspection: do not report when overriding package private method (6 hours ago) <Toshiaki Kameyama>
* 25799447a6 - (tag: build-1.3.60-dev-2370) Minor, use slightly less internal argument to enable inline classes (2 days ago) <Alexander Udalov>
* e4609a9968 - (tag: build-1.3.60-dev-2368) JVM IR: Cache inline class replacements at the module level (3 days ago) <Steven Schäfer>
* f40f9611c3 - (tag: build-1.3.60-dev-2362) JVM IR: Fix spread operator on unsigned array type (3 days ago) <Steven Schäfer>
* 1a50a3cbb1 - (tag: build-1.3.60-dev-2358) [NI] Avoid computing few things for simple calls without type variables (3 days ago) <Mikhail Zarechenskiy>
* 7bd65c0bcd - [NI] Avoid collecting possible types for call expressions (3 days ago) <Mikhail Zarechenskiy>
* a83225218f - [NI] Fix checks for infix/operator conventions (3 days ago) <Mikhail Zarechenskiy>
* f45a49b122 - (tag: build-1.3.60-dev-2355) Remove uncapturing in type mismatch diagnostics (3 days ago) <Pavel Kirpichenkov>
* 5c904250be - (tag: build-1.3.60-dev-2348) Gradle, native: Update a K/N version in tests (3 days ago) <Ilya Matveev>
* 31aa4e4738 - (tag: build-1.3.60-dev-2346) Rename kotlin-test-nodejs-runner to kotlin-test-js-runner (3 days ago) <Ilya Goncharov>
* 10c36ae5c5 - Change naming from commin cli.ts to concrete platform nodejs.ts (3 days ago) <Ilya Goncharov>
* c2b5df83f6 - Add filtering feature to karma testing (3 days ago) <Ilya Goncharov>
* 09a602d8ad - Move common logic of js test running on upper level (js) (3 days ago) <Ilya Goncharov>
* e750bd302d - Add karma input for kotlin-test-nodejs-runner (3 days ago) <Ilya Goncharov>
* e242856124 - Enable cli description to have free args title (3 days ago) <Ilya Goncharov>
* 80ea91f574 - Extract Adapter getting to common place (3 days ago) <Ilya Goncharov>
* b44249255c - Extract default cli parser to common place (3 days ago) <Ilya Goncharov>
* f0af4756a9 - Fix accuracy for regex filtering for nodejs testing (3 days ago) <Ilya Goncharov>
* e2aecee925 - Fix exact test filtering for nodejs (3 days ago) <Ilya Goncharov>
* a62863128c - (tag: build-1.3.60-dev-2344) Fix exception from ProjectResolutionFacade when switching some definition off in settings (3 days ago) <Natalia Selezneva>
* 3ad7f516be - Add caret to test to check exception in ProjectResolutionFacade that can happen during resolving of symbol from script dependencies (3 days ago) <Natalia Selezneva>
* 5872a47c0e - Scripts: rehighlighting should be called for opened scripts after changing script definitions (3 days ago) <Natalia Selezneva>
* 3ac099fc9a - Fix freeze during script definitions update (KT-32513) (3 days ago) <Natalia Selezneva>
* 1b64583855 - (tag: build-1.3.60-dev-2342) Gradle, native: Embed bitcode for watchOS and tvOS (3 days ago) <Ilya Matveev>
* 2819ab4ae9 - (tag: build-1.3.60-dev-2341) Avoid division in string-to-unsigned conversions (KT-26309) (4 days ago) <Abduqodiri Qurbonzoda>
* d66f07a84e - (tag: build-1.3.60-dev-2340) CollectionsKt.windowed throws IllegalArgumentException (4 days ago) <Abduqodiri Qurbonzoda>
* a7b984bcbf - (tag: build-1.3.60-dev-2339) JVM IR: fix generation of generic multi-file delegates (4 days ago) <Alexander Udalov>
* acbe5c4e21 - JVM IR: fix IOOBE from remapTypeParameters for synthetic property annotations method (4 days ago) <Alexander Udalov>
* c972bf5882 - (tag: build-1.3.60-dev-2336) Add [JPS] IDEA (No ProcessCanceledException) configuration (4 days ago) <Igor Yakovlev>
* f1d31c8221 - (tag: build-1.3.60-dev-2331) JVM_IR: Minor. Unmute tests (4 days ago) <Ilmir Usmanov>
* 06d0e8a521 - JVM_IR: Support suspend functions with extension receivers (4 days ago) <Ilmir Usmanov>
* 2bfd17d8fb - JVM_IR: Minor. Unmute test. (4 days ago) <Ilmir Usmanov>
* 63f6d515bc - JVM_IR: Generate correct invoke of numbered suspend lambda (4 days ago) <Ilmir Usmanov>
* 587fcafc85 - JVM_IR: Support continuation crossing inline lambda boundaries (4 days ago) <Ilmir Usmanov>
* 0cdfe89a26 - (tag: build-1.3.60-dev-2326) KT-33052: Fix KAPT stub generation for enums on JDK11 (4 days ago) <Ivan Gavrilovic>
* 58efa34a33 - KT-31291: KAPT - make sure ASM version is not inlined (4 days ago) <Ivan Gavrilovic>
* 60fa632d02 - KT-33515: Remove Kotlin sources generated by KAPT (4 days ago) <Ivan Gavrilovic>
* 434fb75eb7 - Incremental KAPT: when unable to process incremental changes, run non-incrementally (4 days ago) <Ivan Gavrilovic>
* b59fba6707 - (tag: build-1.3.60-dev-2322) Fix mocha run (4 days ago) <Ilya Goncharov>
* 9d01c87c51 - (tag: build-1.3.60-dev-2311) KotlinElementActionsFactory: cleanup JvmElementActionsFactory API (KT-33779) (4 days ago) <Nicolay Mitropolsky>
* 3bcbcbfd47 - (tag: build-1.3.60-dev-2303, tag: build-1.3.60-dev-2302) Fix read action in 'processLightClassLocalImplementations' (EA-210464) (5 days ago) <Vladimir Dolzhenko>
* 81c9edfff4 - Get rid of implicit resolve within statsInfo for KotlinAddImportAction (EA-210670) (5 days ago) <Vladimir Dolzhenko>
* 3a1d649b30 - (tag: build-1.3.60-dev-2300) Don't trigger refresh of vfs in 'getOutsiderFileOrigin' (EA-209420) (5 days ago) <Vladimir Dolzhenko>
* 507857d452 - (tag: build-1.3.60-dev-2298) [IR] Support Collection<*>.indices in for loop lowering. (5 days ago) <Mads Ager>
* 76ab631214 - (tag: build-1.3.60-dev-2297) psi2ir: Optimize generated data class members (5 days ago) <Steven Schäfer>
* 7ccf314808 - Minor: Remove dead conditional in psi2ir (5 days ago) <Steven Schäfer>
* ce3ef4e4d0 - (tag: build-1.3.60-dev-2295) Add more tests for inline class equality with nullable arguments (5 days ago) <Steven Schäfer>
* 1833a69c87 - JVM: Optimize inline class equality with nullable arguments (5 days ago) <Steven Schäfer>
* eda4953cb3 - JVM IR: Optimize inline class equality with nullable arguments (5 days ago) <Steven Schäfer>
* d8646e29b7 - Add additional Result api test (5 days ago) <Steven Schäfer>
* 49efa5fbc4 - Split up Result API boxing tests (5 days ago) <Steven Schäfer>
* 2e53e36fd5 - JVM: Do not use equals-impl0 methods generated by older compiler versions (5 days ago) <Steven Schäfer>
* b85b2d9af8 - Add more tests for inline class equality (5 days ago) <Steven Schäfer>
* cdc5e1347b - JVM: Avoid boxing in inline class equality (5 days ago) <Steven Schäfer>
* f53b28e8a3 - JVM: Generate equals-impl0 method for inline classes (5 days ago) <Steven Schäfer>
* 2c7da67600 - JVM IR: Avoid boxing in inline class equality (5 days ago) <Steven Schäfer>
* b85a475358 - JVM IR: Generate equals-impl0 method for inline classes (5 days ago) <Steven Schäfer>
* e4456127e4 - JVM IR: Don't use JS IR specific inlineClasses.kt (5 days ago) <Steven Schäfer>
* 475079611d - JVM IR: Avoid parameter null-checks in inline class impl methods (5 days ago) <Steven Schäfer>
* cdd3f82396 - JVM IR: Use correct scope owner in JvmInlineClassLowering (5 days ago) <Steven Schäfer>
* 2afbeaa353 - (tag: build-1.3.60-dev-2293) Drop resolve on 'collectTransferableData' and reworked MoveDeclarations QuickFix (EA-210670) (5 days ago) <Vladimir Dolzhenko>
* 6ef434a711 - (tag: build-1.3.60-dev-2292) JVM IR: add -Xir-check-local-names to check names for consistency (5 days ago) <Alexander Udalov>
* 530c1411c3 - Remove IR backend-specific code from KotlinTypeMapper (5 days ago) <Alexander Udalov>
* 3d79e77df3 - (tag: build-1.3.60-dev-2291) Add async profiler to perfTests (5 days ago) <Vladimir Dolzhenko>
* 0f4176a88e - (tag: build-1.3.60-dev-2285) [Pill] Fix pill after refactoring reflect (5 days ago) <Ilya Chernikov>
* aa77f6c245 - (tag: build-1.3.60-dev-2283) Improve KParameter.toString for instance and extension receiver parameter (5 days ago) <Alexander Udalov>
* 59186b2617 - Psi2ir: ignore unresolved class literals in annotations (5 days ago) <Alexander Udalov>
* c69997491f - JVM IR: generate file annotations on file facade classes (5 days ago) <Alexander Udalov>
* 565099d941 - (tag: build-1.3.60-dev-2280) fix new test name (5 days ago) <Kevin Bierhoff>
* bc207ed8db - fix for KT-29471 (5 days ago) <Kevin Bierhoff>
* 220a8f2872 - (tag: build-1.3.60-dev-2277) Clear internal caches in PerModulePackageCacheService on dispose (KT-33802) (5 days ago) <Nikolay Krasko>
* 4387862d20 - Remap android home directory to allow parallel test execution (KT-33870) (5 days ago) <Nikolay Krasko>
* dfde3b4076 - (tag: build-1.3.60-dev-2274) Rename collector of debugger events (5 days ago) <Anton Yalyshev>
* 61eb9faecd - Move status of evaluation from eventId to context for better data analytics (5 days ago) <Anton Yalyshev>
* 2bdbed978b - (tag: build-1.3.60-dev-2272) FIR: Support SAM constructors (5 days ago) <Denis Zharkov>
* b3e96a1fcf - FIR: Merge FirTopLevelDeclaredMemberScope into FirSelfImportingScope (5 days ago) <Denis Zharkov>
* 391346ae46 - FIR: Pass BodyResolveComponents to ScopeTowerLevel (5 days ago) <Denis Zharkov>
* fb4b6b8290 - FIR: Move constructor processing from scopes to tower resolvers (5 days ago) <Denis Zharkov>
* 08a8a9fa61 - FIR: Move SamResolver to BodyResolveComponents (5 days ago) <Denis Zharkov>
* 5ebde93eb9 - FIR: Provide BodyResolveComponents instead of InferenceComponents to resolution (5 days ago) <Denis Zharkov>
* 5567620563 - FIR: Support SAM conversion (5 days ago) <Denis Zharkov>
* f501730d86 - Minor. Reformat Arguments.kt in fir (5 days ago) <Denis Zharkov>
* 9d517d914b - Minor. Get rid of redundant elvis operand in AbstractConeSubstitutor::substituteOrNull (5 days ago) <Denis Zharkov>
* 6e51bed30c - FIR: Support lambda inference from platform types (5 days ago) <Denis Zharkov>
* d787df3880 - Minor. Reformat ConeKotlinType::isBuiltinFunctionalType (5 days ago) <Denis Zharkov>
* 0431c21f9a - (tag: build-1.3.60-dev-2265) [NI] Remove unneeded computation of possible types for return type (6 days ago) <Mikhail Zarechenskiy>
* d47fc85868 - [NI] Minor, small improvements around KotlinCall creation (6 days ago) <Mikhail Zarechenskiy>
* 971b02494c - [NI] Minor, simplify code a bit for sub calls preparation (6 days ago) <Mikhail Zarechenskiy>
* 7e8784dca1 - [NI] Simplify code that capture types from expression (6 days ago) <Mikhail Zarechenskiy>
* 6327f657a5 - (tag: build-1.3.60-dev-2260) 193: Add bunches for 193 platform (6 days ago) <Vyacheslav Gerasimov>
* 381f6d8226 - 193: Inline removed parents method in UastLightIdentifier (6 days ago) <Vyacheslav Gerasimov>
* 7fe25e922c - 193: Fix nullability in KotlinImportOptimizer (6 days ago) <Vyacheslav Gerasimov>
* c220ad4b00 - Build: Add dsl constants for 193 platform (6 days ago) <Vyacheslav Gerasimov>
* df570ec2a2 - (tag: build-1.3.60-dev-2257) Add CompilerOutputKind.DYNAMIC_CACHE and .STATIC_CACHE for Native BE (6 days ago) <Svyatoslav Scherbina>
* 0e3f0c98e5 - (tag: build-1.3.60-dev-2256) JVM_IR: Support inline suspend lambdas (6 days ago) <Ilmir Usmanov>
* 61ae98df40 - (tag: build-1.3.60-dev-2250) [FIR] Add default visitors and transformers with useful part of visited hierarchy (6 days ago) <Dmitriy Novozhilov>
* e70c1d6959 - [FIR] Remove default visited hierarchy (6 days ago) <Dmitriy Novozhilov>
* 9b32bd7138 - (tag: build-1.3.60-dev-2247) Do special insert even for custom trimIndent() function to avoid using resolve (KT-31810) (6 days ago) <Nikolay Krasko>
* 147f805c56 - Paste inside indented `.trimIndent()` raw string: respect indentation (KT-31810) (6 days ago) <Toshiaki Kameyama>
* d3b826c71d - (tag: build-1.3.60-dev-2246) Improve class name generation for scripts and REPL snippets (6 days ago) <Ilya Chernikov>
* 6de05bb2c7 - Drop hardcoded extraction of the snippet id from script name (6 days ago) <Ilya Chernikov>
* dd953e0f66 - Deduplicating classloaders and classpath entries on constructing script classloader (6 days ago) <Ilya Chernikov>
* df3fbaf417 - (tag: build-1.3.60-dev-2242) Add various configuration parameters to Non Fir modularized tests (6 days ago) <Simon Ogorodnik>
* f3a0632b9a - [FIR] Fix dump html for each pass (6 days ago) <Simon Ogorodnik>
* 0531bd4fe6 - (tag: build-1.3.60-dev-2240) KT-29229 Intrinsify 'in' operator for unsigned integer ranges (6 days ago) <Dmitry Petrov>
* 5426071102 - (tag: build-1.3.60-dev-2236) Add dependency classloader to the evaluation classloader: (6 days ago) <Ilya Chernikov>
* 61d517fb31 - Implement script dependencies resolution directly from classloader (6 days ago) <Ilya Chernikov>
* f8db150a2b - [minor] Drop some usages of kotlin reflection in scripting compiler plugin (6 days ago) <Ilya Chernikov>
* 689a5cbdf5 - Add descriptors.runtime to the compiler... (6 days ago) <Ilya Chernikov>
* 8dce22c335 - (tag: build-1.3.60-dev-2232) New J2K: use proper resolution facade when getting class reference in inference post-processing (6 days ago) <Ilya Kirillov>
* cfd476ca7e - New J2K: correctly convert main method with varargs argument (6 days ago) <Ilya Kirillov>
* 5d6cf34045 - New J2K: consider that type argument may be null in inference post-processing (6 days ago) <Ilya Kirillov>
* 934d491c1c - New J2K: use `Any?` instead of star projection for raw supertypes (6 days ago) <Ilya Kirillov>
* c6e0356a59 - Do not search for getter usages for every "may be const" quickfix invocation (6 days ago) <Ilya Kirillov>
* 1b3c5f5d37 - New J2K: use proper progress indicator for showing progress (6 days ago) <Ilya Kirillov>
* 2916be6a53 - Remove duplicating interface in J2K (6 days ago) <Ilya Kirillov>
* 1cf348baba - Do not commit document on non-kotlin files when trying to perform j2k conversion (6 days ago) <Ilya Kirillov>
* 13b16cfe75 - (tag: build-1.3.60-dev-2229) Refactoring: get rid of firSafeNullable, enhance getSymbolByLookupTag (6 days ago) <Mikhail Glukhikh>
* 0493432723 - Remove some usages of FirBasedSymbol (6 days ago) <Mikhail Glukhikh>
* a1f4a4572a - (tag: build-1.3.60-dev-2224) Check cancelation in KotlinJavaPsiFacade.findPackage() (7 days ago) <Matthew Gharrity>
* 0a1b3a8455 - (tag: build-1.3.60-dev-2217, origin/rr/kirpichenkov/kt7354) Clearify diagnostic messages that involve internal visibilities (7 days ago) <Pavel Kirpichenkov>
* fc4865a440 - (tag: build-1.3.60-dev-2214) Don't extend to comments when a comment is being moved (KT-23461) (7 days ago) <Nikolay Krasko>
* 11de99f9d7 - Minor refactoring for KotlinExpressionMover (KT-23461) (7 days ago) <Nikolay Krasko>
* ed28a06285 - Move statement: move expression over comments (KT-23461) (7 days ago) <Toshiaki Kameyama>
* 20c45a8382 - (tag: build-1.3.60-dev-2213) FIR general refactoring: get rid of ConeSymbols (7 days ago) <Mikhail Glukhikh>
* c1c46daa01 - (tag: build-1.3.60-dev-2211) Use en_US.UTF-8 locale instead of default locale to work around errors (7 days ago) <Ilmir Usmanov>
* 1951ff8054 - JVM_IR: Minor. Unmute tests (7 days ago) <Ilmir Usmanov>
* a3284326af - JVM_IR: Do not box/unbox result in continuations (7 days ago) <Ilmir Usmanov>
* 402a77126f - JVM_IR: Support inline suspend functions (7 days ago) <Ilmir Usmanov>
* 2ec3417e0e - JVM_IR: Move suspend functions into view transformation to codegen phase (7 days ago) <Ilmir Usmanov>
* 6b36833ee2 - (tag: build-1.3.60-dev-2210) Highlight usages: highlight declaration/usage on call of function with lambda argument (KT-30824) (7 days ago) <Toshiaki Kameyama>
* 26bef2d109 - Fix muted usage highlighter test by ignoring irrelevant highlighting (7 days ago) <Nikolay Krasko>
* 7b8abc5457 - Move statement: enable expression ended with semicolon (KT-8581) (7 days ago) <Toshiaki Kameyama>
* 5259af157a - (tag: build-1.3.60-dev-2206) JVM IR: workaround correspondingPropertySymbol absence after deep copy (7 days ago) <Alexander Udalov>
* b782cf6bdb - JVM IR: workaround KotlinTypeMapper usages in boxing optimization on inline classes (7 days ago) <Alexander Udalov>
* c425bd0e0b - JVM IR: do not use KotlinTypeMapper in BuilderFactoryForDuplicateSignatureDiagnostics (7 days ago) <Alexander Udalov>
* 3a0c41dca4 - JVM IR: do not use KotlinTypeMapper indirectly in CallableReferenceLowering (7 days ago) <Alexander Udalov>
* 26874a6e1e - JVM IR: do not use KotlinTypeMapper in MethodSignatureMapper (7 days ago) <Alexander Udalov>
* ee976020bc - JVM IR: add KotlinTypeMapperBase, do not use KotlinTypeMapper in metadata serialization (7 days ago) <Alexander Udalov>
* bd8ea9412d - JVM IR: implement MethodSignatureMapper.mapFunctionName directly (7 days ago) <Alexander Udalov>
* 36c242764f - JVM IR: implement MethodSignatureMapper.mapSignature directly (7 days ago) <Alexander Udalov>
* 46ced326b8 - JVM IR: minimize usages of some methods in MethodSignatureMapper (7 days ago) <Alexander Udalov>
* 4dc1d61c38 - JVM IR: do not remove overridden symbols in BridgeLowering (7 days ago) <Alexander Udalov>
* 45929f57b6 - Minor, add test on name mangling of private multi-file part members (7 days ago) <Alexander Udalov>
* cb482571cb - (tag: build-1.3.60-dev-2205) Build: Fix javadocJar task configuration (7 days ago) <Vyacheslav Gerasimov>
* cec37cf78a - (tag: build-1.3.60-dev-2202) Add supertype type arguments to super() call in deserialization ctor (7 days ago) <Leonid Startsev>
* 0b669e72b0 - Do not report error about 'initializer required for @Transient properties' on lateinit vars (7 days ago) <Leonid Startsev>
* 4e516d7c94 - Fix IR validation warnings in serialization plugin (7 days ago) <Leonid Startsev>
* d3f1cf1cdd - (tag: build-1.3.60-dev-2197) Gradle, native: Don't ignore exit codes of K/N tests (7 days ago) <Ilya Matveev>
* 9d257a1ed8 - (tag: build-1.3.60-dev-2196) JVM IR: generate call to checkNotNull in IrCheckNotNull since 1.4 (7 days ago) <Alexander Udalov>
* acc86be043 - (tag: build-1.3.60-dev-2186) Extend karma-teamcity-reporter to log browser's output (7 days ago) <Ilya Goncharov>
* 8fbdb15626 - Show suppressed output in case of karma launch failed (7 days ago) <Ilya Goncharov>
* 425582bb4b - Use only custom karma reporter (7 days ago) <Ilya Goncharov>
* ddbae98841 - Remove redundant marker of browser log starting (7 days ago) <Ilya Goncharov>
* 355f847ee0 - Add parse of karma log to find browser's messages (7 days ago) <Ilya Goncharov>
* 8c46fab6d8 - Add own reporter that reports only browser log in specific format (7 days ago) <Ilya Goncharov>
* 9bb5022eb4 - Move nested classes (7 days ago) <Ilya Goncharov>
* 6277267563 - Make KarmaConfig as data class (7 days ago) <Ilya Goncharov>
* 8f7c5c13f8 - Parse karma problem to fail task (7 days ago) <Ilya Goncharov>
* 3d67b952f8 - Parse browser output to log (7 days ago) <Ilya Goncharov>
* c8d087d744 - (tag: build-1.3.60-dev-2181) [FIR] Tests. Save failed tests into testdata (7 days ago) <Dmitriy Novozhilov>
* 63892891db - (tag: build-1.3.60-dev-1666) Add internal move refactoring testing action (4 days ago) <Igor Yakovlev>
* 3951fde081 - Save 'Search for references' checkbox state on move of kotlin file (4 days ago) <Igor Yakovlev>
* eca2707dbf - Refactor of Move Refactoring (4 days ago) <Igor Yakovlev>
* d6c5fbace0 - (tag: build-1.3.60-dev-1658) [IR][inliner] prevent of parameters location information loss (4 days ago) <Vasily Levchenko>
* a2fcefd456 - (tag: build-1.3.60-dev-1655) Added fallback for LightClasses getOwnFields, getOwnMethods if dummy resolve failed (KT-27243, KT-33561) (4 days ago) <Vladimir Dolzhenko>
* 78b0d5750b - (tag: build-1.3.60-dev-1622) New J2K: consider literal expressions in data class conversion & fix names conflict (4 days ago) <Ilya Kirillov>
* 405a3beeab - New J2K: move helper functions to corresponding files & use better names for tree nodes files (4 days ago) <Ilya Kirillov>
* 64ecbd1418 - New J2K: use internal getStrictParentOfType instead of custom one (4 days ago) <Ilya Kirillov>
* 2f5fa49c52 - New J2K: remove unused abstractions for conversions running (4 days ago) <Ilya Kirillov>
* 131df66087 - New J2K: check if method reference has functional type on PsiType instead of JKType (4 days ago) <Ilya Kirillov>
* ca0cc13097 - New J2K: retrieve constructor call return type correctly (4 days ago) <Ilya Kirillov>
* 982e7fdd86 - New J2K: do not shorten class references for some Java primitive class wrappers classes (4 days ago) <Ilya Kirillov>
* fd2ad89799 - (tag: build-1.3.60-dev-1613) JVM IR: Write ACC_DEPRECATED flags (5 days ago) <Steven Schäfer>
* a90ac2438d - Set correct field visibility in psi2ir (5 days ago) <Steven Schäfer>
* 6c7a904663 - (tag: build-1.3.60-dev-1612) Psi2Ir: Mark accessors with no bodies as default accessors. (5 days ago) <Mads Ager>
* fda37eaaae - (tag: build-1.3.60-dev-1605) [minor] Rearrange test utils for easier reuse (5 days ago) <Ilya Chernikov>
* 947867286c - [minor] Fix potential problems with sequence, add a todo (5 days ago) <Ilya Chernikov>
* c9b25cad01 - Fix classpath handling when evaluating legacy scripts from kotlinc (5 days ago) <Ilya Chernikov>
* 31c56d7794 - Set java.class.path property in runner and loader (5 days ago) <Ilya Chernikov>
* 08720a3dc6 - Set thread context classloader in the kotlin runner (5 days ago) <Ilya Chernikov>
* d3f32c0d8a - Set thread context classloader in preloader (5 days ago) <Ilya Chernikov>
* 7b2f39530a - Fix invalid testdata for ConvertToScopeIntention applicability (5 days ago) <Igor Yakovlev>
* cf39803074 - (tag: build-1.3.60-dev-1592) Pass cacheRedirectorEnabled flag to performance test gradle import (5 days ago) <Vyacheslav Gerasimov>
* b04fbbd43b - Fix `testUnusedSymbol_class_inspectionData_Inspections_test` test (5 days ago) <Dmitry Gridin>
* 1e72116a9c - (tag: build-1.3.60-dev-1576) Fix test data for intention tests (5 days ago) <Igor Yakovlev>
* 55f4610926 - (tag: build-1.3.60-dev-1575) Tests: fix `invalidBundleOrProperty` test for 183 #KT-32860 Fixed (5 days ago) <Dmitry Gridin>
* d4e4a4c3e7 - (tag: build-1.3.60-dev-1562) To ordinary string literal: remove 'trimIndent()' if string is single line (6 days ago) <Toshiaki Kameyama>
* fbe66c3496 - (tag: build-1.3.60-dev-1558) JVM IR: fix another naming inconsistency with old backend (6 days ago) <Alexander Udalov>
* fec8dbf6df - JVM IR: do not use AsmUtil.putJavaLangClassInstance (6 days ago) <Alexander Udalov>
* 23eb6daae9 - JVM IR: remove MethodSignatureMapper.mapImplementationOwner (6 days ago) <Alexander Udalov>
* aea9642ea0 - JVM IR: implement MethodSignatureMapper.mapToCallableMethod directly (6 days ago) <Alexander Udalov>
* e0823e20c7 - JVM IR: do not use AsmUtil.genToString (6 days ago) <Alexander Udalov>
* bf40b72451 - JVM IR: remove unneeded usages of MethodSignatureMapper.mapToCallableMethod (6 days ago) <Alexander Udalov>
* 0f1a15daf1 - JVM IR: add lowering to remove calls to KFunction{n}.invoke (6 days ago) <Alexander Udalov>
* 2b4424b564 - JVM IR: replace function accesses in multi-file parts (6 days ago) <Alexander Udalov>
* 21b2487290 - (tag: build-1.3.60-dev-1549) Minor: add an additional message for further investigation EA-141821 (6 days ago) <Zalim Bashorov>
* b78ba71224 - (tag: build-1.3.60-dev-1542) [FIR] Set mem-limit 8g (6 days ago) <Simon Ogorodnik>
* 6a9fb46985 - [FIR] Make fir modularized test depends on dist (6 days ago) <Simon Ogorodnik>
* 5ef4a01a45 - [FIR] Fix module qualified names (6 days ago) <Simon Ogorodnik>
* 9338a3c086 - [FIR] Filter out common modules (6 days ago) <Simon Ogorodnik>
* b99d9e0e0b - [FIR] Disambiguate module names (6 days ago) <Simon Ogorodnik>
* 9530389583 - [FIR] Group multiple pass logs into one (6 days ago) <Simon Ogorodnik>
* 4c246faddb - [FIR] Fix redeclaration (6 days ago) <Simon Ogorodnik>
* 8c31a0be07 - [FIR] Add filter param (6 days ago) <Simon Ogorodnik>
* 2ca1e5c8c7 - [FIR] Pass properties to test (6 days ago) <Simon Ogorodnik>
* 96627fc1ae - [FIR] Add parameters to modularized tests (6 days ago) <Simon Ogorodnik>
* e9b2e74b15 - (tag: build-1.3.60-dev-1528) escapeXML: fix bunch for 183 (6 days ago) <Dmitry Gridin>
* ea02d0c632 - (tag: build-1.3.60-dev-1525) ExpectActualUtils: `repairSuperTypeList` should consider type parameters (6 days ago) <Dmitry Gridin>
* 03141be11e - ExpectActualUtils: update `repairAnnotationEntries` for more cases with annotations (6 days ago) <Dmitry Gridin>
* ba0ba3422d - CreateExpectedFix: rename `isCorrectAndHaveNonPrivate` to `isCorrectAndHaveNonPrivateModifier` (6 days ago) <Dmitry Gridin>
* 3c6da0bfe6 - TypeAccessibilityChecker: rename `existingFqNames` to `existingTypeNames` and add comments (6 days ago) <Dmitry Gridin>
* 531f695404 - CreateExpectedFix: remove recursive call from `findAndApplyExistingClasses` (6 days ago) <Dmitry Gridin>
* 35d64f85f8 - TypeAccessibilityCheckerImpl: `explicitParameters` change return type to `Sequence` (6 days ago) <Dmitry Gridin>
* aa135bc505 - TypeAccessibilityCheckerImpl: move visibility check for `KtNamedDeclaration` to outside (6 days ago) <Dmitry Gridin>
* eaa28fd4ed - CreateExpect: fix build for a33 (6 days ago) <Dmitry Gridin>
* 27d7ee8518 - TypeAccessibilityChecker: move to idea-analysis module (6 days ago) <Dmitry Gridin>
* 56a7445660 - CreateExpect: should prefer type aliases #KT-32571 Fixed (6 days ago) <Dmitry Gridin>
* 5928a36fa2 - CreateExpect: should save receiver annotations #KT-32694 Fixed (6 days ago) <Dmitry Gridin>
* 42ef9d634a - ExpectActualUtils: merge generateFunction with generateProperty to generateCallable & remove old checker (6 days ago) <Dmitry Gridin>
* 90b82c96eb - TypeAccessibilityChecker: fix `incorrectTypes` for descriptor (6 days ago) <Dmitry Gridin>
* 1c98cb763e - addRemoveModifier: shouldn't add extra new line #KT-26635 Fixed (6 days ago) <Dmitry Gridin>
* 0458a22f78 - TypeAccessibilityChecker: fix case with unresolved type params (6 days ago) <Dmitry Gridin>
* 4ed56908af - CreateExpect: add `actual` modifier to original class if needed (6 days ago) <Dmitry Gridin>
* 73ae993d81 - TypeAccessibilityChecker: add more tests (6 days ago) <Dmitry Gridin>
* 84d167b7bd - TypeAccessibilityChecker: add logs for tests (6 days ago) <Dmitry Gridin>
* 7c850e44d2 - CreateExpectedFix: add escaping for error text (6 days ago) <Dmitry Gridin>
* 3617f3d247 - TypeAccessibilityChecker: fix callable with upper bound (6 days ago) <Dmitry Gridin>
* 46fefde09c - ExpectActualUtils: introduce TypeAccessibilityChecker #KT-28537 Fixed #KT-28538 Fixed #KT-28549 Fixed #KT-28620 Fixed #KT-31433 Fixed #KT-31475 Fixed #KT-32642 Fixed #KT-32768 Fixed #KT-33150 Fixed (6 days ago) <Dmitry Gridin>
* d1b33485a4 - ExpectActualUtils: rename checkTypeInSequence to incorrectTypesInSequence & change return type (6 days ago) <Dmitry Gridin>
* 18f0bbe8f1 - QuickFixMultiModule: change tests structure (6 days ago) <Dmitry Gridin>
* 02fd137cec - SimpleTestClassModel: add `deep` field (6 days ago) <Dmitry Gridin>
* 65ce4aed1a - TestGenerationDSL: cleanup code (6 days ago) <Dmitry Gridin>
* bddf768d59 - CreateExpect: fix case with parameters in constructor without var/val (6 days ago) <Dmitry Gridin>
* 1b718761b2 - AbstractQuickFixMultiModuleTest: support multiline errors `SHOULD_FAIL_WITH` (6 days ago) <Dmitry Gridin>
* 3f7c983f04 - CreateExpectFix: fix selection for primary constructor (6 days ago) <Dmitry Gridin>
* 4a049b9b01 - GenerateTests: cleanup code (6 days ago) <Dmitry Gridin>
* 1748906d9a - ExpectActualUtils: should add annotations (6 days ago) <Dmitry Gridin>
* 5e60ea2272 - ExpectActualUtils: should remove `override` (6 days ago) <Dmitry Gridin>
* 7561905676 - ExpectActualUtils: add type accessibility check for supertypes (6 days ago) <Dmitry Gridin>
* 8e9952e203 - multiplatformUtil: implement Module.toDescriptor() (6 days ago) <Dmitry Gridin>
* 755f7e8739 - elementRenderingUtils: override visitor for KtTypeReference, KtParameterList, KtParameter (6 days ago) <Dmitry Gridin>
* c17e19b004 - elementRenderingUtils: cleanup code (6 days ago) <Dmitry Gridin>
* 2b32c9d2f9 - ExpectActualUtils: add type arguments accessibility check for constructors (6 days ago) <Dmitry Gridin>
* e59571c482 - ExpectActualUtils: add type arguments accessibility check for top level classes (6 days ago) <Dmitry Gridin>
* bad9459978 - ExpectActualUtils: add type arguments accessibility check (6 days ago) <Dmitry Gridin>
* 5884c65857 - ExpectActualUtils: add type accessibility check (6 days ago) <Dmitry Gridin>
* dffb44c11c - Create actual/expect quick fix should render super type correctly (6 days ago) <Dmitry Gridin>
* a21375508d - ExpectActualUtils: drop `missedDeclarations` parameter from `generateClassOrObject` function (6 days ago) <Dmitry Gridin>
* 22f8b9f475 - (tag: build-1.3.60-dev-1518) Remove codegen tests on inline classes based on type parameters (6 days ago) <Alexander Udalov>
* 6bf16a96e1 - (tag: build-1.3.60-dev-1515) Add more tests for type operators on the jvm (6 days ago) <Steven Schäfer>
* b6ea135e70 - Add a TypeOperatorLowering for JVM_IR (6 days ago) <Steven Schäfer>
* 39ba462540 - (tag: build-1.3.60-dev-1508, tag: build-1.3.60-dev-1502) JVM IR: remove unneeded part of a hack for inlining $default methods (7 days ago) <Alexander Udalov>
* 34400add22 - Minor, add IrCallableMethod.toString (7 days ago) <Alexander Udalov>
* dd74794f97 - Minor, add message to exception thrown in parentAsClass (7 days ago) <Alexander Udalov>
* a3c3ab08fd - (tag: build-1.3.60-dev-1468) Override/Implement members: place members in the same order as super class members (7 days ago) <Toshiaki Kameyama>
* a38651c1ec - (tag: build-1.3.60-dev-1448) KT-32366: Add missing 182 bunch file for the `foldingTestUtils.kt` (3 days ago) <Roman Golyshev>
* 5a511dd635 - (tag: build-1.3.60-dev-1446) Refactor and fix of the run/apply/let/also intention converter (3 days ago) <Igor Yakovlev>
* ef5fcb4e9e - (tag: build-1.3.60-dev-1439) Fix test data (3 days ago) <Ilmir Usmanov>
* 37e3c41b57 - (tag: build-1.3.60-dev-1434) KT-32366: Add sync scroll for source and preview editor (3 days ago) <Roman Golyshev>
* e488e920d8 - KT-32366: Add tests for right preview window (3 days ago) <Roman Golyshev>
* bddf87337c - KT-32366: Add printing scratch output to preview window (3 days ago) <Roman Golyshev>
* e321ee1396 - KT-32366: Inject `toolWindowHandler` from `InlayScratchOutputHandler` (3 days ago) <Roman Golyshev>
* d0cd4967a7 - KT-32366: Extract text styling variables to `outputStylingUtils` (3 days ago) <Roman Golyshev>
* 358ec2b8bd - KT-32366: Refactor tests to allow testing of preview window (3 days ago) <Roman Golyshev>
* dd1ace37d2 - KT-32366: Add `TextEditorWithPreview.setLayout` method (3 days ago) <Roman Golyshev>
* 1d6de45db6 - KT-32366: Use `TextEditorWithPreview` as editor for scratch files (3 days ago) <Roman Golyshev>
* 37c6102a03 - KT-32366: Change base of `AbstractScratchLineMarkersTest` (3 days ago) <Roman Golyshev>
* 1177566386 - KT-32366: Get rid of `ScratchTopPanel` in tests (3 days ago) <Roman Golyshev>
* 962260941b - KT-32366: Add `TextEditorWithPreview` class from the platform (3 days ago) <Roman Golyshev>
* 54dde777ac - KT-32366: Get replace editor with virtual file in `ScratchFile` (3 days ago) <Roman Golyshev>
* 1fc88fc47f - KT-32366: Refactor `ScratchPanelListener` to `ScratchFileListener` (3 days ago) <Roman Golyshev>
* ea3d070c98 - KT-32366: Refactor `ScratchFileHook` to make ScratchFile creation clear (3 days ago) <Roman Golyshev>
* 70e6f738eb - KT-32366: Refactor `scratchUtils` to use mostly `ScratchFile` (3 days ago) <Roman Golyshev>
* 6c35c40bb9 - KT-32366: Refactor `ScratchTopPanel` to actions instead of custom UI (3 days ago) <Roman Golyshev>
* 23f662cfe2 - (tag: build-1.3.60-dev-1429) FIR: optimize creation of scope by implicit receiver (3 days ago) <Mikhail Glukhikh>
* 9c3821ddba - FIR: add comments & tests for tower resolver, block some receiver pairs (3 days ago) <Mikhail Glukhikh>
* c9a600c5ce - FIR: handle imported members from objects more correctly (3 days ago) <Mikhail Glukhikh>
* a4d89b9829 - FIR: handle situations with multiple implicit receivers (3 days ago) <Mikhail Glukhikh>
* 5d6a526eec - FIR: more accurate handling of dispatch receiver values (3 days ago) <Mikhail Glukhikh>
* fcb0b1b5eb - (tag: build-1.3.60-dev-1427) Add new native targets. (#2538) (3 days ago) <Nikolay Igotti>
* 64d4cca589 - (tag: build-1.3.60-dev-1419) Redundant override: do not report when class has derived property (3 days ago) <Toshiaki Kameyama>
* 729ed1a44e - (tag: build-1.3.60-dev-1417) Pull Members Up: fix invalid code format on function with comment and another indent (3 days ago) <Toshiaki Kameyama>
* 7c2f6ecba7 - (tag: build-1.3.60-dev-1416) Redundant curly braces in string template: remove braces for 'this' (3 days ago) <Toshiaki Kameyama>
* 8f2a73b734 - (tag: build-1.3.60-dev-1415) KT-28471: "Add initializer" quickfix initializes non-null variable with null (3 days ago) <Dereck Bridie>
* c0f896c96a - flatMap call could be simplified to flatten(): Fix false positive with Array (3 days ago) <Toshiaki Kameyama>
* 7ff01b02a9 - (tag: build-1.3.60-dev-1411) Make ExperimentalTime annotation documented (4 days ago) <Ilya Gorbunov>
* 2c79b1f89e - Minor: fix incorrect reference in kdoc (4 days ago) <Ilya Gorbunov>
* daa0d58f4d - (tag: build-1.3.60-dev-1410) Build: Update list of proxied repositories (4 days ago) <Vyacheslav Gerasimov>
* 1cdc68901a - Build: Use kotlinx-metadata-jvm from jcenter instead of bintray (4 days ago) <Vyacheslav Gerasimov>
* 96c9efeabb - Build: Fix findNonCachedRepositories test (4 days ago) <Vyacheslav Gerasimov>
* 669b6d164c - Build: Use cache redirector for buildscript block of :kotlin-reflect (4 days ago) <Vyacheslav Gerasimov>
* d59f2bcc80 - (tag: build-1.3.60-dev-1404) Fix KotlinReflectionInternalError on invoking callBy with defaults in supertypes (4 days ago) <Alexander Udalov>
* cb2e68fece - JVM IR: skip temporary variables in InventNamesForLocalClasses (4 days ago) <Alexander Udalov>
* 312205f376 - Prohibit synchronized methods on interface members (4 days ago) <Alexander Udalov>
* 815ff3c860 - JVM IR: don't generate ACC_FINAL on DefaultImpls methods (4 days ago) <Alexander Udalov>
* 6f785ec881 - (tag: build-1.3.60-dev-1401) FIR2IR: fix library annotation call generation (4 days ago) <Mikhail Glukhikh>
* 27ccff12c1 - FIR: add resolve for delegated super-type (4 days ago) <Mikhail Glukhikh>
* a9bc3c19d6 - (tag: build-1.3.60-dev-1393) Fix invalid generated Move tests (4 days ago) <Igor Yakovlev>
* f9506db20a - (tag: build-1.3.60-dev-1390) Ignore sources which are not LOADs in refinedIntTypeAnalysis (4 days ago) <Ilmir Usmanov>
* 4697822b5a - (tag: build-1.3.60-dev-1389) [FIR] Fix setting return type for `when` and `try` with non applicable candidates (4 days ago) <Dmitriy Novozhilov>
* 6e6ffa12a6 - [WASM] Initial infrastructure (4 days ago) <Svyatoslav Kuzmich>
* 812083ee05 - [WASM] Initial runtime library (4 days ago) <Svyatoslav Kuzmich>
* 1891fa1bf1 - [JS IR BE] Commonize JS lowerings (4 days ago) <Svyatoslav Kuzmich>
* 7bc739359b - (tag: build-1.3.60-dev-1387) Use JDK_8 when stopping Gradle daemons with version below 5.0 (4 days ago) <Ivan Gavrilovic>
* d13e26d67e - Add a check that processors from KAPT classpath are not run (4 days ago) <Ivan Gavrilovic>
* 27a9aa5e2b - KT-33056: Fix how parent class loader for KAPT processors is found (4 days ago) <Ivan Gavrilovic>
* f3acd8d10c - KT-33028, KT-33050: Fix how kapt invokes javac on JDK 9+ (4 days ago) <Ivan Gavrilovic>
* 5846db4eab - (tag: build-1.3.60-dev-1379) [FIR] Add symbol to FirFunction and all it's inheritors (4 days ago) <Dmitriy Novozhilov>
* e3e1f3c2aa - [FIR] Fix transforming value parameters of anonymous functions (4 days ago) <Dmitriy Novozhilov>
* d841090866 - [FIR] Don't analyze properties with implicit types twice (4 days ago) <Dmitriy Novozhilov>
* f1e56c4b3e - [FIR] Force resolving all declaration while resolving of body with implicit type (4 days ago) <Dmitriy Novozhilov>
* e374242adf - [FIR] Fix propagating expected type for binary operator calls (4 days ago) <Dmitriy Novozhilov>
* ba7a137e74 - [FIR] Add fir node for binary && and || (4 days ago) <Dmitriy Novozhilov>
* 908b6ade1d - [FIR] Fix incorrect do-while loop transforming order and IR generating (4 days ago) <Dmitriy Novozhilov>
* 42f171a8d2 - [IR] Minor. Extract irBuiltins from IrGeneratorContext to separate interface (4 days ago) <Dmitriy Novozhilov>
* b274c7567e - [FIR] Minor. Add `transformResult` to `FirWhenBranch` (4 days ago) <Dmitriy Novozhilov>
* a022f85776 - [FIR] Minor. Add `@BaseTransformedType` to `FirWhenBranch` (4 days ago) <Dmitriy Novozhilov>
* f877fe40b3 - [FIR] Fix expected type in invoke completion (4 days ago) <Dmitriy Novozhilov>
* 57a2665b00 - [FIR] Update tests for previous commit (4 days ago) <Dmitriy Novozhilov>
* e48959350c - [FIR] Infer type of when expressions and try expressions like it is function call (4 days ago) <Dmitriy Novozhilov>
* 741ff958e8 - [FIR] Add util function for extracting return arguments from block (4 days ago) <Dmitriy Novozhilov>
* fe3824d796 - [FIR] Introduce `FirResolvable` (4 days ago) <Dmitriy Novozhilov>
* beeba23cf0 - [FIR] Minor. Wrap `withScopeCleanup` with try-finally (4 days ago) <Dmitriy Novozhilov>
* e944119f71 - [FIR] Don't use implicit type as expected type of anonymous function (4 days ago) <Dmitriy Novozhilov>
* 7861396246 - [FIR] Add util function for creating functional cone type (4 days ago) <Dmitriy Novozhilov>
* 637fb55a7b - [FIR] Add implementation of intersection types to Fir type system (4 days ago) <Dmitriy Novozhilov>
* 1708a34eb8 - [FIR] Fix incorrect findCommonIntegerLiteralTypesSuperType dummy implementation (4 days ago) <Dmitriy Novozhilov>
* e6bf3b3263 - [FIR] Render nullability in type renderer, not in fir renderer (4 days ago) <Dmitriy Novozhilov>
* 3e44bc805f - [FIR] Return error type from common super type if it present (4 days ago) <Dmitriy Novozhilov>
* 6e2958880b - [FIR] Add forgotten replacing arguments in abbreviated type expansion (4 days ago) <Dmitriy Novozhilov>
* 317e3edba8 - [FIR] Add default upper bound to type parameter in fir deserializer (4 days ago) <Dmitriy Novozhilov>
* 2fe01f9086 - (tag: build-1.3.60-dev-1358) Refactor publishing plugin to lazy tasks API (5 days ago) <Ilya Chernikov>
* 315a9d66a0 - Refactor more tasks to lazy API (5 days ago) <Ilya Chernikov>
* 2ed8fa7624 - Convert main task creating helper to lazy API, refactor accordingly (5 days ago) <Ilya Chernikov>
* 0f41dc814f - Switch many common tasks defined in buildSrc to lazy creation (5 days ago) <Ilya Chernikov>
* f74c4fa538 - Switch all common tasks in the root build script to lazy creation (5 days ago) <Ilya Chernikov>
* 5208318f34 - Fix dependency resolution during gradle project configuration (5 days ago) <Ilya Chernikov>
* 50e758cbb7 - (tag: build-1.3.60-dev-1355) Remove the `@Inclubating` annotation from UnstableApiUsage inspection (5 days ago) <Sergey Igushkin>
* ffd0b438da - Don't create the Kapt generate stubs output dir in lazy initializer (5 days ago) <Sergey Igushkin>
* cbb8bf2deb - Extract members from Kotlin tasks, don't iterate over them (KT-31713) (5 days ago) <Sergey Igushkin>
* 80fa591f10 - (tag: build-1.3.60-dev-1345) Fix failing test because of slightly different diagnostics for LV=1.2 (5 days ago) <Mikhail Zarechenskiy>
* 5e3a11db8e - (tag: build-1.3.60-dev-1327, origin/rr/4u7/publishing-fixes-before) JVM IR: remove property accessor name hack in InterfaceDelegationLowering (5 days ago) <Alexander Udalov>
* 14a6a06166 - JVM IR: do not use GenerationState.typeMapper (5 days ago) <Alexander Udalov>
* f64afbf152 - JVM IR: reduce usages of IrTypeMapper.kotlinTypeMapper (5 days ago) <Alexander Udalov>
* 0c6ab69b52 - JVM IR: do not use descriptors in IrTypeMapper.writeFormalTypeParameters (5 days ago) <Alexander Udalov>
* 598c6009f2 - JVM IR: extract method signature mapping to MethodSignatureMapper (5 days ago) <Alexander Udalov>
* 6191fc10f0 - JVM IR: introduce IrCallableMethod as a simpler replacement for CallableMethod (5 days ago) <Alexander Udalov>
* 6969717201 - (tag: build-1.3.60-dev-1315) Fix performanceTests compilation errors (5 days ago) <Vladimir Dolzhenko>
* d1cbee44f1 - (tag: build-1.3.60-dev-1309, origin/spec-tests) Move refactoring: suggest file name starting with an uppercase letter (6 days ago) <Burak Eregar>
* 8219d9853c - (tag: build-1.3.60-dev-1304) Implement configuration for describing only published runtime dependencies... (6 days ago) <Ilya Chernikov>
* 3d3e86b5fa - (tag: build-1.3.60-dev-1290) Added gradle.kts and annotator gradle.kts autocompletion performance benchmark (6 days ago) <Vladimir Dolzhenko>
* 7c4ed9c29e - (tag: build-1.3.60-dev-1286) JVM IR: remove unused code, minor cleanup (6 days ago) <Alexander Udalov>
* 23e79bb32b - (tag: build-1.3.60-dev-1275) ScriptDefinitionsManager: `safeGetDefinitions` shouldn't catch `ControlFlowException` #EA-210332 Fixed (6 days ago) <Dmitry Gridin>
* ef4bac1b46 - REPL: fix `IllegalArgumentException` Reproduce: select `Pause Output` #EA-209571 Fixed #EA-210364 Fixed #KT-33329 Fixed (6 days ago) <Dmitry Gridin>
* f81fb40164 - HistoryUpdater: cleanup code (6 days ago) <Dmitry Gridin>
* df438377e8 - ReplOutputProcessor: cleanup code (6 days ago) <Dmitry Gridin>
* ab4001a698 - KotlinCopyPasteReferenceProcessor: fix KNPE #EA-210304 Fixed (6 days ago) <Dmitry Gridin>
* 693f42f33e - KotlinCopyPasteReferenceProcessor: cleanup code (6 days ago) <Dmitry Gridin>
* bd5476082b - extractionModel: cleanup code (6 days ago) <Dmitry Gridin>
* fcff9a43b4 - extractionModel: fix NPE #EA-210243 Fixed (6 days ago) <Dmitry Gridin>
* f87e86d4b3 - CallableBuilder: fix exception #EA-134361 Fixed (6 days ago) <Dmitry Gridin>
* 76b97c3847 - CallableBuilder: cleanup code (6 days ago) <Dmitry Gridin>
* 2b90735990 - generateUtil: fix PIEAE #EA-209598 Fixed #EA-142347 Fixed (6 days ago) <Dmitry Gridin>
* b570f99aae - generateUtil: cleanup code (6 days ago) <Dmitry Gridin>
* cf3b92d80e - CreateTypeParameterFromUsageFix: fix KNPE for type alias #KT-33302 Fixed #EA-120181 Fixed (6 days ago) <Dmitry Gridin>
* 932765744a - CreateTypeParameterFromUsageFix: cleanup code (6 days ago) <Dmitry Gridin>
* 8d2ccb7bcd - (tag: build-1.3.60-dev-1268) [IR] Taught inliner to work with inline suspend lambdas (6 days ago) <Igor Chevdar>
* 7ff700ff97 - (tag: build-1.3.60-dev-1260) JVM_IR: lower calls to @JvmStatic functions from other files. (6 days ago) <pyos>
* 24adc09e2d - (tag: build-1.3.60-dev-1256) J2K: Change old/new J2K switch checkbox text from "Use New J2K" to "Use New Java to Kotlin Converter" (6 days ago) <Ilya Kirillov>
* ad43bc23ea - (tag: build-1.3.60-dev-1244) Minor, add test case on SAM conversion over smart cast (7 days ago) <Alexander Udalov>
* dd0e296af1 - (tag: build-1.3.60-dev-1241) Use KotlinExceptionWithAttachments for ToFromOriginalFileMapper and MainFunctionDetector (7 days ago) <Vladimir Dolzhenko>
* fa29297fb1 - (tag: build-1.3.60-dev-1235) Introduce workaround for back-end exception in the test cases parser code (7 days ago) <victor.petukhov>
* 9487d291da - Fail spec box tests if they have `unexpected behaviour` and passed (7 days ago) <victor.petukhov>
* d8e5b068d5 - Relinking spec tests (7 days ago) <victor.petukhov>
* 8465d690f1 - Add spec tests for 'Type system' (introduction and 'kotlin.Any' type) (7 days ago) <victor.petukhov>
* f78faeaa3c - Add test for consistency check between the Kotlin specification and spec tests (7 days ago) <victor.petukhov>
* 4f73e100d0 - Add task to generate tests json map (is used for tool 'spec-tests-relinking recommender') (7 days ago) <victor.petukhov>
* 0e439263ce - Group spec tests and accompanying functionality into to packages: org.jetbrains.kotlin.spec (tests only) and org.jetbrains.kotlin.spec.utils (accompanying functionality) (7 days ago) <victor.petukhov>
* cf692fb257 - Implement tests map generator and refactor folder structure to spec tests linking (7 days ago) <victor.petukhov>
* 28da325a11 - Actualize DFA spec tests (7 days ago) <victor.petukhov>
* c43df55965 - (tag: build-1.3.60-dev-1228) Type parameters are placed before the name of the function (7 days ago) <SatoShun>
* 9c861a111f - Fix move refactoring conflict window output (7 days ago) <Igor Yakovlev>
* ae3f36ebde - Change ExtractDeclarationFromCurrentFileIntention applicability range (7 days ago) <Igor Yakovlev>
* e9e3df23fc - (HEAD -> master, tag: build-1.3.60-dev-1210, origin/master, origin/HEAD) Fix typos and improve grammar in stdlib readmes (#2527) (3 days ago) <Yanis Batura>
* ad8bcda99e - (tag: build-1.3.60-dev-1206) [IR] Merged K/N inliner with the common one (3 days ago) <Igor Chevdar>
* 32153c26a8 - (tag: build-1.3.60-dev-1198, origin/rr/4u7/publishing-fixes-before) Build: Rewrite upload_plugins.gradle in Kotlin (3 days ago) <Vyacheslav Gerasimov>
* af2cd36c3d - Build: Rename upload_plugins.gradle -> kts (3 days ago) <Vyacheslav Gerasimov>
* fba22606e6 - (tag: build-1.3.60-dev-1197) Introduce erroneous operators ClockMark.minus/compareTo(ClockMark) (3 days ago) <Ilya Gorbunov>
* ac07cb686b - Change status of ExperimentalTime API to a more risky one (3 days ago) <Ilya Gorbunov>
* a985402507 - Introduce ClockMark.hasPassedNow, hasNotPassedNow functions (3 days ago) <Ilya Gorbunov>
* 44195d436e - Rename: Clock.markNow, ClockMark.elapsedNow (3 days ago) <Ilya Gorbunov>
* a493d46a6e - Make effectively private properties actually private to avoid accessors (3 days ago) <Ilya Gorbunov>
* f889d25287 - Introduce TestClock.plusAssign(Duration) and hide implementation details (3 days ago) <Ilya Gorbunov>
* 4de9361c37 - Introduce Duration.isPositive method (3 days ago) <Ilya Gorbunov>
* 4befca95d6 - (tag: build-1.3.60-dev-1176) Add an ability to switch between old and new J2K via settings window (3 days ago) <Ilya Kirillov>
* 3b8da0afe4 - (tag: build-1.3.60-dev-1175) Update dukat dependency to 0.0.16 (3 days ago) <Shagen Ogandzhanian>
* 1aa8e28dd8 - (tag: build-1.3.60-dev-1155) Add JvmOverloads to KtLightClassImpl (4 days ago) <Igor Yakovlev>
* 8e6a80bed7 - (tag: build-1.3.60-dev-1154) Add test logs specific for IC with JS IR (4 days ago) <Alexey Tsvetkov>
* 12c209d360 - Do not compare output for IC with JS IR BE (4 days ago) <Alexey Tsvetkov>
* 3366ac4b18 - Save incremental data with KLIB compiler (4 days ago) <Alexey Tsvetkov>
* fc49510049 - Add tests for IC with JS IR BE (4 days ago) <Alexey Tsvetkov>
* 9572800ef7 - Add missing dependency (4 days ago) <Alexey Tsvetkov>
* b5a407371c - (tag: build-1.3.60-dev-1145) Update the year in LICENSE.txt (4 days ago) <Stanislav Erokhin>
* d59b910403 - (tag: build-1.3.60-dev-1139) Add tests for obsolete issues (4 days ago) <Mikhail Zarechenskiy>
* 1969ad6e9d - [NI] Take into account use-site variance for constraint from LHS of CR (4 days ago) <Mikhail Zarechenskiy>
* 0620762b97 - (tag: build-1.3.60-dev-1137) Enable new inference explicitly for MPP tests with type refinement (4 days ago) <Mikhail Zarechenskiy>
* 735e1ecec1 - Disable new inference for IDE analysis by default in releases (4 days ago) <Mikhail Zarechenskiy>
* 69942681a3 - Refactoring: move `versioning.kt` file to `idea-analysis` module (4 days ago) <Mikhail Zarechenskiy>
* 50e7ff4097 - Refactoring: move `isSnapshot` function closer to similar ones (4 days ago) <Mikhail Zarechenskiy>
* 2c0d6ab1a5 - (tag: build-1.3.60-dev-1135) [Compatibility] Restore GradleBuildScriptManipulator.addKotlinLibraryToModuleBuildScript(scope, libraryDescriptor) #KT-33336 Fixed (4 days ago) <Dmitry Gridin>
* 63895483fd - (tag: build-1.3.60-dev-1131) Fix take method from iterating one extra element (KT-32024) (4 days ago) <Abduqodiri Qurbonzoda>
* 01a613dca4 - (tag: build-1.3.60-dev-1129) Add tests for floating-point to integral conversion (4 days ago) <Abduqodiri Qurbonzoda>
* 432828a2db - Clarify floating-point to integral conversion rounding behaviour (4 days ago) <Abduqodiri Qurbonzoda>
* fd5bf33861 - (tag: build-1.3.60-dev-1128) Removed asserts for mirror files for java stubs on kt files (5 days ago) <Igor Yakovlev>
* 8cfdd140bb - (tag: build-1.3.60-dev-1121) Upgrade plugin-repository-rest-client & use token auth (5 days ago) <Vyacheslav Gerasimov>
* 2c61572c50 - (HEAD -> master, tag: build-1.3.60-dev-346, origin/master, origin/HEAD) Build: Fix artifact pattern for Android Studio bintray repo (3 дня назад) <Vyacheslav Gerasimov>
* 10f5204f67 - (tag: build-1.3.60-dev-344) as36: Fix groovy-all dependency version (3 дня назад) <Vyacheslav Gerasimov>
* aed9b13455 - (tag: build-1.3.60-dev-338) Fix jvm-host-embeddable artefact generation (3 дня назад) <Ilya Chernikov>
* 333c7ff688 - Filter out local classes on JSR-223 properties mapping (3 дня назад) <Ilya Chernikov>
* 2ae19e1d42 - (tag: build-1.3.60-dev-330) Run :kotlin-gradle-plugin:validateTaskProperties on every install (3 дня назад) <Alexey Tsvetkov>
* aff66b6a29 - (tag: build-1.3.60-dev-327) Make KotlinJpsBuildTestBase abstract (3 дня назад) <Alexey Tsvetkov>
* ce9ed26918 - [DEBUGGER] Improve computation of source position for breakpoint in KotlinLineBreakpointType more precise. (3 дня назад) <Roman Artemev>
* 2e0ec3b490 - (tag: build-1.3.60-dev-319) AbstractFindUsagesTest: add read lock (3 дня назад) <Dmitry Gridin>
* dbb9b3b6fd - AbstractFindUsagesTest: cleanup code (3 дня назад) <Dmitry Gridin>
* 58f294a757 - (tag: build-1.3.60-dev-317) Fix kotlin compiler tests in 192 (KT-32193) (3 дня назад) <Nikolay Krasko>
* 3729c4e770 - (tag: build-1.3.60-dev-315) JVM: simplify choice of wrapped receiver descriptors (3 дня назад) <Georgy Bronnikov>
* a10e57eaec - (tag: build-1.3.60-dev-314) JavaOutsideModuleDetector: should refresh notification after move #KT-32967 Fixed (3 дня назад) <Dmitry Gridin>
* 4c8d0acb5d - CreateExpectFix: shouldn't suggest create expect property with `lateinit` or `const` modifier #KT-32705 Fixed (3 дня назад) <Dmitry Gridin>
* a858607fac - (tag: build-1.3.60-dev-313) Fix script classpath utility functions that use classpath filtering by "keys" (3 дня назад) <Ilya Chernikov>
* ec3ccf1ba8 - Properly handle REPL snippets with exceptions ... (3 дня назад) <Ilya Chernikov>
* 288fdc0952 - Add a handler for providing evaluation context for scripts (3 дня назад) <Ilya Chernikov>
* 2a5c4a2409 - Move caching to after all configuration refinements and ... (3 дня назад) <Ilya Chernikov>
* e41bbe9328 - Introducing transient properties in scripting API (3 дня назад) <Ilya Chernikov>
* 5fe843d754 - Refactor main-kts build scripts - fix red code in IDEA (3 дня назад) <Ilya Chernikov>
* 42dde50b6b - Implement base zip cache with tests... (3 дня назад) <Ilya Chernikov>
* c7eb9e9520 - Move caching tests into a dedicated class (3 дня назад) <Ilya Chernikov>
* ef23033936 - Add net.jpountz and one.util.streamex to the list of shadowed packages (3 дня назад) <Ilya Chernikov>
* cefd4a35c5 - Fix and test evaluation of scripts with default configurations (3 дня назад) <Ilya Chernikov>
* 961607673d - [minor] Refactor properties collection builder: (3 дня назад) <Ilya Chernikov>
* 0af52f2fa6 - Implement composable refinement handlers... (3 дня назад) <Ilya Chernikov>
* 65e6d3b0ff - [minor] Add a small diagnostics handling utility fun (3 дня назад) <Ilya Chernikov>
* 0072f8c265 - Improve JSR-223 engine diagnostics (3 дня назад) <Ilya Chernikov>
* b68ab0d968 - Add test on repl with implicit receiver (3 дня назад) <Ilya Chernikov>
* a13d452cd8 - Implement JSR223 host in the main-kts jar (3 дня назад) <Ilya Chernikov>
* 0108a76e99 - Extract arguments calculation for base JSR223 engine into an argument (3 дня назад) <Ilya Chernikov>
* e8fa139dc8 - Move direct properties configuration code into public functions in scripting host jar (3 дня назад) <Ilya Chernikov>
* 89a53fe028 - (tag: build-1.3.60-dev-312) Safe get of registry key in KotlinAndroidGradleMPPModuleDataService (3 дня назад) <Andrey Uskov>
* 5f2aca5856 - Fix NewMultiplatformProjectImportingTest in bunch 183 (3 дня назад) <Andrey Uskov>
* e25b315319 - (tag: build-1.3.60-dev-310) Introduce `-Xpolymorphic-signature` compiler flag as more priority than `-XXLanguage:+PolymorphicSignature` (3 дня назад) <Victor Petukhov>
* 944ee8fcd5 - Introduce `-Xinline-classes` compiler flag as more priority than `-XXLanguage:+InlineClasses` (3 дня назад) <Victor Petukhov>
* 45644c224e - (tag: build-1.3.60-dev-308) JPS: Add temporary non caching jps storage for 192 (3 дня назад) <Mikhail Mazurkevich>
* 584d441587 - (tag: build-1.3.60-dev-306) Fix import when android gradle plugin is involved in IDEA 183 (4 дня назад) <Andrey Uskov>
* 91365d9fad - Fix import library dependencies when transitive MPP are involved (4 дня назад) <Andrey Uskov>
* 0b8ad5c6c0 - Fixed setting production-on-test flag if project was not build (4 дня назад) <Andrey Uskov>
* 17dec7b389 - Add transitive test dependencies on MPP with jvmWithJava on import (4 дня назад) <Andrey Uskov>
* 86a26f0cca - Add jvmWithJava IDE import test (4 дня назад) <Andrey Uskov>
* 6c0469cee0 - Fix importing transitive dependencies on MPP project (4 дня назад) <Andrey Uskov>
* 8592396a9a - Fix combobox size in facet settings tab (KT-32784) (4 дня назад) <Andrey Uskov>
* 9ce9b5945e - Fix order of platforms in Facets (KT-32783) (4 дня назад) <Andrey Uskov>
* b8400a16f0 - (tag: build-1.3.60-dev-304) Fix webpack dsl with closure (4 дня назад) <ilgonmic>
* deb6b7105a - Remove duplicated source-map-loader configuring and cleanup kotlin webpack config writer (4 дня назад) <ilgonmic>
* 3b78ef9cb2 - (tag: build-1.3.60-dev-296) as36: Add bunches for AS 3.6 C6 based on 192 platform (4 дня назад) <Vyacheslav Gerasimov>
* 5c6dedc623 - Build: Add repo for prerelease Android Studio (4 дня назад) <Vyacheslav Gerasimov>
* ccff347ffc - (tag: build-1.3.60-dev-294) Kapt: Attach generated Kotlin sources in 'compilation' mode (KT-32535) (4 дня назад) <Yan Zhulanow>
* 1c63d3aa2f - KT-32210: Handle long compiler plugin options (4 дня назад) <Ivan Gavrilovic>
* 4b9a852745 - (tag: build-1.3.60-dev-293) Sort source to output mapping before writing to caches (4 дня назад) <Alexey Tsvetkov>
* afa10cc125 - Rewrite test of relocatable JPS IC caches (4 дня назад) <Alexey Tsvetkov>
* 98aad3e00c - Extract EnableICFixture (4 дня назад) <Alexey Tsvetkov>
* a4c62d156f - Make lookup storage addAll order independent (4 дня назад) <Alexey Tsvetkov>
* 57caca4b0e - Improve exception message for directories comparison in tests (4 дня назад) <Alexey Tsvetkov>
* 6914a9dd3d - (tag: build-1.3.60-dev-289) KotlinFindUsagesHandler: fix read access (flaky tests) (4 дня назад) <Dmitry Gridin>
* 66fdc148be - (tag: build-1.3.60-dev-278) Revert strong references for compiler only (4 дня назад) <Alexander Podkhalyuzin>
* f3112f752d - Inherit max metaspace size of client VM for Kotlin compile daemon (4 дня назад) <Alexey Tsvetkov>
* 5c99243c10 - (tag: build-1.3.60-dev-277) Substitute kotlin-reflect with kotlin-reflect-api in compile classpath (4 дня назад) <Alexey Tsvetkov>
* 33b7745b17 - Find only non-default shadow jars in findShadowJarsInClasspath diagnostic (4 дня назад) <Alexey Tsvetkov>
* e91eefe709 - Remove unnecessary dependencies on kotlin-compiler-runner (4 дня назад) <Alexey Tsvetkov>
* cd641c9047 - Set source and target compatibility in buildSrc (4 дня назад) <Alexey Tsvetkov>
* a7403b7ee7 - Do not fork java compile tasks when current JDK can be used (4 дня назад) <Alexey Tsvetkov>
* a372f181d2 - Check JDK env vars once during configuration when not syncing (4 дня назад) <Alexey Tsvetkov>
* a20627fa2c - Set sourceCompatibility and targetCompatibility for JavaCompile tasks (4 дня назад) <Alexey Tsvetkov>
* a35d405892 - (tag: build-1.3.60-dev-271) Do not generate accessor if private function is accessed from (4 дня назад) <Ilmir Usmanov>
* b3e80e6a14 - (tag: build-1.3.60-dev-269) Look for classfile in implementing modules when building inline function (4 дня назад) <Ilmir Usmanov>
* 58db64a478 - (tag: build-1.3.60-dev-267) J2K: Fix old J2K test data's error messages which has changed due to new inference (4 дня назад) <Ilya Kirillov>
* 4e5e14046d - New J2K: use old J2K for evaluate expression instead of new one (4 дня назад) <Ilya Kirillov>
* e795e4b73d - New J2K: add conversion of binary literals & fix conversion of octal ones (4 дня назад) <Ilya Kirillov>
* 72a09ab59b - New J2K: correctly convert number literals with underscores (4 дня назад) <Ilya Kirillov>
* 4ead820395 - New J2K: correctly print comments for qualified expression (4 дня назад) <Ilya Kirillov>
* 2bd5a1f196 - New J2K: separate nullability inference from common one & nullability bug fixes (4 дня назад) <Ilya Kirillov>
* d7960caf89 - New J2K: move all symbols definitions to `symbols` package (4 дня назад) <Ilya Kirillov>
* f79b282c60 - New J2K: add better support of implicit functional interfaces (4 дня назад) <Ilya Kirillov>
* 96ca4712a0 - New J2K: consider in-context declarations while performing conversion on copy-paste plain text conversion (4 дня назад) <Ilya Kirillov>
* c865d74965 - New J2K: remove unused dependencies from nj2k modules (4 дня назад) <Ilya Kirillov>
* 1bbdd0bf15 - New J2K: remove unused classes (4 дня назад) <Ilya Kirillov>
* 6e04b1549c - New J2K: remove JKVisitor with type parameters (4 дня назад) <Ilya Kirillov>
* 9c8905ccb6 - (tag: build-1.3.60-dev-265) Patch serializable class with addtional annotation (4 дня назад) <Leonid Startsev>
* 3896992b12 - Fixes for IR serialization plugin (4 дня назад) <Leonid Startsev>
* 6494227c64 - Change order in SerializableProperties initialization logic (4 дня назад) <Leonid Startsev>
* 822b4556e3 - Rewrite IDE check whether serialization plugin is enabled (4 дня назад) <Leonid Startsev>
* 2381aa330a - (tag: build-1.3.60-dev-261) FIR: fix delegate expression consistency tests (4 дня назад) <Mikhail Glukhikh>
* d32e5065c5 - FIR: implementation of delegateProvider in delegate resolve (4 дня назад) <Mikhail Glukhikh>
* 213f951da3 - FIR: partial implementation of delegate resolve #KT-32217 Fixed (4 дня назад) <Mikhail Glukhikh>
* 63b7fa70f9 - FIR2IR: add extension receiver parameters to functions (4 дня назад) <Mikhail Glukhikh>
* be3fe9495c - (tag: build-1.3.60-dev-255) Report non-incremental annotation processors correctly (5 дней назад) <Ivan Gavrilovic>
* ad352355de - KT-23880: Enable incremental APT mode with KAPT by default (5 дней назад) <Ivan Gavrilovic>
* a108af76d6 - Mark property as output instead of local state when needed (5 дней назад) <Ivan Gavrilovic>
* 5a2ff86691 - Handle classpath snapshot changes better (5 дней назад) <Ivan Gavrilovic>
* f66b475867 - (tag: build-1.3.60-dev-253) Create wrapped receiver descriptors where needed (5 дней назад) <Georgy Bronnikov>
* 46b98a1e98 - (tag: build-1.3.60-dev-247) [JS BE] Make sourceMap generation more precise (5 дней назад) <Roman Artemev>
* 12a1b0296b - (tag: build-1.3.60-dev-244) Clean up useless code (5 дней назад) <Kirill Shmakov>
* d3bc2ec855 - (tag: build-1.3.60-dev-239) Remove internal jdk to fix flaky MavenUpdateConfigurationQuickFixTest (5 дней назад) <Nikolay Krasko>
* 6176373713 - Test data update for JavaWithGroovyInvoke since 183 (5 дней назад) <Nikolay Krasko>
* 5f9660cd33 - (tag: build-1.3.60-dev-229, tag: build-1.3.60-dev-227, tag: build-1.3.60-dev-224) `KtLightParameter` introduced as interface (5 дней назад) <Nicolay Mitropolsky>
* 50158e508a - `org.jetbrains.kotlin.asJava.elements.LightParameter` converted to Kotlin (5 дней назад) <Nicolay Mitropolsky>
* 7dcd3849e0 - `org.jetbrains.kotlin.asJava.elements.LightParameter` converted to Kotlin: Rename .java to .kt (5 дней назад) <Nicolay Mitropolsky>
* 8982a49dcb - renaming `KtLightParameter` to `KtLightParameterImpl` (5 дней назад) <Nicolay Mitropolsky>
* 4a20a440a7 - (tag: build-1.3.60-dev-222, tag: build-1.3.60-dev-221) Cleanup: remove redundant semicolon (5 дней назад) <Anton Yalyshev>
* 6d53151256 - Add statistics (FUS) collector for IDE Settings. At the moment - New Inference only. (5 дней назад) <Anton Yalyshev>
* 56b6b957d1 - (tag: build-1.3.60-dev-210) Generate line numbers for RHS of elvis expression if both LHS and RHS (6 дней назад) <Ilmir Usmanov>
* 1f36f60f43 - (tag: build-1.3.60-dev-209) JVM IR: remove CrIrType, use class container in callable reference lowerings (6 дней назад) <Alexander Udalov>
* a048a11074 - (tag: build-1.3.60-dev-206) Enabled/disabled some tests for K/N (3 дня назад) <Igor Chevdar>
* c4da5cb95c - [IR] Added IrType.isKSuspendFunction() (3 дня назад) <Igor Chevdar>
* e398804663 - (tag: build-1.3.60-dev-205) Show the actual Kotlin version in error message in nativeLibrariesUtil.kt (3 дня назад) <Dmitriy Dolovov>
* 4e2989e884 - (tag: build-1.3.60-dev-202) CreateExpectActualFix: fix package for files with root package from non-root directory #KT-28746 Fixed (3 дня назад) <Dmitry Gridin>
* c76ca988eb - KotlinCreateTestIntention: disallow intention for `expect` classes #KT-26242 Fixed (3 дня назад) <Dmitry Gridin>
* 311cfc3806 - UnimplementedKotlinInterfaceMemberAnnotator: shouldn't report methods with @JvmStatic #KT-27208 Fixed (3 дня назад) <Dmitry Gridin>
* cf07585b11 - UnimplementedKotlinInterfaceMemberAnnotator: cleanup code (3 дня назад) <Dmitry Gridin>
* ad1b795a69 - (tag: build-1.3.60-dev-185) Disable KaptImportingTest in IDEA 183 and below (3 дня назад) <Andrey Uskov>
* 6e10126c6f - Fix matching file paths under Windows in NewMultiplatformKaptProjectImportingTest (3 дня назад) <Andrey Uskov>
* 22c5e208a6 - (tag: build-1.3.60-dev-180) ReplaceGuardClause inspection: do not report when 'if' expression is used as expression (4 дня назад) <Toshiaki Kameyama>
* a6690e4e35 - ReplaceGuardClause inspection: do not remove 'else' branch (4 дня назад) <Toshiaki Kameyama>
* a3a3c52c24 - ReplaceGuardClause inspection: fix highlight range (4 дня назад) <Toshiaki Kameyama>
* 35e4295e16 - (tag: build-1.3.60-dev-179) IR: deduplicate code in DeepCopyWithWrappedDescriptors/DeepCopyIrTreeWithDescriptors (4 дня назад) <Alexander Udalov>
* 96efae2b48 - IR: fix endless recursion in IrTypeSystemContext.isMarkedNullable (4 дня назад) <Alexander Udalov>
* 72fdb47f13 - (tag: build-1.3.60-dev-176) Fix maven import tests by adding java-ide-customization dependency [KT-32833] (4 дня назад) <Nikolay Krasko>
* 0993fb82fe - (tag: build-1.3.60-dev-175) multiplatformUtil: `implementedModules` shouldn't ignore android test module Relates to #KT-30799 (4 дня назад) <Dmitry Gridin>
* 8294e5afc2 - (tag: build-1.3.60-dev-171) Increase heap size for gradle importing tests due to memory leak in the gradle daemon #KT-32731 Fixed (4 дня назад) <Andrey Uskov>
* db743aa6e8 - Calculation of supported platforms in AndroidSourceSetDataService fixed for IDEA versions 183 and below. A deep copy of MPP model for Android source sets is created (4 дня назад) <Andrey Uskov>
* d69fbf1177 - (tag: build-1.3.60-dev-169) Fix serialization of iml files for IDEA 192 #KT-32629 Fixed (4 дня назад) <Andrey Uskov>
* 74e49d91ca - (tag: build-1.3.60-dev-159, origin/rr/kishmakov/fix-cidr-plugins) Proper implement 'classForImplicitThis' (4 дня назад) <Mikhael Bogdanov>
* a9f0d1a53b - (tag: build-1.3.60-dev-155) AddOperatorModifierInspection: decrease severity to INFORMATION #KT-32796 Fixed (4 дня назад) <Dmitry Gridin>
* b99efb9a2b - (tag: build-1.3.60-dev-154) [NI] Look for type variables in captured flexible types (4 дня назад) <Dmitriy Novozhilov>
* 58b4ab35f0 - [NI] Fix passing callable references to suspend functions as functional parameter (4 дня назад) <Dmitriy Novozhilov>
* 127be9be03 - (tag: build-1.3.60-dev-151) psi2ir: Fix KT-30796 ErrorType for '?:' in OI (4 дня назад) <Dmitry Petrov>
* 959b720e3f - (tag: build-1.3.60-dev-149, tag: build-1.3.60-dev-145, origin/rr/ayalyshev/KT-32105) Cleanup: specify description for Gradle Kotlin/Multiplatform wizard (5 дней назад) <Anton Yalyshev>
* 0f6c381cd7 - (tag: build-1.3.60-dev-136, tag: build-1.3.60-dev-135, tag: build-1.3.60-dev-131) Fixed a corner case for invalidate package cache for default package (7 дней назад) <Vladimir Dolzhenko>
* 5ed6573a60 - (tag: build-1.3.60-dev-129, origin/rr/kishmakov/standalone-fix) Fix testLazyScriptDefinitionProvider: (7 дней назад) <Ilya Chernikov>
* 853f2a9c3f - Fix flaky failures in main-kts IT (7 дней назад) <Ilya Chernikov>
* c0804000eb - Shorten temp paths used in tests (7 дней назад) <Ilya Chernikov>
* ee0f55d8e1 - Fix gradle IT with scripting discovery (7 дней назад) <Ilya Chernikov>
* 747c488a78 - Fix entries closing on saving compiled script to jar: (7 дней назад) <Ilya Chernikov>
* 5b3164ee87 - Ignoring resolver tests that failing on TC: (7 дней назад) <Ilya Chernikov>
* 823cb70ba0 - Fix script definition matching for REPL console (7 дней назад) <Ilya Chernikov>
* 425deb42ec - Convert paths to unix format before matching with filePathPattern (7 дней назад) <Ilya Chernikov>
* 7d6bb023a8 - (tag: build-1.3.60-dev-121) Invalid script dependencies should be removed from fileAttributes to avoid 'all red file highlighting' (7 дней назад) <Natalia Selezneva>
* dd437b585b - Scratch tests: check output after repl stop because error output is printed only after repl process termination (7 дней назад) <Natalia Selezneva>
* b9968ee1af - Do not call onFinish for executor that wasn't started (7 дней назад) <Natalia Selezneva>
* 2fa7ef2482 - Tests, refactoring: replace invokeLater with TransactionGuard to avoid situations that project isDisposed during inlays printing (7 дней назад) <Natalia Selezneva>
* ec1bef639f - Tests, refactoring: do not search for psi file twice (7 дней назад) <Natalia Selezneva>
* fe662fcb2e - Provide a mesaage for NPE in scratch tests (7 дней назад) <Natalia Selezneva>
* a32b1970e6 - KT-31295: Disable module selection toolbar for `.ws.kts` files (7 дней назад) <Roman Golyshev>
* e54b43bab1 - KT-31295: Enable support for `.ws.kts` files as for scratch files (7 дней назад) <Roman Golyshev>
* 232c7fdd0e - KT-31295: Add `New Kotlin Worksheet` action (7 дней назад) <Roman Golyshev>
* f6b03dc02f - (tag: build-1.3.60-dev-118) Add Show Kotlin Gradle DSL Logs Action (KT-31440) (7 дней назад) <Natalia Selezneva>
* dd3f8ecaac - (tag: build-1.3.60-dev-116) IR BE Common: Provisional IrFunctionExpression lowering (7 дней назад) <Dmitry Petrov>
* 92984b2626 - Serialize/deserialize IrFunctionExpression (7 дней назад) <Dmitry Petrov>
* ffd9b45ef3 - IrFunctionExpression: add 'origin' (7 дней назад) <Dmitry Petrov>
* 41b59f9b9a - IrFunctionExpression: update fir2ir tests (7 дней назад) <Dmitry Petrov>
* ed2b4a8bec - Introduce IrFunctionExpression IR element (7 дней назад) <Dmitry Petrov>
* 022275b781 - (tag: build-1.3.60-dev-115, origin/rr/ig/native-composite-test) Do not invalidate package caches on generic events, KT-25264 (7 дней назад) <Vladimir Dolzhenko>
* 3e9765f5bb - (tag: build-1.3.60-dev-112) Don't over-cache own methods list in KtUltraLightClass (8 дней назад) <Nikolay Krasko>
* 73356cbb4b - Check self before complex equivalence check in light parameter (8 дней назад) <Nikolay Krasko>
* 484c4ca268 - Try to postpone activating decompiler from light element equivalence (8 дней назад) <Nikolay Krasko>
* 9fd46c105d - Reformat and cleanup in asJava/elements (8 дней назад) <Nikolay Krasko>
* 353ca9752f - Better validity check for kotlin light element (8 дней назад) <Nikolay Krasko>
* 60c4eb68ff - (tag: build-1.3.60-dev-111, tag: build-1.3.60-dev-109, tag: build-1.3.60-dev-105) Add condition for `checkNonParenthesizedAnnotationsOnFunctionalType` call to except error reporting in stub mode (8 дней назад) <victor.petukhov>
* 4bad92d28c - (tag: build-1.3.60-dev-101) Fixed bug in LateinitLowering (8 дней назад) <Igor Chevdar>
* 407e5a5270 - (tag: build-1.3.60-dev-98, tag: build-1.3.60-dev-88, origin/rr/kishmakov/plugin-submit) Use same models in MPP and CIDR (8 дней назад) <Kirill Shmakov>
* 2cc6bf31e0 - (tag: build-1.3.60-dev-84) Add link to license folder into README.md (8 дней назад) <Stanislav Erokhin>
* a2d284c769 - (tag: build-1.3.60-dev-81) ScriptDefinitionsManager shouldn't be ready if definitions aren't initialized yet (KT-32554) (8 дней назад) <Natalia Selezneva>
* e40cdef257 - Scripts: pass script definition as parameter to loader (KT-32554) (8 дней назад) <Natalia Selezneva>
* 763f1e8606 - Scripts: check that file is non-script starting script compilation configuration update (8 дней назад) <Natalia Selezneva>
* c14f842aa0 - (tag: build-1.3.60-dev-72, tag: build-1.3.60-dev-66) Fix dependency between idea core environment and jdom (9 дней назад) <Nikolay Krasko>
* 20fedb040f - Update 192 branch to 2019.2 BETA2 (192.5728.12) (9 дней назад) <Nikolay Krasko>
* 59c5bcc11c - Fix Jsr305HighlightingTest in 192 - don't ask project for not initialized fixture (9 дней назад) <Nikolay Krasko>
* 9e002b3ff8 - Fix inability to instantiate UsefulTestCase because of JdomSerializer (9 дней назад) <Nikolay Krasko>
* 5341de253f - (tag: build-1.3.60-dev-65) JVM IR: run FileClass & ExpectDeclarationsRemoving phases on whole module (9 дней назад) <Alexander Udalov>
* e867830eab - JVM IR: inline JvmBackend, JvmCodegen (9 дней назад) <Alexander Udalov>
* 9d639bc9a4 - Minor, remove code duplication in WrappedDescriptors (9 дней назад) <Alexander Udalov>
* 0423d0f41e - JVM_IR: specify facadeClassGenerator properly in Psi2IrTranslator (9 дней назад) <Georgy Bronnikov>
* 1d3b1ed0cb - (tag: build-1.3.60-dev-56) CIDR: Filter aux library order entries that do not represent K/N libraries (9 дней назад) <Dmitriy Dolovov>
* 10b79816ab - Always analyze KTS with JVM platform (9 дней назад) <Dmitriy Dolovov>
* 80d2e2ac0d - Make [Jvm|Js]IdePlatformKind and [Jvm|Js]IdePlatformKindTooling available in all IDEs (9 дней назад) <Dmitriy Dolovov>
* f37c81f1be - Dependency on K/N platform-deps is no more required in plugin.xml (9 дней назад) <Dmitriy Dolovov>
* 7ee5583c89 - (tag: build-1.3.60-dev-39) Fix error message for non-parenthesized annotations on functional types (9 дней назад) <victor.petukhov>
* 6a679d86ab - (tag: build-1.3.60-dev-36) Support non-parenthesized annotations on functional types without receiver ^KT-31734 Fixed (9 дней назад) <victor.petukhov>
* 60e3787800 - (tag: build-1.3.60-dev-33) Tests for Sealed Class move + Fix invalid move declaration test (9 дней назад) <Vadim Brilyantov>
* 91d603292c - #KT-27389 : Change JavaSourceRoot usages to Kotlin analogs (9 дней назад) <Vadim Brilyantov>
* 895b49c0b9 - Disable default search in comments and strings when renaming (9 дней назад) <Vadim Brilyantov>
* 145a4b24ca - #KT-29622: Support sealed classes with non-nested impls move (9 дней назад) <Vadim Brilyantov>
* a16551557c - #KT-29622: Support sealed classes with nested impls move (9 дней назад) <Vadim Brilyantov>
* a8e0dfabc7 - (tag: build-1.3.60-dev-32) Add `-XX:+HeapDumpOnOutOfMemoryError` for gradle in import tests (9 дней назад) <Vyacheslav Gerasimov>
* 9595c815f1 - (tag: build-1.3.60-dev-31) JVM IR: invent names for SAM wrapper classes (9 дней назад) <Alexander Udalov>
* a15575d546 - JVM IR: do not use KotlinTypeMapper in IrTypeMapper.mapType (9 дней назад) <Alexander Udalov>
* 1e16c0a447 - JVM IR: minimize public API of IrTypeMapper (9 дней назад) <Alexander Udalov>
* 59ce76e9fd - JVM IR: do not use misleading names for callable reference classes (9 дней назад) <Alexander Udalov>
* 29fa1793d3 - JVM IR: add InventNamesForLocalClasses pass (9 дней назад) <Alexander Udalov>
* 529efff8cb - IR: introduce IrAttributeContainer (9 дней назад) <Alexander Udalov>
* d399144b80 - Use TypeSystemCommonBackendContext in mapBuiltInType (9 дней назад) <Alexander Udalov>
* 13bc5f0c47 - Use TypeSystemCommonBackendContext in computeExpandedTypeForInlineClass (9 дней назад) <Alexander Udalov>
* c27d9c4546 - Use TypeSystemCommonBackendContext in KotlinTypeMapper.writeGenericArguments (9 дней назад) <Alexander Udalov>
* 2585ce0aa7 - Introduce TypeSystemCommonBackendContext, use in KotlinTypeMapper.getVarianceForWildcard (9 дней назад) <Alexander Udalov>
* 0460b2990f - Use TypeSystemContext in KotlinTypeMapper.hasNothingInNonContravariantPosition (9 дней назад) <Alexander Udalov>
* 1896537091 - Minor, extract inline class type mapping to separate file (9 дней назад) <Alexander Udalov>
* bd8c09bfb5 - JVM IR: move CollectionToArray creation to JvmSymbols (9 дней назад) <Alexander Udalov>
* 15e0fd93bd - Minor, rename IrBuiltIns.IrTypeMapper -> BuiltInIrTypePair (9 дней назад) <Alexander Udalov>
* f9a1e582b2 - Minor, somewhat simplify ClassCodegen construction (9 дней назад) <Alexander Udalov>
* edaff968ad - Minor optimization in MutableList.transformFlat (9 дней назад) <Alexander Udalov>
* 945e058586 - (tag: build-1.3.60-dev-28) Document return value of removeAll and retainAll with predicate (9 дней назад) <Ilya Gorbunov>
* 7d173ed385 - (tag: build-1.3.60-dev-17) GradleBuildScript: throw exception when trying to change level of language features to disable in multiplatform & fix tests (9 дней назад) <Dmitry Gridin>
* 0d49ffa831 - UpdateConfigurationQuickFixTest: update tests (9 дней назад) <Dmitry Gridin>
* cb432acfb7 - BuildScriptManipulator: implement new syntax for enable experimental features in MPP #KT-28295 Fixed (9 дней назад) <Dmitry Gridin>
* 8887031962 - GradleConfiguratorTest: fix `configureJvmEAPWithBuildGradleKts` test (9 дней назад) <Dmitry Gridin>
* 46dfff7d82 - KotlinBuildScriptManipulator: cleanup code (9 дней назад) <Dmitry Gridin>
* b1d1a4b2e1 - FeatureSupportIntentionActionsFactory: add the missing branch `else` (9 дней назад) <Dmitry Gridin>
* 28215186ca - (tag: build-1.3.60-dev-15) IR serialization: migrate to new generated Java classes structure (9 дней назад) <Dmitry Petrov>
* 8baa7dfe22 - Generated Java classes for Kotlin IR protobuf (9 дней назад) <Dmitry Petrov>
* 2305bea2b5 - Generate IR protobuf classes as multiple Java files (9 дней назад) <Dmitry Petrov>
* d6eee37481 - GenerateProtoBuf: support java_multiple_files mode (9 дней назад) <Dmitry Petrov>
* 19dfbfa42c - Cleanup: make comments more informative (9 дней назад) <Anton Yalyshev>
* 1cdcde86e3 - Extract adding of sourceSets to subclass, cause superclass is also used in other wizards where this procedure breaks build.gradle #KT-32105 Fixed (9 дней назад) <Anton Yalyshev>
* 5b66063650 - Add clarifications about single/multi targeting to framework descriptions (9 дней назад) <Anton Yalyshev>
* a864715cb8 - Refactoring: extract and pull up duplicated code from JVM- and JS- related subclassed (9 дней назад) <Anton Yalyshev>
* 9d6367a9be - Add Kotlin/MPP to Gradle group of New Project Wizards #KT-32105 Fixed (9 дней назад) <Anton Yalyshev>
* 7ccf21c5c8 - (tag: build-1.3.60-dev-8) FIR resolve: fix vararg parameter types (9 дней назад) <Mikhail Glukhikh>
* 592cf4f4e8 - Make FirNamedReferenceWithCandidate not resolved, fix receiver completion (9 дней назад) <Mikhail Glukhikh>
* 08f44d4f14 - FIR resolve: add early protection against cyclic property resolve (9 дней назад) <Mikhail Glukhikh>
* 1222449dc8 - FIR resolve: perform inference completion for property access (9 дней назад) <Simon Ogorodnik>
* 99680a2ad7 - FIR: refactor & simplify invoke resolve a bit (9 дней назад) <Mikhail Glukhikh>
* fff954ed3f - FIR: skip extra non-valid groups during candidate resolve (9 дней назад) <Mikhail Glukhikh>
* b813f22cfe - Extract part of utility FIR transformers into TransformUtils (9 дней назад) <Mikhail Glukhikh>
* 0ac23eef93 - Minor (FIR resolve): replace session with fileSession (9 дней назад) <Mikhail Glukhikh>
* 3da11cc85b - Use no-op substitutor instead of substitutor with empty map (9 дней назад) <Simon Ogorodnik>
* 2d74dac4f2 - FIR: set constructor parameter scope correctly for designated transformer (9 дней назад) <Mikhail Glukhikh>
* b8c3947827 - Measure unresolved function call & qualified access # in FIR bench (9 дней назад) <Mikhail Glukhikh>
* af45e1c5dc - (tag: build-1.3.60-dev-5) [JS BE] Do not produce source mapping for fake KtElement (9 дней назад) <Roman Artemev>
* 12736edfc1 - (tag: build-1.3.60-dev-1, tag: build-1.3.50-dev-2275) Revert "Add Kotlin/MPP to Gradle group of New Project Wizards #KT-32105 Fixed" (10 дней назад) <Anton Yalyshev>
* eb608770e7 - Revert "Refactoring: extract and pull up duplicated code from JVM- and JS- related subclassed" (10 дней назад) <Anton Yalyshev>
* 067978e613 - Revert "Add clarifications about single/multi targeting to framework descriptions" (10 дней назад) <Anton Yalyshev>
* b1e371a2dd - (tag: build-1.3.50-dev-2268) MPP: don't return `Main` modules from `implementedModules` for `Test` modules #KT-28529 Fixed #KT-30799 Fixed (10 дней назад) <Dmitry Gridin>
* 60421c441e - IDE: add warn on java files outside java source roots #KT-28121 Fixed (10 дней назад) <Dmitry Gridin>
* 4928f3ff57 - CreateExpectedFix: fix KNPE from init block #KT-32639 Fixed (10 дней назад) <Dmitry Gridin>
* f38e4d618e - (tag: build-1.3.50-dev-2266) Support Array::class literal, forbid Array<X>::class on non-JVM (10 дней назад) <Alexander Udalov>
* 8103f0ba60 - (tag: build-1.3.50-dev-2265) Fix compilation in AbstractAndroidBytecodeShapeTest.kt (10 дней назад) <Alexander Udalov>
* 496765f41e - (tag: build-1.3.50-dev-2255) Support target templates in bytecode tests (10 дней назад) <Mikhael Bogdanov>
* de1e27c584 - Make all progression headers inclusive, and decrement last for last-exclusive progressions (i.e., "until" progressions and loop over array indices). (10 дней назад) <Mark Punzalan>
* 39f6416757 - (tag: build-1.3.50-dev-2252) Show progress on remove unused imports, KT-30748 (10 дней назад) <Vladimir Dolzhenko>
* cfab89385f - (tag: build-1.3.50-dev-2249) Do not override path calculation in light virtual files in tests: (10 дней назад) <Ilya Chernikov>
* 0c1d8e29b9 - (tag: build-1.3.50-dev-2246) Fix creation of empty source sets in tests (10 дней назад) <Andrey Uskov>
* 1336f65535 - Improve diagnostics in importing tests and fix android test (10 дней назад) <Andrey Uskov>
* afd2af01cd - NewMultiplatformProjectImportingTest - bunched (10 дней назад) <Andrey Uskov>
* 4386518c4d - (tag: build-1.3.50-dev-2244) Add intrinsic for ULong/UInt.toString on Java 8+ (10 дней назад) <Jake Wharton>
* b7917978b8 - (tag: build-1.3.50-dev-2243) New J2K: correctly create AST for Java call of Kotlin data class derived members (10 дней назад) <Ilya Kirillov>
* d29d7fb257 - New J2K: do not resolve unary expressions method symbols (10 дней назад) <Ilya Kirillov>
* 84872e064f - New J2K: use test data for nj2k conversion tests from nj2k tests data instead of old one (10 дней назад) <Ilya Kirillov>
* 101a3a9420 - (tag: build-1.3.50-dev-2242) Add clarifications about single/multi targeting to framework descriptions (10 дней назад) <Anton Yalyshev>
* f742e000f8 - Refactoring: extract and pull up duplicated code from JVM- and JS- related subclassed (10 дней назад) <Anton Yalyshev>
* 6b3117cc2c - Add Kotlin/MPP to Gradle group of New Project Wizards #KT-32105 Fixed (10 дней назад) <Anton Yalyshev>
* 5e8192bf74 - (tag: build-1.3.50-dev-2220) Make kotlin-test-js integration test tasks incremental (11 дней назад) <Ilya Gorbunov>
* 385366384c - (tag: build-1.3.50-dev-2219) Psi2ir: ignore unresolved annotations (11 дней назад) <Alexander Udalov>
* 9062f4229b - (tag: build-1.3.50-dev-2218) QuickDoc: Show sample code containing type parameters correctly (11 дней назад) <scache>
* 2ef575d94e - (tag: build-1.3.50-dev-2204) Fix nullability in the instrumenter, avoid exceptions on tests setup (11 дней назад) <Ilya Chernikov>
* 4caddd2c1c - (tag: build-1.3.50-dev-2196, tag: build-1.3.50-dev-2188) KT-31291: Wrap ASM version in a method to avoid having it inlined (11 дней назад) <Ivan Gavrilovic>
* 6619106af2 - Improve incremental KAPT logging (11 дней назад) <Ivan Gavrilovic>
* 5cab6fd6cf - KAPT: Mark incremental cache as LocalState (11 дней назад) <Ivan Gavrilovic>
* 251d8ccd97 - KT-31840: Fix caching for incremental annotation processing (11 дней назад) <Ivan Gavrilovic>
* 6963424dfc - (tag: build-1.3.50-dev-2185) psi2ir: Empty 'if' branches have type 'kotlin.Unit' (11 дней назад) <Dmitry Petrov>
* 0774f800a0 - (tag: build-1.3.50-dev-2184) Split android box tests by flavours (11 дней назад) <Mikhael Bogdanov>
* 7c77565bb8 - (tag: build-1.3.50-dev-2176) Add changelog for 1.3.41 (13 дней назад) <nikita.movshin>
* aee1dd2379 - (tag: build-1.3.50-dev-2173) Gradle, test runner: fix failed test (typo) (2 недели назад) <Sergey Rostov>
* abb1a9892b - (tag: build-1.3.50-dev-2172) Gradle, webpack: use only archivesBaseName as outputFileName (2 недели назад) <Sergey Rostov>
* 6658c1da2f - IDE, Wizards, JS for browser: create index.html in resources (2 недели назад) <Sergey Rostov>
* 4fc942c5e9 - (tag: build-1.3.50-dev-2171) KT-16602: Improve mutable sorting samples, fix sample references (2 недели назад) <Ilya Gorbunov>
* 38d26b1d92 - (tag: build-1.3.50-dev-2170) KT-16602: Provide samples for sorting API usage (2 недели назад) <Dat Trieu>
* 3f5d64e635 - (tag: build-1.3.50-dev-2158) Add sample of hashMapOf (2 недели назад) <keijumt>
* cd6abcd4c9 - (tag: build-1.3.50-dev-2155) Expect modifier definitions is not exposed by UL-classes (2 недели назад) <Igor Yakovlev>
* 0602a6da72 - Fix invalid FakeJvmFieldConstant inspection for UL classes (2 недели назад) <Igor Yakovlev>
* a9aa60491e - Fix UL-classes test renders and test data (2 недели назад) <Igor Yakovlev>
* 4b1226e3d7 - Set correct nullability and Companion support to annotations (2 недели назад) <Igor Yakovlev>
* eea469939e - Kotlin meta-annotation converter for UL-annotations (2 недели назад) <Igor Yakovlev>
* afe784e79e - Add UL-annotations support (2 недели назад) <Igor Yakovlev>
* 4fed624942 - (tag: build-1.3.50-dev-2154) Append for commit: switch ScriptReportSink to new scripting API (2 недели назад) <Natalia Selezneva>
* 63767b4dca - Performance: do not check file type for scripts with standard extension (2 недели назад) <Natalia Selezneva>
* 2577dfa06a - (tag: build-1.3.50-dev-2152) docs: added KDoc for Comparator, fixed KDoc for comparison binarySearch() (2 недели назад) <Pavel Semyonov>
* 09b3b2e5b7 - (tag: build-1.3.50-dev-2151) Enable adroid_arm64 on mingw hosts (2 недели назад) <Alexander Gorshenev>
* fc45948da6 - (tag: build-1.3.50-dev-2150) CreateActualFix: should create source root directory if it doesn't exist #KT-27555 Fixed (2 недели назад) <Dmitry Gridin>
* f310bd3324 - RemoveRedundantQualifierNameInspection: apply on idea module (2 недели назад) <Dmitry Gridin>
* 229b8cb6a3 - RemoveRedundantQualifierNameInspection: shouldn't analysis import and package directives (2 недели назад) <Dmitry Gridin>
* 694c231689 - RemoveRedundantQualifierNameInspection: fix false negative for java constructor #KT-32506 Fixed (2 недели назад) <Dmitry Gridin>
* bd50454a73 - (tag: build-1.3.50-dev-2145) Change default for script displayName parameter to empty, generate name from base class in definition (2 недели назад) <Ilya Chernikov>
* 0cc40440fb - Implement filePathPattern in the script configuration with handling (2 недели назад) <Ilya Chernikov>
* dface77b5c - (tag: build-1.3.50-dev-2143, tag: build-1.3.50-dev-2140) NodeJS Test runner: update build time dependencies (2 недели назад) <Sergey Rostov>
* 38ff228bc8 - (tag: build-1.3.50-dev-2139, origin/rr/gradle/snrostov/fixes2) Gradle, Tests runner: handle case when test runtime exits abnormally (2 недели назад) <Sergey Rostov>
* 96dcafdf35 - (tag: build-1.3.50-eap-2, tag: build-1.3.50-dev-2137, tag: build-1.3.50-dev-2132, tag: build-1.3.50-dev-2128) Document order of array elements initialization (KT-32353) (2 недели назад) <Abduqodiri Qurbonzoda>
* dfcd28da2c - (tag: build-1.3.50-dev-2126) Use the direct test descriptor parent for test start events in Gradle (2 недели назад) <Sergey Igushkin>
* f6679f27f4 - Add test tasks to the Gradle model built for MPP (2 недели назад) <Sergey Igushkin>
* 9b32670738 - (tag: build-1.3.50-dev-2125, tag: build-1.3.50-dev-2122) Build: Use stripMetadata task for result jar when relocation is enabled (2 недели назад) <Vyacheslav Gerasimov>
* efafb6585e - (tag: build-1.3.50-dev-2118) [JS IR BE] Refactored `js("...")` function (2 недели назад) <Roman Artemev>
* 946bc75cda - [JS IR BE] Code clean up (2 недели назад) <Roman Artemev>
* f9336555da - [IR] Remove code duplication in IrTypeCheckerContext (2 недели назад) <Roman Artemev>
* c08b88281c - (tag: build-1.3.50-dev-2111) Remove accidetial usages of the internal jdk classes (2 недели назад) <Ilya Chernikov>
* 1396b3e682 - Return default configuration when refinement failed on resolving script descriptor (2 недели назад) <Ilya Chernikov>
* ab938efa68 - Attempt to fix Windows detection in main-kts tests (2 недели назад) <Ilya Chernikov>
* 382e55284c - Fix legacy definitions error propagation (2 недели назад) <Ilya Chernikov>
* 10e19bccb1 - Abort script evaluation if environment is created with errors (2 недели назад) <Ilya Chernikov>
* c9a4328feb - Fix compiled scripts saving tests: (2 недели назад) <Ilya Chernikov>
* 9c004c3a52 - Refactor scripting compiler plugin - move cli dependent parts out of the -impl jar (2 недели назад) <Ilya Chernikov>
* 9ae0ff03fa - Improve script and REPL result handling: (2 недели назад) <Ilya Chernikov>
* dc4370ff08 - Implement support for new script customizations in command line compiler (2 недели назад) <Ilya Chernikov>
* 1ab255eafb - Use kotlin home for automatic loading of the scripting plugin (2 недели назад) <Ilya Chernikov>
* 6ea33986fa - psi2ir: Provide substituted descriptor for property references (3 часа назад) <Dmitry Petrov>
* 1968fd7fcb - (tag: build-1.3.50-dev-2101) Remove check for files count for mirror elements set in light classes (5 часов назад) <Igor Yakovlev>
* e0c5f897fb - (tag: build-1.3.50-dev-2093) KotlinGenerateToStringAction: should generate .contentToString instead java.util.Arrays.toString #KT-27563 Fixed (6 часов назад) <Dmitry Gridin>
* 43c6049f02 - (tag: build-1.3.50-dev-2092) FIR2IR: set origin correctly for synthetic property accesses (6 часов назад) <Mikhail Glukhikh>
* c6a09dba4e - FIR: consider Java default constructors as primary ones (6 часов назад) <Mikhail Glukhikh>
* 2ceffa241b - FIR: make Java default constructor visibility same with class visibility (6 часов назад) <Mikhail Glukhikh>
* 14bbbb5bf5 - FIR: add test for synthetic property access (6 часов назад) <Mikhail Glukhikh>
* c35d7eab70 - Refactor FIR symbols to make them and their FIR element types more clear (6 часов назад) <Mikhail Glukhikh>
* 701b9ce166 - (tag: build-1.3.50-dev-2078) (minor) Minor corrections in K/A/30GradleIT#testOmittedStdlibVersion (17 часов назад) <Sergey Igushkin>
* 15feeddc46 - Allow omitting version of standard artifacts when kotlin-android plugin is used (17 часов назад) <technoir>
* 0aa80d1912 - (tag: build-1.3.50-dev-2074) Fix org.jetbrains.kotlin.native.disabledTargets registered as extension (22 часа назад) <Sergey Igushkin>
* 26a8c16166 - (tag: build-1.3.50-dev-2073) Fix Gradle task input annotations for Gradle 5.5 checks (22 часа назад) <Sergey Igushkin>
* e804b58f5f - (tag: build-1.3.50-dev-2072) Fix getting logger factory in 182 (22 часа назад) <Nikolay Krasko>
* 4516902aaf - (tag: build-1.3.50-dev-2068) Fix metadata transformation for non-published dependencies, KT-32225 (23 часа назад) <Sergey Igushkin>
* dbc8007c63 - Fix visibility for MPP dependencies from non-root source sets, KT-32204 (23 часа назад) <Sergey Igushkin>
* 0da55e8284 - (tag: build-1.3.50-dev-2064) Unregister custom logger after use in AbstractGradleMultiplatformWizardTest (25 часов назад) <Nikolay Krasko>
* 5d35bebacd - (tag: build-1.3.50-dev-2057) Keyword completion: use proper prefix matcher for keyword completion (27 часов назад) <Max Medvedev>
* ee37a0aa9f - (tag: build-1.3.50-dev-2055) Inline callable: keep all usages inside annotation entries (28 часов назад) <Mikhail Glukhikh>
* eb00af6b96 - CFG: mark annotation arguments as "used as expressions" #KT-24596 Fixed (28 часов назад) <Mikhail Glukhikh>
* b24b8bfb28 - BindingContextUtils: fix warnings (28 часов назад) <Mikhail Glukhikh>
* b97f187cf6 - ControlFlowInformationProvider: fix warnings (28 часов назад) <Mikhail Glukhikh>
* 5e94f537ef - Refactoring: use isUsedAsExpression instead of USED_AS_EXPRESSION slice (28 часов назад) <Mikhail Glukhikh>
* 5afa5de1d7 - ReplaceWith: don't keep class literal & callable reference in inlining (28 часов назад) <Mikhail Glukhikh>
* 615aa265f5 - Inline: do more precise check before adding this@Labeled #KT-30762 Fixed (28 часов назад) <Mikhail Glukhikh>
* 6605e0dfc0 - (tag: build-1.3.50-dev-2053) Update test 'moveMultipleFIlesWithImplicitPrefix' (29 часов назад) <Dmitry Gridin>
* d2b8535548 - Move/copy refactoring: add base support of implicit package prefix #KT-29720 Fixed (29 часов назад) <Dmitry Gridin>
* 7c547d8c5a - Minor: clean up copy refactoring (29 часов назад) <Dmitry Gridin>
* 1a9abaeb2a - Clean up move refactoring (29 часов назад) <Dmitry Gridin>
* beba1d82fc - ReplaceJavaStaticMethodWithKotlinAnalogInspection: add CommentSaver for case with transform to extension (29 часов назад) <Dmitry Gridin>
* 56d2961cd9 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: add more tests (29 часов назад) <Dmitry Gridin>
* 82bf21f195 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: rename `isApplicable(call, context)` to `isApplicableInContext` (29 часов назад) <Dmitry Gridin>
* 71c0b3caa0 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: clean up comments (29 часов назад) <Dmitry Gridin>
* 8314dbffd5 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transformation for extension with non-null arguments (29 часов назад) <Dmitry Gridin>
* 8b8858b223 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transformation for extension with non-null receiver (29 часов назад) <Dmitry Gridin>
* d47a7234bb - ReplaceJavaStaticMethodWithKotlinAnalogInspection: apply inspection on idea module (29 часов назад) <Dmitry Gridin>
* 026949a758 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: remove non-implemented cases (29 часов назад) <Dmitry Gridin>
* 632158cd52 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: simplify Transform for default action (29 часов назад) <Dmitry Gridin>
* 3aa2401f19 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transform interface #KT-32454 Fixed (29 часов назад) <Dmitry Gridin>
* 835532c206 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: move to move to inspections.jdk2k subpackage (29 часов назад) <Dmitry Gridin>
* b2a60795da - ReplaceJavaStaticMethodWithKotlinAnalogInspection: add more cases for Arrays #KT-32512 Fixed #KT-30124 Fixed (29 часов назад) <Dmitry Gridin>
* 24caca1882 - ReplaceJavaStaticMethodWithKotlinAnalogInspection: fix false positive for 'Arrays.copyOf' #KT-32477 (29 часов назад) <Dmitry Gridin>
* 4a8dbeda1b - (tag: build-1.3.50-dev-2051) Gradle, webpack: add conventional archive properties (30 часов назад) <Sergey Rostov>
* b6ca323a5e - Gradle, karma, webpack: add required dependencies (30 часов назад) <Sergey Rostov>
* 8b622955fe - Gradle, js, minor: fix typos, formatting and imports (30 часов назад) <Sergey Rostov>
* b68582656e - Gradle, DtsResolver: use canonical path to avoid files duplication (30 часов назад) <Sergey Rostov>
* 80068c0a40 - Gradle, js: fix task annotations (30 часов назад) <Sergey Rostov>
* 3c606c27a1 - Gradle, js: support generating kotlin external declarations from .d.ts (30 часов назад) <Sergey Rostov>
* 2fb4d23f1e - Gradle, js, KotlinProjectNpmResolution: index by compilation (30 часов назад) <Sergey Rostov>
* 7332290ece - Gradle, js, NpmDependency: getDependenciesRecursively (30 часов назад) <Sergey Rostov>
* 50e07330f4 - Gradle, js, resolver, requireInstalled: close resolving if kotlinNpmResolve is up-to-date (30 часов назад) <Sergey Rostov>
* 1860097c08 - Gradle, js, npm resolver: support custom package json entries, index files and extensions (30 часов назад) <Sergey Rostov>
* 88fa396d26 - Gradle, js, resolver: don't skip reading lock file while skipping package manager execution (30 часов назад) <Sergey Rostov>
* d1789b07ad - Gradle, js, yarn: store resolved version and integrity hash to NpmDependency (30 часов назад) <Sergey Rostov>
* d051748e2b - Gradle, js, npm: support scopes (30 часов назад) <Sergey Rostov>
* 5e6c76a6e7 - Gradle, execWithProgress: report description as first progress (30 часов назад) <Sergey Rostov>
* 638554ba1c - Gradle, JS, resolver: don't add files that are not existed, add kjsm files (30 часов назад) <Sergey Rostov>
* bcf894aba3 - Gradle, JS, resolver: return null if npm dependency being resolved before kotlinNpmInstall (30 часов назад) <Sergey Rostov>
* 8b0dffe182 - Gradle, JS, compilation resolver: close dependent compilation resolver when it's packageJson task is up-to-date (30 часов назад) <Sergey Rostov>
* 3658ad785f - Gradle, JS, NpmResolutionManager: cleanup and document states (30 часов назад) <Sergey Rostov>
* 327d75dc5d - Gradle, JS: Extract NpmResolutionManager (30 часов назад) <Sergey Rostov>
* 982f08ce7a - Gradle, JS: replace NodeJs plugin and extension with NpmResolver plugin (30 часов назад) <Sergey Rostov>
* 2f90742809 - Gradle, JS: rework nodejs extensions and plugins (30 часов назад) <Sergey Rostov>
* 24f08a614e - Gradle, GradleNodeModulesCache: use new ProcessedFilesCache API (30 часов назад) <Sergey Rostov>
* fd2d99e205 - Gradle, ProcessedFilesCache: use file as target type (not string) (30 часов назад) <Sergey Rostov>
* 9679403831 - Gradle, ProcessedFilesCache: optimize serialization (30 часов назад) <Sergey Rostov>
* dff48b251d - Gradle, JS: rework extension registering and resolver phasing (30 часов назад) <Sergey Rostov>
* f4dcc18baf - Gradle, JS: rework NpmResolver (30 часов назад) <Sergey Rostov>
* 196e3f968e - (tag: build-1.3.50-dev-2049) New J2K: fix generating nj2k tests bunch files (30 часов назад) <Ilya Kirillov>
* cabc26184b - New J2K: convert single Java static import statements (30 часов назад) <Ilya Kirillov>
* b18350e9c8 - New J2K: fix ExceptionInInitializerError in JKJavaPrimitiveTypeImpl (30 часов назад) <Ilya Kirillov>
* f0dd21790a - New J2K: add plain text copy-paste conversion test for new J2K (30 часов назад) <Ilya Kirillov>
* 041677ab1b - New J2K: force use old j2k for all not file/copy-paste conversions (30 часов назад) <Ilya Kirillov>
* 8f69cca2b3 - New J2K: enable new J2K by default (30 часов назад) <Ilya Kirillov>
* ba3927b580 - New J2K: add default null value to property with type parameter type when it is implicit in Java (30 часов назад) <Ilya Kirillov>
* 9d6338afb2 - New J2K: do not fail conversion if some of post-processings throws exception (30 часов назад) <Ilya Kirillov>
* a9865e5d7b - New J2K: check for element validity before applying fix in diagnostic-based post processings (30 часов назад) <Ilya Kirillov>
* 236f62be2a - New J2K, minor: refactor code builder (30 часов назад) <Ilya Kirillov>
* 934425e86a - New J2K: rearrange and optimize some post-processings (30 часов назад) <Ilya Kirillov>
* 370f113b78 - New J2K: run add/remove modifiers post-processings only single time && do not call resolve in them for some corner cases (30 часов назад) <Ilya Kirillov>
* 3e04bfb156 - New J2K: do not print modifiers which are going to be removed in postprocessing (30 часов назад) <Ilya Kirillov>
* 0b7b16162d - (tag: build-1.3.50-dev-2046) 182: scripts, pass File finding script definition instead of File.name (31 час назад) <Natalia Selezneva>
* 6ab46204cb - (tag: build-1.3.50-dev-2041) [JS IR BE] Properly handle primary constructors (32 часа назад) <Roman Artemev>
* a112345418 - [JS IR BE] Fix builtin constructor lowering (32 часа назад) <Roman Artemev>
* 131158df65 - [JS IR BE] Refact MultipleCatchLowering (32 часа назад) <Roman Artemev>
* 1605dc3251 - [JS IR BE] Remove unused classifier symbol from IrTypeOperatorCall builder (32 часа назад) <Roman Artemev>
* 69c4db82d4 - (tag: build-1.3.50-dev-2040) Uast: `IdeaKotlinUastResolveProviderService` analyze as `BodyResolveMode.PARTIAL_WITH_CFA` (32 часа назад) <Nicolay Mitropolsky>
* fda5692fc6 - (tag: build-1.3.50-dev-2039) RemoveCurlyBracesFromTemplateInspection: add heuristic to change severity Change severity to INFORMATION if a variable hasn't whitespace around & add an option to return the old behavior #KT-31717 Fixed (32 часа назад) <Dmitry Gridin>
* e4d0c2cb0e - (tag: build-1.3.50-dev-2038) Scripts: switch ScriptReportSink to new scripting API (33 часа назад) <Natalia Selezneva>
* bd0f947222 - Refactor script reports: introduce getter, check that report are changed inside attach method (33 часа назад) <Natalia Selezneva>
* 68b45ce1dc - FromFileAttributeScriptDependenciesLoader should be applicable when there are scriptCompilationConfiguration file attribute (33 часа назад) <Natalia Selezneva>
* 923e89db69 - Provide toString method for ScriptCompilationConfigurationWrapper (33 часа назад) <Natalia Selezneva>
* 7215e03a47 - Scripts: rewrite search without usage of legacy script definition (33 часа назад) <Natalia Selezneva>
* 4853190752 - Scratch: should always have default script definition (33 часа назад) <Natalia Selezneva>
* b0c9339dee - Scripts: search for script definition using PsiFile instead of file name (33 часа назад) <Natalia Selezneva>
* fbe965be9d - Scripts: pass File finding script definition instead of File.name (33 часа назад) <Natalia Selezneva>
* ac4df86fa6 - (tag: build-1.3.50-dev-2037) Fix performance test compilation (33 часа назад) <Vladimir Dolzhenko>
* 9da630a1ac - (tag: build-1.3.50-dev-2036) Fix compilation of KotlinMPPGradleProjectResolver in bunch 192 (2 дня назад) <Andrey Uskov>
* 3c41db654a - (tag: build-1.3.50-dev-2034) Fix performance test compilation for 192 (2 дня назад) <Vladimir Dolzhenko>
* 7d14fb756d - (tag: build-1.3.50-dev-2032) Make Duration storageUnit inline val to avoid state initialization (2 дня назад) <Ilya Gorbunov>
* f7fc5d2ffa - (tag: build-1.3.50-dev-2031) Fix codegen for JvmOverloads with more than 32 parameters (2 дня назад) <Alexander Udalov>
* 40633768bc - (tag: build-1.3.50-dev-2028) Implement dependency deduplication in order to reduce memory consumption during import process (2 дня назад) <Andrey Uskov>
* 09c2b2800c - Migrate collections to arrays for memory optimisation during import process (2 дня назад) <Andrey Uskov>
* f6f072693a - Fully disable editing target platforms for HMPP modules. Show java target platform version in Facets (2 дня назад) <Andrey Uskov>
* c98ad923bd - Import list of pure kotlin source roots from gradle in facet settings for inspections #KT-32300 Fixed (2 дня назад) <Andrey Uskov>
* 2665fff373 - Import package prefix from MPP projects (2 дня назад) <Andrey Uskov>
* 2b6f566d58 - Import package prefix from gradle #KT-19693 Fixed (2 дня назад) <Andrey Uskov>
* dbec626a49 - (tag: build-1.3.50-dev-2024) Fix performance test compilation for 182 (2 дня назад) <Vladimir Dolzhenko>
* ffb65b2655 - (tag: build-1.3.50-dev-2021) Build: Fix kotlinBuildProperties, should always proguard on teamcity (2 дня назад) <Vyacheslav Gerasimov>
* 8605ad6630 - Build: Upgrade gradle to 5.5 (2 дня назад) <Vyacheslav Gerasimov>
* a6be6f4986 - (tag: build-1.3.50-dev-2019) Use Class.forName instead of ClassLoader.loadClass in reflection (2 дня назад) <Alexander Udalov>
* 72d74ff888 - (tag: build-1.3.50-dev-2011) Add build gradle kts performance tests (2 дня назад) <Vladimir Dolzhenko>
* c292380aff - (tag: build-1.3.50-dev-2005) Improve Kotlin/Native disabled targets warning, KT-29693 (2 дня назад) <Sergey Igushkin>
* dabb7bb496 - (tag: build-1.3.50-dev-1999) Fix new inference CLI tests on Windows (2 дня назад) <Alexander Udalov>
* b82c32a807 - (tag: build-1.3.50-dev-1995) Use default target for android tests (2 дня назад) <Mikhael Bogdanov>
* d4fb76c1da - (tag: build-1.3.50-dev-1994) [JS IR BE] Fix overriding property of Throwable (2 дня назад) <Roman Artemev>
* d9c6d38715 - [JS IR BE] Fix private members lowering (2 дня назад) <Roman Artemev>
* 7573fcde53 - (tag: build-1.3.50-dev-1991, tag: build-1.3.50-dev-1990) Demote new experimental capitalize overloads in overload resolution (3 дня назад) <Ilya Gorbunov>
* 686bcb830e - (tag: build-1.3.50-dev-1982) Bit query and bit rotation functions for UInt, ULong, UShort, UByte (3 дня назад) <Ilya Gorbunov>
* 39bdf34b9f - Use common implementation of fastLog2 based on countLeadingZeroBits (3 дня назад) <Ilya Gorbunov>
* f8724654a1 - Bit query and bit rotation functions for Int, Long, Short, Byte (3 дня назад) <Ilya Gorbunov>
* 32fc131d62 - Rename jvm actuals from Numbers to NumbersJVM (3 дня назад) <Ilya Gorbunov>
* da8fb3a195 - (tag: build-1.3.50-dev-1979) JVM_IR: Respect -Xno-param-assertions (3 дня назад) <Steven Schäfer>
* dd20b74030 - Split GenerateNotNullAssertionsTests into standard box and bytecode tests (3 дня назад) <Steven Schäfer>
* dfd0042a5b - (tag: build-1.3.50-dev-1978, tag: build-1.3.50-dev-1976) Do not create single element list if only one candidate (3 дня назад) <Simon Ogorodnik>
* f434248cb7 - FIR property getter: take return type from property even if it's error (3 дня назад) <Mikhail Glukhikh>
* d96c66adac - FIR: partially implement invoke resolution (3 дня назад) <Mikhail Glukhikh>
* 2ca0056cd0 - (tag: build-1.3.50-dev-1971) ReplaceGuardClause inspection: check contracts availability (3 дня назад) <Toshiaki Kameyama>
* 8cbcb66197 - ReplaceGuardClause inspection: don't report when argument is not String (3 дня назад) <Toshiaki Kameyama>
* 90b0ea73dc - Add inspection for check/require/checkNotNull/requireNotNull (3 дня назад) <Toshiaki Kameyama>
* 64780293d3 - (tag: build-1.3.50-dev-1969) "Redundant visibility modifier" inspection: don't report for property getter (3 дня назад) <Toshiaki Kameyama>
* a96a938f87 - (tag: build-1.3.50-dev-1965) Fix creating of the script definition from legacy template (3 дня назад) <Ilya Chernikov>
* d3810bfcae - (tag: build-1.3.50-dev-1964) Add `operator` modifier by inspection on idea module (3 дня назад) <Dmitry Gridin>
* 795dcfa8ff - Minor: clean up some quickfixes & refactorings (3 дня назад) <Dmitry Gridin>
* 9ba7907b81 - (tag: build-1.3.50-dev-1955, tag: build-1.3.50-dev-1950) Fix compatibility issues with third-party plugins (3 дня назад) <Yan Zhulanow>
* 36e1149e51 - Light classes: Fix getTextOffset() and getTextRange() for property accessors (3 дня назад) <Yan Zhulanow>
* 7078302e6c - Light classes: Fix getTextOffset() for identifiers (3 дня назад) <Yan Zhulanow>
* 0f4085066f - Debugger: Do not assume we are inside the class body when in '}' (KT-15259) (3 дня назад) <Yan Zhulanow>
* a8efb349ed - Debugger, minor: Remove debugger labels in dispatch receivers (3 дня назад) <Yan Zhulanow>
* 8f20f0b963 - Debugger: Do not calculate default source file if an alternative one is available (3 дня назад) <Yan Zhulanow>
* d45bbaabcd - Debugger: Fix missing NOPs in optimized Unit.INSTANCE calls (KT-31702) (3 дня назад) <Yan Zhulanow>
* f60bf5cb97 - KT-31127: register only generated Java sources to AGP (3 дня назад) <Ivan Gavrilovic>
* 2c102ecd57 - Replicate old backend's naming logic for captured receiver parameter and extension receiver parameters. (3 дня назад) <Jiaxiang Chen>
* 9760c156a4 - Debugger: Fix breakpoints on if/loops with constant conditions (KT-14421) (3 дня назад) <Yan Zhulanow>
* 6fc801afd2 - Debugger: Make calls to LocalVariableProxyImpl.type lazy (3 дня назад) <Yan Zhulanow>
* 91565076e2 - Debugger: Fix property accessor evaluation in scripts (KT-23526) (3 дня назад) <Yan Zhulanow>
* 6686ed2e38 - Evaluator: Do not report parsing error on empty block/expression (KT-11938) (3 дня назад) <Yan Zhulanow>
* 6d7d524b9b - Debugger: Fix 'expect fun' evaluation from common code (KT-26742) (3 дня назад) <Yan Zhulanow>
* 873f4a1b08 - Debugger: Accept empty code fragment contexts (KT-19556) (3 дня назад) <Yan Zhulanow>
* 188ed82081 - Debugger: Handle closure receivers came from outer callables properly (KT-31709) (3 дня назад) <Yan Zhulanow>
* 577f32740e - Debugger: Fix isDumb contract in evaluator (KT-31510) (3 дня назад) <Yan Zhulanow>
* c2f0286183 - Debugger: Prefer the closest captured values (3 дня назад) <Yan Zhulanow>
* 4fe6431b0f - Debugger: Disable value rendering in watches by default (KT-19084) (3 дня назад) <Yan Zhulanow>
* 0f3d85716c - Debugger: Fix test, synthetic this variable is now hidden in Kotlin variables mode (3 дня назад) <Yan Zhulanow>
* 1eab78124a - Debugger: Fix private member priority test (3 дня назад) <Yan Zhulanow>
* 54f78a2920 - Debugger: Remove debugger-related hacks in resolution (3 дня назад) <Yan Zhulanow>
* b4f515a436 - Debugger: Support Kotlin variables for inlined lambdas inside inline functions (KT-31418) (3 дня назад) <Yan Zhulanow>
* afa0bec6f6 - Debugger: Change the inline depth calculation heuristics, fix debugging for inlined lambdas (KT-30919) (3 дня назад) <Yan Zhulanow>
* 9c9d2b5ad4 - Minor: Rename constant to match its meaning (3 дня назад) <Yan Zhulanow>
* 5777592024 - Debugger: Support captured values (KT-30740) (3 дня назад) <Yan Zhulanow>
* f16459df32 - Pill: Support 'runtimeOnly' dependency configuration (3 дня назад) <Yan Zhulanow>
* 6eefea6715 - (tag: build-1.3.50-dev-1929) Add tests for obsolete issues (5 дней назад) <Mikhail Zarechenskiy>
* 675f01ee80 - (tag: build-1.3.50-dev-1923) [JS IR BE] Set Throwable subtype name in extendThrowable function (6 дней назад) <Svyatoslav Kuzmich>
* 4379780ff8 - (tag: build-1.3.50-dev-1919) Fixed extra argument in function call after rebase (6 дней назад) <Leonid Startsev>
* 80ddac64e0 - (tag: build-1.3.50-dev-1917) Add serializers for primitive arrays to default types list (6 дней назад) <Leonid Startsev>
* cfceeb1e8c - (tag: build-1.3.50-dev-1915) Implement direct bindings to script properties mapping in the JSR-223 implementation (6 дней назад) <Ilya Chernikov>
* 4940f64265 - Refactor scripting infrastructure - convert usages to the new entities (6 дней назад) <Ilya Chernikov>
* 80ada5113e - Fix flaky test (6 дней назад) <Ilya Chernikov>
Gradle doesn't allow us to substitute dependencies of buildSrc
with artifacts provided by a composite build. But our buildSrc
depends on kotlin-native-utils provided by the Big Kotlin repo.
Thus we cannot make changes in kotlin-native-utils and use them
in buildSrc during a development process.
This patch fixes the issue by transforming buildSrc into a separate
included build.