Commit Graph

3819 Commits

Author SHA1 Message Date
James Strachan 9dfd5da850 fix functions with no arguments appearing correctly in kdoc 2012-03-01 15:21:10 +00:00
James Strachan 6315c03ea8 added script for kdoc upload to github pages to fix KT-1450 2012-03-01 14:38:25 +00:00
pTalanov bee4704358 Added patch for Web Demo. 2012-03-01 18:08:13 +04:00
pTalanov a43ff45c45 Changes before creating patch for Web Demo 2012-03-01 18:08:11 +04:00
pTalanov 146eb941d0 Config refactoring. 2012-03-01 18:08:10 +04:00
pTalanov 7a64b37468 Examples updated. 2012-03-01 18:08:09 +04:00
pTalanov 30ba240bda Added toDouble() method to support wd examples. 2012-03-01 18:08:07 +04:00
pTalanov 256b813edb Test and fix for abstract var overriding. 2012-03-01 18:08:05 +04:00
pTalanov 60732c734d Removed js.jar dependency. 2012-03-01 18:08:04 +04:00
pTalanov 61b4c1db55 TODO fixes: Operator table and StringTemplateTranslator 2012-03-01 18:08:02 +04:00
James Strachan f2ffd4116e fixes KT-1467 to use nicer syntax for tuples and functions 2012-03-01 12:10:16 +00:00
James Strachan 0c8cc0e349 use links to the type arguments 2012-03-01 11:28:29 +00:00
James Strachan e262353f3a fixes KT-1464 to add type parameters and arguments to the generated kdoc 2012-03-01 11:20:26 +00:00
James Strachan f50ae6be6f added type parameter support 2012-03-01 11:20:26 +00:00
Sergey Lukjanov 52dcbb565f Fix for KT-1479 Can't see children of class object in structure view 2012-03-01 14:04:01 +04:00
Alex Tkachman 190e539365 KT-1482 fix: abstarct properties codegen 2012-03-01 07:24:18 +02:00
Stepan Koltsov cac3311f1a fix JetDiagnosticsTest j+k 2012-03-01 05:32:03 +04:00
Stepan Koltsov cd019ac889 render "val" and "val", was rendered as "var" 2012-03-01 05:13:45 +04:00
Evgeny Gerashchenko 14ab3ff2d5 Added psvm synonym for main, synonym live templates added not only to completion.
#KT-1326 fixed
2012-02-29 23:28:00 +04:00
Evgeny Gerashchenko d4354a466f Removed live templates from namespace header and import directives.
#KT-1234 fixed
2012-02-29 23:28:00 +04:00
Evgeny Gerashchenko 1968b941e7 Fixed 'sout' before a function invocation.
#KT-1315 fixed
2012-02-29 23:28:00 +04:00
Evgeny Gerashchenko 8bcd70e822 Removed templates from completion after dot and in comments
#KT-1460 fixed
2012-02-29 23:28:00 +04:00
pTalanov 827a97f661 Numerous code style fixes. 2012-02-29 23:17:46 +04:00
pTalanov 26a8d18d9e TODO fixes 2012-02-29 23:17:45 +04:00
Stepan Koltsov 92c69b6826 JetDiagnosticsTest: java+kotlin 2012-02-29 22:33:53 +04:00
Andrey Breslav 0b0878b8f9 Finishing the fix for KT-1310 2012-02-29 22:19:42 +04:00
Andrey Breslav 895237090f Revert 8111d5db97 2012-02-29 22:18:37 +04:00
James Strachan 9d863fe0b6 Merge branch 'master' of github.com:JetBrains/kotlin 2012-02-29 17:23:09 +00:00
James Strachan 173c7fc678 fix of compiler test 2012-02-29 17:13:35 +00:00
pTalanov 25c30e0472 Refactor: predefined annotation become represented as enum, all the logic reside in AnnotationUtils. 2012-02-29 20:51:25 +04:00
pTalanov adcffef920 Refactor AnnotationUtils and NameGenerator 2012-02-29 20:51:24 +04:00
pTalanov 191803f3f6 remove ForTranslatorUtils 2012-02-29 20:51:23 +04:00
pTalanov f800b2a697 Remove outdated TODOs 2012-02-29 20:51:23 +04:00
pTalanov 0660140bf6 Refactor PatternTranslator. 2012-02-29 20:51:22 +04:00
pTalanov 83a8c4263f TODO fix: remove outdated commented code 2012-02-29 20:51:21 +04:00
pTalanov cf2f8e162d Refactor expression mutator. 2012-02-29 20:51:21 +04:00
pTalanov 6e27f2ab3d TODO fixes: refactor 2012-02-29 20:51:20 +04:00
pTalanov 2499a3b845 Remove dead code. 2012-02-29 20:51:19 +04:00
Andrey Breslav 8111d5db97 The +JDK option doesn't seem to make any difference any more: the tests are fast either way 2012-02-29 20:48:11 +04:00
James Strachan 69cc340051 avoid use of Map.size to avoid breaking a test case 2012-02-29 16:43:27 +00:00
Andrey Breslav 9465bd474a Merge pull request #2 from Frostman/master
Fix for KT-1310 Incorrect hint (by Sergey Lukjanov)
2012-02-29 08:40:57 -08:00
Sergey Lukjanov 6e1bf6ee40 Merge branch 'master' of git://github.com/JetBrains/kotlin 2012-02-29 20:28:40 +04:00
Stepan Koltsov 28ff40e659 KT-1456 ISE in JavaDescriptorResolver ...
KT-1456 ISE in JavaDescriptorResolver on attempt to create subclass
with partially specifying type arguments

Also add internal state checks.
2012-02-29 19:42:17 +04:00
Nikolay Krasko a9bab96e33 Auto-import before object declaration corrupts code 2012-02-29 19:37:17 +04:00
Sergey Lukjanov d2ec50b9a9 Fix for When_ERR test 2012-02-29 19:28:29 +04:00
Sergey Lukjanov b8da7ea452 '=>' replaced with '->' in hints 2012-02-29 19:26:31 +04:00
Nikolay Krasko 042dc82bd5 Merge pull request #1 from Frostman/master
Fix for KT-1334 Class object in "Show Structure View" action
2012-02-29 07:21:57 -08:00
Stepan Koltsov 20ca194eef refactor TypeVariableResolver
* simplified and unified
* better diagnostics (if type variabe is not found, exception message contains reference)
2012-02-29 19:21:10 +04:00
James Strachan 6b51c20858 avoid custom copy/paste on map methods for arrays 2012-02-29 14:30:39 +00:00
James Strachan 59460c7afa split map() with default arguments into map() and mapTo(resultCollection) to simplify IDE/completion/compiler error messages 2012-02-29 14:25:11 +00:00