Alex Tkachman
|
efceb12f3b
|
rewrite of closure capturing for object literals
|
2011-11-22 12:35:42 +02:00 |
|
svtk
|
ed4dc03b16
|
'Implement methods' fix was bound to an error
|
2011-11-22 14:32:49 +04:00 |
|
Sergey Ignatov
|
d7e06aeb6a
|
cleanup
|
2011-11-22 14:25:28 +04:00 |
|
Sergey Ignatov
|
8f91bc3f5e
|
namespace block removed
|
2011-11-22 14:17:37 +04:00 |
|
Sergey Ignatov
|
8a74f4fc3e
|
str.equals("") replaced by str.isEmpty()
|
2011-11-22 13:49:48 +04:00 |
|
Sergey Ignatov
|
ddcf8d06a3
|
now only test depends from common-io.jar
|
2011-11-22 13:26:38 +04:00 |
|
Sergey Ignatov
|
94f8b3581c
|
test for new Runnable changed
|
2011-11-22 13:16:43 +04:00 |
|
Sergey Ignatov
|
4f14e3121d
|
object literal supported
|
2011-11-22 13:14:28 +04:00 |
|
Sergey Ignatov
|
74e96f2cc2
|
! added
|
2011-11-22 13:14:04 +04:00 |
|
Sergey Ignatov
|
fb0cf96488
|
NPE fixed
|
2011-11-22 13:13:41 +04:00 |
|
Alex Tkachman
|
159865d751
|
KT-560 - no type coertion for fields
|
2011-11-22 09:09:51 +02:00 |
|
svtk
|
5fa9cbdf76
|
rename
|
2011-11-21 19:28:13 +04:00 |
|
svtk
|
a7a5fa852e
|
KT-469 Allow val-reassignment when appropriate functions are defined
|
2011-11-21 17:34:31 +04:00 |
|
Sergey Ignatov
|
357d1dab82
|
KT-544 fixed: "Create generic init functions for generic classes"
|
2011-11-21 16:40:37 +04:00 |
|
Sergey Ignatov
|
ef415f4748
|
supported some generics constrcutors and methods for KT-540
|
2011-11-21 16:40:37 +04:00 |
|
Sergey Ignatov
|
ccb3e63638
|
fixed raw generic types fir KT-540
|
2011-11-21 16:40:37 +04:00 |
|
svtk
|
a00ad38a1c
|
KT-510 this. allows initialization without backing field
|
2011-11-21 14:35:08 +04:00 |
|
Stepan Koltsov
|
3915d24660
|
more tests for backing fields
|
2011-11-21 14:07:27 +04:00 |
|
Alex Tkachman
|
f6426bc6d4
|
primitive iterators
|
2011-11-20 11:05:40 +02:00 |
|
Alex Tkachman
|
7abf87b797
|
fix for test broken by previous build
|
2011-11-19 07:19:12 +02:00 |
|
Alex Tkachman
|
abb15a85d6
|
KT-434 test and ability to supply full JDK for compiler tests
|
2011-11-19 07:01:58 +02:00 |
|
Alex Tkachman
|
39ca8eded8
|
KT-531 Support nullable iterator in for()
|
2011-11-18 21:12:25 +02:00 |
|
Alex Tkachman
|
50edc9750b
|
KT-535 no need in outer type info for class object
|
2011-11-18 13:38:38 +02:00 |
|
Alex Tkachman
|
b054ccefdb
|
KT-518 - array like expression via intrinsic method
|
2011-11-18 12:10:08 +02:00 |
|
Sergey Ignatov
|
18e93658b2
|
IdeaSDK name changed
|
2011-11-18 13:37:25 +04:00 |
|
Sergey Ignatov
|
09a489f9d4
|
added generic params to method call expression
|
2011-11-18 13:37:25 +04:00 |
|
Sergey Ignatov
|
a08fb4fb0a
|
qualified types supported
|
2011-11-18 13:37:25 +04:00 |
|
Sergey Ignatov
|
82fbc98757
|
types for inner classes supported
|
2011-11-18 13:37:25 +04:00 |
|
Sergey Ignatov
|
aa976315d9
|
support generic params in constructor invocation
|
2011-11-18 13:37:25 +04:00 |
|
Sergey Ignatov
|
c5c3e92b4e
|
fixed issue with full name constructor invocation
|
2011-11-18 13:37:24 +04:00 |
|
Sergey Ignatov
|
62bfb55973
|
now we use members instead of bunch inner classes, fields and methods
|
2011-11-18 13:37:24 +04:00 |
|
Alex Tkachman
|
c896206284
|
commented test case for KT-285
|
2011-11-18 08:21:36 +02:00 |
|
Andrey Breslav
|
beb2b50dd2
|
Merge remote-tracking branch 'origin/master'
|
2011-11-17 17:58:31 +01:00 |
|
Andrey Breslav
|
ca5612d710
|
Devoxx slides
|
2011-11-17 17:58:04 +01:00 |
|
Stepan Koltsov
|
3c24530b67
|
more tests for backing fields
|
2011-11-17 17:23:38 +04:00 |
|
Sergey Ignatov
|
773bc1ced2
|
cleanup
|
2011-11-16 19:01:42 +04:00 |
|
Sergey Ignatov
|
60f7226bd5
|
use PsiImportStatementBase.isOnDemand inside importToImport method
|
2011-11-16 19:01:42 +04:00 |
|
Sergey Ignatov
|
947a5bf5d8
|
class initializers supported
|
2011-11-16 19:01:42 +04:00 |
|
Sergey Ignatov
|
532142d12a
|
now we trying to generify constructor only in case when we have two or more constructors in class
|
2011-11-16 19:01:42 +04:00 |
|
Alex Tkachman
|
1b04870fa4
|
proper try/catch/finally
|
2011-11-16 14:26:16 +02:00 |
|
Sergey Ignatov
|
234f98b164
|
private dictionary changed
|
2011-11-16 13:24:15 +04:00 |
|
Sergey Ignatov
|
7d6513f49f
|
added constructors for enums
|
2011-11-16 13:23:18 +04:00 |
|
Sergey Ignatov
|
fb6ac8e4b6
|
Converter.isConstructorPrimary signature changed
|
2011-11-16 13:19:43 +04:00 |
|
Sergey Ignatov
|
d0c8b104d5
|
working with import statements improved
|
2011-11-16 12:58:26 +04:00 |
|
Stepan Koltsov
|
3b17b3fac7
|
typer tests for backing fields
|
2011-11-15 19:54:46 +04:00 |
|
Alex Tkachman
|
8087d8da5a
|
TypeInfo.getTypeClass renamed to getJavaClass
|
2011-11-15 17:03:02 +02:00 |
|
Alex Tkachman
|
84593f2cfb
|
KT-513 Proper use of resolved call in case of infix calls
|
2011-11-15 16:52:35 +02:00 |
|
Sergey Ignatov
|
bbcf8be5bf
|
working with package statement improved
|
2011-11-15 18:13:39 +04:00 |
|
Sergey Ignatov
|
58176f2361
|
remove TODO from ArrayType.toKotlin()
|
2011-11-15 18:13:39 +04:00 |
|
Sergey Ignatov
|
d45e69b538
|
move isEmpty() from Expression to Element
|
2011-11-15 18:13:39 +04:00 |
|