Commit Graph

  • 935a8cd2fa iterables for primitive types Alex Tkachman 2011-12-17 09:47:14 +02:00
  • 10aa2e62d2 quick fix that solves method overloading problem. Pavel Talanov 2011-12-16 18:45:15 +04:00
  • 9dc37438bc Patch by Pavel Talanov. Refactoring in OperatorConventions.java Andrey Breslav 2011-12-16 16:29:07 +04:00
  • cd88bb6f8c prepare to push Pavel Talanov 2011-12-16 16:03:10 +04:00
  • 2441b4a25f added support for some of feature needed for applet, work on method overloading Pavel Talanov 2011-12-16 14:51:45 +04:00
  • bb499697fc remove dollar usages from the whole project Sergey Ignatov 2011-12-16 15:25:29 +04:00
  • 55ba7c0fde added a first spike of the collection-like methods based on this doc http://confluence.jetbrains.net/display/JET/Standard+Library James Strachan 2011-12-16 11:29:11 +00:00
  • 47578b05f9 KT-843 Don't highlight incomplete variables as unused svtk 2011-12-16 14:46:05 +04:00
  • 26ec797444 KT-805 Auto import on code completion insert (Initial version) Nikolay Krasko 2011-12-15 17:19:00 +04:00
  • d604591c5c Merge branch 'master' of git+ssh://git.labs.intellij.net/jet Nikolay Krasko 2011-12-16 13:20:47 +04:00
  • a984b609bc KT-846: better (and correct) names for shared vars Alex Tkachman 2011-12-16 10:45:46 +02:00
  • fb27805c68 some methods from Arrays added to stdlib Alex Tkachman 2011-12-16 09:24:24 +02:00
  • 7089bbfcae Debug highlighting for error types Andrey Breslav 2011-12-16 12:27:40 +04:00
  • 068780f840 reading class signature (incomplete) Stepan Koltsov 2011-12-15 20:15:44 +04:00
  • f8c9f24d60 split readClass tests into directories Stepan Koltsov 2011-12-15 20:15:39 +04:00
  • 9cdb586c36 fix ReadClassDataTest Stepan Koltsov 2011-12-15 20:15:35 +04:00
  • a8640c1ec4 parse method in/out parameters Stepan Koltsov 2011-12-15 20:15:32 +04:00
  • 08647b4ae7 rename @JetSignature to @JetClass, better constants in StdlibNames Stepan Koltsov 2011-12-15 20:15:28 +04:00
  • c90a6263a1 class object field access Alex Tkachman 2011-12-15 17:21:56 +02:00
  • 55c11d0f44 KT-847 Allow "this" without {} in string templates Andrey Breslav 2011-12-15 20:54:30 +04:00
  • 94ad86e79e Patch by Sergey Ignatov: KT-841 Add constructor by default for abstract classes from Java Andrey Breslav 2011-12-15 18:23:44 +04:00
  • e5b8d0423a KT-816 Add std namespace in to default imports svtk 2011-12-15 16:24:47 +04:00
  • eff7903b56 dummy implementation of method type parameters reader and refactoring Stepan Koltsov 2011-12-15 03:04:21 +04:00
  • 778fa2ed63 test class data reading by comparing serialization to string Stepan Koltsov 2011-12-15 03:04:18 +04:00
  • 4f9fb2226a skip @JetTypeParameter parameters Stepan Koltsov 2011-12-15 03:04:12 +04:00
  • fe8fd30856 fail earlier Stepan Koltsov 2011-12-14 22:58:21 +04:00
  • e1dcf9db67 rename internal package Stepan Koltsov 2011-12-14 22:38:31 +04:00
  • e92dbff73a merge Alex' work with mine, move internal classes to internal subpackage Stepan Koltsov 2011-12-14 22:30:34 +04:00
  • a987d197f5 commit missing tests Stepan Koltsov 2011-12-14 22:30:30 +04:00
  • 789e6f3fc6 move jet signature read/write utils into stdlib module Stepan Koltsov 2011-12-14 19:07:49 +04:00
  • 8136547c4c make frontend.java module dependent on stdlib Stepan Koltsov 2011-12-14 19:07:39 +04:00
  • c46fe1381f synchronizing my and Alex' signature writers and readers Stepan Koltsov 2011-12-14 17:42:52 +04:00
  • 9a8a1be1bb Unmappable character removed Andrey Breslav 2011-12-14 17:18:19 +04:00
  • 314bb73ac9 tests for KT-828 (fromm Sergey Ignatov) Alex Tkachman 2011-12-14 15:06:54 +02:00
  • 99f7eb7123 KT-830 Action "Copy Current File As Diagnostic Test" doesn't works correctly svtk 2011-12-14 16:59:53 +04:00
  • 683e511cf3 OverloadResolutionResult is returned from CallResolver instead of descriptors. This makes more information availbale to the caller (useful for better diagnostics). Andrey Breslav 2011-12-14 16:51:25 +04:00
  • 09acc4d0da KT-244 Use dataflow info while resolving variable initializers svtk 2011-12-14 16:01:23 +04:00
  • d76310f4d6 Binary Boolean.and/or added by patch of Sergey Ignatov Alex Tkachman 2011-12-14 13:17:57 +02:00
  • 307040968c optimizations for instanceof List<*> Alex Tkachman 2011-12-14 12:44:07 +02:00
  • 20d339e2da KT-786 Exception on incomplete code with 'when' svtk 2011-12-14 14:27:07 +04:00
  • 6d9a005b9f bug with default parameter value svtk 2011-12-14 14:10:58 +04:00
  • 4ff84c5974 Read only interface extracted from OverloadResolutionResult Andrey Breslav 2011-12-14 14:06:44 +04:00
  • 0a2108d4d0 Constraint priorities integrated Andrey Breslav 2011-12-14 13:12:36 +04:00
  • 076768b475 KT-846: better (and correct) names for shared vars Alex Tkachman 2011-12-16 10:45:46 +02:00
  • 5c6223d7fe Merge remote branch 'origin/master' Andrey Breslav 2011-12-16 12:28:09 +04:00
  • 12a890508f Debug highlighting for error types Andrey Breslav 2011-12-16 12:27:40 +04:00
  • 337d804ab7 some methods from Arrays added to stdlib Alex Tkachman 2011-12-16 09:24:24 +02:00
  • 4400ff34b2 refactor PropertyAccessTranslato Pavel Talanov 2011-12-15 21:30:00 +04:00
  • 593a634f84 lost of refactoring Pavel Talanov 2011-12-15 21:14:42 +04:00
  • 96db7eaa03 minor refactoring Pavel Talanov 2011-12-15 21:00:57 +04:00
  • acc83d3814 Merge remote branch 'origin/master' Andrey Breslav 2011-12-15 20:54:43 +04:00
  • 3551b44c07 KT-847 Allow "this" without {} in string templates Andrey Breslav 2011-12-15 20:54:30 +04:00
  • 6639968f28 changed @author tag Pavel Talanov 2011-12-15 20:53:04 +04:00
  • 0a5e8e1733 refactoring intrinsics Pavel Talanov 2011-12-15 20:46:56 +04:00
  • e153d97734 reading class signature (incomplete) Stepan Koltsov 2011-12-15 20:15:44 +04:00
  • 6b66e8296f split readClass tests into directories Stepan Koltsov 2011-12-15 20:15:39 +04:00
  • 45b4bd6785 fix ReadClassDataTest Stepan Koltsov 2011-12-15 20:15:35 +04:00
  • 7dfede2d76 parse method in/out parameters Stepan Koltsov 2011-12-15 20:15:32 +04:00
  • a687580a39 rename @JetSignature to @JetClass, better constants in StdlibNames Stepan Koltsov 2011-12-15 20:15:28 +04:00
  • c5b8b86fd8 fixes in module structure. add workaround code for applet. add method needed for applet. Pavel Talanov 2011-12-15 20:06:57 +04:00
  • c923d37f83 class object field access Alex Tkachman 2011-12-15 17:21:56 +02:00
  • 966fd88065 Patch by Sergey Ignatov: KT-841 Add constructor by default for abstract classes from Java Andrey Breslav 2011-12-15 18:23:44 +04:00
  • 5c819cb77e KT-816 Add std namespace in to default imports svtk 2011-12-15 16:24:47 +04:00
  • 115a170f5b KT-836 Override toString() more correctly Sergey Ignatov 2011-12-15 15:49:51 +04:00
  • 4361dce2b0 KT-837 Problem with equals conversion Sergey Ignatov 2011-12-15 13:30:23 +04:00
  • 06e87927c2 arrays of any dimension are supported Sergey Ignatov 2011-12-15 12:48:06 +04:00
  • a1ff304b93 forgotted tests Sergey Ignatov 2011-12-15 12:38:08 +04:00
  • cbe6dcc8c2 dummy implementation of method type parameters reader and refactoring Stepan Koltsov 2011-12-15 03:04:21 +04:00
  • 33967c32f7 test class data reading by comparing serialization to string Stepan Koltsov 2011-12-15 03:04:18 +04:00
  • 2b23ed005f skip @JetTypeParameter parameters Stepan Koltsov 2011-12-15 03:04:12 +04:00
  • a37c015f02 fail earlier Stepan Koltsov 2011-12-14 22:58:21 +04:00
  • 21ce7d88e7 rename internal package Stepan Koltsov 2011-12-14 22:38:31 +04:00
  • 7ddfa09be0 merge Alex' work with mine, move internal classes to internal subpackage Stepan Koltsov 2011-12-14 22:30:34 +04:00
  • 7a909ff4b9 commit missing tests Stepan Koltsov 2011-12-14 22:30:30 +04:00
  • a234445cef arrays supported more correclty Sergey Ignatov 2011-12-14 20:09:03 +04:00
  • 2ee8e1c087 test for KT-828 added Sergey Ignatov 2011-12-14 14:52:30 +04:00
  • 89e021b8e6 more koltin lib clean up. Pavel Talanov 2011-12-14 19:06:23 +04:00
  • 0b714ad548 hacks for some examples added tests added kotlin lib clean up Pavel Talanov 2011-12-14 19:01:16 +04:00
  • ceeb8305f1 code clean up Pavel Talanov 2011-12-14 16:59:05 +04:00
  • 5d80123178 code clean up Pavel Talanov 2011-12-14 16:58:38 +04:00
  • 32d96ad1eb implement better this aliasing, implement anti shadowing. Pavel Talanov 2011-12-14 16:42:25 +04:00
  • 75f407cc44 added applet class. Pavel Talanov 2011-12-14 14:29:04 +04:00
  • 7a1645efc3 Changes to class sorter implementation. Pavel Talanov 2011-12-14 14:09:32 +04:00
  • 526538788b move jet signature read/write utils into stdlib module Stepan Koltsov 2011-12-14 19:07:49 +04:00
  • 6277c4c0fa make frontend.java module dependent on stdlib Stepan Koltsov 2011-12-14 19:07:39 +04:00
  • 9a100cad44 synchronizing my and Alex' signature writers and readers Stepan Koltsov 2011-12-14 17:42:52 +04:00
  • 268081df73 Unmappable character removed Andrey Breslav 2011-12-14 17:18:19 +04:00
  • 2e92e05687 tests for KT-828 (fromm Sergey Ignatov) Alex Tkachman 2011-12-14 15:06:54 +02:00
  • af3b6783ab KT-830 Action "Copy Current File As Diagnostic Test" doesn't works correctly svtk 2011-12-14 16:59:53 +04:00
  • 5f2afb38a8 OverloadResolutionResult is returned from CallResolver instead of descriptors. This makes more information availbale to the caller (useful for better diagnostics). Andrey Breslav 2011-12-14 16:51:25 +04:00
  • 4357309efe Merge remote branch 'origin/master' Andrey Breslav 2011-12-14 16:48:49 +04:00
  • b58a986262 KT-244 Use dataflow info while resolving variable initializers svtk 2011-12-14 16:01:23 +04:00
  • 7e969cf370 Binary Boolean.and/or added by patch of Sergey Ignatov Alex Tkachman 2011-12-14 13:17:57 +02:00
  • 9aaf20bc95 optimizations for instanceof List<*> Alex Tkachman 2011-12-14 12:44:07 +02:00
  • 91a7930555 Merge remote-tracking branch 'origin/master' svtk 2011-12-14 14:27:12 +04:00
  • 5e08376e0e KT-786 Exception on incomplete code with 'when' svtk 2011-12-14 14:27:07 +04:00
  • e8ed53df5f bug with default parameter value svtk 2011-12-14 14:10:58 +04:00
  • d621b73b04 KT-820 and KT-824 fixed Sergey Ignatov 2011-12-14 14:06:22 +04:00
  • 7d3d5b4c88 Read only interface extracted from OverloadResolutionResult Andrey Breslav 2011-12-14 14:06:44 +04:00
  • 9c91bf1163 add test Pavel Talanov 2011-12-14 13:35:59 +04:00