* 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>
* Added a note on read-only property setters
* re-wrote the part of the setter
* looked at the Swift protocol explanation
* fixed Obj-C name
* made things more laconic
The code delete here was moved to common and is used for JVM
IR as well. We should remove the original kotlin-native version
so that we do improvements in the shared version going forward.
* 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>
Some tests fail due to compiler bugs unrelated to the source
libraries feature (see KT-33160, KT-33175). This patch disables
the two-stage mode for these tests.