Commit Graph

33 Commits

Author SHA1 Message Date
Andrey Breslav 93fcd7d1f2 Dependency Injection: GUICE replaced by custom code generation 2012-03-13 19:44:35 +04:00
Andrey Breslav be2687e5d0 Rename the project to Kotlin (modules file fixed) 2012-03-06 19:12:54 +04:00
Andrey Breslav 0a08ac5fe8 Libraries written in Kotlin are factored out into a separate project 2012-03-06 19:00:29 +04:00
Andrey Breslav 452d6f0b1e Fix the build: remove the testlib module from the project 2012-02-28 19:15:54 +04:00
pTalanov 8c2d20f303 Remove js.libraries from the project 2012-02-28 13:59:30 +04:00
pTalanov 3fc7e849de Reverting wrong changes 2012-02-27 19:15:28 +04:00
pTalanov 953c33a846 Project structure fixed 2012-02-27 19:07:59 +04:00
pTalanov 8d6525f23f initial changes 2012-02-27 15:30:52 +04:00
Maxim Shafirov fccc991c19 Running JUnit tests, initial. 2012-02-16 20:21:46 +04:00
Maxim Shafirov 0ec6132798 Actors moved to other examples 2012-02-02 20:52:14 +04:00
Alex Tkachman fd3ae3923a actors example and related bug fixes 2012-02-02 11:15:26 +02:00
Andrey Breslav 04eb09342d Merge branch 'master' of git+ssh://git.labs.intellij.net/jet 2012-01-27 19:35:56 +04:00
Maxim Shafirov d3c5b8ec44 Direct call to lib/alt jars 2012-01-27 19:26:25 +04:00
Andrey Breslav f6a5ab254c Merge branch 'master' of git+ssh://git.labs.intellij.net/jet 2012-01-27 18:54:29 +04:00
Andrey Breslav d74b79d9db Granular test configurations 2012-01-27 18:33:52 +04:00
Evgeny Gerashchenko ca1abed3a9 Added example-vfs project written on Kotlin. 2012-01-27 18:31:20 +04:00
Andrey Breslav e678e072f1 Initial include of the J2K Converter 2012-01-27 17:31:05 +04:00
Maxim Shafirov 81ef081a87 Finally drop attaching stdlib sources everywhere 2012-01-24 17:20:19 +04:00
Maxim Shafirov db59319f95 Artifact for IDEA plugin 2012-01-12 18:42:53 +04:00
Maxim Shafirov 600fea1b1d testdrive mixed sources compilation 2011-12-29 13:52:15 +04:00
Andrey Breslav 6aafaa1851 JetNamespace eliminated 2011-12-27 20:23:58 +04:00
Maxim Shafirov e15ecc29da Fix TC build. We don't have any bootsrap phase yet so Kotlin compiler is not available during build. Thus, any reference from Java to Kotlin class appears broken. 2011-12-22 16:32:33 +03:00
Andrey Breslav 41fd43b5e5 GreatSyntacticShift: Syntax for function types, function literals, when and tuples
Bug:
fun loop(var times : Int) {
   while(times > 0) {
        val u : (value : Int) -> Unit = { // This arrow is confusing the lookahead
            System.out?.println(it)
        }
        u(times--)
   }
}
2011-12-20 22:55:25 +04:00
Alex Tkachman 78a2845604 better error reporting 2011-12-20 09:17:16 +02:00
Dmitry Jemerov ec6dec0d37 separate compiler and plugin tests 2011-10-20 16:21:18 +02:00
Dmitry Jemerov 5a1bca0615 standalone compiler 2011-10-17 17:02:47 +02:00
Andrey Breslav 116f35c650 "compiler" folder created 2011-09-09 21:47:22 +04:00
Andrey Breslav 07e0a332c3 Project split into four modules 2011-09-09 20:57:28 +04:00
Andrey Breslav 06bdeebdf2 The confluence module is no longer a part of the project 2011-07-13 13:25:45 +04:00
Andrey Breslav bf7be08e3b Working on the Confluence highlighter 2011-07-12 18:11:09 +04:00
Dmitry Jemerov b95498624f range literals initial 2011-04-28 20:09:46 +02:00
Maxim Shafirov 60ae86c88a missing asm lib 2011-02-25 15:27:45 +03:00
Maxim Shafirov 0a0dff367a IDEA plugin, initial 2010-12-10 16:12:31 +03:00