Alexey Sedunov
|
bd3d79d318
|
Minor: Do not specify platform for project-level language settings
|
2017-09-18 14:55:16 +03:00 |
|
Mikhail Glukhikh
|
79308287be
|
Minor: rename directory in quick-fix test data
|
2017-09-18 14:40:14 +03:00 |
|
Denis Grachev
|
0722c5c13a
|
KT-19565: J2K: Determine mutability using iterator
#KT-19565 fixed
|
2017-09-18 14:07:57 +03:00 |
|
Alexey Andreev
|
d312996f3a
|
JS: generate import statement for COROUTINE_SUSPENDED property
This makes code with lots of corutines more feasible for uglification
|
2017-09-18 13:13:40 +03:00 |
|
Alexey Andreev
|
9771a3c66e
|
JS: prove that KT-8282 is no more reproducible
|
2017-09-18 13:13:00 +03:00 |
|
Alexey Andreev
|
aa35d4ed36
|
JS: prove that KT-8315 is no more reproducible
|
2017-09-18 13:13:00 +03:00 |
|
Alexey Andreev
|
6ba0ac1238
|
JS: prove that KT-7011 is no more reproducible
|
2017-09-18 13:12:59 +03:00 |
|
Alexey Andreev
|
a66cd8b309
|
Fix name clash in JS implementation of multiplatform extension property
See KT-18756
|
2017-09-18 13:10:51 +03:00 |
|
Toshiaki Kameyama
|
1c7d66c803
|
Do not suggest "Redundant Unit return type" for Nothing-typed expression
So #KT-20261 Fixed
|
2017-09-18 13:02:03 +03:00 |
|
Toshiaki Kameyama
|
d87c0b164f
|
Add quick-fix for CANNOT_CHECK_FOR_ERASED #KT-18742 Fixed
|
2017-09-18 12:11:15 +03:00 |
|
Mikhail Zarechenskiy
|
6a1b6d10d8
|
Setup JDK roots and initialize JDK_HOME in common core environment
#KT-20167 Fixed
|
2017-09-18 08:19:41 +03:00 |
|
Stanislav Erokhin
|
6d26d1fb67
|
Minor. rename header -> commonModule
|
2017-09-16 19:47:47 +03:00 |
|
Stanislav Erokhin
|
91a99b4726
|
Migrate impl to actual in libraries projects
|
2017-09-16 19:47:46 +03:00 |
|
Stanislav Erokhin
|
481cbd0850
|
Migrate header to expect in libraries projects
|
2017-09-16 19:47:45 +03:00 |
|
Stanislav Erokhin
|
7cd5eeb24d
|
Regenerate common stdlib: use 'expect' instead 'header'
|
2017-09-16 19:47:44 +03:00 |
|
Mikhail Glukhikh
|
e12de11ce9
|
Fix add modifier for replacement case, add expect/actual order tests
|
2017-09-16 19:47:43 +03:00 |
|
Mikhail Glukhikh
|
2c521727c3
|
Add header/impl/expect/actual into modifiers order list
|
2017-09-16 19:47:42 +03:00 |
|
Mikhail Glukhikh
|
c0dd97b40d
|
Migration to expect/actual: fix CLI tests
|
2017-09-16 19:47:41 +03:00 |
|
Mikhail Glukhikh
|
a18e9436a1
|
Migration to expect/actual: change diagnostics rendering
|
2017-09-16 19:47:40 +03:00 |
|
Stanislav Erokhin
|
7982f3489e
|
Rename compiler key -Xno-check-impl to -Xno-check-actual
|
2017-09-16 19:47:39 +03:00 |
|
Mikhail Glukhikh
|
2fe7cc5534
|
Add more tests for KT-20262
|
2017-09-16 19:47:38 +03:00 |
|
Mikhail Glukhikh
|
77f625bfc8
|
Include ReplaceModifierFix in cleanup #KT-20262 Fixed
|
2017-09-16 19:47:37 +03:00 |
|
Stanislav Erokhin
|
7849452b66
|
Rename ALLOW_HEADER_WITHOUT_IMPLS to ALLOW_EXPECT_WITHOUT_ACTUAL
|
2017-09-16 19:47:36 +03:00 |
|
Vyacheslav Gerasimov
|
bba2d27e82
|
UAST: Fix getType and getText for UastKotlinPsiVariable
|
2017-09-16 13:21:44 +03:00 |
|
Vyacheslav Gerasimov
|
14742a6048
|
UAST: Fix getContainingFile, should return KtFile instead of FakeFileForLightClass
#KT-20170 Fixed
|
2017-09-16 13:02:08 +03:00 |
|
Vyacheslav Gerasimov
|
6d7c88a2bc
|
Fix KotlinWithGradleConfigurator, get psi files under read action
EA-106672 Fixed
|
2017-09-16 13:02:07 +03:00 |
|
Alexander Udalov
|
37a23f0958
|
Use JVM package name in Java 9 module accessibility checks
This fixes Java9ModuleIntegrationTest.testDependencyOnStdlibJdk78 from
the 1.2 branch
|
2017-09-15 20:30:29 +03:00 |
|
Mikhail Glukhikh
|
d3082b0e62
|
Migration to expect/actual: change some comments in compiler
|
2017-09-15 18:30:32 +03:00 |
|
Mikhail Glukhikh
|
fcc84d00c3
|
Migration: make header/impl/expect/actual contradictory to each other
|
2017-09-15 18:30:25 +03:00 |
|
Mikhail Glukhikh
|
fc4ff3b760
|
Migration to expect/actual: renames in DeclarationResolver
|
2017-09-15 18:30:18 +03:00 |
|
Mikhail Glukhikh
|
afdd647df1
|
Migration to expect/actual: renames in DeclarationsChecker
|
2017-09-15 18:30:11 +03:00 |
|
Mikhail Glukhikh
|
c5c6050baa
|
Migration to expect/actual: renames in ExpectedActualDeclarationChecker
|
2017-09-15 18:30:04 +03:00 |
|
Stanislav Erokhin
|
88644001d3
|
Rename heared/impl around highlighter markers
|
2017-09-15 18:29:57 +03:00 |
|
Stanislav Erokhin
|
8d8f683042
|
Fix header/impl in LazyClassDescriptor.toString
|
2017-09-15 18:29:50 +03:00 |
|
Stanislav Erokhin
|
956b0aca92
|
Rename header/impl in DescriptorRendererModifier
|
2017-09-15 18:29:43 +03:00 |
|
Stanislav Erokhin
|
194d16176c
|
Rename protobuf header/impl flags
|
2017-09-15 18:29:36 +03:00 |
|
Stanislav Erokhin
|
2b186909d4
|
Migrate diagnostic names for header/impl
|
2017-09-15 18:29:29 +03:00 |
|
Mikhail Glukhikh
|
d20ba5d082
|
Migration to expect/actual minor: rename icon constants
|
2017-09-15 18:29:21 +03:00 |
|
Mikhail Glukhikh
|
19b8ecab61
|
Migration to expect/actual: KotlinSafeDeleteProcessor
|
2017-09-15 18:29:13 +03:00 |
|
Mikhail Glukhikh
|
6e41bbc2a7
|
Migration: header->expect & impl->actual in IDEA test data
|
2017-09-15 18:29:06 +03:00 |
|
Mikhail Glukhikh
|
32cc619f15
|
Migration to expect/actual: fix multiplatform highlighting tests
|
2017-09-15 18:28:57 +03:00 |
|
Mikhail Glukhikh
|
85d6a4d1af
|
Migration to expect/actual: fix multiplatform integration tests
|
2017-09-15 18:28:50 +03:00 |
|
Mikhail Glukhikh
|
27615209ed
|
Migration to expect/actual: remove header/impl from completion, tests
|
2017-09-15 18:28:43 +03:00 |
|
Mikhail Glukhikh
|
6766196bd8
|
Migration to expect/actual: correct multi-module QF tests
|
2017-09-15 18:28:36 +03:00 |
|
Mikhail Glukhikh
|
bc78d672c1
|
Migration: add quick-fix to replace header->expect & impl->actual
|
2017-09-15 18:28:28 +03:00 |
|
Mikhail Glukhikh
|
e896a1f5ea
|
Migration: add check for illegal expect on nested in non-expect class
|
2017-09-15 18:28:21 +03:00 |
|
Mikhail Glukhikh
|
5d25106267
|
Migration: deprecation tests for header/impl
|
2017-09-15 18:28:14 +03:00 |
|
Mikhail Glukhikh
|
dd8bed8b46
|
Migration: expect/actual in diagnostic tests
|
2017-09-15 18:28:07 +03:00 |
|
Mikhail Glukhikh
|
1a2dc4c96c
|
Migration: expect/actual in descriptor renderer
|
2017-09-15 18:28:00 +03:00 |
|
Mikhail Glukhikh
|
205272f51b
|
Migration: add expect/actual to hasExpected... / hasActualModifier
|
2017-09-15 18:27:53 +03:00 |
|