Dmitry Jemerov
|
7714e850b9
|
handle parameters in implement members
|
2011-11-04 19:20:52 +01:00 |
|
Dmitry Jemerov
|
8f15eea9c5
|
Kotlin implement members initial (not much works)
|
2011-11-04 19:20:51 +01:00 |
|
Andrey Breslav
|
0e4a7ebe90
|
isReified() for type parameters
|
2011-11-04 20:58:41 +03:00 |
|
Sergey Ignatov
|
433405c4e1
|
now we read tests files from directories
|
2011-11-04 20:27:14 +04:00 |
|
svtk
|
e225bf5e93
|
Merge branch 'master' of ssh://git.labs.intellij.net/jet
|
2011-11-04 18:58:59 +04:00 |
|
svtk
|
05f1db20ce
|
Changed 'deparenthesize' function to get 'a' from (a: Int) and (@l a)
|
2011-11-04 18:57:55 +04:00 |
|
svtk
|
4e159a4a4e
|
little fixes
|
2011-11-04 18:57:34 +04:00 |
|
Sergey Ignatov
|
f8adc88299
|
move FileTest.java to j2k.ast
|
2011-11-04 17:31:24 +04:00 |
|
Sergey Ignatov
|
8789d2b179
|
enum primary constructor fixed
|
2011-11-04 16:49:29 +04:00 |
|
Sergey Ignatov
|
d5460b2870
|
PolyadicExpression supported
|
2011-11-04 16:49:12 +04:00 |
|
svtk
|
639497d7c3
|
Added 'variable expected' error on assignments
|
2011-11-04 15:58:46 +04:00 |
|
svtk
|
33fad16fd5
|
Added dot qualifiers for variable analysis
|
2011-11-04 15:57:59 +04:00 |
|
svtk
|
dfa3783f54
|
Little fixes
|
2011-11-04 15:52:11 +04:00 |
|
Sergey Ignatov
|
8b3a02cc4f
|
some test added to TypeCastExpressionTest
|
2011-11-04 15:38:25 +04:00 |
|
Sergey Ignatov
|
74230b70e5
|
java.lang.Object converted to Any?
|
2011-11-04 15:03:08 +04:00 |
|
Sergey Ignatov
|
72aa85cb95
|
boxed types supported
|
2011-11-04 14:58:20 +04:00 |
|
Sergey Ignatov
|
541a76caef
|
jdk injected to tests
|
2011-11-04 14:30:18 +04:00 |
|
Maxim Shafirov
|
498797b013
|
Plugable asm visitors strategy
|
2011-11-04 06:06:06 +03:00 |
|
Alex Tkachman
|
98774400ce
|
initial super.method()
|
2011-11-04 14:23:26 +01:00 |
|
Alex Tkachman
|
df87493e4d
|
initial super.property
|
2011-11-04 13:11:41 +01:00 |
|
Andrey Breslav
|
2755fb8538
|
Test for function call with projection type arguments
|
2011-11-04 14:53:03 +03:00 |
|
Andrey Breslav
|
b15af315c4
|
Tests for errors on literal callees
|
2011-11-04 14:52:42 +03:00 |
|
Andrey Breslav
|
b00c2272d4
|
Error reporting improved on function calls
|
2011-11-04 14:52:32 +03:00 |
|
Andrey Breslav
|
da3936ddd9
|
ResolvedCall recorder for the correct element
|
2011-11-04 14:40:45 +03:00 |
|
Dmitry Jemerov
|
2f191d3c43
|
avoid nesting of testsuites (hopefully it will help TeamCity report tests correctly)
|
2011-11-03 21:15:32 +01:00 |
|
Dmitry Jemerov
|
750e2e25f0
|
diagnostics for missing JetPsiCheckerTest
|
2011-11-03 20:44:36 +01:00 |
|
Andrey Breslav
|
fbf49391b8
|
Formatting
|
2011-11-03 22:44:18 +03:00 |
|
Andrey Breslav
|
1d2efea0a4
|
KT-439 Support labeled function lliterals in call arguments
|
2011-11-03 22:38:01 +03:00 |
|
Andrey Breslav
|
73292bd4d6
|
Supporting function literals as selectors
|
2011-11-03 22:23:26 +03:00 |
|
Pavel Talanov
|
51856147a2
|
Solved some JsScope issues.
|
2011-11-03 22:25:52 +04:00 |
|
Alex Tkachman
|
4012fc8a5f
|
netty server example
|
2011-11-03 19:06:09 +01:00 |
|
Dmitry Jemerov
|
8540d60ce1
|
some more coverage
|
2011-11-03 19:03:29 +01:00 |
|
Dmitry Jemerov
|
2911ff95da
|
test also looks for Java under JAVA_HOME
|
2011-11-03 18:47:40 +01:00 |
|
Dmitry Jemerov
|
cf30540247
|
failing test diagnostics
|
2011-11-03 18:41:21 +01:00 |
|
svtk
|
d497fb1a5b
|
Merge branch 'master' of ssh://git.labs.intellij.net/jet
|
2011-11-03 21:35:01 +04:00 |
|
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 |
|