Mikhail Glukhikh
|
233e8e58e8
|
Code cleanup: get rid of unnecessary !! / as, fake warning comments and issues
|
2015-12-15 12:00:58 +03:00 |
|
Ilya Gorbunov
|
f509937037
|
Move array constructors to builtins module back to kotlin package.
|
2015-12-14 04:29:11 +03:00 |
|
Ilya Gorbunov
|
871c5c66b4
|
Move code between packages (JS)
|
2015-12-14 03:49:46 +03:00 |
|
Ilya Gorbunov
|
dd2ae15531
|
Move code between packages.
|
2015-12-14 03:49:45 +03:00 |
|
Alexey Tsvetkov
|
199827635f
|
Reserve 'typeof' as a keyword
|
2015-12-10 21:26:41 +03:00 |
|
Yan Zhulanow
|
d21985493e
|
Mark functions with 'operator' in JS stdlib
|
2015-11-27 15:51:11 +03:00 |
|
Yan Zhulanow
|
278f1cd6ef
|
Fix "Placing function type parameters after the function name" errors in project
|
2015-11-27 15:51:11 +03:00 |
|
Ilya Gorbunov
|
0dbbb6c19c
|
Rename operand parameter of plus and minus for collections
|
2015-11-21 00:54:37 +03:00 |
|
Ilya Gorbunov
|
7e7a55bbe4
|
StdLib: Rename method parameters (Strings)
|
2015-11-21 00:54:19 +03:00 |
|
Ilya Gorbunov
|
a3cd86d2cd
|
StdLib: Rename method parameters (Collections)
|
2015-11-21 00:54:16 +03:00 |
|
Ilya Gorbunov
|
0579f6c8bf
|
Replace Regex.match and matchAll usages
|
2015-11-11 18:59:55 +03:00 |
|
Ilya Gorbunov
|
8bdd1e3246
|
Sorting optimizations: do not make excessive copies, introduce methods to sort the whole array.
#KT-9904 Fixed
|
2015-11-11 03:29:40 +03:00 |
|
Sergey Mashkov
|
29973d714e
|
Remove DOM utilities, put temporary to JS to keep compatibility
|
2015-11-05 14:41:28 +01:00 |
|
Sergey Mashkov
|
e9fbebaea2
|
JS: drop deprecated declarations
|
2015-11-05 14:41:28 +01:00 |
|
Ilya Gorbunov
|
5e9b7b9e60
|
Collections.sort without comparator now uses natural order.
#KT-9771 Fixed
|
2015-11-05 09:03:30 +03:00 |
|
Ilya Gorbunov
|
4fc54a12b8
|
In-place reversing.
#KT-9034
|
2015-11-05 09:02:58 +03:00 |
|
Ilya Gorbunov
|
e155e426c2
|
Implement CharSequence.regionMatches and generalize depending String extensions to take CharSequence.
Add hidden declarations for replaced overloads with String receiver in hand-written code.
|
2015-11-04 22:19:31 +03:00 |
|
Ilya Gorbunov
|
4a621cbb5f
|
Generalize String extensions to take CharSequence as receiver and parameters where applicable.
|
2015-11-04 22:19:24 +03:00 |
|
Ilya Gorbunov
|
59f88cfb52
|
Ensure vararg copy behavior for specific case of arrayListOf in JS.
|
2015-10-16 18:43:41 +03:00 |
|
Ilya Gorbunov
|
446cdc087d
|
Optimizations in listOf and arrayListOf constructor functions.
Remove linkedListOf() from JS.
#KT-5703 Fixed
#KT-8519 Fixed
|
2015-10-16 18:28:43 +03:00 |
|
Ilya Gorbunov
|
43bb9347c6
|
Rename Regex.hasMatch to containsMatchIn, and add corresponding contains function to CharSequence.
|
2015-10-14 22:49:50 +03:00 |
|
Ilya Gorbunov
|
d1d865aa0f
|
Rename methods in Regex. Add matchEntire method to match entire string against regex.
|
2015-10-14 22:49:48 +03:00 |
|
Ilya Gorbunov
|
d860f335a3
|
JS: Make StringBuilder implement CharSequence and introduce secondary constructors.
|
2015-10-14 22:49:47 +03:00 |
|
Michael Nedzelsky
|
57205f5721
|
drop BASE_WITH_NULLABLE_UPPER_BOUND
|
2015-10-14 20:51:01 +03:00 |
|
Mikhail Glukhikh
|
78cfeb0d7d
|
Stdlib rename: List.indexOf(T), List.lastIndexOf(T), MutableCollection.removeAll(Collection<T>), MutableCollection.retainAll(Collection<T>)
|
2015-10-14 20:40:09 +03:00 |
|
Denis Zharkov
|
6322198a11
|
Revert 'isEmpty' transformation
|
2015-10-14 20:40:01 +03:00 |
|
Denis Zharkov
|
6fa8083a70
|
Transform builtin Map declaration and adjust stdlib
|
2015-10-14 20:39:38 +03:00 |
|
Ilya Gorbunov
|
6d7cc0671e
|
Allow equals with ignoreCase parameter to take nullable Strings both as a receiver and a parameter.
#KT-9188
|
2015-10-14 18:19:56 +03:00 |
|
Pavel V. Talanov
|
2e75f7f103
|
Js stdlib: noImpl property has 'Nothing' type
|
2015-10-14 13:41:56 +03:00 |
|
Ilya Gorbunov
|
2cdd413590
|
StdLib generators: Add some infix extensions for DSL, remove unneeded import, simplify declarations.
|
2015-10-13 22:23:13 +03:00 |
|
Dmitry Jemerov
|
1523d5bcbf
|
removing static type assertions work in progress
|
2015-10-12 11:11:23 +02:00 |
|
Denis Zharkov
|
3733d0e84f
|
Adjust stdlib to remove/charAt transformation
|
2015-10-11 19:59:25 +03:00 |
|
Denis Zharkov
|
61459961fc
|
Adjust stdlib to isEmpty transformation
|
2015-10-10 12:29:14 +03:00 |
|
Denis Zharkov
|
888f8cc548
|
Adjust stdlib to contains* transformation
|
2015-10-09 14:40:34 +03:00 |
|
Sergey Mashkov
|
2a0c1a997e
|
IDL2K: support for operator modifier
|
2015-10-08 14:16:48 +03:00 |
|
Denis Zharkov
|
61416b3d14
|
Adjust stdlib to size transformation
|
2015-10-07 08:46:27 +03:00 |
|
Zalim Bashorov
|
8cb87b3e49
|
private -> internal where it's necessary
|
2015-09-25 21:16:00 +03:00 |
|
Ilya Gorbunov
|
0c777b87ed
|
Add JvmMultifileClass to js as internal annotation.
|
2015-09-25 21:09:43 +03:00 |
|
Denis Zharkov
|
098f5462eb
|
Drop inlineOptions and fix forgotten usages
|
2015-09-23 12:18:12 +03:00 |
|
Michael Nedzelsky
|
bcd85aa30d
|
changes some internal modifiers to public for elements which are used outside their modules
|
2015-09-23 07:49:17 +03:00 |
|
Dmitry Jemerov
|
4ca434da54
|
remove support for 'trait' keyword
|
2015-09-22 15:00:24 +02:00 |
|
Ilya Gorbunov
|
439d1026bf
|
Fix deprecations in js and java tests.
|
2015-09-19 05:04:41 +03:00 |
|
Stanislav Erokhin
|
fb14979051
|
Created object java.util.Collections as workaround for js-stdlib.
|
2015-09-18 21:00:15 +03:00 |
|
Denis Zharkov
|
53bccec50d
|
Capitalize copies of JVM annotations for js stdlib
|
2015-09-18 10:14:35 +03:00 |
|
Denis Zharkov
|
05eaf37123
|
Get rid of deprecated annotations and modifiers in js-stdlib
|
2015-09-18 10:14:30 +03:00 |
|
Ilya Gorbunov
|
909cbc6817
|
Eliminate deprecated language constructions from the generated code.
|
2015-09-17 02:41:01 +03:00 |
|
Alexander Udalov
|
90cef6553c
|
Delete all references to removed package 'kotlin.modules'
|
2015-09-15 15:55:19 +03:00 |
|
Mikhail Glukhikh
|
b4399b8b8b
|
AnnotationTarget.CLASSIFIER and KotlinTarget.CLASSIFIER both dropped (second step)
|
2015-09-14 12:51:11 +03:00 |
|
Ilya Gorbunov
|
44f7b6d699
|
Unit testing API: better mapping on JUnit, proper formatting assertion details when message is not specified
#KT-8929 Fixed
Sensible default message for assertion methods.
#KT-8314 Fixed
Provide assertFailsWith also with KClass and reified type argument.
|
2015-09-08 10:26:07 +03:00 |
|
Mikhail Glukhikh
|
8f7b29f80a
|
Annotation rename: target --> @Target
|
2015-09-07 13:42:26 +03:00 |
|