Abduqodiri Qurbonzoda
|
1be0e3f70e
|
Document that arrayOfNulls throws RuntimeException on negative size
|
2023-06-20 16:31:59 +00:00 |
|
Ilya Gorbunov
|
1a471d7f6b
|
Annotate new enum-related API with SinceKotlin.
|
2016-11-04 04:18:51 +03:00 |
|
Michael Bogdanov
|
fd6d4c352c
|
Special enum function support; Fix for KT-10569: Cannot iterate over values of an enum class when it is used as a generic parameter
#KT-10569 Fixed
|
2016-11-03 14:27:13 +03:00 |
|
Ilya Gorbunov
|
0332217b70
|
Remove implementations of intrinsic array creation functions (arrayOf, primitiveArrayOf)
#KT-11485 Fixed
|
2016-03-31 17:15:10 +03:00 |
|
Denis Zharkov
|
6c0cd70a22
|
Introduce PureReifiable annotation
It prevents reporting unsafe substitution warning on expressions
like 'arrayOf(arrayOf(""))'
|
2016-01-22 19:17:22 +03:00 |
|
Ilya Gorbunov
|
4d5ec9be3f
|
Drop identityEquals from builtins, compiler and tests.
|
2016-01-22 05:54:38 +03:00 |
|
Mikhail Glukhikh
|
4b9d136ced
|
identityEquals is deprecated
|
2015-09-25 20:00:54 +03:00 |
|
Yan Zhulanow
|
1139a8dd0e
|
Mark builtins and stblib functions with 'operator'
|
2015-09-25 19:20:18 +03:00 |
|
Andrey Breslav
|
0e972acf8c
|
== turned into a safe-call
|
2015-02-10 06:55:46 +01:00 |
|
Dmitry Jemerov
|
7827bbf64b
|
Standard library documentation updates.
|
2015-02-09 19:19:29 +01:00 |
|
Alexander Udalov
|
21b2fa2509
|
Update copyrights to 2015
|
2015-01-13 01:15:18 +03:00 |
|
Denis Zharkov
|
8d47bdfebb
|
Made <T> in arrayOfNulls() reified #KT-5651 Fixed
|
2014-11-13 20:56:10 +03:00 |
|
Alexander Udalov
|
8762a02844
|
Add/update copyrights in built-ins sources
|
2014-03-02 19:55:29 +04:00 |
|
Alexander Udalov
|
d5e2c4ad4c
|
Generate built-in sources of arrays
Extract Array class into a separate file, move arrayOfNulls to Library.kt, fix
formatting and generate Arrays.kt
|
2014-03-02 19:55:27 +04:00 |
|
Alexander Udalov
|
6e23af2ba3
|
Split Library.kt into several files
For better readbility and discoverability. Also rename String.compareTo
parameter to "other", since that is the name of parameter of other compareTo's
|
2014-03-02 19:55:27 +04:00 |
|
Alexander Udalov
|
d9029917eb
|
Move built-ins from package "jet" to "kotlin"
#KT-2896 Fixed
|
2014-03-02 19:55:20 +04:00 |
|