Ilya Gorbunov
|
4660b07687
|
StdLib cleanup: drop deprecated iterators and streams.
|
2015-06-29 17:06:45 +03:00 |
|
Ilya Gorbunov
|
1fc5c39c22
|
Remove overload of joinToString with 5 parameters and it's usage from java code.
|
2015-05-15 03:02:48 +03:00 |
|
Ilya Gorbunov
|
16d20ff009
|
Temporary add jvm.overloads annotation for generated joinToString() method.
Stdlib generator: allow to specify arbitrary annotations for all or some of generic function expansions.
|
2015-05-09 01:11:49 +03:00 |
|
Ilya Gorbunov
|
d531d7130f
|
Add an optional parameter to joinToString() and joinTo() functions: lambda function which maps the element to string.
#KT-5468 Fixed
|
2015-05-09 01:11:47 +03:00 |
|
Ilya Gorbunov
|
9759be5493
|
Generate sum() methods for arrays, iterables and sequences of Byte and Short. These overloads got explicit platformName.
Heuristics to decide when to set platformName.
#KT-3714
|
2015-04-22 18:21:24 +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 |
|
Dmitry Jemerov
|
7827bbf64b
|
Standard library documentation updates.
|
2015-02-09 19:19:29 +01:00 |
|
Valentin Kipyatkov
|
817b86a820
|
Temporary added explicit imports of java.util.Collections into stdlib
|
2014-12-26 16:23:18 +03:00 |
|
Ilya Ryzhenkov
|
2b8ffeda28
|
Stop generating deprecated string functions, move to deprecated folder.
|
2014-12-16 17:33:23 +03:00 |
|
Ilya Ryzhenkov
|
19858b9f74
|
Created join, joinTo and joinToString functions, deprecated makeString & appendString #KT-3841 Fixed
|
2014-06-10 11:11:02 +04:00 |
|
Ilya Ryzhenkov
|
89c1260627
|
Fix formatting in Engine and templates
|
2014-04-24 12:59:41 +04:00 |
|
Ilya Ryzhenkov
|
cbc0e6404e
|
Support String in generators, and migrate generated functions.
|
2014-04-24 12:59:41 +04:00 |
|
Ilya Ryzhenkov
|
e37d8174c3
|
New stdlib generators
|
2014-03-19 20:25:11 +04:00 |
|