Pavel V. Talanov
|
5b009e216f
|
Minor: comment
|
2014-11-14 16:18:30 +03:00 |
|
Pavel V. Talanov
|
77dd027d69
|
Use MemberComparator in DescriptorSerializer
|
2014-11-14 16:18:29 +03:00 |
|
Pavel V. Talanov
|
dc134b3394
|
MemberComparator: enum entries have top priority and are never reordered
Fix rendering accordingly
|
2014-11-14 16:18:29 +03:00 |
|
Pavel V. Talanov
|
eba5843468
|
Test order of enum entries in deserialized classes
|
2014-11-14 16:18:28 +03:00 |
|
Pavel V. Talanov
|
b7ca11cee1
|
Implement EnumEntrySyntheticClassDescriptor#toString()
|
2014-11-14 16:18:27 +03:00 |
|
Pavel V. Talanov
|
01cf60b834
|
Separate tests for ordering of deserialized members
|
2014-11-14 16:18:27 +03:00 |
|
Pavel V. Talanov
|
5ffa66ffc3
|
Do not put nested class names in unordered set for deserialized classes
|
2014-11-14 16:18:26 +03:00 |
|
Pavel V. Talanov
|
9a04ff0b9e
|
Test order of nested/inner classes for deserialized classes
|
2014-11-14 16:18:26 +03:00 |
|
Pavel V. Talanov
|
52f7999bee
|
Stable order of member descriptors in DeserializedMemberScope
|
2014-11-14 16:18:25 +03:00 |
|
Pavel V. Talanov
|
5be30ab81d
|
Add validation that deserialized members are sorted accordingly
|
2014-11-14 16:18:25 +03:00 |
|
Pavel V. Talanov
|
e8b384eb63
|
Extract IntersectionScope in TypeUtils
|
2014-11-14 16:18:24 +03:00 |
|
Pavel V. Talanov
|
2533887253
|
Refactor: Make ValidationVisitor stateful so it's possible to inherit from it
|
2014-11-14 16:18:24 +03:00 |
|
Pavel V. Talanov
|
5f47a5aa49
|
Move MemberComparator to 'descriptors' module
|
2014-11-14 16:18:23 +03:00 |
|
Valentin Kipyatkov
|
a15edf716a
|
Fixed KT-6235 Get rid of `` for identifier "type" in converter
#KT-6235 Fixed
|
2014-11-14 15:25:53 +03:00 |
|
valentin
|
51a5125987
|
No need to insert imports of Kotlin standard classes if java.util.* is imported
|
2014-11-14 15:25:53 +03:00 |
|
Zalim Bashorov
|
ccdcbf702a
|
Update to IDEA 139.225.3
|
2014-11-13 21:52:39 +03:00 |
|
Denis Zharkov
|
8d47bdfebb
|
Made <T> in arrayOfNulls() reified #KT-5651 Fixed
|
2014-11-13 20:56:10 +03:00 |
|
Denis Zharkov
|
eec4b7094c
|
Added diagnostic test for Array<T> instances usage
when T is not reified
|
2014-11-13 20:56:10 +03:00 |
|
Denis Zharkov
|
e768b4e285
|
stdlib: Introduced filterIsInstance version
without class-literal as a parameter
|
2014-11-13 20:56:10 +03:00 |
|
Denis Zharkov
|
da5164acd8
|
stdlib: Introduced Array<T>?.orEmpty() in JVM-stdlib
|
2014-11-13 20:56:10 +03:00 |
|
Denis Zharkov
|
73ca75cc0b
|
Fixed wrong constructor arguments order
|
2014-11-13 20:56:10 +03:00 |
|
Denis Zharkov
|
a8ca39754c
|
Supported creating varargs of reified type parameter
|
2014-11-13 20:56:10 +03:00 |
|
Denis Zharkov
|
29b4ba9b3d
|
Explicitly specified type of array
|
2014-11-13 20:56:09 +03:00 |
|
Denis Zharkov
|
28dc84344c
|
Prohibit ''Nothing'' substitution of reified TP
|
2014-11-13 20:56:09 +03:00 |
|
Denis Zharkov
|
b3691b7358
|
Frontend changes for reified type parameters
Allowing reified only for inline functions and Intrinsics
|
2014-11-13 20:56:09 +03:00 |
|
Denis Zharkov
|
79c6f2b91b
|
Introduced parametrised markers' set
|
2014-11-13 20:56:09 +03:00 |
|
Denis Zharkov
|
46f22b5422
|
Test fixed
|
2014-11-13 20:56:08 +03:00 |
|
Denis Zharkov
|
f00689d7c7
|
Made closure const instance public
because it's usage may be inlined into different package
|
2014-11-13 20:56:08 +03:00 |
|
Denis Zharkov
|
21699e1753
|
Supported reification for anonymous objects and lambdas
|
2014-11-13 20:56:08 +03:00 |
|
Denis Zharkov
|
a689f6d243
|
Tracking if there is something to reify in members
|
2014-11-13 20:56:08 +03:00 |
|
Denis Zharkov
|
d8e740d7a3
|
reifyInstructions returns Boolean whether there is something else to reify
|
2014-11-13 20:56:08 +03:00 |
|
Denis Zharkov
|
0087d861e1
|
Introduced new reified marker needClassReification
It's not parametrised by index
|
2014-11-13 20:56:08 +03:00 |
|
Denis Zharkov
|
c19c7d0ec7
|
Store parameters' identifiers in ReifiedTypeParameterMappings
|
2014-11-13 20:56:07 +03:00 |
|
Denis Zharkov
|
c18c67c993
|
Class signature reification
|
2014-11-13 20:56:07 +03:00 |
|
Denis Zharkov
|
6d6d6fadc1
|
Refactoring, unified closures generation
|
2014-11-13 20:56:07 +03:00 |
|
Denis Zharkov
|
45ca14345f
|
Minor, replaced pattern of ArrayUtil.toStringArray
|
2014-11-13 20:56:07 +03:00 |
|
Denis Zharkov
|
74ca304931
|
Extracted buildClassReaderByInternalName into InlineCodegenUtil
|
2014-11-13 20:56:07 +03:00 |
|
Denis Zharkov
|
fc1d8dd9ce
|
javaClass<T> is supported for reified T
|
2014-11-13 20:56:06 +03:00 |
|
Denis Zharkov
|
f3c49c605f
|
Typecheck instructions are supported for reified T
|
2014-11-13 20:56:06 +03:00 |
|
Denis Zharkov
|
416ac7917b
|
Removed old unused code emitting calls to non-existent methods
|
2014-11-13 20:56:06 +03:00 |
|
Denis Zharkov
|
4a66ab3627
|
Support generic array creation for reified inlined
|
2014-11-13 20:56:06 +03:00 |
|
Denis Zharkov
|
060c30746f
|
Minor, extracted "kotlin/jvm/internal/Intrinsics" into IntrinsicMethods.INTRINSICS_CLASS_NAME
|
2014-11-13 20:56:06 +03:00 |
|
Denis Zharkov
|
8e3f87abaf
|
Minor, extracted TypeUtils.isTypeParameter
|
2014-11-13 20:56:05 +03:00 |
|
Alexey Sedunov
|
b09684024b
|
Generate light classes for Kotlin inner classes
#KT-6237 Fixed
|
2014-11-13 17:27:33 +03:00 |
|
Alexey Sedunov
|
da915aee7e
|
Call Hierarchy: Do not interrupt caller hierarchy on non-local caller of local root declaration
#KT-6183 Fixed
|
2014-11-13 17:27:31 +03:00 |
|
Alexey Sedunov
|
558e038ba5
|
Extract Function: Replace non-denotable parameter types with their super types when possible
#KT-6187 Fixed
|
2014-11-13 17:27:29 +03:00 |
|
Alexey Sedunov
|
94efdeb3d5
|
Quick-fix Test: Fix file path which is passed to the FileComparisonException (so that we can update test data using text comparison UI)
|
2014-11-13 17:27:26 +03:00 |
|
Alexey Sedunov
|
c487cc7838
|
Create From Usage: Do not generate unnecessary/skip necessary empty lines
|
2014-11-13 17:27:24 +03:00 |
|
Alexey Sedunov
|
2e7cbab453
|
Create From Usage: Create package by reference expression/type reference
|
2014-11-13 16:43:12 +03:00 |
|
Alexey Sedunov
|
fd4fa9a042
|
Create Class From Usage: Allow user to choose a target directory when creating class in the specific package
|
2014-11-13 16:43:06 +03:00 |
|