Stepan Koltsov
9666f4b6cd
outdated todo
2012-01-13 03:55:10 +04:00
Stepan Koltsov
aa2f2742d5
BothSignatureWriter should write JVM signatures too
...
(this simplifies body of JetTypeMapper)
2012-01-13 03:55:10 +04:00
Stepan Koltsov
82880c82e3
WriteSignatureTest for varargs
2012-01-13 03:55:10 +04:00
Stepan Koltsov
709ff80d63
more tests
2012-01-13 03:55:10 +04:00
Stepan Koltsov
85ec4d980f
write generic signature in getters and setters
2012-01-13 03:55:09 +04:00
Andrey Breslav
c78cb3cc19
Rename namespace->package in the token decala
2012-01-12 19:50:14 +04:00
Maxim Shafirov
db59319f95
Artifact for IDEA plugin
2012-01-12 18:42:53 +04:00
Nikolay Krasko
b79f3ffb40
Move plugin.xml back to src folder
2012-01-12 15:05:17 +04:00
Maxim Shafirov
c7761fae14
KT-965
2012-01-12 14:05:14 +04:00
Nikolay Krasko
a049fd1127
KT-986 Kotlin file wizard
2012-01-12 14:01:53 +04:00
Stepan Koltsov
ec5d5e2dcf
working on @JetProperty.type
2012-01-12 07:04:00 +04:00
Stepan Koltsov
541fc8ec29
Psi* wrappers to work in jet-signature annotations
...
refactoring to reduce amount of code in JavaDescriptorResolver
2012-01-12 06:12:09 +04:00
Stepan Koltsov
200fd78574
ReadClassDataTest: extension properties
2012-01-12 01:25:47 +04:00
Stepan Koltsov
f4bf59ff32
NamedFunctionDescriptor
2012-01-12 01:25:42 +04:00
Stepan Koltsov
6198fb90f3
fix ValueParameterDescriptor.index read from class files
...
(ReadClassDataTest now also checks for indices)
2012-01-12 01:25:39 +04:00
Stepan Koltsov
5e11003ea3
pass -1 to visit maxs to avoid confusion in CodeWindow and test output
2012-01-12 01:25:34 +04:00
Stepan Koltsov
fbc7f60af1
enums for primitive types and fix stdlib.jar reading
...
* PrimitiveType and JvmPrimitiveType enums
* roll up for-each-enum copy-paste lines into loop by enum values
* finish JetStandardLibrary.getPrimitiveArrayJetTypeByPrimitiveJetType for all primitive types
that fixes stdlib.jar loading
2012-01-11 19:36:55 +04:00
Stepan Koltsov
046a92ed7a
add lost tests
2012-01-11 19:36:48 +04:00
Nikolay Krasko
e723abb3b9
KT-763 Ctrl click failed on unresolved reference
2012-01-11 19:32:30 +04:00
svtk
9902200e5e
import of members without additional bound to receiver descriptors
2012-01-11 18:37:10 +04:00
Nikolay Krasko
cb2219e72d
KT-949 AssertionFailure in quick fix
2012-01-11 16:16:34 +04:00
svtk
c39b333631
Merge remote-tracking branch 'origin/master'
...
Conflicts:
compiler/frontend/src/org/jetbrains/jet/lang/resolve/ImportsResolver.java
2012-01-11 14:23:10 +04:00
svtk
3e8e8bd3c8
import from objects before properties resolve
2012-01-11 14:19:01 +04:00
Nikolay Krasko
0573efa6fb
KT-960 import namespace should give unresolved reference
2012-01-11 13:55:20 +04:00
Alex Tkachman
a520fe9762
Merge remote branch 'origin/master'
2012-01-10 21:14:41 +02:00
Alex Tkachman
c318191f5d
KT-935 resolved call used on +=
2012-01-10 21:14:22 +02:00
svtk
a22b78d60d
Import all members from class object
2012-01-10 22:20:02 +04:00
Alex Tkachman
2e0b1863cd
KT-940 proper calculation of bridge methods
2012-01-10 19:50:13 +02:00
Alex Tkachman
0af995d79b
Merge remote branch 'origin/master'
2012-01-10 17:05:58 +02:00
Alex Tkachman
ba6c9be53a
KT-958 wrong compilation of 'in' with complex expression under test
2012-01-10 17:05:21 +02:00
Nikolay Krasko
fb5771505b
KT-758 Show completion of namespaces in import statement
2012-01-10 18:59:42 +04:00
svtk
e50e3f8ec8
KT-900 Inaccessible class should be unresolved
2012-01-10 17:48:02 +04:00
Alex Tkachman
5633f71edc
KT-950 wrong call to array-like setter with non-void return type
2012-01-10 15:36:33 +02:00
Alex Tkachman
8a9a591370
Merge remote branch 'origin/master'
2012-01-10 14:58:30 +02:00
Alex Tkachman
85ff44676a
KT-945 functional parameters used properly on array creation
2012-01-10 14:58:16 +02:00
Andrey Breslav
023b344ea8
Confluence plugin update: lexer regenerated with new keywords
2012-01-10 16:55:45 +04:00
Andrey Breslav
24e037cc0a
Merge remote branch 'origin/master'
2012-01-10 15:09:04 +04:00
Andrey Breslav
b8fdf6e86b
More comprehensible error message
2012-01-10 15:08:47 +04:00
svtk
2feaaa4f71
KT-897 Don't allow assignment to a property before it is defined
2012-01-10 15:04:57 +04:00
Nikolay Krasko
cf3b748936
Rename plugin
2012-01-10 13:52:24 +04:00
Nikolay Krasko
1e8401b6d0
Small fix for CodeWindow
2012-01-10 13:21:29 +04:00
Andrey Breslav
81a3dcf78b
_1 and such work for Tuples
2012-01-10 12:21:37 +04:00
Alex Tkachman
a0134fb0f2
KT-944 iterations over empty ranges
2012-01-10 09:33:54 +02:00
Stepan Koltsov
ed58ca219b
better help in command line compiler
2012-01-09 20:55:44 +04:00
Stepan Koltsov
5645bb3c92
deprecate @JetConstructor.hidden
...
and add missing hidden field
2012-01-09 19:58:59 +04:00
Alex Tkachman
472ec42b19
testing stdlib as part of the build. separate class
2012-01-08 22:32:38 +02:00
Stepan Koltsov
6d7e4cd030
reading constructors from binary classes
2012-01-08 23:21:59 +04:00
Stepan Koltsov
6f04e7c3b0
fix stdout of ReadClassDataTest
2012-01-08 23:21:54 +04:00
Stepan Koltsov
609491dd4f
more in ReadClassDataTest
2012-01-08 23:21:47 +04:00
Alex Tkachman
5bb56a8abd
testing stdlib as part of the build
2012-01-08 16:47:26 +02:00