Mikhail Glukhikh
|
ac3dfd93bd
|
More correct handling of compile time constant types #KT-13421 Fixed
|
2016-08-18 14:42:16 +03:00 |
|
Kirill Rakhman
|
354d047533
|
Add Intention to replace a..b-1 with a until b and vice versa #KT-13483 Fixed
|
2016-08-18 13:27:07 +03:00 |
|
Mikhail Glukhikh
|
d9358d44e7
|
KT-13426 related : added assertion to prevent smart cast type rewriting for (expression, call) or (expression, implicit receiver) pair
|
2016-08-18 09:50:27 +03:00 |
|
Zalim Bashorov
|
11107fd3fe
|
Use target of current module when find libraries with incompatible binary format
#KT-12977 Fixed
(cherry picked from commit d975f21)
|
2016-08-17 20:42:14 +03:00 |
|
Kirill
|
1926825019
|
Make folding if to return/assignment work with if-else if-else #KT-13452 Fixed
|
2016-08-17 17:51:08 +03:00 |
|
Kirill
|
6bb4c28c2e
|
Minor: make var val
|
2016-08-17 17:50:57 +03:00 |
|
Mikhail Glukhikh
|
1987187968
|
Build fix: IMPLICIT_RECEIVER_SMARTCAST and SMARTCAST slices in matchAndConvert.kt
|
2016-08-17 17:50:52 +03:00 |
|
Mikhail Glukhikh
|
ae856e834a
|
Store map (Call to KotlinType) for SMARTCAST slice #KT-13426 Fixed
Also EA-86848 Fixed
|
2016-08-17 16:09:45 +03:00 |
|
Mikhail Glukhikh
|
dbff2be6fa
|
Hack due to KT-678 was removed
|
2016-08-17 16:09:40 +03:00 |
|
Mikhail Glukhikh
|
cbcef67d82
|
KT-13426: store map from ImplicitReceiver into KotlinType for implicit receiver smart casts
|
2016-08-17 16:09:34 +03:00 |
|
Zalim Bashorov
|
33e96fcb9a
|
JS: fix runtime type checking for native non-fake interfaces on WebKit (JavaScriptCore); add tests for object and object expressions.
|
2016-08-17 14:25:29 +03:00 |
|
Ilya Gorbunov
|
d845092b20
|
Take into account excluded fq-names when determining whether type has been imported by default.
Related to #KT-13447
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
e34bc30bd7
|
Exclude alias imported names from all-under imported packages when determining whether a type has been imported for completion.
#KT-13447 Fixed
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
b69661df8f
|
Pseudocode and CFG changed after 'let' is resolved correctly.
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
58a010464a
|
Exception typealiases rendering in test output (CFG)
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
2a0076d9bd
|
Test data: replace Exception with Throwable (in those tests where particular exception type is not crucial in order not to rename tests to have runtime dependency added with exception typealiases).
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
3115aa1dc2
|
Test data: replace Exception with Thread as the former is resolved not from java.lang anymore.
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
570ac8b821
|
Add runtime dependency to tests where exception references are used.
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
6f7b908dbb
|
Test data: change fully qualified type so that it's available as type (and not an alias) in both jvm and js runtimes to have the same output.
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
0ebfba7a1a
|
Test data: do not use exceptions from java.lang, as they are not available in JS
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
d943079557
|
Exception typealiases rendering in test output
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
403e2ab4ea
|
Redefine configuration kinds, so that the most of test dependent on JDK_ONLY now use mock kotlin runtime:
MOCK_RUNTIME -> JDK_ONLY
JDK_ONLY -> JDK_NO_RUNTIME
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
7579111df1
|
Include exception typealiases into mock runtime.
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
9e238d26f2
|
Exclude builtins module from idea project build
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
cf898ae357
|
Exclude exceptions from java.lang package for which type aliases exist in kotlin package.
Add relevant note to the type aliases.
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
0d7819e011
|
Move exceptions to kotlin package in JS library, introduce type aliases for exceptions in kotlin package in JVM runtime.
#KT-18 Fixed
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
afe1b7eab1
|
Allow to exclude specific types from packages imported by default.
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
0f8bf310f2
|
Kotlin script execution for maven: include kotlin-runtime as explicit dependency for script.
Relates to #KT-11839
|
2016-08-17 12:40:50 +03:00 |
|
Alexey Sedunov
|
fbd6edce92
|
Light Classes: Support property accessors with non-conventional names
#KT-13032 Fixed
|
2016-08-17 12:28:46 +03:00 |
|
Alexey Sedunov
|
94c4b426f5
|
Pull Up: Skip super members without explicit declarations
#KT-13124 Fixed
|
2016-08-17 11:50:00 +03:00 |
|
Alexey Sedunov
|
6766494581
|
Push Down: Do not specifiy visibility on generated overriding members
#KT-12971 Fixed
|
2016-08-17 11:49:59 +03:00 |
|
Alexey Sedunov
|
ad3ffdab18
|
Rename: Use RenameKotlinParameterProcessor for constructor/lambda parameters
#KT-13253 Fixed
|
2016-08-17 11:49:58 +03:00 |
|
Alexey Sedunov
|
2e887ebcef
|
Rename: Do not report shadowing conflict if redeclaration is detected
#KT-13240 Fixed
|
2016-08-17 11:49:58 +03:00 |
|
Alexey Sedunov
|
8232c66617
|
Move: Warn about accessibility conflicts when moving entire file
#KT-13175 Fixed
|
2016-08-17 11:49:57 +03:00 |
|
Alexey Sedunov
|
baa549e7c8
|
Move: Warn about accessibility conflicts due to moving to unrelated module
#KT-13174 Fixed
|
2016-08-17 11:49:56 +03:00 |
|
Alexey Sedunov
|
6a42802240
|
Rename: Warn about function name conflicts
#KT-13239 Fixed
|
2016-08-17 11:49:55 +03:00 |
|
Alexey Sedunov
|
385640c86f
|
Rename: Fix name quoting for automatic renamers
#KT-13282 Fixed
#KT-13283 Fixed
|
2016-08-17 11:49:54 +03:00 |
|
Alexey Sedunov
|
a5da9e81a0
|
Rename: Conflict detection for type parameters
#KT-13254 Fixed
|
2016-08-17 11:49:53 +03:00 |
|
Alexey Sedunov
|
562488b348
|
Create from Usage: Disable "Create property" (non-abstract) in interfaces. Make "Create function" (non-abstract) generate function body in interfaces
#KT-13365 Fixed
|
2016-08-17 11:49:52 +03:00 |
|
Alexey Sedunov
|
f4d9f33f48
|
Change Signature: Yield to other usage processor if target element is neither KtFunction, nor PsiMethod
#KT-13277 Fixed
|
2016-08-17 11:49:52 +03:00 |
|
Michael Bogdanov
|
e6d96be329
|
Removed redundant 'addThis' flag
|
2016-08-17 11:26:46 +03:00 |
|
Michael Bogdanov
|
e0d525b72a
|
Support bound function reference inlining
|
2016-08-17 11:26:45 +03:00 |
|
Michael Bogdanov
|
439431e923
|
ParameterBuilder refactoring: allow to generate captured parameter between value ones
|
2016-08-17 11:26:45 +03:00 |
|
Valentin Kipyatkov
|
7f07890f6a
|
KT-13298 Suggest names for overridden properties / functions in completion
#KT-13298 Fixed
|
2016-08-16 18:17:24 +03:00 |
|
Valentin Kipyatkov
|
7ebf001d25
|
Moved class
|
2016-08-16 17:38:19 +03:00 |
|
Valentin Kipyatkov
|
8e6a01fe0a
|
arrayListOf, mutableListOf, hashSetOf and mutableSetOf supported
|
2016-08-16 17:38:19 +03:00 |
|
Valentin Kipyatkov
|
054558ad95
|
More correct checking of smart cast preserving
|
2016-08-16 17:38:19 +03:00 |
|
Valentin Kipyatkov
|
bfed954e85
|
Added tests
|
2016-08-16 17:38:19 +03:00 |
|
Valentin Kipyatkov
|
f5530c8bf0
|
Added comment
|
2016-08-16 17:38:18 +03:00 |
|
Valentin Kipyatkov
|
e32724330f
|
Moved shouldUseInputVariable from Transformation to TransformationMatcher and changed its semantics a bit
|
2016-08-16 17:38:18 +03:00 |
|