Michael Bogdanov
|
9d3fa7da80
|
Test for obsolete KT-8189: java.lang.UnsupportedOperationException: Don't know how to generate
#KT-8189 Obsolete
|
2015-11-06 12:17:07 +03:00 |
|
Michael Bogdanov
|
0619ef47ac
|
Fix for KT-9877: CompilationError: Cannot pop operand of empty stack
#KT-9877 Fixed
|
2015-11-06 11:46:13 +03:00 |
|
Michael Bogdanov
|
4d77181692
|
Fix for KT-9855: java.lang.IllegalAccessError when using private package level operator method
#KT-9855 Fixed
|
2015-11-06 11:46:12 +03:00 |
|
Michael Bogdanov
|
bd2b01ac1c
|
Fix for KT-5150: Accessors for private methods are not generated for get/set conventions
#KT-5150 Fixed
|
2015-11-06 11:46:12 +03:00 |
|
Michael Bogdanov
|
0fcaaa80df
|
Fix for KT-9140: Default parameters are passed as nulls when using indexing [ ] invocation
#KT-9140 Fixed
|
2015-11-06 11:46:11 +03:00 |
|
Mikhail Glukhikh
|
b556037915
|
Smart casts to nothing after comparison with null
|
2015-11-06 10:57:06 +03:00 |
|
Michael Nedzelsky
|
981d471ebe
|
fix KT-9843 Bug in incremental compilation: module is not recompiled when optional parameter added
and KT-8434 Removing parameter with default value from function in different module breaks incremental compilation
#KT-9843 Fixed
#KT-8434 Fixed
|
2015-11-06 07:45:46 +03:00 |
|
Michael Nedzelsky
|
3dbb117598
|
fix KT-7042 Providing return type for property setter is not reported as error
#KT-7042 Fixed
|
2015-11-06 06:32:20 +03:00 |
|
Michael Nedzelsky
|
e6a2bd05d4
|
fix KT-9652 Warning to specify expected type as Any? when it is already Any?
#KT-9652 Fixed
|
2015-11-06 06:32:07 +03:00 |
|
Michael Nedzelsky
|
c318a13e6c
|
Error on using extension function type as an upper bound
|
2015-11-06 06:31:52 +03:00 |
|
Ilya Gorbunov
|
ee46ec1126
|
Drop deprecated threading extensions.
|
2015-11-06 01:12:11 +03:00 |
|
Ilya Gorbunov
|
850c1518c8
|
Fix Delegates.lazy usages in testData
|
2015-11-06 01:12:09 +03:00 |
|
Ilya Gorbunov
|
70fdc379ef
|
Drop deprecated Delegates.lazy and blockingLazy and ObservableProperty constructor-like function
|
2015-11-06 01:12:07 +03:00 |
|
Ilya Gorbunov
|
219e69be22
|
Drop deprecated join function.
#KT-6909 Fixed
|
2015-11-06 01:12:05 +03:00 |
|
Ilya Gorbunov
|
de77ee6d63
|
Replace deprecated join with joinToString in idl2k
|
2015-11-06 01:12:04 +03:00 |
|
Ilya Gorbunov
|
62b532ec66
|
Replace deprecated join with joinToString in testData
|
2015-11-06 01:12:02 +03:00 |
|
Ilya Gorbunov
|
f3ff2e2e76
|
Replace deprecated join with joinToString
|
2015-11-06 01:12:00 +03:00 |
|
Ilya Gorbunov
|
183523cf24
|
Refactoring: move engine related classes to subdirectory.
|
2015-11-06 00:48:13 +03:00 |
|
Ilya Gorbunov
|
f9bfeb0f32
|
Doc templating: name things properly
|
2015-11-06 00:46:05 +03:00 |
|
Ilya Gorbunov
|
cb79aadb9d
|
Accept out-projections of arrays for unzip.
|
2015-11-06 00:37:01 +03:00 |
|
Stanislav Erokhin
|
55157df3eb
|
Removed MemberScope.ownerDescriptor
|
2015-11-06 00:01:35 +03:00 |
|
Stanislav Erokhin
|
22f78b148c
|
Removed usages of MemberScope.ownerDescriptor property.
|
2015-11-06 00:01:34 +03:00 |
|
Stanislav Erokhin
|
b8e828e040
|
Minor. Changed signature of SamConversionResolver.resolveSamConstructor
|
2015-11-06 00:01:33 +03:00 |
|
Stanislav Erokhin
|
c73d091c52
|
Minor. Fix compilation(KT-9898 Impossible implement kotlin interface in java)
|
2015-11-06 00:01:31 +03:00 |
|
Stanislav Erokhin
|
b3e69a5f5d
|
Created common supertype for HierarchicalScope and MemberScope-- ResolutionScope
|
2015-11-06 00:01:30 +03:00 |
|
Stanislav Erokhin
|
c4582d0e0c
|
Replace function MemberScope.getContainingDeclaration() to property ownerDescriptor
|
2015-11-06 00:01:30 +03:00 |
|
Valentin Kipyatkov
|
52dc23012f
|
Changed parsing of object and enum entries to drop "KtObjectDeclarationName"
|
2015-11-05 23:21:22 +03:00 |
|
Natalia Ukhorskaya
|
03cda7f4d1
|
Access javaTask.classpath property only in doFirst because otherwise it doesn't contain classes added after apply of kotlin plugin
#KT-7277 Fixed
#KT-9899 Fixed
|
2015-11-05 19:19:15 +03:00 |
|
Natalia Ukhorskaya
|
b54afdf144
|
Minor: rename methods
|
2015-11-05 19:19:15 +03:00 |
|
Natalia Ukhorskaya
|
05dbb875a9
|
Minor: fix warnings
|
2015-11-05 19:19:14 +03:00 |
|
Valentin Kipyatkov
|
cacc50dc32
|
Minor
|
2015-11-05 17:47:56 +03:00 |
|
Valentin Kipyatkov
|
25be00d9d9
|
Added TODOs
|
2015-11-05 17:47:56 +03:00 |
|
Valentin Kipyatkov
|
58fc0b6ec8
|
Fixed special item after "super." not working for fake override super
|
2015-11-05 17:47:55 +03:00 |
|
Valentin Kipyatkov
|
bec6c29cb4
|
Fixing class names after rebase
|
2015-11-05 17:47:55 +03:00 |
|
Valentin Kipyatkov
|
e33e1ef8d7
|
KT-8968 Special completion after "super."
#KT-8968 Fixed
|
2015-11-05 17:47:55 +03:00 |
|
Valentin Kipyatkov
|
99b35257c6
|
Preference of right member after "super." and not only
|
2015-11-05 17:47:55 +03:00 |
|
Valentin Kipyatkov
|
731f19ee36
|
Changed behavior
|
2015-11-05 17:47:54 +03:00 |
|
Valentin Kipyatkov
|
b73c574d19
|
Correct completion after "super."
#KT-8406 Fixed
|
2015-11-05 17:47:54 +03:00 |
|
Valentin Kipyatkov
|
218c0cfff7
|
KT-9875 False unused import in kotlinSpacingRules.kt
#KT-9875 Fixed
|
2015-11-05 17:47:54 +03:00 |
|
Mikhail Glukhikh
|
5e9aa38950
|
More precise type handling for equality #KT-2311 Fixed
|
2015-11-05 17:29:34 +03:00 |
|
Sergey Mashkov
|
137a20e0ed
|
JS: better diagnostics for missing test files
|
2015-11-05 14:41:30 +01:00 |
|
Sergey Mashkov
|
703367c5c7
|
Update tests due to removed DOM utilities
|
2015-11-05 14:41:30 +01:00 |
|
Sergey Mashkov
|
20aff28266
|
JS: update webdemo canvas examples
|
2015-11-05 14:41:29 +01:00 |
|
Sergey Mashkov
|
3b68aaa84c
|
JS: fix rhino 64k issue
|
2015-11-05 14:41:29 +01:00 |
|
Sergey Mashkov
|
29973d714e
|
Remove DOM utilities, put temporary to JS to keep compatibility
|
2015-11-05 14:41:28 +01:00 |
|
Sergey Mashkov
|
e9fbebaea2
|
JS: drop deprecated declarations
|
2015-11-05 14:41:28 +01:00 |
|
Sergey Mashkov
|
77d3db635b
|
Remove browser.document
|
2015-11-05 14:17:44 +01:00 |
|
Alexander Udalov
|
dce64c974f
|
Don't output error for "kotlinc -version"
#KT-9676 Fixed
|
2015-11-05 15:13:19 +03:00 |
|
Alexander Udalov
|
5335a81f7d
|
Minor, add JvmField to a constant
|
2015-11-05 15:11:33 +03:00 |
|
Stanislav Erokhin
|
2c3f58eeb7
|
Renamed methods in MemberScope from getSmth to getContributedSmth
|
2015-11-05 14:34:00 +03:00 |
|