Mohammad Shamsi
|
5584e6ce18
|
KT-3715 make Collection.notEmpty a property
Renamed "notEmpty()" methods to "isNotEmpty()" in following classes:
- Collection
- String
- Array
Added "notEmpty" property to Collection class
|
2013-08-19 01:20:56 +08:00 |
|
Evgeny Gerashchenko
|
ba90f07c8d
|
Fixed compilation after renaming Name.getName()
to asString()
|
2013-05-22 20:52:09 +04:00 |
|
Evgeny Gerashchenko
|
5ccbce6de6
|
Got rid of "tuple" word all over the code.
|
2013-03-22 16:38:25 +04:00 |
|
Evgeny Gerashchenko
|
b9e5704057
|
Updated test data and stdlib sources.
|
2013-02-13 18:08:37 +04:00 |
|
Maxim Shafirov
|
6b23384ab9
|
compilation fix
|
2013-02-13 17:42:38 +04:00 |
|
Maxim Shafirov
|
b851c5597a
|
compilation fix
|
2013-02-13 16:14:33 +04:00 |
|
Maxim Shafirov
|
63f88cdf65
|
compilation fix
|
2013-02-13 15:44:25 +04:00 |
|
Leonid Shalupov
|
0a1303d118
|
build: no classes rename in jarjar
build: fixed proguard shrinking
|
2013-02-13 14:22:54 +04:00 |
|
Andrey Breslav
|
ffedb64ff2
|
KDoc tests fixed by setting kotlinHome explicitly
|
2013-02-05 20:32:58 +04:00 |
|
Natalia.Ukhorskaya
|
5c56900a09
|
Fix maven build: rename namespace class to package class
|
2013-01-18 12:59:36 +04:00 |
|
Andrey Breslav
|
0ec4131231
|
KDoc compilation fixed
|
2012-12-14 15:28:22 +04:00 |
|
Evgeny Gerashchenko
|
654a995a9d
|
Fixed compilation of kdoc.
|
2012-12-10 19:13:17 +04:00 |
|
Andrey Breslav
|
5ac10ee8e5
|
Mutability fixed in KDocConfig: the maps are mutated from Java
|
2012-11-24 15:59:16 +04:00 |
|
Andrey Breslav
|
ec255e8342
|
NO_RECEIVER_PARAMETER is now simply null
|
2012-11-01 19:53:22 +04:00 |
|
Andrey Breslav
|
ce9c302fe1
|
KDoc migrated onto new ReceiverParameterDescriptor
|
2012-11-01 12:11:06 +04:00 |
|
Andrey Breslav
|
2abe2e581d
|
AbstractStringBuilder, StringBuilder and java.io.File annotated with nullable/notnull
|
2012-09-20 18:12:57 +04:00 |
|
Svetlana Isakova
|
0ff9d95704
|
made Map covariant on second parameter
|
2012-09-19 15:31:16 +04:00 |
|
Svetlana Isakova
|
47769ed638
|
tests changed after KT-2745
Write exact Kotlin type (if it's mapped) in signature while generating bytecode
#KT-2745 fixed
|
2012-09-19 13:06:25 +04:00 |
|
Andrey Breslav
|
5eaa5b396b
|
Removing usages of tuples from test data
(KT-2358 Drop tuples)
#KT-2358 In progress
|
2012-09-18 20:27:09 +04:00 |
|
Evgeny Gerashchenko
|
8e1323bb43
|
Replaced sure() invocations with '!!' operator in libraries written on Kotlin.
|
2012-09-17 18:00:21 +04:00 |
|
James Strachan
|
9c3d1071cd
|
added more DRY compareBy function and helper class
|
2012-09-14 12:44:09 +01:00 |
|
Svetlana Isakova
|
c12fd3f0e6
|
Changed Tuple usage to Pair usage in kdoc
|
2012-09-08 00:35:05 +04:00 |
|
Svetlana Isakova
|
47b3d4edd4
|
collections changed to mutable in kdoc
|
2012-09-08 00:33:51 +04:00 |
|
Svetlana Isakova
|
e059f8b650
|
removed imports of java mapped classes
in tools code
|
2012-09-07 23:36:09 +04:00 |
|
Andrey Breslav
|
89fd0526cf
|
TupleN classes and their usages replaced by Pair and Triple
(KT-2358 Drop tuples)
#KT-2358 In Progress
|
2012-09-07 21:26:42 +04:00 |
|
Svetlana Isakova
|
4457c7b6ba
|
removed 'private' modifier for local function
|
2012-08-23 14:55:17 +04:00 |
|
James Strachan
|
a4e80c7d5d
|
disabled failing KDocTest for now
|
2012-08-17 09:43:58 +01:00 |
|
Evgeny Gerashchenko
|
39daa11e13
|
Fixed maven build. Renamed usages of upto to rangeTo. Excluded DownTo.kt from js lib compilation.
|
2012-08-08 17:25:43 +04:00 |
|
Evgeny Gerashchenko
|
2727aa7da4
|
Gor rid of K2JVMCompileEnvironmentConfiguration and CompileEnvironmentConfiguration. Using JetCoreEnvironment instead of K2JVMCompileEnvironmentConfiguration.
|
2012-07-31 16:33:44 +04:00 |
|
Evgeny Gerashchenko
|
33c661e7f3
|
Passing compiler plugins via CompilerConfiguration.
|
2012-07-31 16:33:44 +04:00 |
|
Evgeny Gerashchenko
|
3af9540702
|
Fixed compilation of kdoc.
|
2012-07-23 18:50:36 +04:00 |
|
Evgeny Gerashchenko
|
6736e3d6d6
|
Optimized imports in kdoc project.
|
2012-07-23 18:50:36 +04:00 |
|
Evgeny Gerashchenko
|
8124e477ce
|
Renamed methods getUserData and putUserData to get and put, respectively.
|
2012-07-23 17:38:16 +04:00 |
|
Evgeny Gerashchenko
|
8050b96f27
|
Fixed code outside main project which was broken after refactoring.
|
2012-07-07 23:07:20 +04:00 |
|
James Strachan
|
9711bc841e
|
enabled the KDocTest again - was out of memory before
|
2012-07-05 12:55:34 +01:00 |
|
James Strachan
|
8f94f5e43f
|
added a bunch more JS test cases from standard library test cases
|
2012-07-03 22:20:00 +01:00 |
|
Stepan Koltsov
|
8d2bd30585
|
kdoc: constants for names
|
2012-06-25 23:55:30 +04:00 |
|
Stepan Koltsov
|
be1b9a011b
|
kdoc: link to generated html source from kdoc
|
2012-06-25 23:55:30 +04:00 |
|
Stepan Koltsov
|
caddc84950
|
kdoc: KClass: remove unnecessary name parameter
|
2012-06-25 23:55:29 +04:00 |
|
Stepan Koltsov
|
5cd062f95b
|
kdoc: compute source file relative paths in model
|
2012-06-25 23:55:29 +04:00 |
|
Stepan Koltsov
|
631832b325
|
kdoc: change highlighter2 into doclet
|
2012-06-25 23:55:29 +04:00 |
|
Stepan Koltsov
|
8372ad7ec2
|
kdoc: cleanup
|
2012-06-25 23:55:28 +04:00 |
|
Stepan Koltsov
|
7c17c84f0b
|
working on syntax highlighter2 for kdoc
|
2012-06-18 01:42:11 +04:00 |
|
Stepan Koltsov
|
2a91e15384
|
KDocSmallTest
|
2012-06-16 00:22:22 +04:00 |
|
Stepan Koltsov
|
a65bb5b060
|
kdoc: fix generated by strings
|
2012-06-16 00:22:22 +04:00 |
|
Stepan Koltsov
|
309bb96390
|
remove warnings in kdoc code
|
2012-06-15 15:55:50 +04:00 |
|
Stepan Koltsov
|
ec17f75236
|
fix kdoc test on windows
|
2012-06-15 15:41:25 +04:00 |
|
Stepan Koltsov
|
f074d493c8
|
work around broken kdoc test
|
2012-06-14 22:44:44 +04:00 |
|
Stepan Koltsov
|
e4dfbc5726
|
check compiler exit code in test
|
2012-06-14 19:31:34 +04:00 |
|
James Strachan
|
5b85e861b7
|
fixed bad source links in generated kdoc
|
2012-06-14 09:37:31 +01:00 |
|