Evgeny Gerashchenko
|
5ccbce6de6
|
Got rid of "tuple" word all over the code.
|
2013-03-22 16:38:25 +04:00 |
|
Evgeny Gerashchenko
|
e8cf905ed0
|
Fixed typo.
|
2013-03-22 16:38:25 +04:00 |
|
Evgeny Gerashchenko
|
66e7a0110c
|
Updated test data and stdlib code which dependent on Tuple0/Unit
aliasing.
|
2013-03-22 16:38:24 +04:00 |
|
Evgeny Gerashchenko
|
655f9e01a2
|
Renamed tuples from other code.
|
2013-03-22 16:37:16 +04:00 |
|
Mikhael Bogdanov
|
93b860e4ad
|
Always generate getter and setter
|
2013-03-20 20:50:06 +04:00 |
|
Zalim Bashorov
|
7143393172
|
Added support bitwise operations in js translator
|
2013-03-19 16:31:02 +04:00 |
|
Zalim Bashorov
|
9c2d5a8ddb
|
Fixed translating primitive arrays to js.
|
2013-03-19 16:31:02 +04:00 |
|
Zalim Bashorov
|
322d35ac2f
|
Added some tests for JS implementation of HashMap
Fixed JS implementation of HashMap#putAll
|
2013-03-12 21:09:33 +04:00 |
|
Yurii Samsoniuk
|
b39d3bec5a
|
#KT-3381 fixed.
Corrected documentation misspelling.
|
2013-03-09 15:32:50 +02:00 |
|
Svetlana Isakova
|
fe82ea5464
|
reverted: adopt to broken inference
|
2013-03-07 13:11:21 +04:00 |
|
Zalim Bashorov
|
220682afe2
|
fixed mapping sort and max functions from java.util.Collections
|
2013-03-06 19:16:14 +04:00 |
|
Zalim Bashorov
|
dd7d584478
|
Added some tests for JS implementation of HashMap#values() (#KT-3035)
|
2013-03-06 19:16:14 +04:00 |
|
Evgeny Gerashchenko
|
c93df9fd9d
|
Got rid of deprecated method.
|
2013-03-04 18:54:06 +04:00 |
|
Evgeny Gerashchenko
|
e2a13da325
|
Disabled part of IoTest.listFiles on Windows.
|
2013-03-04 18:54:05 +04:00 |
|
Evgeny Gerashchenko
|
0e85fdd2cf
|
KT-3290 File.recurse NPE
#KT-3290 fixed
|
2013-03-04 17:33:58 +04:00 |
|
Evgeny Gerashchenko
|
bfd80e7855
|
Reformatted.
|
2013-03-04 17:33:58 +04:00 |
|
Evgeny Gerashchenko
|
8df2f83de0
|
Fixed typo.
|
2013-03-04 17:33:58 +04:00 |
|
Evgeny Gerashchenko
|
b9e5704057
|
Updated test data and stdlib sources.
|
2013-02-13 18:08:37 +04:00 |
|
Evgeny Gerashchenko
|
ccab19b2a1
|
Added range/progression tests with NaN ends.
|
2013-02-13 18:08:36 +04:00 |
|
Evgeny Gerashchenko
|
021496c07d
|
Prohibited NaN steps.
|
2013-02-13 18:08:36 +04:00 |
|
Evgeny Gerashchenko
|
5a4ae00970
|
Added range iteration test with non-literal ranges.
|
2013-02-13 18:08:33 +04:00 |
|
Maxim Shafirov
|
b851c5597a
|
compilation fix
|
2013-02-13 16:14:33 +04:00 |
|
Maxim Shafirov
|
7231606eb2
|
Make sure files don't get overwritten if someone mixes generated and normal stdlib sources in one folder during build.
|
2013-02-13 13:59:29 +04:00 |
|
Maxim Shafirov
|
15446e98b8
|
Fix tests failing after stdlib generation refactoring
|
2013-02-13 12:41:12 +04:00 |
|
Maxim Shafirov
|
24d99eb33f
|
adopt to broken inference
|
2013-02-13 12:41:12 +04:00 |
|
Maxim Shafirov
|
620aae28d0
|
Collections standard library is now generated from templates.
|
2013-02-13 12:41:12 +04:00 |
|
Nikolay Krasko
|
b61bdcd67d
|
Remove extension toArray()
|
2013-02-11 16:09:26 +04:00 |
|
Maxim Shafirov
|
9f546f938d
|
KT-3192 Drop kotlin.nullable package
#KT-3192 Fixed
|
2013-02-04 18:02:52 +04:00 |
|
Evgeny Gerashchenko
|
57e985b7f1
|
Generated codegen tests for ranges.
|
2013-01-30 19:24:15 +04:00 |
|
Evgeny Gerashchenko
|
58f37f38f4
|
Renamed NumberSequence to Progression.
|
2013-01-29 22:55:10 +04:00 |
|
Evgeny Gerashchenko
|
dd4b508213
|
Adapted usage of failsWith().
|
2013-01-29 22:55:10 +04:00 |
|
Evgeny Gerashchenko
|
719ed4c795
|
failsWith is really checking for exception class.
|
2013-01-29 22:55:09 +04:00 |
|
Evgeny Gerashchenko
|
66ce736a81
|
Moved failsWith to TestJVM.
|
2013-01-29 22:55:09 +04:00 |
|
Evgeny Gerashchenko
|
63484e28e0
|
Renamed Iterable.contains to containsItem, to avoid puzzling.
Otherwise, you could accidentally look for Double in List<Int>, or even for Int in ShortSequence (by stupid iterating).
|
2013-01-29 22:55:09 +04:00 |
|
Evgeny Gerashchenko
|
2fd1430329
|
Tests for all kinds of ranges and sequences.
|
2013-01-29 22:55:09 +04:00 |
|
Evgeny Gerashchenko
|
6d41697af0
|
Added ComparableRange.
|
2013-01-29 22:55:07 +04:00 |
|
Evgeny Gerashchenko
|
b2e74b1473
|
Adapted code to new structure of ranges.
|
2013-01-29 22:55:06 +04:00 |
|
Evgeny Gerashchenko
|
0ff3589bb9
|
Moved *Range.step() functions to stdlib.
|
2013-01-29 22:55:05 +04:00 |
|
Evgeny Gerashchenko
|
9b866b2e12
|
Implemented reversed() in proper way.
- converted it into function
- return sequence values
- implemented for sequences as well
|
2013-01-29 22:55:05 +04:00 |
|
Evgeny Gerashchenko
|
0051cb9553
|
downTo functions return sequence instead of range now.
|
2013-01-29 22:55:04 +04:00 |
|
Evgeny Gerashchenko
|
c8a194c0a8
|
Dropped *Range.isReversed
|
2013-01-29 22:55:04 +04:00 |
|
Natalia.Ukhorskaya
|
5c56900a09
|
Fix maven build: rename namespace class to package class
|
2013-01-18 12:59:36 +04:00 |
|
Alexander Udalov
|
e97b65801b
|
Fix stdlib tests compilation
|
2013-01-16 22:18:14 +04:00 |
|
Alexander Udalov
|
047db78104
|
Fix failing build, add imports
|
2013-01-16 21:21:43 +04:00 |
|
Evgeny Gerashchenko
|
abaa450917
|
Moved JVM-specific String functions filter(), map(), etc to StringsJVM.kt
|
2013-01-16 20:32:24 +04:00 |
|
Evgeny Gerashchenko
|
8f78ee851b
|
Fixed typo in comment.
|
2013-01-16 19:08:13 +04:00 |
|
Yuri Samsoniuk
|
b9e07eb645
|
[KT-1859] Added collection like extension methods to String.
|
2013-01-16 19:03:49 +04:00 |
|
Svetlana Isakova
|
4dc51901ba
|
changed groupBy method signature (in standard library)
|
2012-12-26 17:05:08 +04:00 |
|
Andrey Breslav
|
f925bfccd0
|
Changing default nullability for type arguments to NotNull
|
2012-12-14 15:28:21 +04:00 |
|
Andrey Breslav
|
32073f0987
|
Fixing compilation in stdlib tests
|
2012-12-10 17:00:05 +04:00 |
|