Ilya Gorbunov
|
20b122c1dd
|
Use kotlin.test.Test instead of org.junit.Test in common stdlib tests
(and in jvm-only and js-only tests also)
|
2017-10-15 17:40:53 +03:00 |
|
Pap Lorinc
|
e640867238
|
Provide java.util.Collections#shuffle as extensions for collections in JS
#KT-2460
|
2017-10-12 06:06:26 +03:00 |
|
Ilya Gorbunov
|
a8fef3a385
|
Provide MutableList.fill for JS, annotate new API with @SinceKotlin
#KT-8823 #KT-9010
|
2017-10-11 19:20:24 +03:00 |
|
Ilya Gorbunov
|
bb22d6647b
|
Introduce MutableList.fill and shuffle/shuffled extensions for JVM only
'shuffle' and 'fill' are inline only, but 'shuffled' is not.
#KT-8823 Fixed
#KT-9010 Fixed
|
2017-10-11 19:20:24 +03:00 |
|
Ilya Gorbunov
|
6a70761783
|
Minor: normalize '@Test' annotation casing in all tests.
|
2016-11-21 18:20:33 +03:00 |
|
Ilya Gorbunov
|
50cd620f92
|
Remove java.util.* imports from common code.
|
2016-11-21 18:20:33 +03:00 |
|
Ilya Gorbunov
|
c5a208f3eb
|
Rearrange stdlib unit tests across packages.
Rearrange JS stdlib unit tests.
|
2016-06-18 16:50:32 +03:00 |
|
Ilya Gorbunov
|
b253ace198
|
Test different return results of collection mutation operations.
|
2015-11-25 17:18:59 +03:00 |
|
Ilya Gorbunov
|
f17316f4b4
|
Provide removeAll and retainAll with predicate for MutableIterables and MutableList.
#KT-8760 Fixed
|
2015-11-25 17:18:58 +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
|
0ee960da50
|
Change removeAll extension implementation to match the contract of member removeAll.
Add retainAll for sequences.
|
2015-07-17 10:52:51 +03:00 |
|
Ilya Gorbunov
|
899a01e8c2
|
Rename sequence() extension to asSequence()
|
2015-04-22 17:57:20 +03:00 |
|
Ilya Ryzhenkov
|
e448f40756
|
Rename Stream<T> to Sequence<T> and provide migration path via deprecated types and functions.
|
2015-03-12 22:56:43 +03:00 |
|
Ilya Ryzhenkov
|
9b04f57a25
|
Collection tests: format and fix usages of deprecated symbols.
|
2015-01-20 22:37:15 +03:00 |
|
Ilya Ryzhenkov
|
e37d8174c3
|
New stdlib generators
|
2014-03-19 20:25:11 +04:00 |
|