Pavel V. Talanov
|
06916d98c6
|
default -> companion: replace all mentions of default and default object
|
2015-03-17 15:47:39 +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
|
bfeb21afb0
|
stdlib: stream() for Map #KT-6547 Fixed
|
2015-03-10 11:21:41 +03:00 |
|
Valery Kharitonov
|
8873be22d5
|
Implemented asList() method for arrays. #KT-1313 Fixed
|
2015-03-10 11:21:40 +03:00 |
|
Valery Kharitonov
|
c8094e7587
|
Implemented indexOfFirst/Last(predicate). #KT-6577 Fixed
|
2015-03-10 11:21:40 +03:00 |
|
Valery Kharitonov
|
38a4f86db2
|
Implemented asIterable method for arrays. #KT-1313 Fixed
|
2015-03-10 11:21:39 +03:00 |
|
Laszlo Hornyak
|
3954215b50
|
Add support for + and - operators in immutable maps #KT-6594 Fixed
|
2015-03-10 11:21:38 +03:00 |
|
Ilya Ryzhenkov
|
1a67e35739
|
Add more tests to cover stdlib
|
2015-03-10 11:21:38 +03:00 |
|
Nikolay Krasko
|
d827038f7c
|
Fix test
|
2015-03-05 12:01:42 +03:00 |
|
Nikolay Krasko
|
30a50746b5
|
Intrinsic default objects implementation: tests
|
2015-03-05 01:30:38 +03:00 |
|
Dmitry Jemerov
|
2cc291efdb
|
Standard library documentation continued.
|
2015-03-03 11:20:30 +01:00 |
|
Valentin Kipyatkov
|
9317593565
|
Fixed test data to be compilable with new import rules
|
2015-01-21 20:10:17 +03:00 |
|
Ilya Ryzhenkov
|
3a9e41f2d7
|
stdlib: Pair and Triple .toList()
|
2015-01-20 22:39:24 +03:00 |
|
Ilya Ryzhenkov
|
95d4accda7
|
stdlib: add flatten()
|
2015-01-20 22:39:24 +03:00 |
|
Ilya Ryzhenkov
|
1d4591d99c
|
stdlib: add sumBy(function)
|
2015-01-20 22:39:23 +03:00 |
|
Ilya Ryzhenkov
|
4ee64d7283
|
Covering stdlib with tests.
|
2015-01-20 22:37:16 +03:00 |
|
Ilya Ryzhenkov
|
9b04f57a25
|
Collection tests: format and fix usages of deprecated symbols.
|
2015-01-20 22:37:15 +03:00 |
|
Zalim Bashorov
|
51724e4b0d
|
Drop some obsolete TODOs in MapJsTest
|
2014-12-26 14:20:21 +03:00 |
|
Zalim Bashorov
|
7579471859
|
JS stdlib: fixed Set::equals.
|
2014-12-23 20:01:21 +03:00 |
|
Ilya Ryzhenkov
|
4cd2ba1e30
|
Fix Array<out> variance in stdlib #KT-6482 Fixed
|
2014-12-23 20:00:01 +03:00 |
|
Andrey Breslav
|
5a7aa65d53
|
Failing tests temporarily disabled
|
2014-12-23 15:18:47 +03:00 |
|
Andrey Breslav
|
6728a384e4
|
KT-4881 Annotation resolved to package should be compile-time error
#KT-4881 Fixed
|
2014-12-23 15:18:47 +03:00 |
|
Ilya Ryzhenkov
|
f4b96a0a1a
|
Add mapIndexed() function for common case withIndex().map{} #KT-3153 Fixed
|
2014-12-16 17:33:27 +03:00 |
|
Ilya Ryzhenkov
|
846014b37f
|
Add missing sum() on Streams.
|
2014-12-16 17:33:27 +03:00 |
|
Ilya Ryzhenkov
|
053586f481
|
Make lazy version of assert accept function with Any return value, #KT-6459 Fixed
|
2014-12-16 17:33:26 +03:00 |
|
Ilya Ryzhenkov
|
be717f48f8
|
Stop using deprecated APIs
|
2014-12-16 17:33:24 +03:00 |
|
Ilya Ryzhenkov
|
fbbb7eced1
|
Collect deprecated code, remove unused private ImmutableArrayList
|
2014-12-16 17:33:22 +03:00 |
|
Ilya Ryzhenkov
|
31fb24d390
|
Sort collections/map APIs, improve empty implementations.
|
2014-12-16 17:33:21 +03:00 |
|
Ilya Ryzhenkov
|
fa0542b801
|
Clean size/length/first/head/empty properties and functions.
|
2014-12-16 17:33:21 +03:00 |
|
Ilya Ryzhenkov
|
828ba385ea
|
Cleanup ordering, improve API
|
2014-12-16 17:33:20 +03:00 |
|
Ilya Ryzhenkov
|
e890c2ee0d
|
Deprecate withIndicies(), introduce optimized and fixed withIndex and forEachIndexed()
|
2014-12-16 17:33:20 +03:00 |
|
Zalim Bashorov
|
eae86e035f
|
Minor in stdlib: move String.trimLeading and String.trimTrailing to common place.
|
2014-11-18 15:57:50 +03:00 |
|
Denis Zharkov
|
e768b4e285
|
stdlib: Introduced filterIsInstance version
without class-literal as a parameter
|
2014-11-13 20:56:10 +03:00 |
|
Denis Zharkov
|
da5164acd8
|
stdlib: Introduced Array<T>?.orEmpty() in JVM-stdlib
|
2014-11-13 20:56:10 +03:00 |
|
Denis Mekhanikov
|
80493aa4e6
|
stdlib: improve tests
|
2014-11-07 17:14:57 +03:00 |
|
Zalim Bashorov
|
624f5c4c34
|
Minor: moved test for check the iterating over String to common place.
#KT-3617 Fixed
|
2014-11-07 16:30:50 +03:00 |
|
Ilya Ryzhenkov
|
8fc550f3b1
|
Fix split invocation in js tests.
|
2014-11-06 17:13:17 +03:00 |
|
Ilya Ryzhenkov
|
2e154b73de
|
Support componentN for arrays and lists #KT-5538 Fixed
|
2014-11-06 16:45:57 +03:00 |
|
Ilya Ryzhenkov
|
24ee79aa2d
|
Replace ArrayList<Any>() with stdlib_emptyListClass() and fix test. #KT-6013 Fixed
|
2014-11-06 16:45:56 +03:00 |
|
Nikolay Krasko
|
8d86951a3b
|
Refactoring: junit.framework.Assert -> org.junit.Assert
|
2014-10-27 12:47:43 +04:00 |
|
Michael Nedzelsky
|
edac2dd3bd
|
JS backend: tests for KT-2468
|
2014-10-14 16:45:54 +04:00 |
|
Zalim Bashorov
|
f202ad9f98
|
Stdlib: run all stdlib tests with JS backend(as possible).
|
2014-10-13 21:25:56 +04:00 |
|
Michael Nedzelsky
|
2db1d128a0
|
JS backend: add ArrayList(Collection) into javautilCode.kt
|
2014-10-07 08:37:01 +04:00 |
|
Ilya Ryzhenkov
|
3e4cc87c87
|
Add more tests on streams and move relevant code from old iterators tests.
|
2014-09-26 01:33:51 +04:00 |
|
Ilya Ryzhenkov
|
c074b4317e
|
Cleanup concurrent
|
2014-09-24 17:39:47 +04:00 |
|
Ilya Ryzhenkov
|
3ab1901f06
|
Rename Serializable test file
|
2014-09-24 17:39:47 +04:00 |
|
Ilya Ryzhenkov
|
7b77229638
|
Cleanup Serializable test
|
2014-09-24 17:39:47 +04:00 |
|
Ilya Ryzhenkov
|
f2b9b370e1
|
Clean Dom and Dom tests.
|
2014-09-24 17:39:46 +04:00 |
|
Natalia Ukhorskaya
|
655682ac97
|
Move regression tests from stdlib to compiler
#KT-5770 FIxed
|
2014-09-17 13:59:52 +04:00 |
|
Zalim Bashorov
|
30208d5532
|
Minor: drop semicolon in package declaration everywhere.
|
2014-09-16 19:32:37 +04:00 |
|