Commit Graph

5211 Commits

Author SHA1 Message Date
Sergey Bogolepov 237b7ef182 Preliminary tvOS support. 2019-09-07 12:48:45 +07:00
Sergey Bogolepov 7844dc5228 Add "_main" as alias to "Konan_main" via LLVMAddAlias 2019-09-07 11:30:38 +07:00
LepilkinaElena 8e0e346492 CLI library rework (#3215) 2019-09-06 17:49:12 +03:00
Igor Chevdar 51d03ece0a Fixed fast type check for ObjC classes + test 2019-09-06 12:27:51 +03:00
Igor Chevdar 21ec5d933d Supported test flags in framework tests 2019-09-06 12:27:51 +03:00
SvyatoslavScherbina 0b4bb08bc2 Add missing tests for KotlinMutableSet/Dictionary initializers (#3310) 2019-09-05 16:54:56 +03:00
Nikolay Igotti 58bb4e698b Support Android x86. (#3314) 2019-09-05 11:36:07 +03:00
Vasily Levchenko e44d7706dc [REVERTME] filtering out ANDROID_{X86,ARM32}, WATCHOS_{X86,ARM32} from enabled platform till their full support
see details in bc1b67678e
2019-09-05 10:40:00 +03:00
Roman Artemev d928eabeb1 [IR SERIALIZATION] Support new deserializer scheme
(cherry picked from commit a4f7260ce49ed102be6006cfaf574e2a154875d9)
2019-09-05 10:40:00 +03:00
Vasily Levchenko a345b3ce1c [kotlin compiler][update] 1.3.60-dev-1867
* 870dbd158c - (HEAD -> master, tag: build-1.3.60-dev-1867, origin/master, origin/HEAD) KT-28910: Add tooltips for toolbar checkboxes in .kts scratch editor (4 hours ago) <Roman Golyshev>
* f0f2fd5684 - KT-28910: Extract labels from scratch editor to KotlinBundle messages (4 hours ago) <Roman Golyshev>
* 72b68ee683 - (tag: build-1.3.60-dev-1863) Fix proguarding of jline library in compiler (4 hours ago) <Ilya Chernikov>
* 3f28b71509 - (tag: build-1.3.60-dev-1854) [IR] Fix issue getting the length property from CharSequence bounded type parameter (18 hours ago) <Mads Ager>
* eb5e91d6bb - (tag: build-1.3.60-dev-1852) Do not use typeMapper to count number of coroutine parameters in MethodInliner (18 hours ago) <Alexander Udalov>
* 2648fb2ddd - Do not use typeMapper.mapAsmMethod for erased invoke in MethodInliner (18 hours ago) <Alexander Udalov>
* 4953f67563 - JVM IR: do not use KotlinTypeMapper indirectly via InlineCodegen (18 hours ago) <Alexander Udalov>
* ad8b7ff645 - Minor, extract PsiInlineCodegen to a separate file (18 hours ago) <Alexander Udalov>
* bf5ca2ed84 - Cleanup compiler warnings in IR-related modules (18 hours ago) <Alexander Udalov>
* 406462d422 - (tag: build-1.3.60-dev-1840) Regenerate FIR tree visitors and transformers (21 hours ago) <Alexander Udalov>
* ac3864543c - (tag: build-1.3.60-dev-1820) Add Family.TVOS, Family.WATCHOS and KonanTarget.ANDROID_X86, KonanTarget.WATCHOS_X86, KonanTarget.WATCHOS_ARM32. (24 hours ago) <Sergey Bogolepov>
* 5bd88f3191 - (tag: build-1.3.60-dev-1815) [IR] ForLoopsLowering: fixed problems with type parameters (24 hours ago) <Igor Chevdar>
* 21c7c89dbc - (tag: build-1.3.60-dev-1812) [JS KLIB IC] Support incremental klib generation for JS IR (25 hours ago) <Roman Artemev>
* d6facf2976 - [JS KLIB IC] Fix test runner (25 hours ago) <Roman Artemev>
* 3753b75609 - [JS KLIB IC] Implement incremental cache for IR (25 hours ago) <Roman Artemev>
* 7840cf70f0 - [IC] Add missed runtime dependency (25 hours ago) <Roman Artemev>
* 104a50f786 - [KLIB] Update ABI version (25 hours ago) <Roman Artemev>
* 6bea403338 - [KLIB] Fix ir serializer output format (25 hours ago) <Roman Artemev>
* c8c9328973 - [KLIB] Switch to monolithic layout (25 hours ago) <Roman Artemev>
* c8a3374829 - [KLIB] Do not store Date in klib manifest (25 hours ago) <Roman Artemev>
* 1cdff7810e - [Psi2Ir] Fix Lazy Fake override field (25 hours ago) <Roman Artemev>
* f2a5ab8c16 - [IR SERIALIZATION] Fix zipped layout (25 hours ago) <Roman Artemev>
* 90504c797a - [IR SERIALIZATION] Add tests about klib linkage (25 hours ago) <Roman Artemev>
* 1e547dd1cd - [IR SERIALIZATION] Add more informative error message (25 hours ago) <Roman Artemev>
* 31f3e668d2 - [IR SERIALIZATION] Cleanup mangler interface (25 hours ago) <Roman Artemev>
* 2e0ab8ba3f - [IR SERIALIZATION] Fix `ONLY_DECLARATION_HEADERS` mode (25 hours ago) <Roman Artemev>
* 0c7454c918 - [IR SERIALIZATION] Fix forward Declarations in deserializaer (25 hours ago) <Roman Artemev>
* 2bd3d90fe0 - [IR SERIALIZATION] Link depend modules lazily (25 hours ago) <Roman Artemev>
* aa8b58e396 - [IR SERIALIZATION] Get rid of `UniqIdKey` (25 hours ago) <Roman Artemev>
* aa313903cc - [IR SERIALIZATION] Support both Per-File and Monolitic klib layout (25 hours ago) <Roman Artemev>
* 125982841a - [IR SERIALIZATION] Fix clashes (25 hours ago) <Roman Artemev>
* 55f06ecff5 - [IR SERIALIZATION] Fix rebase (25 hours ago) <Roman Artemev>
* 16be3b6d6e - [IR SERIALIZATION] Add `deserializaFullModule` API (25 hours ago) <Roman Artemev>
* d9affc5abb - [IR SERIALIZATION] Raname IrIrSeriazlizedIrFile -> SerializedIrFile (25 hours ago) <Roman Artemev>
* f6339bcf93 - [IR SERIALIZATION] Handle UniqId clashes (25 hours ago) <Roman Artemev>
* 5e14b94a88 - [IR SERIALIZATION] Do not track non-metadata descriptors in descriptor table (25 hours ago) <Roman Artemev>
* df5f6a2a12 - [IR SERIALIZATION] Refactored uniqId allocation (25 hours ago) <Roman Artemev>
* 19b5d57f0e - [IR PROTO] Delete unused proto.java files (25 hours ago) <Roman Artemev>
* b7b951c8c8 - [IR] Refactoring (25 hours ago) <Roman Artemev>
* ea42eb6a5c - [IR] Fix rebase (25 hours ago) <Roman Artemev>
* d50eb5ce52 - [IR SERIALIZATION] Make [de]serialization processes incremental (25 hours ago) <Roman Artemev>
* 96a2cc1f17 - [JS IR] Clean up Declaration Table code (25 hours ago) <Roman Artemev>
* f14107bf65 - [IR] Sort dependencies a bit early (25 hours ago) <Roman Artemev>
* 1465121266 - [IR] Split declaration & descriptor tables (25 hours ago) <Roman Artemev>
* a7714a5589 - [JS IR BE] Split IrModule/IrFile serializers (25 hours ago) <Roman Artemev>
* 15a49cf2aa - [IR BE] Rename IrModuleSerializer -> IrFileSerializer (25 hours ago) <Roman Artemev>
* 94a03c9cb4 - [IC KLIB] Serialization infrastructure refactoring (25 hours ago) <Roman Artemev>
* 5a45960c04 - [IR] Do not interact with file system during Ir Serialization (25 hours ago) <Roman Artemev>
* 85b1e0165b - (tag: build-1.3.60-dev-1810) [IR] For loop lowering for CharacterSequence.indices. (25 hours ago) <Mads Ager>
* 63f43d9b2e - (tag: build-1.3.60-dev-1807, tag: build-1.3.60-dev-1805) Revert "Use lazySync instead of lazyPub to avoid raise on creation LightClasses" (26 hours ago) <Nikolay Krasko>
* d0c02a1a34 - (tag: build-1.3.60-dev-1804) PackageDirectoryMismatchInspection: fix exception from empty script file #KT-33437 Fixed (27 hours ago) <Dmitry Gridin>
* 102a3d60e0 - (tag: build-1.3.60-dev-1789) IR: Consistently copyAttributes in DeepCopyIrTreeWithSymbols (2 days ago) <Steven Schäfer>
* 5fc6fa8619 - (tag: build-1.3.60-dev-1785) Unregistered bunch directives and files test (2 days ago) <Darya Razumova>
* 412c562572 - Updated switch usage in README (2 days ago) <Darya Razumova>
* 4dc4acd25f - Move CoroutineNonBlockingContextChecker to common code (2 days ago) <Nikolay Krasko>
* 79a603768a - (tag: build-1.3.60-dev-1783) UltraLight implementation for local and anonymous declarations (2 days ago) <Igor Yakovlev>
* d6c54b845b - (tag: build-1.3.60-dev-1777) Use lazySync instead of lazyPub to avoid raise on creation LightClasses (2 days ago) <Vladimir Dolzhenko>
* b856d60575 - (tag: build-1.3.60-dev-1773) Add required plugins for Android Studio 3.6 to runtime (2 days ago) <Nikolay Krasko>
* a6fb2bd7a7 - Update to AS 3.6.0.9 (2 days ago) <Nikolay Krasko>
* a65967a164 - (tag: build-1.3.60-dev-1769) Mention the `master` branch as the target of pull requests in contributing.md. (#2533) (2 days ago) <Yanis Batura>
* 7eac7d96dc - (tag: build-1.3.60-dev-1761) Fix NJ2K test related to KT-30136 (2 days ago) <Mikhail Glukhikh>
* 5b118b65fc - (tag: build-1.3.60-dev-1759) [FIR] Tests. Update testdata broken in 9508fc60 (2 days ago) <Dmitriy Novozhilov>
* 54eb4cf928 - [FIR] Add synthetic else branch to `when` if it's missing to LightTreeFirBuilder (2 days ago) <Dmitriy Novozhilov>
* 5c29af4b53 - (tag: build-1.3.60-dev-1757) [FIR] Tests. Update some outdated FIR testdata (2 days ago) <Dmitriy Novozhilov>
* f494e0008c - [FIR] Minor. Add kdoc to FirDataFlowAnalyzer (2 days ago) <Dmitriy Novozhilov>
* 286a322b55 - [FIR] Remove DummyFirDataFlowAnalyzer (2 days ago) <Dmitriy Novozhilov>
* 92acd30bd6 - [FIR] Refactor Condition classes (2 days ago) <Dmitriy Novozhilov>
* 84787013dd - [FIR] Fix CFG form for boolean operators (2 days ago) <Dmitriy Novozhilov>
* 63bd920f16 - [FIR] Tests. Make cfg graphs more strict (2 days ago) <Dmitriy Novozhilov>
* a87891bec9 - [FIR] Some control flow graph building fixes (2 days ago) <Dmitriy Novozhilov>
* 9508fc60c9 - [FIR] Remove FirUncheckedNotNullCastImpl from FIR (2 days ago) <Dmitriy Novozhilov>
* c2602fda1f - [FIR] Transform all qualified access nodes with smartcasts (2 days ago) <Dmitriy Novozhilov>
* c1a8344b45 - [FIR] Add forgotten nullability for receivers of safe calls (2 days ago) <Dmitriy Novozhilov>
* fd84202c08 - [FIR] Add fir node for qualified access with smartcast (2 days ago) <Dmitriy Novozhilov>
* 04b6c48ae7 - [FIR] Disable smartcasts to Nothing? (2 days ago) <Dmitriy Novozhilov>
* b58a03458e - [FIR] Tests. Improve style of control flow graphs (2 days ago) <Dmitriy Novozhilov>
* 7851657b98 - [FIR] Store fir in DataFlowVariable (2 days ago) <Dmitriy Novozhilov>
* 163c5d699f - [FIR] Pass flow to right operand of && expression (2 days ago) <Dmitriy Novozhilov>
* 59205cac13 - [FIR] Tests. Add orthogonal edge routing for cfg dumps (2 days ago) <Dmitriy Novozhilov>
* b2e95eebab - [FIR] Add processing of loops with constant boolean value in condition (2 days ago) <Dmitriy Novozhilov>
* a60115c452 - [FIR] Fix propagating deadness for loops and when expressions (2 days ago) <Dmitriy Novozhilov>
* 006cb536e0 - [FIR] Add detecting dead edges for boolean operators with consts (2 days ago) <Dmitriy Novozhilov>
* fd1347f2b7 - [FIR] Tests. Add instruction for configuring tool for cfg dump viewing (2 days ago) <Dmitriy Novozhilov>
* b7e1e7704e - [FIR] Tests. Change extension for testdata with cgf from `.cfg.dot` to `.dot` (2 days ago) <Dmitriy Novozhilov>
* 7e43a0d9ef - [FIR] Add boolean constant folding for DFA (2 days ago) <Dmitriy Novozhilov>
* 78f7211587 - [FIR] Add test for smartcast with return in elvis (2 days ago) <Dmitriy Novozhilov>
* 98b3901f9c - [FIR] Fix bug in building cfg for || (2 days ago) <Dmitriy Novozhilov>
* fc43c8a74b - [FIR] Add inlining of control flow graphs of in-place anonymous functions (2 days ago) <Dmitriy Novozhilov>
* e72d8e675a - [FIR] Add invocation kind to anonymous functions (2 days ago) <Dmitriy Novozhilov>
* e937e4b261 - [FIR] Add bound smartcasts (2 days ago) <Dmitriy Novozhilov>
* e6c04c0454 - [FIR] hold one-to-one mapping for data flow variable and Fir (2 days ago) <Dmitriy Novozhilov>
* bda8c7ee1c - [FIR] Fix smartcasts on when subject (2 days ago) <Dmitriy Novozhilov>
* 200c13baf5 - [FIR] Add tests for smartcasts (2 days ago) <Dmitriy Novozhilov>
* 7a81c37f5c - [FIR] Fix building cfg for binary or (2 days ago) <Dmitriy Novozhilov>
* 2d3e9fe539 - [FIR] Add creating simple type for type parameters symbols (2 days ago) <Dmitriy Novozhilov>
* b1731749c0 - Add failing test for smart-cast branch (2 days ago) <Mikhail Glukhikh>
* b4a4d4d709 - [FIR] Add renderer to .dot for control flow graph tests (2 days ago) <Dmitriy Novozhilov>
* 2e501e0f97 - [FIR] Implement Data Flow Analysis (2 days ago) <Dmitriy Novozhilov>
* 216b9ad933 - [FIR] Add logic system for data flow analysis (2 days ago) <Dmitriy Novozhilov>
* 6e0f4f140f - [FIR] Minor. Add set of type operations to FirOperation (2 days ago) <Dmitriy Novozhilov>
* 6b4e95ec52 - [FIR] Add tests for control flow graph building (2 days ago) <Dmitriy Novozhilov>
* fc982cc7e8 - [FIR] Add data flow analyzer that delegates to CFG builder (2 days ago) <Dmitriy Novozhilov>
* 9f0781c9de - [FIR] Add references to control flow graph to FirFunction and FirProperty (2 days ago) <Dmitriy Novozhilov>
* 56ac1201b6 - [FIR] Add abstract data flow analyzer with callbacks for body resolve transformer (2 days ago) <Dmitriy Novozhilov>
* dcfc75a58f - [FIR] Add control flow graph and infrastructure for building it (2 days ago) <Dmitriy Novozhilov>
* 198599f3c7 - [FIR] Add builtins types to FirSession (2 days ago) <Dmitriy Novozhilov>
* 7d4c635e85 - [FIR] Minor. Add util functions for checks that type is builtin (2 days ago) <Dmitriy Novozhilov>
* 38fa0122e8 - [FIR] Add synthetic else branch to `when` if it's missing (2 days ago) <Dmitriy Novozhilov>
* e904e638e9 - (tag: build-1.3.60-dev-1751, origin/rr/ayalyshev/fus-completion-test) LookupCancelWatcher bunches update (3 days ago) <Anton Yalyshev>
* 7b769b74a1 - Add bunches for AS ans 183 (3 days ago) <Anton Yalyshev>
* a962dd7155 - Add a bunch for as33 (3 days ago) <Anton Yalyshev>
* fa1a558b76 - Exclude logging in case of non-kotlin files (3 days ago) <Anton Yalyshev>
* cd78f3d9d7 - Add finish_reason and invocation_count to context (3 days ago) <Anton Yalyshev>
* 3926b91bb1 - Add window appearance time. Fix final context data structure. (3 days ago) <Anton Yalyshev>
* 7afa75e802 - Set event context structure (3 days ago) <Anton Yalyshev>
* e99395e548 - Register FUS collector for Code Completion (3 days ago) <Anton Yalyshev>
* ac7c89b3b5 - Completions stats physical part, collector part left (3 days ago) <Alexander Podkhalyuzin>
* edd2cedfd3 - (tag: build-1.3.60-dev-1742) Disable GradleConfiguratorPlatformSpecificTest in AS 3.6 (5 days ago) <Nikolay Krasko>
* 5fa2b62de4 - Fix test failures in AS 3.6 because of InjectedLanguageManager (KT-33606) (5 days ago) <Nikolay Krasko>
* c0270ef47b - More plugins registration for Android Studio 3.6 (5 days ago) <Nikolay Krasko>
* e28802fbfa - Fix test failure because of duplicates file templates in classpath (5 days ago) <Nikolay Krasko>
* 0eea2479fc - (tag: build-1.3.60-dev-1740) Added possibility to override Path Chooser for MoveKotlinNestedClassesToUpperLevelModel (5 days ago) <Igor Yakovlev>
* 99972a08a1 - (tag: build-1.3.60-dev-1725, origin/4u7/compare-dist) [FIR] Fix table rendering (5 days ago) <Simon Ogorodnik>
* 438c90b477 - (tag: build-1.3.60-dev-1721) Silence fir bench output for diagnostic smoke tests (5 days ago) <Simon Ogorodnik>
* 312e93859b - Add more info to fir bench report & format as table (5 days ago) <Simon Ogorodnik>
* dca88db16a - (tag: build-1.3.60-dev-1718) remove unused org.jetbrains.kotlin.idea.inspections.gradle.KotlinPlatformGradleDetector EP (5 days ago) <Vladimir Krivosheev>
* 02a6a1ea49 - (tag: build-1.3.60-dev-1710) Fix ExtractDeclarationFromCurrentFileIntention assertion (5 days ago) <Igor Yakovlev>
* 9594e9b3b1 - (tag: build-1.3.60-dev-1706) [JS IR BE] Initial export generation (5 days ago) <Svyatoslav Kuzmich>
* 6670180782 - [JS IR BE] Use internal visibility for generated helper methods (5 days ago) <Svyatoslav Kuzmich>
* 22c53e14e6 - (tag: build-1.3.60-dev-1700) [IR][inliner] fixed occasional endless recursion in InlinerExpressionLocationHint::toString (5 days ago) <Vasily Levchenko>
* 8218ca5bae - (tag: build-1.3.60-dev-1698) More 182 branch mentioning remove (5 days ago) <Nikolay Krasko>
* 8ae4293a0f - Remove 181 branch from build scripts (5 days ago) <Nikolay Krasko>
* 0ae9240e5f - Remove 182 and AS33 from build scripts (5 days ago) <Nikolay Krasko>
* 51cfafc619 - Minor: advance comment (5 days ago) <Nikolay Krasko>
* 3989f5244f - Minor: Fix comment about absent method (5 days ago) <Nikolay Krasko>
* d04749dd3f - Remove other specific code after removing 182 (5 days ago) <Nikolay Krasko>
* 63f0eae7e2 - Remove CodeStyleSettingsProviderCompat.java after removing 182 (5 days ago) <Nikolay Krasko>
* d1aca83dd5 - Remove getInvalidIcon default implementation after removing 182 (5 days ago) <Nikolay Krasko>
* edb83f4ed9 - Remove IconExtensionChooser and png icons after removing 182 (5 days ago) <Nikolay Krasko>
* 888a93115f - Use function icon from the platform after removing 182 (5 days ago) <Nikolay Krasko>
* 169aa6348c - Remove runConfigurationsCompat.kt after removing 182 (5 days ago) <Nikolay Krasko>
* ddcadc8138 - Remove default implementations after removing 182 (5 days ago) <Nikolay Krasko>
* 081ffe7d19 - Remove ScriptModificationListener compat after removing 182 (5 days ago) <Nikolay Krasko>
* 23f488498f - Remove EditorFactoryListenerWrapper compat after removing 182 (5 days ago) <Nikolay Krasko>
* 9abdddf09a - Remove psiFile extension after removing 182 (5 days ago) <Nikolay Krasko>
* 372c6377e8 - Remove AstLoadingUtil after removing 182 (5 days ago) <Nikolay Krasko>
* 4d0fc1dc22 - Remove 182 support (5 days ago) <Nikolay Krasko>
* 1c4ee6bd79 - Remove as33 support (5 days ago) <Nikolay Krasko>
* 0ec18b4a33 - (tag: build-1.3.60-dev-1694) Explicit this inspection: fix false negative with local variable (5 days ago) <Toshiaki Kameyama>
* eb469b924f - Add frontend visualizer module auto test in gradle (5 days ago) <Ivan Cilcic>
* 24cce75899 - Add FIR_IGNORE directive to test files that must be skipped (5 days ago) <Ivan Cilcic>
* 350bd33769 - Move FirRenderer class inside FirVisualizer to avoid ambiguity with existed FirRenderer (5 days ago) <Ivan Cilcic>
* 262f57d938 - Add more tests in uncommonCases folder (5 days ago) <Ivan Cilcic>
* b8ef09a157 - Repalce work with stack variable to work with extension functions (5 days ago) <Ivan Cilcic>
* fd461a5147 - Fix current package removing from properties (5 days ago) <Ivan Cilcic>
* f0e7dcc4f6 - Fix superTypes test by adding parameter to primary constructor (5 days ago) <Ivan Cilcic>
* f0c7aadb20 - Exctract common code from psi and fir visualizer classes (5 days ago) <Ivan Cilcic>
* d504774527 - Create fir renderer class (5 days ago) <Ivan Cilcic>
* 7a45155eb3 - Create tests for fir visualizer (5 days ago) <Ivan Cilcic>
* 2179f97006 - Create fir visualizer abstract test class and extract common code with psi tests (5 days ago) <Ivan Cilcic>
* fe328f8c7a - Add some additional information to psi renderer (5 days ago) <Ivan Cilcic>
* 8fb2383845 - Move psi visualizer test to separate "psi" package (5 days ago) <Ivan Cilcic>
* aebe8c36f5 - Add test methods and data for uncommon cases (5 days ago) <Ivan Cilcic>
* 8047aa22a4 - Add test methods and data base on raw fir builder test data (5 days ago) <Ivan Cilcic>
* fd8205e317 - Add removing current file package name from fq name (5 days ago) <Ivan Cilcic>
* d2e47aea01 - Change render to separate package names with slash symbol (5 days ago) <Ivan Cilcic>
* 08c9fa5259 - Rewrite Annotator to be able to put several annotations in one position (5 days ago) <Ivan Cilcic>
* 1c2ffa65ca - Revert commit with changes in DescriptorRenderer (5 days ago) <Ivan Cilcic>
* 3a12bac910 - Wrote separate descriptor renderer (5 days ago) <Ivan Cilcic>
* b57c34fd4d - Remove rendering from super and this expressions and from package directive (5 days ago) <Ivan Cilcic>
* d0e1234434 - Add separate method to render special functions (5 days ago) <Ivan Cilcic>
* e94417e27b - Remove unnecessary data from render result (5 days ago) <Ivan Cilcic>
* feec5b1a7c - Make annotation process a little clearer (5 days ago) <Ivan Cilcic>
* e23e662ba7 - Remove names from value parameters list (5 days ago) <Ivan Cilcic>
* 6fa7435cd4 - Add additional options to DescriptorRender (5 days ago) <Ivan Cilcic>
* 1879fd19eb - Create simple renderer for old frontend (5 days ago) <Ivan Cilcic>
* e69e6a1eeb - Create simple text annotator based on binary search (5 days ago) <Ivan Cilcic>
* 77c330d94e - Make a structure for frontend visualizer (5 days ago) <Ivan Cilcic>
* e895a0b8a0 - (tag: build-1.3.60-dev-1693) FIR resolve: integrate implicit receivers into ImplicitReceiverStack (5 days ago) <Mikhail Glukhikh>
* f2c77c45e9 - FIR: simplify rendering of dispatch & extension receivers (5 days ago) <Mikhail Glukhikh>
* dfacc2d68f - FIR builder test: remove always-false check (5 days ago) <Mikhail Glukhikh>
* e36a75250b - FIR: visit/transform dispatch & extension receivers only once (5 days ago) <Mikhail Glukhikh>
* 5defe22651 - FIR [MapArguments]: transform only arguments but not all children (5 days ago) <Mikhail Glukhikh>
* 8bb539ce19 - FIR resolve: integrate receiverExpression inside ReceiverValue (5 days ago) <Mikhail Glukhikh>
* 0962755fde - FIR2IR: drop field receiver consistency check (due to delegate field case) (5 days ago) <Mikhail Glukhikh>
* 75c4c88d0a - FIR: set receivers for invoke case more precisely (5 days ago) <Mikhail Glukhikh>
* 62bb127fc9 - FIR: add K/J test with getValue() / value fake cycle (5 days ago) <Mikhail Glukhikh>
* f0f4ddecc0 - FIR: set dispatch receiver for field symbols (5 days ago) <Mikhail Glukhikh>
* bd5e1aeef5 - FIR2IR: change backing field visibility to private (5 days ago) <Mikhail Glukhikh>
* 271c15114c - FIR: add test with problematic cases (5 days ago) <Mikhail Glukhikh>
* 652fd7ee73 - FIR: fix dispatch receivers for objects (5 days ago) <Mikhail Glukhikh>
* 29b406c731 - FIR: set dispatch receiver for backing field access (5 days ago) <Mikhail Glukhikh>
* 13d14df8ae - FIR: set dispatch receiver for data class generated functions (5 days ago) <Mikhail Glukhikh>
* 0d5cfa97a5 - FIR2IR: read & set dispatch & extension receivers (5 days ago) <Mikhail Glukhikh>
* b531e535b6 - FIR call resolve: set values of dispatch & extension receivers (5 days ago) <Mikhail Glukhikh>
* 67a7243361 - FIR (rename): candidateOwner -> boundSymbol (5 days ago) <Mikhail Glukhikh>
* 8633a33108 - FIR: add new qualified access implementation (FirThisReceiverExpression) (5 days ago) <Mikhail Glukhikh>
* c63919f224 - FIR tree: add dispatch & extension receivers (5 days ago) <Mikhail Glukhikh>
* da22898a19 - FIR2IR: set 'SetField' type to Unit, convert explicit 'this' references (5 days ago) <Mikhail Glukhikh>
* 6604539154 - FIR: set bound symbol for explicit this references (5 days ago) <Mikhail Glukhikh>
* aa79064a96 - (tag: build-1.3.60-dev-1691) Remove deprecated spec tests map generators (5 days ago) <victor.petukhov>
* e4938c6c36 - (tag: build-1.3.60-dev-1690) [FIR] Remove status map from intersection type (5 days ago) <Dmitriy Novozhilov>
* ef4ef08b1d - [FIR] Add default upper bound for java type parameters (5 days ago) <Dmitriy Novozhilov>
* 8ed1317839 - (tag: build-1.3.60-dev-1686) [IR] For loop lowering for iteration over CharacterSequences. (5 days ago) <Mads Ager>
* 26fbe3f07b - (tag: build-1.3.60-dev-1682) JPS Build: remove outdated note about updating bootstrap (5 days ago) <Sergey Rostov>
2019-09-05 10:40:00 +03:00
Nikolay Igotti 66b813a6a2 Refactor Android, android_x64 support. (#3306) 2019-09-04 14:50:14 +03:00
Ilya Matveev ee4dbfaa67 Backend: Partially get rid of descriptors in InteropLowering 2019-09-04 12:47:01 +07:00
Igor Chevdar 8a6146ac08 Implemented fast type check for classes 2019-09-03 12:49:18 +03:00
Vasily Levchenko 844597fbbb [kotlin compiler][update] 1.3.60-dev-1666
* 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>
2019-09-03 11:06:47 +03:00
Igor Chevdar bcfd196c04 Added benchmark on casts to classes 2019-09-02 16:40:29 +03:00
Artyom Degtyarev d8cc5eb900 Added a note on read-only property's setters (#3287)
* 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
2019-09-02 11:27:09 +03:00
Svyatoslav Scherbina c3f11e62a5 Fix Objective-C weak refs to Kotlin cyclic garbage going to be collected
Also make the implementation more reliable.
2019-09-02 09:56:25 +03:00
Svyatoslav Scherbina bcaa99cbbe Implement thread-safe tracking of Obj-C references to Kotlin objects
Fix #2052
Fix #3204
2019-09-02 09:56:25 +03:00
Svyatoslav Scherbina 215cf05410 Add memory manager API for foreign reference management
(API based on #3280)
2019-09-02 09:56:25 +03:00
Svyatoslav Scherbina 2cb2f6fe03 Don't use heap-like slot for return in KotlinMutableSet/Dictionary
Fix #3259
2019-09-02 09:56:25 +03:00
Svyatoslav Scherbina 33ab792465 Add missing test for Objective-C weak refs to Kotlin objects 2019-09-02 09:56:25 +03:00
Mads Sig Ager e240621550 Share for loops lowering with JVM IR backend. (#3294)
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.
2019-08-30 16:10:43 +03:00
Pavel Punegov 3dc0e66f7d Merge pull request #3281 from JetBrains/kotlin-mirror/master
Update kotlin mirror branch
2019-08-29 12:39:57 +03:00
Vasily Levchenko a6f7cc310a [REVERTME][gradle][plugin][tests] filter out enabled but not supported platforms
see bc1b67678 for details
2019-08-29 12:22:49 +03:00
Ilya Matveev 974bf15a9c Tests: Disable some Harmony regex tests due to KT-33175 2019-08-29 11:19:01 +07:00
Sergey Bogolepov e3f4d09aeb Generate C wrapper instead of bridge for all functions. (#3153)
[C Interop] Generate C wrapper instead of bridge for all functions.
2019-08-29 11:04:10 +07:00
Igor Chevdar 1ee2d8c5d7 Removed K/N inliner and switched to the common one 2019-08-28 11:58:25 +03:00
Igor Chevdar b1453a4eba Reimplemented special enum functions as intrinsics
Also fixes https://youtrack.jetbrains.com/issue/KT-33471
2019-08-27 12:23:57 +03:00
Igor Chevdar 04f3aae72b Fixed a typo 2019-08-27 12:23:57 +03:00
Vasily Levchenko 82e0e318c0 [kotlin compiler][update] 1.3.60-dev-1448
* 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>
2019-08-27 11:18:44 +03:00
Vasily Levchenko bc1b67678e [REVERTME] filtering out ANDROID_X64, WATCHOS_{X64,ARM64}, TVOS_{X64,ARM64} from enabled platform till their full support 2019-08-27 11:18:44 +03:00
Ilya Matveev 5c6a357a35 Include libraries: Cover included libs if -Xcoverage is specified 2019-08-27 12:02:02 +07:00
Ilya Matveev f0294f5414 Coverage: Allow default libs to be covered 2019-08-27 12:02:02 +07:00
Ilya Matveev bc81249987 Included libraries: Don't resolve included libraries 2019-08-27 12:02:02 +07:00
Ilya Matveev 174c1ed5f3 Included klibs: Rename -Xsource-library -> -Xinclude 2019-08-27 12:02:02 +07:00
Ilya Matveev d3ab5b0969 Source libraries: Codestyle and messages fixes 2019-08-27 12:02:02 +07:00
Ilya Matveev 2297b52596 Tests: Exclude tests failing in the two-stage mode due to KT-33267 2019-08-27 12:02:02 +07:00
Ilya Matveev 0dd65bbeaf Source libraries: Improve flag description 2019-08-27 12:02:02 +07:00
Ilya Matveev 5a5b8ad295 Coverage: Use featured libraries resolution for libraries to cover 2019-08-27 12:02:02 +07:00
Ilya Matveev 843cd0001a Tests: Support two-stage compilation in external tests 2019-08-27 12:02:02 +07:00
Ilya Matveev d0557a3c1b Tests: Disable two-stage mode for failing tests
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.
2019-08-27 12:02:02 +07:00
Ilya Matveev 4eb7f0cf91 Tests: Fix library_mismatch test 2019-08-27 12:02:02 +07:00
Ilya Matveev 070e4a8b7d Tests: Take two-stage mode into account in coverage tests 2019-08-27 12:02:02 +07:00
Ilya Matveev e8d8df6928 Tests: Support two-stage compilation (src -> klib -> kexe) 2019-08-27 12:02:02 +07:00
Ilya Matveev 00d780b650 Source libraries: Export source libs and support tests for them 2019-08-27 12:02:02 +07:00
Ilya Matveev 6f4bcfee02 Source libraries: Resolve source libraries 2019-08-27 12:02:02 +07:00
Ilya Matveev 0fa820f79a Source libraries: Use library resolution for exported libraries 2019-08-27 12:02:02 +07:00
Ilya Matveev 275e399068 Source libraries: Add a flag for source libraries 2019-08-27 12:02:02 +07:00
Svyatoslav Scherbina 6dc8aee429 Move samples to 1.3.50 version of Kotlin 2019-08-26 11:04:28 +03:00
Svyatoslav Scherbina 47fb8e15bc Update CHANGELOG.md 2019-08-26 11:04:28 +03:00