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 |
|
Stanislav Erokhin
|
6f9d9759ce
|
Renamed KtScope to MemberScope
|
2015-11-05 14:34:00 +03:00 |
|
Alexander Udalov
|
748c0e7149
|
Don't assert that annotation class has constructor in AnnotationDeserializer
#KT-9758 Fixed
|
2015-11-05 13:42:31 +03:00 |
|
Ilya Gorbunov
|
1a0c2e2cf6
|
In-place sorting.
#KT-9034
|
2015-11-05 09:04:31 +03:00 |
|
Ilya Gorbunov
|
5e9b7b9e60
|
Collections.sort without comparator now uses natural order.
#KT-9771 Fixed
|
2015-11-05 09:03:30 +03:00 |
|
Ilya Gorbunov
|
d5edbfd005
|
Refactoring: do not use own classes for nullsFirst and nullsLast wrappers of natural order.
|
2015-11-05 09:03:29 +03:00 |
|
Ilya Gorbunov
|
fa261a7697
|
Add override for default method of Comparator from JDK8
|
2015-11-05 09:03:07 +03:00 |
|
Ilya Gorbunov
|
2b676e08bc
|
Introduce naturalOrder<T> and reverseOrder<T> comparators.
|
2015-11-05 09:03:05 +03:00 |
|
Ilya Gorbunov
|
83fef68876
|
Add more cases to array in-place reversing test.
Add array of objects case to all reversing tests.
|
2015-11-05 09:03:03 +03:00 |
|
Ilya Gorbunov
|
4fc54a12b8
|
In-place reversing.
#KT-9034
|
2015-11-05 09:02:58 +03:00 |
|
Ilya Gorbunov
|
1400bdc09a
|
Do not allow removeSurrounding remove overlapping prefix and suffix.
|
2015-11-04 22:19:59 +03:00 |
|
Ilya Gorbunov
|
05fd2b012a
|
Provide overloads both for Strings and CharSequences of filter, filterNot, reversed and partition
|
2015-11-04 22:19:57 +03:00 |
|
Ilya Gorbunov
|
62d6bcaa6d
|
Provide overloads both for Strings and CharSequences of removePrefix, removeSuffix, removeSurronding, trim* and pad*, replaceRange & removeRange
|
2015-11-04 22:19:55 +03:00 |
|
Ilya Gorbunov
|
2ed611e2c5
|
Docs corrections.
|
2015-11-04 22:19:52 +03:00 |
|
Ilya Gorbunov
|
0dd7e398c7
|
Use reverse indexed iteration in last and lastOrNull with predicate for CharSequences and Strings.
|
2015-11-04 22:19:50 +03:00 |
|
Ilya Gorbunov
|
8c16fad8b1
|
Make more string tests cross-platform.
|
2015-11-04 22:19:48 +03:00 |
|
Ilya Gorbunov
|
5373c380ac
|
Remove obsolete extensions conflicting with stdlib
|
2015-11-04 22:19:46 +03:00 |
|