Dmitriy Novozhilov
|
02f71a63b8
|
[FE] Disable SKIP_DEBUG flag when building java model from binaries
This is needed to avoid skipping jvm annotations with names of
function parameters
|
2020-11-28 14:25:55 +03:00 |
|
Dmitriy Novozhilov
|
bf1abed246
|
Build: add shadowing processor for core.xml in embeddable compiler
|
2020-11-28 14:25:54 +03:00 |
|
Dmitriy Novozhilov
|
ad953b6285
|
Build: remove redundant bunch TODO's
|
2020-11-28 14:25:54 +03:00 |
|
Dmitriy Novozhilov
|
986ab9cb54
|
Build: remove useless .as40 files
|
2020-11-28 14:25:54 +03:00 |
|
Dmitriy Novozhilov
|
1b559fe676
|
Don't set KOTLIN_BUNDLED in unit tests
|
2020-11-28 14:25:53 +03:00 |
|
Dmitriy Novozhilov
|
7396abf5a4
|
Build: add fastutil dependency to scripting tests
|
2020-11-28 14:25:53 +03:00 |
|
Dmitriy Novozhilov
|
5ab9710cc5
|
Remove ./local directory from CodeConformanceTest
|
2020-11-28 14:25:52 +03:00 |
|
Dmitriy Novozhilov
|
d3ef0eb519
|
Build: register missing TreeAspect service in KtParsingTestCase
|
2020-11-28 14:25:52 +03:00 |
|
Dmitriy Novozhilov
|
68719831ee
|
Build: update asm version in kotlinp
|
2020-11-28 14:25:52 +03:00 |
|
Dmitriy Novozhilov
|
dc35a13008
|
Build: remove useless bunch files
|
2020-11-28 14:25:51 +03:00 |
|
Dmitriy Novozhilov
|
46fcc7d59d
|
Build: fix registration of ClassFileDecompilers extension
|
2020-11-28 14:25:51 +03:00 |
|
Dmitriy Novozhilov
|
48cbb74a01
|
Build: drop deprecated extension point used in test of old j2k
|
2020-11-28 14:25:50 +03:00 |
|
Dmitriy Novozhilov
|
d887814cc5
|
Build: fix compilation of :libraries:tools:kotlin-maven-plugin-test
|
2020-11-28 14:25:50 +03:00 |
|
Dmitriy Novozhilov
|
4779092ba5
|
Build: fix API differences between 201 and 202 in idea performance tests
|
2020-11-28 14:25:49 +03:00 |
|
Dmitriy Novozhilov
|
2a053c214d
|
Build: fix API differences between 201 and 202 in scratch tests
|
2020-11-28 14:25:49 +03:00 |
|
Dmitriy Novozhilov
|
d50d56f68c
|
Build: fix API differences between 201 and 202 in NewKotlinFileAction
|
2020-11-28 14:25:49 +03:00 |
|
Dmitriy Novozhilov
|
e4e28a5495
|
Build: update grovy dependencies in :compiler:tests-spec
|
2020-11-28 14:25:48 +03:00 |
|
Dmitriy Novozhilov
|
07dd9179e8
|
Build: change 202 platform version
|
2020-11-28 14:25:48 +03:00 |
|
Dmitriy Novozhilov
|
eeb9b3214c
|
Switch to 202 platform
|
2020-11-28 14:25:19 +03:00 |
|
Ilya Muradyan
|
89bba93615
|
Introduce GetScriptingClassByClassLoader interface
It is needed to override default JVM behaviour
|
2020-11-28 09:44:06 +01:00 |
|
Ilya Muradyan
|
65ce7cd0c2
|
Fix path for Windows in Fibonacci test
|
2020-11-28 09:44:06 +01:00 |
|
Ilmir Usmanov
|
78e607c6b0
|
Value classes: Support @JvmName annotation on functions with inline
classes in signatures, but not on methods of inline classes.
|
2020-11-28 00:34:04 +01:00 |
|
Ilmir Usmanov
|
871912f257
|
Value Classes: Increase BINARY_STUB_VERSION after decompiler changes
|
2020-11-27 23:52:09 +01:00 |
|
Ilmir Usmanov
|
05c4dfef3d
|
Value classes: Use 'value' keyword instead of 'inline' in stub dumps
|
2020-11-27 23:52:08 +01:00 |
|
Ilmir Usmanov
|
9b9c43b702
|
Value classes: Change relevant diagnostic to say 'value class'
instead of 'inline class'
|
2020-11-27 23:52:08 +01:00 |
|
Ilmir Usmanov
|
ca3e7cf1a7
|
Value classes: Report lacking @JvmInline only on JVM backend
Report when @JvmInline is applied on non-value class.
|
2020-11-27 23:52:07 +01:00 |
|
Ilmir Usmanov
|
92f1681de0
|
Value classes: treat @JvmInline value classes as inline classes
Report error on value classes without @JvmInline annotation.
Do not check for @JvmInline annotation in value classes since
it breaks reflection.
|
2020-11-27 23:52:06 +01:00 |
|
Ilmir Usmanov
|
6c68660ffd
|
Value classes: Render 'value' before class
|
2020-11-27 23:52:06 +01:00 |
|
Ilmir Usmanov
|
f158411f9a
|
Value classes: Increase JVM metadata version to distinguish
between inline and value classes.
|
2020-11-27 23:52:05 +01:00 |
|
Ilmir Usmanov
|
361ed117bb
|
Value classes: Add isValue property to class descriptors
Reuse isInline flag in proto and IR.
Check metadata version on deserialization.
|
2020-11-27 23:52:05 +01:00 |
|
Ilmir Usmanov
|
8eff3a6bb3
|
Value classes: Increase stub version due to changes in the parser
|
2020-11-27 23:52:04 +01:00 |
|
Ilmir Usmanov
|
11b2a07a59
|
Value classes: Support 'value' modifier in parser
|
2020-11-27 23:52:04 +01:00 |
|
Ilya Kirillov
|
d5979ffded
|
FIR IDE: add tests for checking module invalidation
|
2020-11-27 23:14:57 +01:00 |
|
Ilya Kirillov
|
2fb4a917f6
|
FIR IDE: fix module invalidation algorithm
|
2020-11-27 23:14:57 +01:00 |
|
Ilya Kirillov
|
519f1549f0
|
FIR IDE: separate logic of TestProjectStructure from AbstractFirMultiModuleLazyResolveTest
|
2020-11-27 23:14:56 +01:00 |
|
Ilya Kirillov
|
3515cd546d
|
FIR IDE: use PersistentMap to store FromModuleViewSessionCache mappings
Needed to ensure safe pub of map
|
2020-11-27 23:14:56 +01:00 |
|
Ilya Kirillov
|
76c0dc7dba
|
FIR IDE: add property support for incremental analysis
|
2020-11-27 20:41:38 +01:00 |
|
Ilya Kirillov
|
953dba808b
|
FIR IDE: move withFirDeclaration to LowLevelFirApiFacade
|
2020-11-27 20:41:37 +01:00 |
|
Ilya Kirillov
|
b4d63b9b13
|
FIR IDE: add docs for LowLevelFirApiFacade functions
|
2020-11-27 20:41:35 +01:00 |
|
Ilya Kirillov
|
93648e6cd3
|
FIR IDE: use mor specific exception in EntityWasGarbageCollectedException
|
2020-11-27 20:41:33 +01:00 |
|
Ilya Kirillov
|
65a7ee5012
|
FIR IDE: remove duplicating withFirResolvedToBodyResolve
|
2020-11-27 20:41:32 +01:00 |
|
Ilya Kirillov
|
3141fead0d
|
FIR IDE: get rid of LowLevelFirApiFacade object
|
2020-11-27 20:41:31 +01:00 |
|
Dmitry Petrov
|
a206eca164
|
JVM_IR KT-43611 report signature clash on private interface members
|
2020-11-27 18:54:09 +03:00 |
|
Dmitriy Novozhilov
|
fd935b7c54
|
[TEST] Move generated js compiler tests to test-gen directories
|
2020-11-27 18:07:47 +03:00 |
|
Ilya Goncharov
|
77ed51b3ab
|
[JS IR] Add message for for enabling option for overwriting reachable nodes
[JS IR] Disable rewriting of EXPECTED_REACHABLE_NODES by default, add system property to enable this behaviour
|
2020-11-27 17:26:07 +03:00 |
|
Dmitriy Novozhilov
|
908732b3c1
|
[TEST] Move generated visualizer tests to test-gen directories
|
2020-11-27 12:55:48 +03:00 |
|
Dmitriy Novozhilov
|
eca769f8e4
|
[TEST] Move generated fir tests to test-gen directories
|
2020-11-27 12:55:48 +03:00 |
|
Dmitriy Novozhilov
|
1ee38286a8
|
[TEST] Move generated compiler tests to test-gen directory
|
2020-11-27 12:55:45 +03:00 |
|
Ilmir Usmanov
|
524419a2fe
|
IC Mangling: Use new mangling scheme for range tests
|
2020-11-27 10:56:07 +03:00 |
|
Georgy Bronnikov
|
6381d97aab
|
JVM_IR: compute classId on IR structures
|
2020-11-27 10:56:07 +03:00 |
|