Commit Graph

17099 Commits

Author SHA1 Message Date
Andrey Breslav 73b4fa2ea1 More debug annotations 2011-09-07 15:04:56 +04:00
svtk d9137f18cc NPE on unfinished function declaration fixed 2011-09-07 13:22:47 +04:00
svtk 2f4377d7c0 KT-281 fixed 2011-09-07 12:23:24 +04:00
Andrey Breslav af38e0d41a KT-284 Implement static checks for traits (in progress) — test added 2011-09-07 11:47:54 +04:00
Andrey Breslav 24f215819e KT-284 Implement static checks for traits (in progress) 2011-09-07 11:35:18 +04:00
Andrey Breslav 2d604110ec Merge remote branch 'origin/master' 2011-09-07 11:34:37 +04:00
Andrey Breslav cec836900b KT-284 Implement static checks for traits (in progress) 2011-09-07 11:34:21 +04:00
Alex Tkachman 6898ff5665 KT-4 fixed 2011-09-06 23:45:04 +02:00
Alex Tkachman c0dfe933c6 half way to KT-4 2011-09-06 16:30:48 +02:00
Andrey Breslav 5b0eb5f4a7 "trait" modifier supported 2011-09-06 18:09:11 +04:00
Andrey Breslav 6158c30690 Annotation resolver beautified a bit 2011-09-06 17:58:18 +04:00
Andrey Breslav 67925fcda4 Wrong trace in call resolver fixed 2011-09-06 15:55:42 +04:00
svtk d6336d9ca5 partial support for 'abstract' modifier added 2011-09-06 14:57:42 +04:00
Andrey Breslav 533574368f Weird Javac compilation problem fixed 2011-09-06 14:01:00 +04:00
Andrey Breslav 3242c70c6f Infix calls and nullable receivers 2011-09-06 13:27:33 +04:00
svtk fa631503ef partial support for 'abstract' modifier added 2011-09-06 13:25:56 +04:00
Andrey Breslav c1dbe9eee2 Specificity by receiver fixed. Test updated 2011-09-06 13:16:05 +04:00
Andrey Breslav c02c507114 Definite returns extracted as a separate issue KT-281 2011-09-06 12:52:53 +04:00
Andrey Breslav 54e222c306 Merge remote branch 'origin/master' 2011-09-06 12:36:06 +04:00
Andrey Breslav 76423e7cf6 Compilation fixed 2011-09-06 12:33:47 +04:00
Andrey Breslav ef31701a5d Compilation fixed 2011-09-06 12:27:14 +04:00
Andrey Breslav fc4ee1ab13 Merge remote branch 'origin/master'
Conflicts:
	idea/src/org/jetbrains/jet/plugin/structureView/JetStructureViewElement.java
2011-09-06 12:14:07 +04:00
Andrey Breslav 2c25a0e46a Classpath fixed for stdlib 2011-09-06 12:10:46 +04:00
Andrey Breslav f5928be33e Checks reordered for better performance 2011-09-06 11:56:20 +04:00
Alex Tkachman 93a422ae0a TypeInfo based on projections instead of other TypeInfo's 2011-09-05 20:12:12 +02:00
Andrey Breslav abfbe52a5a Better error recovery 2011-09-05 20:41:52 +04:00
Andrey Breslav 8801cf37fe Setter diagnostics fixed 2011-09-05 20:22:32 +04:00
Andrey Breslav ecd63c5f73 this references excluded from debug annotations 2011-09-05 20:05:50 +04:00
Andrey Breslav 2e45307082 Two tests fixed 2011-09-05 19:58:59 +04:00
Andrey Breslav bca24cf39c Resolution of == fixed 2011-09-05 19:44:09 +04:00
Andrey Breslav b632fc31d9 Tests fixed, and error messages a little 2011-09-05 19:35:31 +04:00
Andrey Breslav 71a711a74d Ambiguity resolution added for exact signatures 2011-09-05 19:21:15 +04:00
Andrey Breslav 9223875977 Overrides do not collide in resolution any more 2011-09-05 19:08:07 +04:00
Andrey Breslav 6aa2b37d15 KT-48 test fixed 2011-09-05 18:35:18 +04:00
Andrey Breslav 5d2672f29a Merge remote branch 'origin/master'
Conflicts:
	idea/src/org/jetbrains/jet/codegen/ImplementationBodyCodegen.java
	idea/src/org/jetbrains/jet/lang/types/JetTypeInferrer.java
2011-09-05 18:15:43 +04:00
Andrey Breslav 8c35668bfa Resolution problem avoided for member properties 2011-09-05 18:11:13 +04:00
Andrey Breslav 234eafb0c1 equalTypeClasses() moved and renamed 2011-09-05 17:44:24 +04:00
Alex Tkachman 28e0103f62 wow - it is green now 2011-09-05 15:07:09 +02:00
Alex Tkachman dc3b515451 some cleanup 2011-09-05 15:05:12 +02:00
Andrey Breslav 21243979ab Line numbers removed from messages
Value handling fixed
2011-09-05 16:23:39 +04:00
Alex Tkachman a6d71f9361 test for KT-160 2011-09-05 13:58:29 +02:00
Alex Tkachman a8a438ffd3 fix for KT-48 2011-09-05 13:47:54 +02:00
Alex Tkachman eb82967860 fix for KT-277 2011-09-05 10:25:25 +02:00
Alex Tkachman 232fc89cca fix for KT-80 2011-09-05 08:18:51 +02:00
Alex Tkachman ab63974fc3 fix for KT-46 2011-09-04 20:03:38 +02:00
Alex Tkachman 22b6f2864e fix for KT-152 2011-09-04 18:09:53 +02:00
Alex Tkachman 58765f2364 fix for KT-237. Unit as value part 2011-09-04 16:27:54 +02:00
Alex Tkachman 22e2caf7f8 fix for KT-237 2011-09-04 14:20:40 +02:00
Alex Tkachman e862e8471a micro code cleaning 2011-09-04 08:55:06 +02:00
Alex Tkachman 9ba167ee8d fix KT-249/KT-255 2011-09-03 22:52:12 +02:00