Commit Graph

  • 58e8aa8fbb file_mult avoided Sergey Ignatov 2011-11-07 13:11:33 +04:00
  • 9c0ac7b31c expression_mult avoided Sergey Ignatov 2011-11-07 12:47:00 +04:00
  • d0b352714f testData/* moved to testData/ast/ Sergey Ignatov 2011-11-07 12:21:49 +04:00
  • f6deed26d0 enclosed super properties Alex Tkachman 2011-11-06 13:25:55 +01:00
  • e1d94d2d0c fix LValueAssignment.jet test (unnecessary wrong overload) Stepan Koltsov 2011-11-06 02:02:50 +04:00
  • 34b5fc3169 refactoring and cleanup Alex Tkachman 2011-11-05 16:48:35 +01:00
  • 11ef183597 ResolvedCalls always associated with callee expressions Andrey Breslav 2011-11-05 19:38:47 +04:00
  • ec3f63fa9b Merge branch 'master' of ssh://git.labs.intellij.net/jet svtk 2011-11-04 22:54:34 +04:00
  • 2feba3345e KT-437 Support assignability checks svtk 2011-11-04 22:54:24 +04:00
  • bd1898cff2 NPE on incomplete code fixed svtk 2011-11-04 22:51:32 +04:00
  • d7aa7e3044 override methods checks modality Dmitry Jemerov 2011-11-04 19:17:15 +01:00
  • 7b668a7e61 equals/hashCode for descriptors Dmitry Jemerov 2011-11-04 19:14:30 +01:00
  • fc4b810065 override methods initial Dmitry Jemerov 2011-11-04 19:12:02 +01:00
  • 7171fe8b02 implement works for properties Dmitry Jemerov 2011-11-04 18:42:38 +01:00
  • b2990b74ef one more test; generate 'return' for primitive type return values Dmitry Jemerov 2011-11-04 18:20:56 +01:00
  • 7714e850b9 handle parameters in implement members Dmitry Jemerov 2011-11-04 18:10:11 +01:00
  • 8f15eea9c5 Kotlin implement members initial (not much works) Dmitry Jemerov 2011-11-04 17:59:59 +01:00
  • 0e4a7ebe90 isReified() for type parameters Andrey Breslav 2011-11-04 20:58:31 +03:00
  • 433405c4e1 now we read tests files from directories Sergey Ignatov 2011-11-04 20:16:37 +04:00
  • e225bf5e93 Merge branch 'master' of ssh://git.labs.intellij.net/jet svtk 2011-11-04 18:58:59 +04:00
  • 05f1db20ce Changed 'deparenthesize' function to get 'a' from (a: Int) and (@l a) svtk 2011-11-04 18:57:55 +04:00
  • 4e159a4a4e little fixes svtk 2011-11-04 18:57:34 +04:00
  • f8adc88299 move FileTest.java to j2k.ast Sergey Ignatov 2011-11-04 17:31:24 +04:00
  • 8789d2b179 enum primary constructor fixed Sergey Ignatov 2011-11-04 16:49:29 +04:00
  • d5460b2870 PolyadicExpression supported Sergey Ignatov 2011-11-04 16:49:12 +04:00
  • 639497d7c3 Added 'variable expected' error on assignments svtk 2011-11-04 15:58:46 +04:00
  • 33fad16fd5 Added dot qualifiers for variable analysis svtk 2011-11-04 15:57:59 +04:00
  • dfa3783f54 Little fixes svtk 2011-11-04 15:52:11 +04:00
  • 8b3a02cc4f some test added to TypeCastExpressionTest Sergey Ignatov 2011-11-04 15:15:55 +04:00
  • 74230b70e5 java.lang.Object converted to Any? Sergey Ignatov 2011-11-04 15:03:08 +04:00
  • 72aa85cb95 boxed types supported Sergey Ignatov 2011-11-04 14:58:20 +04:00
  • 541a76caef jdk injected to tests Sergey Ignatov 2011-11-04 14:30:18 +04:00
  • 498797b013 Plugable asm visitors strategy Maxim Shafirov 2011-11-04 06:05:34 +03:00
  • 98774400ce initial super.method() Alex Tkachman 2011-11-04 14:23:26 +01:00
  • df87493e4d initial super.property Alex Tkachman 2011-11-04 13:11:41 +01:00
  • 2755fb8538 Test for function call with projection type arguments Andrey Breslav 2011-11-04 14:53:03 +03:00
  • b15af315c4 Tests for errors on literal callees Andrey Breslav 2011-11-04 14:52:42 +03:00
  • b00c2272d4 Error reporting improved on function calls Andrey Breslav 2011-11-04 14:52:32 +03:00
  • da3936ddd9 ResolvedCall recorder for the correct element Andrey Breslav 2011-11-04 14:40:45 +03:00
  • 2f191d3c43 avoid nesting of testsuites (hopefully it will help TeamCity report tests correctly) Dmitry Jemerov 2011-11-03 21:15:32 +01:00
  • 750e2e25f0 diagnostics for missing JetPsiCheckerTest Dmitry Jemerov 2011-11-03 20:44:21 +01:00
  • fbf49391b8 Formatting Andrey Breslav 2011-11-03 22:44:18 +03:00
  • 1d2efea0a4 KT-439 Support labeled function lliterals in call arguments Andrey Breslav 2011-11-03 22:38:01 +03:00
  • 73292bd4d6 Supporting function literals as selectors Andrey Breslav 2011-11-03 22:23:26 +03:00
  • 51856147a2 Solved some JsScope issues. Pavel Talanov 2011-11-03 22:25:52 +04:00
  • 4012fc8a5f netty server example Alex Tkachman 2011-11-03 19:05:58 +01:00
  • 8540d60ce1 some more coverage Dmitry Jemerov 2011-11-03 19:03:29 +01:00
  • 2911ff95da test also looks for Java under JAVA_HOME Dmitry Jemerov 2011-11-03 18:47:40 +01:00
  • cf30540247 failing test diagnostics Dmitry Jemerov 2011-11-03 18:41:21 +01:00
  • d497fb1a5b Merge branch 'master' of ssh://git.labs.intellij.net/jet svtk 2011-11-03 21:35:01 +04:00
  • 431ae96daf test fix? Dmitry Jemerov 2011-11-03 18:23:23 +01:00
  • 258419c064 Merge branch 'master' of ssh://git.labs.intellij.net/jet svtk 2011-11-03 21:21:14 +04:00
  • 019ccae7f6 KT-175: infer nullability in then block from if condition Stepan Koltsov 2011-11-03 21:11:03 +04:00
  • 1862cd3a8c Merge branch 'master' of ssh://git.labs.intellij.net/jet svtk 2011-11-03 21:07:48 +04:00
  • 84b216b88c pull out code out of KotlinCompiler and into a testable CompileEnvironment; smoke test for CompileEnvironment Dmitry Jemerov 2011-11-03 18:07:23 +01:00
  • 6a16cecce9 cfg analyzing enhancement svtk 2011-11-03 18:31:18 +04:00
  • 0e82ff14a8 commit Pavel Talanov 2011-11-03 20:45:10 +04:00
  • dc4edef9f5 Merge remote branch 'origin/master' Andrey Breslav 2011-11-03 17:37:37 +03:00
  • 95a2afcd19 Support for function-valued expressions Andrey Breslav 2011-11-03 17:37:24 +03:00
  • 2eb7835ae1 Registered 'change variable mutability' fix for 'val reassignment' error svtk 2011-11-03 18:30:28 +04:00
  • 92a3fef06b Added 'sink' instruction to pseudocode svtk 2011-11-03 18:29:34 +04:00
  • 7db775084c override for methods supported Sergey Ignatov 2011-11-03 18:08:27 +04:00
  • 5440a5fab3 instanceof supported, is operator added Sergey Ignatov 2011-11-03 17:37:12 +04:00
  • 60b43e16f3 cleanup Sergey Ignatov 2011-11-03 17:24:01 +04:00
  • c714e60b52 cleanup Sergey Ignatov 2011-11-03 17:17:57 +04:00
  • d489a350ce prefix operators supported Sergey Ignatov 2011-11-03 16:36:06 +04:00
  • ac3d2d6c77 cleanup Sergey Ignatov 2011-11-03 16:31:03 +04:00
  • 6a1dac4614 println removed Sergey Ignatov 2011-11-03 16:26:31 +04:00
  • 2debe4fe15 static modifier supported for interface members Sergey Ignatov 2011-11-03 16:16:15 +04:00
  • b4929b7091 tweak of the test Alex Tkachman 2011-11-03 13:01:29 +01:00
  • e3575eb73c static modifier supported for class members Sergey Ignatov 2011-11-03 15:57:18 +04:00
  • 6fcf0729f3 Standard IO functions Andrey Breslav 2011-11-03 14:41:20 +03:00
  • 9170d5c535 IO primitives Andrey Breslav 2011-11-03 14:35:30 +03:00
  • 61a17c732b access modifiers support for fields Sergey Ignatov 2011-11-03 15:14:35 +04:00
  • f530dcb571 A stub for standard library Andrey Breslav 2011-11-03 13:52:40 +03:00
  • 8e8b6a2d44 access modifiers support for classes, traits and enums Sergey Ignatov 2011-11-03 14:20:20 +04:00
  • 359d498f37 cleanup Sergey Ignatov 2011-11-03 14:08:40 +04:00
  • b727c18852 access modifiers support Sergey Ignatov 2011-11-03 14:04:33 +04:00
  • 970f66fc7c ignore my settings Stepan Koltsov 2011-11-03 12:28:37 +04:00
  • 7d74443e1e KT-426 soft refs removed in case of closure capturing nothing Alex Tkachman 2011-11-03 00:17:16 +01:00
  • 3ad5e74abb multi-index array expressions and related fixes Alex Tkachman 2011-11-02 23:51:27 +01:00
  • 532af2639f Tests fixed Andrey Breslav 2011-11-02 22:01:14 +03:00
  • 5b146f6be4 KT-342 'Redeclaration' error while compiling two empty files Andrey Breslav 2011-11-02 21:32:57 +03:00
  • c22b0f3391 Commented code removed Andrey Breslav 2011-11-02 19:56:43 +03:00
  • 29c4e2bddb ResolvedCalls for indexed expressions Andrey Breslav 2011-11-02 19:50:48 +03:00
  • 98c461a435 Added files Pavel Talanov 2011-11-02 19:36:18 +04:00
  • 26b8424d37 Added custom getter, setter, class support. Not complete. Pavel Talanov 2011-11-02 19:34:55 +04:00
  • 20233da7cf Wrap ASM class generation so we can attribute generated classes with PSI origins when building kotlin-as-seen-from-java model Maxim Shafirov 2011-11-02 18:24:53 +03:00
  • bbd282e57b fields with final modifier converted to val Sergey Ignatov 2011-11-02 18:27:02 +04:00
  • f73923e4d3 statement with final modifier converted to val Sergey Ignatov 2011-11-02 17:45:51 +04:00
  • eca501966a added visitors Pavel Talanov 2011-11-02 15:56:28 +04:00
  • 6a57080c47 added Visitors Pavel Talanov 2011-11-02 15:54:15 +04:00
  • 27bddcd2a4 initial commit Pavel Talanov 2011-11-02 15:38:44 +04:00
  • a0339c8c34 array creation supported more correctly Sergey Ignatov 2011-11-02 15:33:45 +04:00
  • 99d19a2f27 KT-33 Alex Tkachman 2011-11-02 11:41:23 +01:00
  • a54d55e5df cleanup Sergey Ignatov 2011-11-02 14:18:49 +04:00
  • bfb70330eb KT-423 Assertion error on incomplete code svtk 2011-11-02 14:17:12 +04:00
  • 4ad64b618c KT-33 Provide method descriptors for both getter and setter when accessing collections via [] INDEXED_LVALUE_GET stored on read as well Andrey Breslav 2011-11-02 13:13:13 +03:00
  • 2e6a65c0cd where statement for type parameters supported in class and trait declaration Sergey Ignatov 2011-11-02 14:06:48 +04:00
  • d5266ddedd KT-33 Provide method descriptors for both getter and setter when accessing collections via [] Andrey Breslav 2011-11-02 13:05:37 +03:00