Commit Graph

100 Commits

Author SHA1 Message Date
Hiram Chirino b8dda416f3 Remove functions which could conflict with the kotlin.assert function. 2012-03-08 14:42:41 -05:00
Andrey Breslav 0a08ac5fe8 Libraries written in Kotlin are factored out into a separate project 2012-03-06 19:00:29 +04:00
James Strachan eb3aac9acb refactored std.* package to be kotlin.*. Due to KT-1381 I had to move the functions from kotlin.test into the stdlib for now (I made them not depend on JUnit for now) 2012-03-03 12:11:06 +00:00
Evgeny Gerashchenko 12f7d463ad Fixed compilation of example-vfs project. 2012-02-27 17:43:20 +04:00
Alex Tkachman eb017d8a2e fix for 1345 2012-02-26 09:38:07 +02:00
Alex Tkachman 53bba59a4f dbl -> toDouble 2012-02-22 13:14:41 +02:00
Alex Tkachman 18990e2c1b bug with delegation from EA 2012-02-22 13:02:48 +02:00
Andrey Breslav bff62484b1 KT-1306123.lng or 123.sht is not good name 2012-02-20 21:42:13 +04:00
Alex Tkachman 5435594343 benchmarks refreshed 2012-02-20 12:43:02 +02:00
Alefas 39d442b04f Declare Variable, Add type annotation action for Introduce Variable feature. 2012-02-14 21:32:13 +04:00
Maxim Shafirov a03922d467 Copyrights set to Apache, reflecting it's now open source 2012-02-14 19:25:06 +04:00
Alex Tkachman ace34b01bc KT-1202 object construction fix 2012-02-13 08:34:10 +02:00
Alex Tkachman a6fdd0fd05 actors example - stock server 2012-02-10 11:37:34 +02:00
Alefas 6fe52d15b4 Few fixes to Introduce Variable (no new features added)
Added few tests to Introduce Variable
More strict requirements for expressions to introduce it.
2012-02-08 17:07:38 +04:00
Evgeny Gerashchenko 3660b4668e Commited minor changes in example-vfs.iml. 2012-02-08 15:58:06 +04:00
Alefas 1d88960a19 Name suggester + tests.
Fixed commented introduce variable tests.
2012-02-07 18:22:38 +04:00
Alex Tkachman 9d69c62a6c Netty example 2012-02-06 16:32:22 +02:00
Alex Tkachman a5185ad206 Guice example 2012-02-06 11:04:19 +02:00
Maxim Shafirov 0ec6132798 Actors moved to other examples 2012-02-02 20:52:14 +04:00
Alex Tkachman b63fbccba6 actors moved from stdlib to example 2012-02-02 13:02:48 +02:00
Alex Tkachman fd3ae3923a actors example and related bug fixes 2012-02-02 11:15:26 +02:00
Alex Tkachman 9559decfc0 some tweaks of VFS example to be more Kotlin 2012-02-01 10:48:28 +02:00
Andrey Breslav b8ccee7bdf Luhny Code Challenge. Proposed by Bob Lee. Ported to Kotlin by Leonid Shalupov. 2012-01-27 21:00:33 +04:00
Evgeny Gerashchenko ca1abed3a9 Added example-vfs project written on Kotlin. 2012-01-27 18:31:20 +04:00
Andrey Breslav 9421475ef4 Swing builder example (started) 2012-01-25 17:26:49 +04:00
Andrey Breslav f52eae71d0 GreatSyntacticShift: 'namespace' -> 'package' 2011-12-25 15:51:59 +04:00
Alex Tkachman b0b14ecaa2 examples converted to new syntax 2011-12-22 14:50:21 +02:00
Alex Tkachman 117f03cbbf System.timeMillis method renamed to measureTimeMillis and measureTimeNano added 2011-12-20 12:54:21 +02:00
Alex Tkachman ccdc80d1fe fix for while-loop-ending-with-if bug 2011-12-20 11:23:13 +02:00
Alex Tkachman e19acf4922 LockPerf benchmark 2011-12-19 15:57:48 +02:00
Alex Tkachman 307040968c optimizations for instanceof List<*> 2011-12-16 13:09:36 +04:00
Alex Tkachman 92d8d2de72 functional list benchmark and part of rewrite of type info codegen for performance reasons 2011-12-12 10:40:42 +02:00
Alex Tkachman 157875111d default args in BinaryTrees benchmark 2011-12-08 19:32:31 +02:00
Alex Tkachman 42a0062b79 LockPerf benchmark and related fixes (nested closures) 2011-12-08 16:24:41 +02:00
Alex Tkachman b89956f1fd LockPerf benchmark and related fixes (try/break/continue interoperability) 2011-12-08 11:18:27 +02:00
Alex Tkachman 41111c3bee spectral norm benchmark 2011-12-07 15:36:07 +02:00
Alex Tkachman d272979b09 thread ring benchmark and related bug fixes (non null array creation and wrong signature of enclosing class) 2011-12-07 11:51:50 +02:00
Alex Tkachman ce1718e518 better handling of empty if/else blocks 2011-11-29 11:56:30 +02:00
Alex Tkachman e787d94b96 ++/-- performance optimization 2011-11-29 09:35:11 +02:00
Alex Tkachman 4012fc8a5f netty server example 2011-11-03 19:06:09 +01:00
Dmitry Jemerov 344dea0ad5 extact CompileSession class; work in progress on module compilation 2011-10-31 13:35:33 +01:00
Dmitry Jemerov af1840e5c0 attempt to write a module script 2011-10-28 17:16:14 +02:00
Alex Tkachman 5d2241dfbe jet.runtime package introduced 2011-10-24 15:06:22 +02:00
Alex Tkachman 2010d770b5 Iterator.hasNext() becomes property 2011-10-23 20:20:41 +02:00
Alex Tkachman 5b1d6052d5 small bug-fix 2011-10-23 15:20:54 +02:00
Alex Tkachman a62fb23e15 work in progress on examples 2011-10-23 13:15:37 +02:00
Alex Tkachman d76c5d47fd compiler options 2011-10-22 20:22:41 +02:00
Dmitry Jemerov a80398098b examples 2011-10-20 16:21:14 +02:00
Dmitry Jemerov 5e73a1b9fe final slides from rivieradev 2011-10-20 16:21:13 +02:00
Dmitry Jemerov 1fe1d1e4d1 samples from presentation 2011-10-20 16:21:12 +02:00