Ilya Gorbunov
|
dadcdb5771
|
StdLib cleanup, deprecated symbol usage: List and Map members
|
2015-11-21 00:54:08 +03:00 |
|
Ilya Gorbunov
|
838109c302
|
StdLib cleanup, deprecated symbol usage: replace end with endInclusive
|
2015-11-21 00:54:06 +03:00 |
|
Ilya Gorbunov
|
07654eb82b
|
StdLib cleanup, deprecated symbol usage: size() and length()
|
2015-11-21 00:54:05 +03:00 |
|
Mikhail Glukhikh
|
4e44466cf9
|
Exposed visibility deprecation warnings made errors + relevant test fixes
|
2015-11-20 15:21:01 +03:00 |
|
Ilya Gorbunov
|
be9b14545f
|
Drop deprecations and tighten up left ones.
|
2015-11-11 18:59:53 +03:00 |
|
Ilya Gorbunov
|
5b484f1e05
|
Make emptyMap upperbound to be Any? rather than Any.
#KT-9963
|
2015-11-11 17:14:41 +03:00 |
|
Ilya Gorbunov
|
f7135dfe50
|
Do not override default AbstractList iterator() implementation for primitiveArray.asList wrappers.
#KT-9927 Fixed
|
2015-11-11 16:41:39 +03:00 |
|
Ilya Gorbunov
|
9323f61eaf
|
Introduce T.addTo(MutableCollection<T>), mapNotNull and mapIndexedNotNull extensions.
#KT-4410 Fixed
|
2015-11-11 03:12:17 +03:00 |
|
Ilya Gorbunov
|
008a8059cf
|
Introduce filterIndexed
#KT-9502 Fixed
|
2015-11-11 02:42:52 +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
|
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
|
65a98d6968
|
Temporary drop mapNotNull and mapNotNullTo.
Disable mapNotNull tests
#KT-4410
|
2015-11-04 00:05:45 +03:00 |
|
Ilya Gorbunov
|
579ce8091c
|
Cleanup tests, specify type where it's ambiguous.
|
2015-10-27 21:48:27 +03:00 |
|
Ilya Gorbunov
|
e2cf8a919c
|
Fix contains usages in stdlib tests
|
2015-10-16 23:38:30 +03:00 |
|
Ilya Gorbunov
|
935024db4e
|
Fix with hack bridge codegen for indexOf and lastIndexOf methods. More sophisticated solution is required.
|
2015-10-14 22:49:40 +03:00 |
|
Alexey Tsvetkov
|
eae644c365
|
Remove isArrayOf reference from common JVM/JS test
|
2015-10-14 20:06:52 +03:00 |
|
Alexey Tsvetkov
|
62c25c0370
|
Replace is Array<T> with .isArrayOf<T>()
|
2015-10-14 18:36:53 +03:00 |
|
Ilya Gorbunov
|
6d2f9cc669
|
Remove obsolete iterator tests
|
2015-10-13 22:31:15 +03:00 |
|
Dmitry Jemerov
|
1523d5bcbf
|
removing static type assertions work in progress
|
2015-10-12 11:11:23 +02:00 |
|
Denis Zharkov
|
3733d0e84f
|
Adjust stdlib to remove/charAt transformation
|
2015-10-11 19:59:25 +03:00 |
|
Ilya Gorbunov
|
e09c0ae2ff
|
Rename toMap { selector } to toMapBy.
#KT-6657
|
2015-10-08 17:48:47 +03:00 |
|
Ilya Gorbunov
|
db93532e7c
|
Deprecate merge and introduce instead zip with transform.
Add zip with transform for Strings.
|
2015-10-08 17:48:35 +03:00 |
|
Ilya Gorbunov
|
12d9beb3a4
|
Deprecate join (use joinToString instead)
#KT-6909
|
2015-10-08 17:48:33 +03:00 |
|
Ilya Gorbunov
|
73e41fb216
|
StdLib cleanup: remove unused imports
|
2015-10-07 22:36:13 +03:00 |
|
Ilya Gorbunov
|
404b228954
|
StdLib cleanup: replace fails with assertFails
|
2015-10-07 22:36:06 +03:00 |
|
Denis Zharkov
|
a0e9754edc
|
Adjust js collections to size transformation
|
2015-10-07 08:46:33 +03:00 |
|
Denis Zharkov
|
5cecaa6f87
|
Get rid of deprecated annotations and modifiers in stdlib (besides JS)
|
2015-09-18 10:14:28 +03:00 |
|
Ilya Gorbunov
|
e95be9096e
|
Revert unification of operations on Array<T> and Array<out T> (copyOf, copyOfRange) which return the same type as the receiver.
Leave sortedArray, reversedArray and sliceArray only for covariant projection of array as the receiver.
|
2015-09-17 21:15:11 +03:00 |
|
Ilya Gorbunov
|
c4b18d8fb8
|
Special case of slice for int ranges, sliceArray returning array.
#KT-8711
|
2015-09-02 20:22:38 +03:00 |
|
Ilya Gorbunov
|
faa26cdb25
|
Introduce operations on Arrays returning Arrays: reversedArray, sortedArray.
#KT-8711
|
2015-09-02 20:22:27 +03:00 |
|
Ilya Gorbunov
|
83f9ee2737
|
Concurrent getOrPut for concurrent maps.
#KT-5800 Fixed
|
2015-08-28 17:51:48 +03:00 |
|
Ilya Gorbunov
|
84d3d42e05
|
Replace deprecated reverse method usages.
|
2015-08-27 11:45:44 +03:00 |
|
Ilya Gorbunov
|
ca798d8d71
|
Rename reverse to reversed.
#KT-8171
|
2015-08-27 11:45:30 +03:00 |
|
Ilya Gorbunov
|
b8badd59ba
|
Introduce reversed extension for Comparator.
|
2015-08-27 00:10:11 +03:00 |
|
Ilya Gorbunov
|
7d33599fc2
|
Parameterless nullsFirst and nullsLast and misc comparator combining functions.
|
2015-08-27 00:09:44 +03:00 |
|
Ilya Gorbunov
|
5a4e598ba7
|
Another approach for sorting nulls.
|
2015-08-27 00:09:31 +03:00 |
|
Ilya Gorbunov
|
d49a1973e5
|
Change null handling in compareValuesBy(a, b, functions). Provide nullsFirst() and nullsLast() to extend Comparator<T> to Comparator<T?>.
|
2015-08-27 00:09:17 +03:00 |
|
Ilya Gorbunov
|
63110dcdf8
|
Remove StdLibArraysTest and include collections/ArraysTest.kt into StdLibTestToJSTest smoke tests instead.
Move helper methods, so they are available in JS semantics tests.
|
2015-08-27 00:09:04 +03:00 |
|
Ilya Gorbunov
|
521e0b679d
|
Rename sortedDescendingBy to sortedByDescending
|
2015-08-27 00:08:50 +03:00 |
|
Ilya Gorbunov
|
002c3e850f
|
Tests for sorting methods.
|
2015-08-27 00:08:37 +03:00 |
|
Ilya Gorbunov
|
6f71e54268
|
In-place array sorting in JS.
|
2015-08-27 00:07:56 +03:00 |
|
Sergey Mashkov
|
0e25a5ea82
|
JS: arrayToString should use toString() instead of direct join to handle nulls properly
#KT-8663 Fixed
|
2015-07-31 14:28:30 +03:00 |
|
Ilya Gorbunov
|
81cbbad1e5
|
Add test comparing behavior of a reversed list and a reversed view on a list.
|
2015-07-31 14:28:29 +03:00 |
|
Sergey Mashkov
|
8a0c752f99
|
KT-4844 Support asReversed() for lists
|
2015-07-31 14:28:29 +03:00 |
|
Ilya Gorbunov
|
34afb450d8
|
List binarySearch and binarySearchBy methods and tests.
#KT-5444 Fixed
#KT-8217 Fixed
|
2015-07-24 04:34:56 +03:00 |
|
Ilya Gorbunov
|
d831509cee
|
Provide listOfNotNull method.
|
2015-07-24 04:34:31 +03:00 |
|
Ilya Gorbunov
|
12e3542bce
|
Provide toTypedArray method for primitive arrays.
|
2015-07-24 04:33:55 +03:00 |
|
Ilya Gorbunov
|
da3ec891d0
|
Provide unzip method for Iterables, Arrays and Sequences of pairs.
#KT-5793 Fixed
|
2015-07-24 04:28:57 +03:00 |
|