Commit Graph

2968 Commits

Author SHA1 Message Date
Alex Tkachman c318191f5d KT-935 resolved call used on += 2012-01-10 21:14:22 +02:00
svtk a22b78d60d Import all members from class object 2012-01-10 22:20:02 +04:00
Alex Tkachman 2e0b1863cd KT-940 proper calculation of bridge methods 2012-01-10 19:50:13 +02:00
Alex Tkachman 0af995d79b Merge remote branch 'origin/master' 2012-01-10 17:05:58 +02:00
Alex Tkachman ba6c9be53a KT-958 wrong compilation of 'in' with complex expression under test 2012-01-10 17:05:21 +02:00
Nikolay Krasko fb5771505b KT-758 Show completion of namespaces in import statement 2012-01-10 18:59:42 +04:00
svtk e50e3f8ec8 KT-900 Inaccessible class should be unresolved 2012-01-10 17:48:02 +04:00
Alex Tkachman 5633f71edc KT-950 wrong call to array-like setter with non-void return type 2012-01-10 15:36:33 +02:00
Alex Tkachman 8a9a591370 Merge remote branch 'origin/master' 2012-01-10 14:58:30 +02:00
Alex Tkachman 85ff44676a KT-945 functional parameters used properly on array creation 2012-01-10 14:58:16 +02:00
Andrey Breslav 023b344ea8 Confluence plugin update: lexer regenerated with new keywords 2012-01-10 16:55:45 +04:00
Andrey Breslav 24e037cc0a Merge remote branch 'origin/master' 2012-01-10 15:09:04 +04:00
Andrey Breslav b8fdf6e86b More comprehensible error message 2012-01-10 15:08:47 +04:00
svtk 2feaaa4f71 KT-897 Don't allow assignment to a property before it is defined 2012-01-10 15:04:57 +04:00
Nikolay Krasko cf3b748936 Rename plugin 2012-01-10 13:52:24 +04:00
Nikolay Krasko 1e8401b6d0 Small fix for CodeWindow 2012-01-10 13:21:29 +04:00
Andrey Breslav 81a3dcf78b _1 and such work for Tuples 2012-01-10 12:21:37 +04:00
Alex Tkachman a0134fb0f2 KT-944 iterations over empty ranges 2012-01-10 09:33:54 +02:00
Stepan Koltsov ed58ca219b better help in command line compiler 2012-01-09 20:55:44 +04:00
Stepan Koltsov 5645bb3c92 deprecate @JetConstructor.hidden
and add missing hidden field
2012-01-09 19:58:59 +04:00
Alex Tkachman 472ec42b19 testing stdlib as part of the build. separate class 2012-01-08 22:32:38 +02:00
Stepan Koltsov 6d7e4cd030 reading constructors from binary classes 2012-01-08 23:21:59 +04:00
Stepan Koltsov 6f04e7c3b0 fix stdout of ReadClassDataTest 2012-01-08 23:21:54 +04:00
Stepan Koltsov 609491dd4f more in ReadClassDataTest 2012-01-08 23:21:47 +04:00
Alex Tkachman 5bb56a8abd testing stdlib as part of the build 2012-01-08 16:47:26 +02:00
Alex Tkachman 897f3dc799 KT-923 Collection.indices property 2012-01-08 13:24:14 +02:00
Alex Tkachman 33f145a83a KT-930 upto/downto for numbers 2012-01-07 21:27:20 +02:00
Alex Tkachman d9a4410fb1 KT-932 split Library.jet to separate files 2012-01-07 18:56:22 +02:00
Alex Tkachman 72a039c311 explicit import std.* 2012-01-07 14:22:12 +02:00
James Strachan 852e21fe7e added Iterable<T>.reverse() along with foldRight(init, op) 2012-01-07 07:49:54 +00:00
James Strachan 5478ab8540 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet 2012-01-07 07:02:05 +00:00
Stepan Koltsov 7ebf1ad433 properly read/write int? 2012-01-06 23:21:35 +04:00
Stepan Koltsov 2338af30a0 arrays in signatures: more tests, fix bugs 2012-01-06 23:21:31 +04:00
Stepan Koltsov 4c3ebe7ea9 option to override ideaSDK path 2012-01-06 21:23:07 +04:00
Stepan Koltsov 8336c64787 bin/kotlin script 2012-01-06 21:23:00 +04:00
Stepan Koltsov 09d0780fe6 developer option to exclude sources
to compile stdlib
2012-01-06 21:22:55 +04:00
Stepan Koltsov 430b973458 better error reporting in commandline compiler 2012-01-06 21:22:50 +04:00
Alex Tkachman dba41c2e88 float/double ranges 2012-01-06 15:55:27 +02:00
Alex Tkachman eba343dd84 negative steps supported 2012-01-06 14:32:14 +02:00
Alex Tkachman 22afbed909 fixing stupid bug introduced in previous commit
simplification of api
2012-01-06 14:22:02 +02:00
Alex Tkachman 1d2e237312 KT-925 step methods for integral ranges 2012-01-06 13:11:44 +02:00
James Strachan ab47bee033 minor tweak to docs 2012-01-06 09:46:58 +00:00
James Strachan 4627738ca4 added support for fold() along with a handy expect() test method (like scalatest) 2012-01-06 09:35:44 +00:00
James Strachan 16b617044c disabled test for KT-924 for now as its a new feature, not a bug 2012-01-06 09:10:07 +00:00
Alex Tkachman 9fbf27eb11 KT-821 and other improvements for ranges 2012-01-05 18:34:32 +02:00
James Strachan 89933439f4 added an attempt to use the standard APIs on kotlin.Iterable 2012-01-05 12:15:27 +00:00
James Strachan ac276e08ba avoid double close and added TODO about supporting http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html#suppressed-exceptions 2012-01-05 09:10:11 +00:00
Alex Tkachman ebe2c375cd KT-274 stdlib part and commented test. Still require frontend test 2012-01-05 00:16:25 +02:00
James Strachan 79049ca2e2 avoid double close and added TODO about supporting http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html#suppressed-exceptions 2012-01-04 16:50:25 +00:00
James Strachan 1889672363 use java.util.HashMap directly 2012-01-04 16:49:19 +00:00