Commit Graph

  • 24e037cc0a Merge remote branch 'origin/master' Andrey Breslav 2012-01-10 15:09:04 +04:00
  • b8fdf6e86b More comprehensible error message Andrey Breslav 2012-01-10 15:08:47 +04:00
  • 2feaaa4f71 KT-897 Don't allow assignment to a property before it is defined svtk 2012-01-10 15:04:57 +04:00
  • cf3b748936 Rename plugin Nikolay Krasko 2012-01-10 13:52:24 +04:00
  • 1e8401b6d0 Small fix for CodeWindow Nikolay Krasko 2012-01-10 13:21:29 +04:00
  • 81a3dcf78b _1 and such work for Tuples Andrey Breslav 2012-01-10 12:21:37 +04:00
  • a0134fb0f2 KT-944 iterations over empty ranges Alex Tkachman 2012-01-10 09:33:54 +02:00
  • ed58ca219b better help in command line compiler Stepan Koltsov 2012-01-09 20:55:44 +04:00
  • 5645bb3c92 deprecate @JetConstructor.hidden Stepan Koltsov 2012-01-09 19:58:47 +04:00
  • 472ec42b19 testing stdlib as part of the build. separate class Alex Tkachman 2012-01-08 22:32:38 +02:00
  • 6d7e4cd030 reading constructors from binary classes Stepan Koltsov 2012-01-08 23:21:59 +04:00
  • 6f04e7c3b0 fix stdout of ReadClassDataTest Stepan Koltsov 2012-01-08 23:21:54 +04:00
  • 609491dd4f more in ReadClassDataTest Stepan Koltsov 2012-01-08 23:21:47 +04:00
  • 5bb56a8abd testing stdlib as part of the build Alex Tkachman 2012-01-08 16:47:26 +02:00
  • 897f3dc799 KT-923 Collection.indices property Alex Tkachman 2012-01-08 13:24:14 +02:00
  • 33f145a83a KT-930 upto/downto for numbers Alex Tkachman 2012-01-07 21:27:20 +02:00
  • d9a4410fb1 KT-932 split Library.jet to separate files Alex Tkachman 2012-01-07 18:56:22 +02:00
  • 72a039c311 explicit import std.* Alex Tkachman 2012-01-07 14:22:12 +02:00
  • 852e21fe7e added Iterable<T>.reverse() along with foldRight(init, op) James Strachan 2012-01-07 07:49:54 +00:00
  • 5478ab8540 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet James Strachan 2012-01-07 07:02:05 +00:00
  • 7ebf1ad433 properly read/write int? Stepan Koltsov 2012-01-06 23:21:35 +04:00
  • 2338af30a0 arrays in signatures: more tests, fix bugs Stepan Koltsov 2012-01-06 23:21:31 +04:00
  • 4c3ebe7ea9 option to override ideaSDK path Stepan Koltsov 2012-01-06 21:23:07 +04:00
  • 8336c64787 bin/kotlin script Stepan Koltsov 2012-01-06 21:23:00 +04:00
  • 09d0780fe6 developer option to exclude sources Stepan Koltsov 2012-01-06 21:22:55 +04:00
  • 430b973458 better error reporting in commandline compiler Stepan Koltsov 2012-01-06 21:22:50 +04:00
  • c9eae93d68 function literal as the last parameter supported added temporary and partial solution to global namespace polluting problem Pavel Talanov 2012-01-06 19:28:08 +04:00
  • f52f568a51 refactoring call translator Pavel Talanov 2012-01-06 18:44:03 +04:00
  • dba41c2e88 float/double ranges Alex Tkachman 2012-01-06 15:55:27 +02:00
  • 761183ffcd ongoing refactoring Pavel Talanov 2012-01-06 17:19:20 +04:00
  • 57fff8e554 switch to using descriptors on call site default arguments support Pavel Talanov 2012-01-06 16:48:40 +04:00
  • eba343dd84 negative steps supported Alex Tkachman 2012-01-06 14:32:14 +02:00
  • 22afbed909 fixing stupid bug introduced in previous commit simplification of api Alex Tkachman 2012-01-06 14:22:02 +02:00
  • 1d2e237312 KT-925 step methods for integral ranges Alex Tkachman 2012-01-06 13:11:44 +02:00
  • 6b533771f0 switch to using ValueParameterDescriptor instead of JetParameter when translating function declarations implemented support for implicit 'it' parameter added 'clear' function to ArrayList temporary implementation Pavel Talanov 2012-01-06 14:56:23 +04:00
  • 17e80963d2 changed tests not to use std lib for now /*all tests pass*/ Pavel Talanov 2012-01-06 14:05:15 +04:00
  • b5bbcde199 resolved part of the problem Pavel Talanov 2012-01-06 14:01:31 +04:00
  • c12e37f227 migrated tests to new syntax /*tests fail due to migrated size problem*/ Pavel Talanov 2012-01-06 13:59:53 +04:00
  • ab47bee033 minor tweak to docs James Strachan 2012-01-06 09:46:58 +00:00
  • 4627738ca4 added support for fold() along with a handy expect() test method (like scalatest) James Strachan 2012-01-06 09:35:44 +00:00
  • 16b617044c disabled test for KT-924 for now as its a new feature, not a bug James Strachan 2012-01-06 09:10:07 +00:00
  • 9fbf27eb11 KT-821 and other improvements for ranges Alex Tkachman 2012-01-05 18:34:32 +02:00
  • 89933439f4 added an attempt to use the standard APIs on kotlin.Iterable James Strachan 2012-01-05 12:15:27 +00:00
  • ac276e08ba avoid double close and added TODO about supporting http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html#suppressed-exceptions James Strachan 2012-01-05 09:10:11 +00:00
  • ebe2c375cd KT-274 stdlib part and commented test. Still require frontend test Alex Tkachman 2012-01-05 00:16:25 +02:00
  • 79049ca2e2 avoid double close and added TODO about supporting http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html#suppressed-exceptions James Strachan 2012-01-04 16:50:25 +00:00
  • 1889672363 use java.util.HashMap directly James Strachan 2012-01-04 16:49:19 +00:00
  • e73e81c526 added support for map[key] = value on java.util.Map James Strachan 2012-01-04 16:14:49 +00:00
  • 3a259131c1 migrated from JetNamespace to NamespaceDescriptor and JetFile /* Lots of tests fail due to: missing array methods and unconverted tests*/ Pavel Talanov 2012-01-04 17:31:46 +04:00
  • 1cd8f3c2ba Merge remote-tracking branch 'origin/master' James Strachan 2012-01-04 12:59:47 +00:00
  • 8c40aa58af added working test casres for groovy style markup builders James Strachan 2012-01-04 12:59:37 +00:00
  • d0b1f3cb79 Merge remote branch 'origin/master' Alex Tkachman 2012-01-04 14:29:34 +02:00
  • 3fd825d1a0 KT-873 fixing wrong register calculations Alex Tkachman 2012-01-04 14:29:21 +02:00
  • 8cfc979c10 Merge remote-tracking branch 'origin/master' James Strachan 2012-01-04 11:49:44 +00:00
  • 302254f531 enabled test case for auto-closing helper method on Closable.foreach James Strachan 2012-01-04 11:49:34 +00:00
  • dbf9bbe2bb fix some code after update Pavel Talanov 2012-01-04 15:13:52 +04:00
  • 629cdfc822 KT-865 extension function as unary operation Alex Tkachman 2012-01-04 12:54:10 +02:00
  • 49bad83c42 Merge remote branch 'origin/master' Alex Tkachman 2012-01-04 12:12:20 +02:00
  • 15fde646c1 KT-864 wrong namespace class name generation Alex Tkachman 2012-01-04 12:12:02 +02:00
  • 2bc5efce12 add java.util.Map's size and empty properties James Strachan 2012-01-04 09:36:14 +00:00
  • bf29d48772 removed a TODO James Strachan 2012-01-04 09:00:03 +00:00
  • b2593b268e KT-715. T.javaClass & TypeInfo.javaClassForType Alex Tkachman 2012-01-04 10:17:40 +02:00
  • c85be68047 move typeinfo annotations Stepan Koltsov 2012-01-04 02:39:50 +04:00
  • e373d215d6 remove noise after 0b93c1f8e8 Stepan Koltsov 2012-01-03 22:09:12 +04:00
  • 3cd0939530 fix tests Stepan Koltsov 2012-01-03 22:02:42 +04:00
  • 74e72fbbc6 fix comparable signature generation Stepan Koltsov 2012-01-03 21:15:26 +04:00
  • a7a1bd2102 omit generic signature for simple methods Stepan Koltsov 2012-01-03 21:15:21 +04:00
  • 526df9ca80 fix copy-paste in tests Stepan Koltsov 2012-01-03 21:15:15 +04:00
  • 52400dbd1e explicit test for java signature writing Stepan Koltsov 2012-01-03 21:15:12 +04:00
  • f4b7c0b081 fix blinking ReadClassDataTest Stepan Koltsov 2012-01-03 18:46:31 +04:00
  • 7325285813 read properties from binary classes Stepan Koltsov 2012-01-03 17:16:50 +04:00
  • 72192bf67b ignore vim buffer files Stepan Koltsov 2012-01-03 17:16:39 +04:00
  • 2ec54436c5 KT_887 fix. jet.Comparable mapped to j.l.Comparable Alex Tkachman 2012-01-03 12:34:12 +02:00
  • e576423c8e KT-903 test. unreproducable Alex Tkachman 2012-01-02 14:47:58 +02:00
  • cde54d59bd KT-877 - wrong codegen for unary plus Alex Tkachman 2012-01-02 09:49:04 +02:00
  • c3725054eb test for obsolete KT-889 Alex Tkachman 2012-01-02 09:36:13 +02:00
  • a25416e5cf KT-894 wrong string concatenation Alex Tkachman 2012-01-02 09:27:32 +02:00
  • 12af19e991 KT-881 overoptimized + in string templates Alex Tkachman 2012-01-02 08:35:54 +02:00
  • e29c54cb6e Merge remote branch 'origin/master' Alex Tkachman 2011-12-31 00:55:27 +02:00
  • 94ef40fc51 safer toString in classes Stepan Koltsov 2011-12-31 00:53:43 +04:00
  • 0f1b534d7b rename ModuleBuilder.sourceFiles Stepan Koltsov 2011-12-31 00:53:36 +04:00
  • 07281691b5 fix error reporting in CodegenTestCase Stepan Koltsov 2011-12-31 00:53:32 +04:00
  • b22ec83b15 split ResolveToJava.jet into smaller test Stepan Koltsov 2011-12-31 00:53:28 +04:00
  • b644e53725 catch error of string comparison in JetDiagnosticTest Stepan Koltsov 2011-12-31 00:53:22 +04:00
  • 0b93c1f8e8 split JetDiagnosticTest Abstract.jet into smaller tests Stepan Koltsov 2011-12-31 00:53:14 +04:00
  • 28d4715db2 Don't depend on project file layout, disable compileEnvironmentTest for now because it messes with stdlib heavily. Maxim Shafirov 2011-12-30 19:58:08 +04:00
  • 35fef8e134 Merge remote branch 'origin/master' Alex Tkachman 2011-12-30 17:52:00 +02:00
  • 1cfdbf9406 fixing tests Maxim Shafirov 2011-12-30 19:48:35 +04:00
  • 9a11564d27 fixing tests Maxim Shafirov 2011-12-30 19:39:35 +04:00
  • b8590ada4f Move close to other stdlib tests Maxim Shafirov 2011-12-30 19:29:29 +04:00
  • 3059aba110 Merge remote branch 'origin/master' Alex Tkachman 2011-12-30 17:01:52 +02:00
  • db7e2b0871 We have source-level dependency on stdlib for now Maxim Shafirov 2011-12-30 18:54:11 +04:00
  • 169e8520ef Merge remote branch 'origin/master' Alex Tkachman 2011-12-30 16:52:36 +02:00
  • 6446e83b29 remove VariableDescriptor.inType Stepan Koltsov 2011-12-30 18:45:49 +04:00
  • 4b9e4b65b4 constant for "namespace" Stepan Koltsov 2011-12-30 18:45:40 +04:00
  • 42c9b08174 Merge remote branch 'origin/master' Alex Tkachman 2011-12-30 16:32:36 +02:00
  • c2dc189bec Don't attach library sources when compiling stdlib Maxim Shafirov 2011-12-30 18:25:05 +04:00
  • c87987db8e Merge remote branch 'origin/master' Alex Tkachman 2011-12-30 15:38:03 +02:00
  • 18d73e8dc2 Share testlib tests configuration to be performed during TC build Maxim Shafirov 2011-12-30 17:28:01 +04:00
  • d140cbbea9 Merge remote branch 'origin/master' Alex Tkachman 2011-12-30 15:10:45 +02:00