Commit Graph

12511 Commits

Author SHA1 Message Date
Maxim Shafirov f5a11960cd These two packages come from eawtstub.jar and automation.jar yet it doesn't make any sense to include those into kotlin compiler 2013-07-16 12:27:31 +04:00
Evgeny Gerashchenko ca02ca6e77 Saved service implementations to constant for performance. 2013-07-15 19:20:48 +04:00
Evgeny Gerashchenko 89b4e5aab8 Loading service implementations by the same class loader as service's 2013-07-15 19:20:47 +04:00
Andrey Breslav 8572ab7a3a Merge pull request #289 from amal/patch-1
Fix outdated code (old tuples syntax)
2013-07-15 04:22:24 -07:00
Amal Samally 8df51ce7f8 Fix outdated code (old tuples syntax)
Partial fix for http://youtrack.jetbrains.com/issue/KT-3775
2013-07-14 18:18:23 -07:00
Leonid Shalupov 0ccb1d5f4a KT-1870 deploy to maven central 2013-07-13 14:25:29 +04:00
Evgeny Gerashchenko 97ae190ed5 Fixed typo (Russian "c" instead of English) 2013-07-12 21:38:42 +04:00
Evgeny Gerashchenko 2a9219b241 Fixed unstable inheritance of adapter + declaration. 2013-07-12 21:09:23 +04:00
Evgeny Gerashchenko 13849f6b6e Choosing most specific super member when building fake override. Previously, random one was chosen. 2013-07-12 21:09:22 +04:00
Evgeny Gerashchenko b6e7dcbb02 Stable member sorting. 2013-07-12 21:09:22 +04:00
Evgeny Gerashchenko 5c8f87658a Made SAM adapters final. 2013-07-12 21:09:22 +04:00
Evgeny Gerashchenko 822c42603f Created extension point for overridability checks. 2013-07-12 21:09:22 +04:00
Evgeny Gerashchenko fc99ad35b3 Supported complex cases of SAM adapters inheritance/overriding. 2013-07-12 21:09:22 +04:00
Evgeny Gerashchenko f17290b4f2 Typo. 2013-07-12 21:09:21 +04:00
Alexey Sedunov f2dd8a6b60 Implement "Safe Delete" refactoring for classes and objects 2013-07-12 21:06:05 +04:00
Alexey Sedunov bcad49246b Implement description provider for "refactoring" location 2013-07-12 21:06:04 +04:00
Leonid Shalupov d9a898330b fix maven-deploy-plugin version 2013-07-12 20:17:21 +04:00
Nikita Skvortsov 79e7c5bd7b test external annotations 2013-07-12 18:16:43 +04:00
Nikita Skvortsov 0308465b65 added details to test output 2013-07-12 17:53:53 +04:00
Nikita Skvortsov 6b955f1aef more complex test for android project 2013-07-12 17:53:52 +04:00
Nikita Skvortsov 6633cc28fb Added integration test with Kotlin-only project 2013-07-12 17:53:51 +04:00
Nikita Skvortsov 9bd3619fb8 Allow using Kotlin without explicit 'java' plugin 2013-07-12 17:53:50 +04:00
Nikita Skvortsov 0bb6dde60c delete extra repository. Required artifact is now available at local-repo during test exec 2013-07-12 17:53:50 +04:00
Nikita Skvortsov c10d4e8479 Code cleanup, remove extra logging 2013-07-12 17:53:49 +04:00
Nikita Skvortsov 17ae7c3544 fix android gradle test assertions 2013-07-12 17:53:48 +04:00
Nikita Skvortsov f6a834df2f fix compiler arguments leak 2013-07-12 17:53:47 +04:00
Nikita Skvortsov 3b66ff18b4 fix test 2013-07-12 17:53:46 +04:00
Nikita Skvortsov d5320adb02 Gradle Kotlin Android plugin first working variant 2013-07-12 17:53:45 +04:00
Nikita Skvortsov f5a88e851d better tests 2013-07-12 17:53:44 +04:00
Nikita Skvortsov 70e0352d38 kotlin android gradle plugin core initial revision 2013-07-12 17:53:43 +04:00
Nikita Skvortsov a0f5c4b6b0 kotlin-gradle-android plugin initial implementaion 2013-07-12 17:53:42 +04:00
Nikita Skvortsov 7ca1d41862 Android plugin stub and integration test 2013-07-12 17:53:41 +04:00
Nikita Skvortsov ad18e323b8 fix gradle plugin integration test 2013-07-12 17:53:39 +04:00
Nikita Skvortsov daa3b10e4d do not apply java plugin implicitly 2013-07-12 17:53:38 +04:00
Erokhin Stanislav 1565a2da3c Update to IDEA 130.703 2013-07-12 13:27:18 +04:00
Leonid Shalupov 9695ce70a6 KT-1870 maven profile to sign artifacts 2013-07-11 20:00:56 +04:00
Alexey Sedunov 21d6666c26 Implement Kotlin usage classification 2013-07-10 18:46:10 +04:00
Alexey Sedunov 6e513f067f KT-3736 Fixed: "Move Statement Down doesn't work to improperly formatted code" 2013-07-10 18:46:09 +04:00
Leonid Shalupov 4f6d09eaba KT-1870 skip deployment of docs, tests and examples 2013-07-10 15:54:36 +04:00
Andrey Breslav 8d65613eed Create <out Any?> projections for raw Java types, not <*>
KT-3760 Internal compiler error with Java interoperability and ElasticSearch 0.90.2 (IllegalStateException, Type parameter descriptor in not initialized: T declared in ...)
 #KT-3760 Fixed

EA-44150 Type parameter descriptor in not initialized. Fixed
2013-07-10 08:28:47 +04:00
Andrey Breslav e566c3a738 Static import 2013-07-10 08:28:47 +04:00
Erokhin Stanislav 79a9253b74 Merge branch 'master' into idea13 2013-07-09 19:52:06 +04:00
Erokhin Stanislav b2ccae41f8 Update to IDEA 12.1.4 (build 129.713) 2013-07-09 19:25:29 +04:00
Alexey Sedunov 3a881672e8 KT-3732 "Move statement" should respect DSLs 2013-07-09 18:33:33 +04:00
Alexey Sedunov 4a19d4f77b Fix "Move statement" for the cases when nested closure is used (KT-3735) 2013-07-08 19:16:58 +04:00
Nikolay Krasko 21fa398380 KT-3750 When without else
#KT-3750 Fixed
2013-07-08 13:04:58 +04:00
Leonid Shalupov abcf5616f7 KT-3725 attach empty javadocs to all artifacts except compiler and runtime 2013-07-08 02:25:04 +04:00
Leonid Shalupov d0765d5e4a KT-3725 build sources.jar for all maven modules 2013-07-08 00:56:11 +04:00
Leonid Shalupov fee0902399 KT-3725 set jar packaging for Kotlin compiler artifact 2013-07-06 17:05:51 +04:00
Leonid Shalupov 8162fcd3eb KT-3725 better scm references 2013-07-06 16:17:52 +04:00