Pavel Punegov
|
14f622dac2
|
Replace warning suppress with PublishedApi
|
2018-06-13 14:23:49 +03:00 |
|
Pavel Punegov
|
6a453c8bb7
|
toSingletonMap implementation using MutableMap
|
2018-06-13 14:23:49 +03:00 |
|
Pavel Punegov
|
d78d14cd00
|
Fix sources unzipping: make build task depend on sources copy task
|
2018-06-13 14:23:49 +03:00 |
|
Igor Chevdar
|
e3236a5d04
|
Fixed codegen for annotation classes
|
2018-06-13 14:23:49 +03:00 |
|
Igor Chevdar
|
b8340ead91
|
Added names to private functions and types
|
2018-06-13 14:23:49 +03:00 |
|
Igor Chevdar
|
0927dfd070
|
Fixed coroutines
|
2018-06-13 14:23:49 +03:00 |
|
Ilya Matveev
|
5cde399600
|
Support String factory functions
|
2018-06-13 14:23:49 +03:00 |
|
Ilya Matveev
|
0e2fa56269
|
Download common stdlib sources as a dependency
|
2018-06-13 14:23:49 +03:00 |
|
Pavel Punegov
|
eed9f31dac
|
Filter out expect declarations
|
2018-06-13 14:23:49 +03:00 |
|
Pavel Punegov
|
374397d03f
|
Common stdlib
- adds actual matching expect declarations
- removes duplicates
- rewrite collections
- add MPP and experimental compiler options
|
2018-06-13 14:23:49 +03:00 |
|
Alexander Gorshenev
|
c807fca8cb
|
Fix Fedora samples build.
|
2018-06-13 14:06:45 +03:00 |
|
Vasily Levchenko
|
392ce5a221
|
[samples][curl] drop build.sh, because we curl compilation depends on maven artifact
|
2018-06-09 16:11:39 +03:00 |
|
Nikolay Igotti
|
f4ac18b780
|
Kotlin machine scheduling primitives. (#1677)
|
2018-06-09 16:08:42 +03:00 |
|
Igor Chevdar
|
35043d4699
|
DFG: Use types from IR for receivers for virtual calls
|
2018-06-09 16:07:32 +03:00 |
|
Igor Chevdar
|
9dccddae08
|
Fixed bug in inliner with type substitution
|
2018-06-09 16:07:32 +03:00 |
|
Igor Chevdar
|
3cd290631c
|
DFG: Supported createUninitializedInstance/initInstance functions
|
2018-06-09 16:07:32 +03:00 |
|
Igor Chevdar
|
0d50877d63
|
Added some debug output to devirtualization
|
2018-06-09 16:07:32 +03:00 |
|
Sergey Bogolepov
|
a3c82ba5ce
|
Removed hprof due to removal from JDK9 (http://openjdk.java.net/jeps/240)
|
2018-06-09 19:07:28 +07:00 |
|
Ilya Matveev
|
54a9969f64
|
Take local.properties into account when checking for Android SDK
|
2018-06-09 14:30:18 +03:00 |
|
Ilya Matveev
|
d72db9226b
|
Provide a task to generate all Gradle wrappers in the project
|
2018-06-09 14:30:18 +03:00 |
|
Vasily Levchenko
|
cbc9221884
|
[sample][libcurl] customized pom file
|
2018-06-09 13:57:18 +03:00 |
|
Nikolay Igotti
|
63300652d5
|
Fix empty arrays.
|
2018-06-09 13:49:24 +03:00 |
|
Vasily Levchenko
|
8c8e5ce316
|
[samples][libcurl] attach sources(def-file) to publication
|
2018-06-09 12:31:29 +03:00 |
|
Vasily Levchenko
|
7da3105b58
|
[gradle][plugin] don't always create main maven application
- alter artifactId, groupId and main components letting user specify additional artifacts in build script
|
2018-06-09 12:31:29 +03:00 |
|
Vasily Levchenko
|
d39da8ade4
|
[gradle][g/c] remove unwanted braces
|
2018-06-09 12:31:29 +03:00 |
|
Igor Chevdar
|
b92fbe7f42
|
Fixed bug in inliner + test
|
2018-06-09 11:45:43 +03:00 |
|
Nikolay Igotti
|
4bc12573f2
|
Improve code quality by explicit static container reference. (#1664)
|
2018-06-07 17:01:54 +03:00 |
|
alexander-gorshenev
|
686d60a908
|
Workaround ld.so.cache endianess issue on MIPS.
|
2018-06-07 17:00:54 +03:00 |
|
Igor Chevdar
|
020dd641de
|
Replaced symbols comparison with descriptors comparison
|
2018-06-07 16:59:44 +03:00 |
|
Vasily Levchenko
|
9053eb3a63
|
[lldb][python] do not let to crash of python bindings on variables before local_inits basic block
- validness of the object pointer check with particularities of TypeInfo structure
|
2018-06-07 16:30:51 +03:00 |
|
Sergey Bogolepov
|
5ad749d56b
|
Added switch (enum-only when) lowering
Added enum ordinal to serialization
|
2018-06-07 14:29:17 +07:00 |
|
SvyatoslavScherbina
|
1afc5e5e90
|
Add note about singletons to OBJC_INTEROP.md
|
2018-06-06 15:02:10 +03:00 |
|
ilmat192
|
5219565c4d
|
Explicitly mention the 'srcDir' option in the Gradle plugin readme (#1661)
|
2018-06-06 15:01:30 +03:00 |
|
Charlie Jiang
|
aa8ec8e24e
|
Fix path seperator problem on Windows of Gradle generateCMake task (#1657)
Signed-off-by: Charlie Jiang <cqjjjzr@126.com>
|
2018-06-06 15:01:21 +03:00 |
|
Nikolay Igotti
|
49e91547ba
|
v0.7.1 preparations. (#1658)
|
2018-06-06 15:00:01 +03:00 |
|
Max Medvedev
|
2a63c409fa
|
kotlin-objective-c cross resolve: public objc types
|
2018-06-06 14:57:04 +03:00 |
|
Igor Chevdar
|
2faf7908ee
|
Implemented equal in IR
|
2018-06-06 14:55:33 +03:00 |
|
Alexander Gorshenev
|
eec6f399fb
|
Remove obsolete runtime memory initialization code from js.
Handle everything in runtime.
In addition the fix fixes global ctros issue in the browser.
|
2018-06-06 13:40:46 +03:00 |
|
Nikolay Igotti
|
afc7d1dd9e
|
Make String and box types frozen by default, more freeze checks (#1645)
|
2018-06-06 11:59:16 +03:00 |
|
Vasily Levchenko
|
45052ded8e
|
[kotlin compiler][update] 1.2.60-dev-444
|
2018-06-06 11:20:48 +03:00 |
|
Svyatoslav Scherbina
|
67d9a555fa
|
Optimize and simplify handling of boolean boxed to NSNumber
|
2018-06-06 10:01:35 +03:00 |
|
Svyatoslav Scherbina
|
8a6f9015f1
|
Fix non-public API usage when uploading to AppStore
Don't implement category for NSBlock class
|
2018-06-06 10:01:35 +03:00 |
|
Svyatoslav Scherbina
|
2934588bbe
|
Fix garbage cycle collection for kotlin.Array
|
2018-06-05 12:32:15 +03:00 |
|
ilmat192
|
b31590f545
|
Fix KONAN_DATA_DIR in the Windows command-line runner (#1649)
|
2018-06-05 14:35:23 +07:00 |
|
Nikolay Igotti
|
ece39a27d8
|
GCD usage example.
|
2018-06-02 09:36:24 +03:00 |
|
Nikolay Igotti
|
d33afd6007
|
Fix incorrect dependency in the runtime.
|
2018-06-02 09:36:24 +03:00 |
|
Pavel Punegov
|
c0f3e5f9e8
|
Fix KT-24370. Make indexOf consistent with Kotlin/JVM
|
2018-06-01 17:13:22 +03:00 |
|
Nikolay Igotti
|
b8fa1bcdd3
|
Move to XCode 9.4, add CoreML and ClassKit. (#1637)
* Move to XCode 9.4, add CoreML and ClassKit.
* Add assertSame and assertNotSame to stdlib.
* Fix SDK properties.
|
2018-05-31 23:21:17 +03:00 |
|
Sergey Bogolepov
|
f3115a100a
|
Fix for enum equals method (#1638)
* Fix for enum equals
|
2018-05-31 14:42:18 +07:00 |
|
Igor Chevdar
|
5e57f146de
|
Fixed bug in DFG building with workers + test
|
2018-05-29 10:32:47 +03:00 |
|