Commit Graph

17099 Commits

Author SHA1 Message Date
Dmitry Jemerov 431ae96daf test fix? 2011-11-03 18:23:36 +01:00
svtk 258419c064 Merge branch 'master' of ssh://git.labs.intellij.net/jet 2011-11-03 21:21:14 +04:00
Stepan Koltsov 019ccae7f6 KT-175: infer nullability in then block from if condition
if (x != null) {
    // x is non-null here
}
2011-11-03 21:12:57 +04:00
svtk 1862cd3a8c Merge branch 'master' of ssh://git.labs.intellij.net/jet 2011-11-03 21:07:48 +04:00
Dmitry Jemerov 84b216b88c pull out code out of KotlinCompiler and into a testable CompileEnvironment; smoke test for CompileEnvironment 2011-11-03 18:07:23 +01:00
svtk 6a16cecce9 cfg analyzing enhancement 2011-11-03 21:03:03 +04:00
Pavel Talanov 0e82ff14a8 commit 2011-11-03 20:45:10 +04:00
Andrey Breslav dc4edef9f5 Merge remote branch 'origin/master' 2011-11-03 17:37:37 +03:00
Andrey Breslav 95a2afcd19 Support for function-valued expressions 2011-11-03 17:37:24 +03:00
svtk 2eb7835ae1 Registered 'change variable mutability' fix for 'val reassignment' error 2011-11-03 18:30:28 +04:00
svtk 92a3fef06b Added 'sink' instruction to pseudocode 2011-11-03 18:29:34 +04:00
Sergey Ignatov 7db775084c override for methods supported 2011-11-03 18:08:36 +04:00
Sergey Ignatov 5440a5fab3 instanceof supported, is operator added 2011-11-03 17:37:12 +04:00
Sergey Ignatov 60b43e16f3 cleanup 2011-11-03 17:24:01 +04:00
Sergey Ignatov c714e60b52 cleanup 2011-11-03 17:17:57 +04:00
Sergey Ignatov d489a350ce prefix operators supported 2011-11-03 16:36:06 +04:00
Sergey Ignatov ac3d2d6c77 cleanup 2011-11-03 16:31:03 +04:00
Sergey Ignatov 6a1dac4614 println removed 2011-11-03 16:26:31 +04:00
Sergey Ignatov 2debe4fe15 static modifier supported for interface members 2011-11-03 16:16:15 +04:00
Alex Tkachman b4929b7091 tweak of the test 2011-11-03 13:01:29 +01:00
Sergey Ignatov e3575eb73c static modifier supported for class members 2011-11-03 15:57:18 +04:00
Andrey Breslav 6fcf0729f3 Standard IO functions 2011-11-03 14:41:20 +03:00
Andrey Breslav 9170d5c535 IO primitives 2011-11-03 14:35:30 +03:00
Sergey Ignatov 61a17c732b access modifiers support for fields 2011-11-03 15:14:35 +04:00
Andrey Breslav f530dcb571 A stub for standard library 2011-11-03 13:52:40 +03:00
Sergey Ignatov 8e8b6a2d44 access modifiers support for classes, traits and enums 2011-11-03 14:23:14 +04:00
Sergey Ignatov 359d498f37 cleanup 2011-11-03 14:23:13 +04:00
Sergey Ignatov b727c18852 access modifiers support 2011-11-03 14:23:13 +04:00
Stepan Koltsov 970f66fc7c ignore my settings 2011-11-03 12:28:37 +04:00
Alex Tkachman 7d74443e1e KT-426 soft refs removed in case of closure capturing nothing 2011-11-03 00:17:16 +01:00
Alex Tkachman 3ad5e74abb multi-index array expressions and related fixes 2011-11-02 23:51:27 +01:00
Andrey Breslav 532af2639f Tests fixed 2011-11-02 22:01:14 +03:00
Andrey Breslav 5b146f6be4 KT-342 'Redeclaration' error while compiling two empty files 2011-11-02 21:32:57 +03:00
Andrey Breslav c22b0f3391 Commented code removed 2011-11-02 19:56:43 +03:00
Andrey Breslav 29c4e2bddb ResolvedCalls for indexed expressions 2011-11-02 19:51:00 +03:00
Pavel Talanov 98c461a435 Added files 2011-11-02 19:36:18 +04:00
Pavel Talanov 26b8424d37 Added custom getter, setter, class support. Not complete. 2011-11-02 19:34:55 +04:00
Maxim Shafirov 20233da7cf Wrap ASM class generation so we can attribute generated classes with PSI origins when building kotlin-as-seen-from-java model 2011-11-02 18:25:03 +03:00
Sergey Ignatov bbd282e57b fields with final modifier converted to val 2011-11-02 18:27:02 +04:00
Sergey Ignatov f73923e4d3 statement with final modifier converted to val 2011-11-02 17:45:51 +04:00
Pavel Talanov eca501966a added visitors 2011-11-02 15:56:28 +04:00
Pavel Talanov 6a57080c47 added Visitors 2011-11-02 15:54:15 +04:00
Pavel Talanov 27bddcd2a4 initial commit 2011-11-02 15:38:44 +04:00
Sergey Ignatov a0339c8c34 array creation supported more correctly 2011-11-02 15:33:45 +04:00
Alex Tkachman 99d19a2f27 KT-33 2011-11-02 11:41:23 +01:00
Sergey Ignatov a54d55e5df cleanup 2011-11-02 14:18:49 +04:00
svtk bfb70330eb KT-423 Assertion error on incomplete code 2011-11-02 14:17:12 +04:00
Andrey Breslav 4ad64b618c KT-33 Provide method descriptors for both getter and setter when accessing collections via []
INDEXED_LVALUE_GET stored on read as well
2011-11-02 13:13:13 +03:00
Sergey Ignatov 2e6a65c0cd where statement for type parameters supported in class and trait declaration 2011-11-02 14:06:48 +04:00
Andrey Breslav d5266ddedd KT-33 Provide method descriptors for both getter and setter when accessing collections via [] 2011-11-02 13:05:37 +03:00