Andrey Breslav
a67b76d105
KT-377 Prohibit 'super' as a receiver argument to extension functions
...
+ SEVERITY_LEVELS added instead of hardcoding weak errors
+ commit() in temporary trace removed the data, so that double commit does not cause duplication of data
2011-10-21 21:43:08 +04:00
Andrey Breslav
fb971ff7cb
Tests moved to appropriate locations
2011-10-21 13:37:14 +04:00
Andrey Breslav
d445a09a80
KT-156 Fix the this<Super> syntax
2011-10-20 18:38:51 +04:00
Dmitry Jemerov
ec6dec0d37
separate compiler and plugin tests
2011-10-20 16:21:18 +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
Andrey Breslav
e91d20f326
KT-156 Fix the this<Super> syntax
2011-10-20 18:00:19 +04:00
Andrey Breslav
7bb7ea912e
Merge remote branch 'origin/master'
2011-10-20 14:45:26 +04:00
Alex Tkachman
417bb26646
tests/fixes
2011-10-20 07:25:22 +02:00
Dmitry Jemerov
efa9a25ea5
actually pass the specified parameters to the Java process
2011-10-19 20:59:21 +02:00
Dmitry Jemerov
c26ab4b472
IntRange iteration calls correct methods on IntRange class
2011-10-19 20:29:55 +02:00
Dmitry Jemerov
bfbc7ad601
nicer slides
2011-10-19 19:35:41 +02:00
Andrey Breslav
79ee5cd606
KT-156 Fix the this<Super> syntax
...
In progress: super<List> must work, but currently it does not, only super<List<Foo>> works, where Foo is ignored.
2011-10-19 19:24:46 +04:00
Alex Tkachman
974dac4b5d
runs under mac
2011-10-19 13:29:38 +02:00
Andrey Breslav
84951d2585
KT-362 Don't allow autocasts on vals that are not internal
2011-10-19 14:35:02 +04:00
Andrey Breslav
c0eae952a2
Docs for ResolvedCall
2011-10-19 12:50:22 +04:00
Andrey Breslav
e262d94cc1
Nullable Nothing is exactly null
2011-10-19 12:46:32 +04:00
Andrey Breslav
54646ac8dd
Read-only interface extracted from ResolvedCall renamed
2011-10-19 11:54:37 +04:00
Andrey Breslav
c51e374258
Read-only interface extracted from ResolvedCall
2011-10-19 11:52:16 +04:00
Andrey Breslav
3031db559d
KT-366 Frontend does not calculates type parameters in ResolvedCall
2011-10-19 11:21:27 +04:00
Alex Tkachman
33d09eb1df
default args
2011-10-19 07:42:31 +02:00
Andrey Breslav
1b4bebaaf0
Autocasts for 'this' and stable qualified expressions
2011-10-18 22:30:39 +04:00
Dmitry Jemerov
abbb31080f
slides for RivieraDev
2011-10-18 19:33:23 +02:00
Dmitry Jemerov
407882eb70
common Java options in Jet run configuration
2011-10-18 17:41:47 +02:00
Andrey Breslav
a9ab3b87ce
NPE fixed
2011-10-18 11:45:32 +04:00
Andrey Breslav
6f9ed383f3
Script fixed for Mac
2011-10-17 21:47:02 +04:00
Andrey Breslav
15c7d46df0
Merge remote branch 'origin/master'
2011-10-17 21:09:30 +04:00
Andrey Breslav
a7db6747a6
KT-359 ++/--/+= must be included into calculation of MUST_BE_WRAPPED_IN_A_REF
2011-10-17 21:09:18 +04:00
Dmitry Jemerov
abe0495a14
kt
2011-10-17 18:58:48 +02:00
Dmitry Jemerov
4a3b984ccd
diagnostics
2011-10-17 18:54:10 +02:00
Dmitry Jemerov
e024b11295
diagnostics
2011-10-17 18:48:49 +02:00
Dmitry Jemerov
c0993c7855
report generated classfiles
2011-10-17 18:46:01 +02:00
Dmitry Jemerov
9b51604c92
assorted build script fixes
2011-10-17 18:15:53 +02:00
Andrey Breslav
98867a83e9
Merge remote branch 'origin/master'
2011-10-17 20:06:01 +04:00
Dmitry Jemerov
c0861c2593
jar depends on compile
2011-10-17 18:04:57 +02:00
Andrey Breslav
7e142e9bb7
Merge remote branch 'origin/master'
...
Conflicts:
idea/tests/org/jetbrains/jet/resolve/JetResolveTest.java
2011-10-17 20:04:32 +04:00
Andrey Breslav
2bb8d1f364
Error class is not final any more: fewer pointless errors in supertype lists
2011-10-17 20:03:33 +04:00
Andrey Breslav
803281051d
No debug errors when error reporting is off
2011-10-17 20:03:05 +04:00
Andrey Breslav
3fa57f3f39
Failing test removed, a request KT-361 Allocate one LabelResolver per file filed
2011-10-17 20:02:47 +04:00
Dmitry Jemerov
3083fde2dd
binary distribution for Kotlin
2011-10-17 18:01:02 +02:00
Andrey Breslav
82db2b789b
KT-84 Lexer processes "!isFunction" code incorrectly
2011-10-17 19:56:09 +04:00
Dmitry Jemerov
5a1bca0615
standalone compiler
2011-10-17 17:02:47 +02:00
Andrey Breslav
3d8b5aa456
Visitors refactored. LabelResolver problem stays there
2011-10-17 18:10:41 +04:00
Dmitry Jemerov
fa3c8b4cfe
lazy icon loading
2011-10-17 13:58:57 +02:00
Alex Tkachman
f29768efe9
object literals shared vars
2011-10-16 19:16:55 +02:00
Alex Tkachman
ada54665db
closure shared vars
2011-10-15 13:05:10 +02:00
svtk
7831fc3dc1
b3783e 'JetLiteFixture uses CoreEnvironment...' reverted
2011-10-14 19:08:23 +04:00
Andrey Breslav
bca8e84deb
Refactoring done, something broken in label resolution
2011-10-14 13:23:01 +04:00
Dmitry Jemerov
ae2ecc52f9
compilation fixed
2011-10-14 07:47:25 +02:00