Alexey Sedunov
730cc7b551
Code insight: "Generate..." actions for test framework support methods
...
#KT-9355 Fixed
2015-10-08 13:15:18 +03:00
Valentin Kipyatkov
ab41641a19
KT-8794 Parameter Information should work in index expression
...
#KT-8794 Fixed
2015-10-07 23:09:54 +03:00
Ilya Gorbunov
90e5ee8a7e
Replace KotlinPackage legacy facade with corresponding package parts.
2015-10-07 22:36:29 +03:00
Yan Zhulanow
d28ecc2316
Mark builtins and stdlib functions with 'infix'
2015-10-07 15:49:29 +03:00
Nikolay Krasko
ca2c78e629
Refactoring: remove warnings about javaClass() call
2015-10-06 14:00:23 +03:00
Alexander Udalov
659826d5c3
Update reservedWords JS tests after changes to callable references
2015-10-03 04:37:05 +03:00
Pavel V. Talanov
7d1b6f4bbb
GenerateOperationsMap uses builtIns from default platform
2015-10-01 17:53:12 +03:00
Michael Nedzelsky
bc6746b9e6
add tests for comparison of package members
2015-10-01 15:16:22 +03:00
Alexander Udalov
89fe54c951
Remove NameResolver#getFqName, replace with getClassId
2015-09-29 16:26:26 +03:00
Ilya Gorbunov
ee44717a41
private -> internal where it's necessary: synchronize OperationsMapGenerated and GenerateOperationsMap.
2015-09-26 00:26:59 +03:00
Zalim Bashorov
8cb87b3e49
private -> internal where it's necessary
2015-09-25 21:16:00 +03:00
Alexey Tsvetkov
a3f2ccf72d
Test that Kotlin incremental caches are created lazily
2015-09-25 20:11:57 +03:00
Dmitry Jemerov
32e6a6e3a1
inspection and quickfix to replace usages of deprecated package facades
2015-09-25 18:29:06 +02:00
Yan Zhulanow
1139a8dd0e
Mark builtins and stblib functions with 'operator'
2015-09-25 19:20:18 +03:00
Nikolay Krasko
35caa79019
Auto-increment version from script
...
This allows to have own version system on particular branch. It's planned to be enabled in release branches.
2015-09-25 18:07:58 +03:00
Alexey Sedunov
5af4101f7d
Resource Bundles: Implement references on Kotlin string literals
...
#KT-6946 In Progress
2015-09-25 17:17:59 +03:00
Alexander Udalov
4ca8a51234
Move Interner from deserialization to util
...
This class is not used in core and should not end up in kotlin-reflect.jar
2015-09-22 18:22:59 +03:00
Michael Nedzelsky
34d4d2e7d9
ProtoCompareGenerated: get rid ofusage of internal details of NameResolver
2015-09-22 18:22:53 +03:00
Zalim Bashorov
a1979b6eb4
Regenerate tests for JS reserved words when cases changed
2015-09-22 15:00:37 +02:00
Dmitry Jemerov
4ca434da54
remove support for 'trait' keyword
2015-09-22 15:00:24 +02:00
Michael Nedzelsky
ae7cc8e430
tests for comparison of changes in classes
2015-09-19 00:14:07 +03:00
Michael Nedzelsky
4c9ec56bc8
GenerateProtoBufCompare: optimization and generate difference and hashCode methods
2015-09-19 00:13:58 +03:00
Michael Nedzelsky
20bae99166
GenerateProtoBufCompare: do not generate unnecessary empty lines
2015-09-19 00:13:48 +03:00
Stanislav Erokhin
387d16d1d5
Regenerate RangesCodegenTest
2015-09-18 21:00:19 +03:00
Stanislav Erokhin
5786e620e8
Minor. remove import package usages from sources
2015-09-18 21:00:16 +03:00
Denis Zharkov
9c4564a5a6
Get rid of deprecated annotations and modifiers in project code
2015-09-18 09:34:27 +03:00
Dmitry Petrov
1586a2df8e
Make stdlib work with -Xmultifile-package-facades.
...
Fixed wrong owner mapping in presence of -Xmultifile-package-facades.
Fixed backing field mapping issue.
Added more tests.
2015-09-14 11:26:29 +03:00
Dmitry Petrov
50f83da6da
- call multifile class members (compiling against binaries)
...
- inline multifile class members
2015-09-14 11:25:42 +03:00
Dmitry Petrov
5f9a59d655
- bytecodeTextMultifile - framework for bytecode text tests
...
with multiple Kotlin source files
- bytecodeTextMultifile/partMembersCall, initial import
2015-09-14 11:25:42 +03:00
Nikolay Krasko
6338a9a65a
Drop lazy values in PrimitiveType
2015-09-12 15:16:08 +03:00
Alexander Udalov
6cecc66d10
Improve ABI version from one number to "major.minor.patch"
2015-09-11 19:28:46 +03:00
Alexey Tsvetkov
8d1480e877
Add incremental compilation inline call site tests
2015-09-08 05:49:34 +03:00
Michael Bogdanov
f1c091e897
Serialize mappings via proto
2015-09-07 16:29:03 +03:00
Dmitry Petrov
f9901f6075
Fix decompiler tests.
...
For now, JVM and JS backends produce different metadata for package facades (and package parts),
and thus different output is expected for JVM and JS decompiler.
Split decompiler tests into common (decompiledText), JVM-specific (decompiledTextJvm),
and JS-specific (decompiledTextJs)
Join them back together if JS backend migrates to JVM-like package model.
2015-09-07 16:29:01 +03:00
Natalia Ukhorskaya
73946050c1
Debugger: support stepping over inline function
2015-09-04 11:40:20 +03:00
Valentin Kipyatkov
ed2f5ccfa2
Checking file name case for some of the auto-generated tests
2015-09-03 15:55:55 +03:00
Yan Zhulanow
552211b2f4
Add bytecode listing test for use site targets and default targets (with priorities)
2015-08-31 15:33:12 +03:00
Alexey Sedunov
a66ef47887
Push Down: Initial Support
2015-08-17 20:28:08 +03:00
Valentin Kipyatkov
c3ccd6da57
Renamed test data folder
2015-08-14 18:10:41 +03:00
Mikhail Glukhikh
90f94b47db
Deprecated enum syntax removed: JS plugin tests
2015-08-10 16:24:08 +03:00
Mikhail Glukhikh
8405a9a021
Enum syntax: source code fixed
2015-08-10 16:23:53 +03:00
Zalim Bashorov
7e250ab2ca
Add test infrastructure to check the tracking lookups
...
Added simple test to verify infrastructure.
2015-08-08 02:08:19 +03:00
Alexey Sedunov
7125989c69
Pull Up: Java -> Kotlin interoperability
...
#KT-5803 Fixed
2015-08-07 23:30:12 +03:00
Michael Nedzelsky
2adf1e0e96
add ProtoBugCompareConsistencyTest
2015-07-31 16:51:24 +03:00
Michael Nedzelsky
31d5ec2370
minor: GenerateProtoBuf: get rid of weak warnings, add a reminder about GenerateProtoBufCompare.
2015-07-31 16:51:20 +03:00
Michael Nedzelsky
194aa57c07
add call to GenerateProtoBufCompare at the end of GenerateProtoBuf
2015-07-30 16:35:56 +03:00
Michael Nedzelsky
e9d7bbf493
fix KT-8648 Exception from incremental compilation
...
#KT-8648 Fixed
2015-07-29 15:14:45 +03:00
Michael Nedzelsky
2f304c0d99
add GenerateProtoBufCompare
2015-07-28 19:48:48 +03:00
Michael Nedzelsky
459eed7d28
introduce custom options for messages in proto files
2015-07-28 19:48:44 +03:00
Mikhail Glukhikh
dbf6da89b7
java.lang.annotation.Repeatable is deprecated + test in a new group: diagnostic tests with Java 8.
2015-07-28 19:03:55 +03:00