Evgeny Gerashchenko
|
ca1abed3a9
|
Added example-vfs project written on Kotlin.
|
2012-01-27 18:31:20 +04:00 |
|
Nikolay Krasko
|
2dfacc24f1
|
Jet stubs (beginning)
|
2012-01-27 18:17:55 +04:00 |
|
Alex Tkachman
|
703635d968
|
Merge remote branch 'origin/master'
|
2012-01-27 15:40:31 +03:00 |
|
Alex Tkachman
|
51e4fc986a
|
KT-1157 class object instance access from constructor of class object
|
2012-01-27 15:40:17 +03:00 |
|
Stepan Koltsov
|
e1743f0cd7
|
generate bridge flag for bridge methods
|
2012-01-27 15:33:05 +04:00 |
|
Stepan Koltsov
|
13e8995d80
|
outdated comment
|
2012-01-27 14:25:55 +04:00 |
|
Stepan Koltsov
|
bfb1b6e7b5
|
read kotlin supertypes in JavaDescriptorResolver
+ tests
+ remove jet.Any from supers
|
2012-01-27 14:25:55 +04:00 |
|
svtk
|
1ed5471341
|
KT-559 Forbid abstract method call through super
|
2012-01-27 11:48:51 +04:00 |
|
Evgeny Goldin
|
bff06b14a1
|
Ant task - Wiki page - TOC added
|
2012-01-27 04:13:56 +02:00 |
|
Evgeny Goldin
|
987b9a355c
|
Ant task - Wiki page added
|
2012-01-27 04:11:53 +02:00 |
|
Evgeny Goldin
|
4f0921b1cd
|
Ant task - "stdlib" attribute checked to be non-empty, empty default is specified in tests
|
2012-01-27 03:57:15 +02:00 |
|
Evgeny Goldin
|
01b4f5b871
|
Ant task - "testlib-tests" added, currently commented out - "testlib" compilation fails.
|
2012-01-27 01:14:59 +02:00 |
|
Evgeny Goldin
|
a43a6c6678
|
Ant task - "stdlib" attribute added, "excludeStdlib" attribute removed; <define-kotlinc/> invokes "bootstrap.xml" and works recursively
"clean" task - <delete dir="${basedir}/bootstrap.compiler"/>
|
2012-01-27 00:50:36 +02:00 |
|
Evgeny Goldin
|
8b3b7092e4
|
Ant task - comparator fix (equals added) in Life/Maze tests; failonerror = true
|
2012-01-26 23:54:16 +02:00 |
|
Maxim Shafirov
|
6084557af8
|
Naive kotlin-jdk-headers.jar usage implementation
|
2012-01-26 22:03:37 +04:00 |
|
Maxim Shafirov
|
2fc16045c9
|
Quick fix to add kotlin runtime to modules classpath.
|
2012-01-26 20:27:56 +04:00 |
|
Andrey Breslav
|
a0646b4222
|
Exclude the system-idea folder from the project
|
2012-01-26 19:12:26 +04:00 |
|
Andrey Breslav
|
537b327c17
|
Building JDK headers (kotlinized version of the JDK library)
|
2012-01-26 19:12:26 +04:00 |
|
Andrey Breslav
|
167b6c8a5a
|
A command-line option to ignore compilation errors and generate byte code anyway.
Needed for: building jdk-headers
|
2012-01-26 19:12:26 +04:00 |
|
Stepan Koltsov
|
4bd4454363
|
more JavaDescriptorResolver refactoring
|
2012-01-26 15:32:10 +04:00 |
|
svtk
|
fc8bc52ea2
|
KT-1141 No check that object in 'object expression' implements all abstract members of supertype
|
2012-01-26 15:22:16 +04:00 |
|
Stepan Koltsov
|
9b2e4c7d16
|
refactoring JavaDescriptorResolver and Java*Scope
|
2012-01-26 14:37:25 +04:00 |
|
Andrey Breslav
|
2bf83977f8
|
Proper resolution order for annotation constructors
|
2012-01-26 14:06:26 +04:00 |
|
Andrey Breslav
|
e0649ab295
|
KT-1067 IDEA Plugin throws NoClassDef exceptions on types from kotlin-runtime.jar
|
2012-01-26 13:44:03 +04:00 |
|
Andrey Breslav
|
92e496c43b
|
Constructors for Java annotations
|
2012-01-26 13:43:46 +04:00 |
|
svtk
|
7678815f17
|
KT-1156 Throwing exception on the right side of elvis operator marks code unreachable
|
2012-01-26 12:58:14 +04:00 |
|
Alex Tkachman
|
020fdfddb9
|
fixing broken tests (after adding special handling for CharSequence) for class reading
|
2012-01-26 08:48:24 +02:00 |
|
Alex Tkachman
|
9dd27cfd1b
|
fixing broken test for naming of class objects
|
2012-01-26 02:43:39 +02:00 |
|
Alex Tkachman
|
c5d88251a9
|
CharSequence added in to stdlib
|
2012-01-25 22:09:32 +02:00 |
|
Stepan Koltsov
|
4545c72f69
|
properly serialize/parse Nothing type
|
2012-01-25 22:23:46 +04:00 |
|
Stepan Koltsov
|
bbbddf1c83
|
JetDecomposerPattern.getArgumentList() may return null
|
2012-01-25 22:19:53 +04:00 |
|
Stepan Koltsov
|
3a09f69f9b
|
fix attempt to create JetTypeImpl with ErrorScope
ErrorScope is created here if any typeParameterDescriptor upper bounds scope is ErrorScope
|
2012-01-25 21:28:46 +04:00 |
|
Alex Tkachman
|
f6019018d1
|
Merge remote branch 'origin/master'
|
2012-01-25 19:17:06 +02:00 |
|
Alex Tkachman
|
57f99858c6
|
rewrite of anonymous names
|
2012-01-25 19:16:12 +02:00 |
|
Andrey Breslav
|
91337b8d9c
|
Basic annotations on classes
|
2012-01-25 20:37:59 +04:00 |
|
Andrey Breslav
|
dc58fa3535
|
Support running tests simultaneously with debugging IDE
|
2012-01-25 20:14:07 +04:00 |
|
Andrey Breslav
|
3130580d59
|
Test fixed
|
2012-01-25 20:12:28 +04:00 |
|
Andrey Breslav
|
f8123e5fb3
|
Basic support for Java and Kotlin annotations
|
2012-01-25 19:35:42 +04:00 |
|
Andrey Breslav
|
a5bd1c069f
|
KT-913 Weird errors attempting to declare ArrayList of function type
KT-507 Wrong parsing of generic constructor calls with qualified names and functions
|
2012-01-25 18:50:44 +04:00 |
|
Andrey Breslav
|
d00173dc69
|
Object removed from supertypes
|
2012-01-25 18:50:44 +04:00 |
|
Andrey Breslav
|
3e29aad6dd
|
KT-987 Unboxing_nulls: Kotlinized versions of basic Java collections
|
2012-01-25 18:50:43 +04:00 |
|
Maxim Shafirov
|
a63989f003
|
Download (and attach to respectful libraries) sources for IDEA CE
|
2012-01-25 18:23:09 +04:00 |
|
Nikolay Krasko
|
79d5c2e3ed
|
Remove "ref" and "default" keywords from completion. Start using tokens for getting keyword completion constants.
|
2012-01-25 17:33:30 +04:00 |
|
Andrey Breslav
|
9421475ef4
|
Swing builder example (started)
|
2012-01-25 17:26:49 +04:00 |
|
Maxim Shafirov
|
25b71cd6c9
|
suite.addTestSuite(class) won't work if passed TestCase instance has TestCase.class loaded by different classloader. It does so very silently (this is a note to reified generics haters)
|
2012-01-25 17:00:43 +04:00 |
|
James Strachan
|
f527890437
|
Merge remote-tracking branch 'origin/master'
|
2012-01-25 11:57:51 +00:00 |
|
James Strachan
|
40775133fa
|
updated link to more accurate bug report
|
2012-01-25 11:56:15 +00:00 |
|
Maxim Shafirov
|
20920f0a0b
|
Temp directories, which reside under project root replaced with java.io.tmpdir based ones.
|
2012-01-25 15:51:12 +04:00 |
|
Andrey Breslav
|
9d8abdac0c
|
Introduce variable for clarity
|
2012-01-25 15:34:17 +04:00 |
|
Andrey Breslav
|
4f630ca390
|
Supported creating JetFiles with custom names
|
2012-01-25 15:33:29 +04:00 |
|