Commit Graph

  • 2826db7d9a KT-1103 Public outer function from different package and source file is not visible in completion: - Stubs elements are enabled - Changed method for selecting indexing policy for plugin and compiler - Quick fix for import unresolved top-level function added Nikolay Krasko 2012-01-31 14:10:08 +04:00
  • dbbd4c6902 Make sure alt-headers actually work in "core" environment Maxim Shafirov 2012-01-31 13:37:40 +04:00
  • ef530de14b guava version corrected Alex Tkachman 2012-01-31 10:14:03 +02:00
  • bc62708fe9 Apology added to a bad test. Andrey Breslav 2012-01-31 11:48:33 +04:00
  • 6f97101810 A new test for alt-headers Andrey Breslav 2012-01-31 11:40:56 +04:00
  • 1b88be725a Nullability fixed in a test Andrey Breslav 2012-01-31 11:37:01 +04:00
  • 0f823a64f4 using LibraryClass and LibraryFun(String) annotations to mark declarations that have custom implementations inside kotlin_lib.js Pavel Talanov 2012-01-30 23:25:08 +04:00
  • e4d43c5147 refactor to implement library annotations Pavel Talanov 2012-01-30 23:06:49 +04:00
  • b257ad4fa0 Temporarily revert to debug the tests Andrey Breslav 2012-01-30 22:25:08 +04:00
  • 7a7db291cc Test fixed (nullability) Andrey Breslav 2012-01-30 22:12:03 +04:00
  • 5595e55ab9 A command-line argument to transform file names to *.java Andrey Breslav 2012-01-30 22:01:27 +04:00
  • 73100134f9 Plugin&Tests: Build kotlinc by calling to build.xml rather than depending on Dist Maxim Shafirov 2012-01-30 21:40:36 +04:00
  • 7a61a7520d if as expression with control statements support Pavel Talanov 2012-01-30 21:17:32 +04:00
  • d14e38c7d6 Detect alt headers in locally built kompiler Maxim Shafirov 2012-01-30 21:07:12 +04:00
  • 88d53d7734 Make it quiet Andrey Breslav 2012-01-30 20:52:14 +04:00
  • b4bc2fff08 Added soutp live template. Evgeny Gerashchenko 2012-01-30 20:40:52 +04:00
  • 996863e292 Added kotlinVariableOfType() live template macro and replaced variableOfType() with kotlinVariableOfType() in soutv live template. Evgeny Gerashchenko 2012-01-30 20:11:35 +04:00
  • 11c550ec8a Changed Kotlin namespace context so template name parsed as modifier is not considered as piece of function/property/class Evgeny Gerashchenko 2012-01-30 18:18:56 +04:00
  • 834ac6ea1f Added simple soutv live template. Evgeny Gerashchenko 2012-01-30 16:28:37 +04:00
  • d525423794 Removed duplicate entries for live templates from JetBundle. Evgeny Gerashchenko 2012-01-30 16:15:03 +04:00
  • 739d33fb4f Fixed serr. Evgeny Gerashchenko 2012-01-30 16:12:51 +04:00
  • ed0d5a8b06 added test for complex expression with when Pavel Talanov 2012-01-30 20:31:19 +04:00
  • d52becdf53 rename failure“ Maxim Shafirov 2012-01-30 20:28:09 +04:00
  • 746714bb5e solving when problem Pavel Talanov 2012-01-30 20:22:16 +04:00
  • 666f922d71 unzipped kompiler. Maxim Shafirov 2012-01-30 20:20:27 +04:00
  • 199762fd34 Artifacts folder cleanup Andrey Breslav 2012-01-30 20:01:34 +04:00
  • 5a107f58ec Cleanup added Andrey Breslav 2012-01-30 18:21:13 +04:00
  • 92ef6aed77 local functions used inside closures Alex Tkachman 2012-01-30 16:05:08 +02:00
  • b377e74a23 supported NativeClass() and NativeFun(String) annotations Pavel Talanov 2012-01-30 17:45:01 +04:00
  • f3b7d9511d Make version writing a separate build step Andrey Breslav 2012-01-30 16:52:01 +04:00
  • a1b4d4c1a3 Make version writing a separate build step Andrey Breslav 2012-01-30 16:50:47 +04:00
  • 97f7b9f1c1 adding annotations checks Pavel Talanov 2012-01-30 16:29:24 +04:00
  • 60edf1a6c1 refactoring declaration visitor Pavel Talanov 2012-01-30 16:13:41 +04:00
  • 508749e31b Renamed 'expression' context to 'statement'. Evgeny Gerashchenko 2012-01-30 16:08:35 +04:00
  • 963e1606ba Renamed 'fm' live template to 'main' Evgeny Gerashchenko 2012-01-30 16:00:32 +04:00
  • b8a8a6b1af Added simple live templates: fm, sout & serr. Evgeny Gerashchenko 2012-01-30 15:54:17 +04:00
  • 150d856ff1 Made fm live template available only on top level. Evgeny Gerashchenko 2012-01-30 15:36:39 +04:00
  • 31929c59ad Added simple live templates: fm, sout & serr. Evgeny Gerashchenko 2012-01-30 14:08:14 +04:00
  • 03afad9866 Writing plugin version to plugin.xml when built on TeamCity Andrey Breslav 2012-01-30 15:45:31 +04:00
  • d236effed2 Added fictitious variable as a try to find a reason of KT-224 svtk 2012-01-30 14:58:18 +04:00
  • 4ce9a89d85 added extensions for BigInteger and BigDecimal svtk 2012-01-30 14:55:31 +04:00
  • 23db60cf55 implementing new declaration logic Pavel Talanov 2012-01-30 14:36:48 +04:00
  • 1d71e820bb KT-1185 Support full enumeration check for 'when' svtk 2012-01-30 13:39:44 +04:00
  • 59aa2f8c71 Ant task - Wiki update. Evgeny Goldin 2012-01-30 02:58:30 +02:00
  • 6ad100c809 Ant task - "kotlin.classpath" can be defined with ${kotlin-home} and Ivy (local TeamCity setup used). Evgeny Goldin 2012-01-30 01:59:28 +02:00
  • 0614a3ec36 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet Evgeny Goldin 2012-01-29 17:15:07 +02:00
  • c62bbdc5df local functions Alex Tkachman 2012-01-29 16:19:47 +03:00
  • d63de3b152 migrating code Pavel Talanov 2012-01-29 00:12:31 +04:00
  • 04b902a0de migrated to new code Pavel Talanov 2012-01-28 18:19:37 +04:00
  • bad69bac22 fixed a couple of problems introduced with rebase before previous push Pavel Talanov 2012-01-28 17:57:47 +04:00
  • 337d6eb9e4 added different configs for idea and test environment Pavel Talanov 2012-01-28 17:31:34 +04:00
  • d58b2afc8d refactor changes Pavel Talanov 2012-01-27 19:51:44 +04:00
  • 626a84a935 reimplemented extension literal definition and calls to comply with jquery conventions Pavel Talanov 2012-01-27 19:43:41 +04:00
  • 32484eb784 changes to make action work Pavel Talanov 2012-01-27 17:09:06 +04:00
  • fe349a1121 add jslib module which has the declarations which are use by js-backend rework dependncies of modules Pavel Talanov 2012-01-27 14:52:00 +04:00
  • ac5d7a197c refactor Pavel Talanov 2012-01-26 20:30:52 +04:00
  • ba37e7ef09 add configuration for using js backend refactor K2JSTranslator Pavel Talanov 2012-01-26 20:26:06 +04:00
  • ec32d2ad21 test for one namespace defined in multiple files Pavel Talanov 2012-01-26 15:45:07 +04:00
  • 68e4fedf8a Ant task - Wiki fix. Evgeny Goldin 2012-01-28 03:58:58 +02:00
  • 656689c576 Ant task - nested <classpath> support Evgeny Goldin 2012-01-28 03:22:43 +02:00
  • c1f037cae7 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet Evgeny Goldin 2012-01-28 02:43:32 +02:00
  • 64f3651fa7 Ant task - "testlib" JUnit tests run Evgeny Goldin 2012-01-28 02:43:10 +02:00
  • b3279a6ad5 test for KT-1170 Alex Tkachman 2012-01-28 02:53:06 +03:00
  • e7a1b2ea72 fix for broken tests Alex Tkachman 2012-01-28 02:47:04 +03:00
  • 5cc9ce8a98 Ant task - added classpath/classpathref CompileEnvironment - added addToClasspath(File[] / String[]) Switching to CompileEnvironmentException to throw fatal errors Evgeny Goldin 2012-01-28 00:13:06 +02:00
  • 4b4d84d485 KT-1168 don't use direct fields from non-final properties Alex Tkachman 2012-01-28 00:55:47 +03:00
  • 8a79088698 Ant task - Wiki minor update. Evgeny Goldin 2012-01-27 22:44:55 +02:00
  • 0aa7ab3002 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet Evgeny Goldin 2012-01-27 22:40:09 +02:00
  • c83d70b856 KT-1165 right type for default property setter Alex Tkachman 2012-01-27 23:59:59 +03:00
  • 6bde455a25 Ant task - attribute names changed: output, jar, src. Evgeny Goldin 2012-01-27 21:41:31 +02:00
  • 686d4cae3c postfix part of KT-471 Alex Tkachman 2012-01-27 23:11:14 +03:00
  • 8d39594b91 More general way of finding annotations.jar Andrey Breslav 2012-01-27 22:13:09 +04:00
  • 106b0c7072 More debug output Andrey Breslav 2012-01-27 21:44:10 +04:00
  • e161637e45 javaPath in assert message Andrey Breslav 2012-01-27 21:35:08 +04:00
  • 30b284cd6a Fix the artifact path Andrey Breslav 2012-01-27 21:34:45 +04:00
  • ea6b6f7495 Post-build step: renaming the zip artifact Andrey Breslav 2012-01-27 21:24:07 +04:00
  • 8e54d78884 Platform-neutral path separator Andrey Breslav 2012-01-27 21:23:02 +04:00
  • 9846d535f7 Better assertion message Andrey Breslav 2012-01-27 21:08:31 +04:00
  • b8ccee7bdf Luhny Code Challenge. Proposed by Bob Lee. Ported to Kotlin by Leonid Shalupov. Andrey Breslav 2012-01-27 21:00:33 +04:00
  • d524d058f0 Test configurations fixed Andrey Breslav 2012-01-27 20:16:19 +04:00
  • bd5a54e339 Those shall be provided Maxim Shafirov 2012-01-27 20:09:10 +04:00
  • 786a3bbee8 dead code Maxim Shafirov 2012-01-27 19:59:35 +04:00
  • 6060f63b76 fix compilation Maxim Shafirov 2012-01-27 19:53:01 +04:00
  • 04eb09342d Merge branch 'master' of git+ssh://git.labs.intellij.net/jet Andrey Breslav 2012-01-27 19:35:56 +04:00
  • 43e9fad2ae update yellow bar after fix Maxim Shafirov 2012-01-27 19:26:13 +04:00
  • d3c5b8ec44 Direct call to lib/alt jars Maxim Shafirov 2012-01-27 19:18:55 +04:00
  • c8cb59668d kotlin-jdk-headers.jar to alt folder Maxim Shafirov 2012-01-27 18:28:23 +04:00
  • 73c2686825 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet Andrey Breslav 2012-01-27 18:56:32 +04:00
  • f6a5ab254c Merge branch 'master' of git+ssh://git.labs.intellij.net/jet Andrey Breslav 2012-01-27 18:54:29 +04:00
  • bb0ae8b594 J2K tests paths fixed Andrey Breslav 2012-01-27 18:39:38 +04:00
  • d74b79d9db Granular test configurations Andrey Breslav 2012-01-27 18:33:46 +04:00
  • 11ad28812d KT-1175 Mark unused literals svtk 2012-01-27 18:28:54 +04:00
  • ca1abed3a9 Added example-vfs project written on Kotlin. Evgeny Gerashchenko 2012-01-27 18:30:18 +04:00
  • 2dfacc24f1 Jet stubs (beginning) Nikolay Krasko 2012-01-27 18:17:55 +04:00
  • 0da39c8bd6 Plugin actions added Andrey Breslav 2012-01-27 17:46:24 +04:00
  • 35889c08e9 Test data paths fixed Andrey Breslav 2012-01-27 17:46:13 +04:00
  • 3fcd330a5a Update k2js and version of kotlin library Natalia.Ukhorskaya 2012-01-10 12:13:49 +04:00
  • 6c5bfc3b8e Reformat code to use 4 spaces indent Andrey Breslav 2012-01-27 17:33:00 +04:00
  • e678e072f1 Initial include of the J2K Converter Andrey Breslav 2012-01-27 17:31:05 +04:00
  • 8780b2c2ab Kotlin compiler update to v0.1.100 Statistics view changed Logs without localhost requests Natalia.Ukhorskaya 2011-12-27 14:18:52 +04:00