Dmitry Jemerov
|
07fcfe3b42
|
generate !! if the postfix operator is nullable
|
2013-10-29 21:02:21 +04:00 |
|
Dmitry Jemerov
|
d4c7b7b2b7
|
'is' operator uses not-null type and doesn't generate parentheses
|
2013-10-29 21:02:20 +04:00 |
|
Dmitry Jemerov
|
f88f07a6f5
|
get rid of INode.Kind
|
2013-10-29 21:02:19 +04:00 |
|
Dmitry Jemerov
|
ae4404cdc4
|
convert the converter
|
2013-10-29 21:02:18 +04:00 |
|
Dmitry Jemerov
|
2cd137b0ae
|
no more conversions anywhere
|
2013-10-29 21:02:17 +04:00 |
|
Dmitry Jemerov
|
dfaa67ab6b
|
no more SureCallChainExpression
|
2013-10-29 21:02:16 +04:00 |
|
Dmitry Jemerov
|
6da7fc9799
|
no more conversions in PolyadicExpression
|
2013-10-29 21:02:15 +04:00 |
|
Dmitry Jemerov
|
1ddde183f5
|
no more conversions in MethodCallExpression
|
2013-10-29 21:02:14 +04:00 |
|
Dmitry Jemerov
|
d5900a58b2
|
wrappers instead of conversions in binary expressions
|
2013-10-29 21:02:14 +04:00 |
|
Dmitry Jemerov
|
512e12d26c
|
conversions as wrappers; generate !! instead of sure() (for constructor calls only for now)
|
2013-10-29 21:02:13 +04:00 |
|
Dmitry Jemerov
|
37ea08c6a2
|
fix default value for parameter readOnly
|
2013-10-29 21:02:12 +04:00 |
|
Dmitry Jemerov
|
2a679f9968
|
to kotlin
|
2013-10-29 21:02:11 +04:00 |
|
Dmitry Jemerov
|
10a0f55026
|
better default-arg-ability
|
2013-10-29 21:02:10 +04:00 |
|
Dmitry Jemerov
|
036df18868
|
Member converted; modifiers is a set of non-null strings
|
2013-10-29 21:02:09 +04:00 |
|
Dmitry Jemerov
|
b3246f85a4
|
redundant interface deleted
|
2013-10-29 21:02:08 +04:00 |
|
Dmitry Jemerov
|
c7e448ed0f
|
converting to kotlin
|
2013-10-29 21:02:07 +04:00 |
|
Dmitry Jemerov
|
0375f3dc0f
|
less spam with temp files
|
2013-10-29 21:02:07 +04:00 |
|
Dmitry Jemerov
|
ee3eb05e7d
|
couple more classes converted
|
2013-10-29 21:02:06 +04:00 |
|
Dmitry Jemerov
|
d32aa47e72
|
fix
|
2013-10-29 21:02:05 +04:00 |
|
Dmitry Jemerov
|
85755df615
|
TypeVisitor to Kotlin
|
2013-10-29 21:02:04 +04:00 |
|
Dmitry Jemerov
|
3130b750d3
|
Class and its subclasses converted to Kotlin
|
2013-10-29 21:02:03 +04:00 |
|
Dmitry Jemerov
|
46003dc1f6
|
java to kotlin action in new converter
|
2013-10-29 21:02:02 +04:00 |
|
Dmitry Jemerov
|
8f98abc8a7
|
cleanup
|
2013-10-29 21:02:01 +04:00 |
|
Dmitry Jemerov
|
3f04672270
|
cleanup
|
2013-10-29 21:02:00 +04:00 |
|
Dmitry Jemerov
|
112d64b228
|
types AST converted to Kotlin
|
2013-10-29 21:02:00 +04:00 |
|
Dmitry Jemerov
|
4a07263908
|
Function and Constructor converted; no longer emit 'open' modifier for private functions
|
2013-10-29 21:01:59 +04:00 |
|
Dmitry Jemerov
|
80e678e2ec
|
to compileable state
|
2013-10-29 21:01:58 +04:00 |
|
Dmitry Jemerov
|
34da39c55b
|
kj2k initial checkin
|
2013-10-29 21:01:57 +04:00 |
|
Pavel V. Talanov
|
6fbf97bbcf
|
Remove sources of the java version of Java to Kotlin converter
|
2013-10-29 21:01:55 +04:00 |
|
Andrey Breslav
|
ffd9b80f76
|
JavaClassDescriptor interface extracted
|
2013-10-29 14:21:55 +04:00 |
|
max-kammerer
|
63b30138f1
|
Merge pull request #314 from mhshams/upstream
KT-4139 FIXED
|
2013-10-29 00:57:14 -07:00 |
|
Erokhin Stanislav
|
2c93ace78d
|
Add externalAnnotations ant test and ant-1.8
|
2013-10-28 16:07:01 +04:00 |
|
Erokhin Stanislav
|
694eed595b
|
Add nested tag "externalannotations" to tags "withKotlin" and "kotlinc"
|
2013-10-28 16:07:01 +04:00 |
|
Erokhin Stanislav
|
35bc3cd587
|
Move ant from dependencies/ant -> dependencies/ant-1.7
|
2013-10-28 16:07:01 +04:00 |
|
Mikhael Bogdanov
|
3ee918b084
|
KT-4138: java.lang.VerifyError: (class: kotlin/sql/tests/h2/Foo, method: getA$b$0 signature: ()Lkotlin/sql/tests/h2/Foo;) Wrong return type in function
#KT-4138 Fixed
|
2013-10-28 15:18:51 +04:00 |
|
Andrey Breslav
|
12d0da8146
|
Use a charset-aware method
|
2013-10-28 12:23:21 +04:00 |
|
Andrey Breslav
|
6e76e57b4c
|
Trim strings before comparison
|
2013-10-28 12:04:08 +04:00 |
|
Mohammad Shamsi
|
d3eb23f233
|
KT-4139 FIXED
KT-4139 add "map" and "mapTo" methods in to "String" class.
|
2013-10-27 23:35:09 +08:00 |
|
Nikolay Krasko
|
ec42bfd1b2
|
Don't ask for modules in disposed project
|
2013-10-25 21:01:35 +04:00 |
|
Nikolay Krasko
|
2b3a6b5f57
|
Prevent multiple declarations of update check when many files have changed
|
2013-10-25 21:01:02 +04:00 |
|
Andrey Breslav
|
5d74068bbc
|
Do not check isError() when making type nullable/not-null
|
2013-10-25 19:58:55 +04:00 |
|
Andrey Breslav
|
347bbfab3a
|
Unused parameter removed
|
2013-10-25 19:55:43 +04:00 |
|
Andrey Breslav
|
3bb14c2d4e
|
Throwing FileComparisonFailure enables opening test data file in diff dialog right from the test console
|
2013-10-25 19:55:42 +04:00 |
|
Andrey Breslav
|
de64768b5c
|
Useless code removed
|
2013-10-25 19:55:42 +04:00 |
|
Andrey Breslav
|
720dcbbd0d
|
Useless code removed
|
2013-10-25 19:55:42 +04:00 |
|
Andrey Breslav
|
eb4fdcb57a
|
Unused method removed
|
2013-10-25 19:55:42 +04:00 |
|
Andrey Breslav
|
70acf0fdba
|
Test for an obsolete issue
#KT-2956 Obsolete
|
2013-10-25 19:55:42 +04:00 |
|
Andrey Breslav
|
46831b8d43
|
Tests for issues fixed in ed95463
#KT-2831 Fixed
#KT-3286 Fixed
#KT-3863 Fixed
#KT-3976 Fixed
|
2013-10-25 19:55:42 +04:00 |
|
Nikolay Krasko
|
6df469b66f
|
KT-4058 Don't check Java annotation in modules with no Kotlin runtime configured
#KT-4058 Fixed
|
2013-10-25 17:54:24 +04:00 |
|
Nikolay Krasko
|
04115ab8bf
|
KT-4070 KotlinSignature icons in the gutter on a Java source blink/flash on every change of the file
#KT-4070 Fixed
|
2013-10-25 17:54:23 +04:00 |
|