Natalia Ukhorskaya
|
b9a45172c8
|
refactoring: do not create dialog in ChangeSignatureTests
|
2015-05-15 13:09:17 +03:00 |
|
Ilya Gorbunov
|
1fc5c39c22
|
Remove overload of joinToString with 5 parameters and it's usage from java code.
|
2015-05-15 03:02:48 +03:00 |
|
Ilya Gorbunov
|
7ffc1e13d9
|
Char.isLetter and Char.isLetterOrDigit (JVM).
|
2015-05-15 03:02:33 +03:00 |
|
Ilya Gorbunov
|
7721efad8a
|
Restore isNotEmpty and isNotBlank methods for non-nullable String receiver.
#KT-7234 Fixed
|
2015-05-15 02:59:22 +03:00 |
|
Sergey Mashkov
|
771af78b06
|
JS fix gradle example
|
2015-05-14 23:51:46 +03:00 |
|
Evgeny Gerashchenko
|
a93cc083d6
|
Don't try to find local descriptors in decompiled classes.
|
2015-05-14 21:51:08 +03:00 |
|
Evgeny Gerashchenko
|
0498bd7739
|
KT-7587 Overloads are not generated during partial compilation of package
#KT-7587 fixed
|
2015-05-14 21:51:08 +03:00 |
|
Evgeny Gerashchenko
|
ca883d8117
|
Green code.
|
2015-05-14 21:51:08 +03:00 |
|
Evgeny Gerashchenko
|
533935f2c0
|
KT-7472 function of anonymous class is never used
#KT-7472 fixed
|
2015-05-14 21:51:07 +03:00 |
|
Evgeny Gerashchenko
|
f00d96d67a
|
Merge pull request #669 from JetBrains/rr/nik
use API class instead of impl to create Java SDK
|
2015-05-14 21:50:10 +04:00 |
|
Alexander Udalov
|
2fe05c6f11
|
Parse and resolve annotations on supertypes
|
2015-05-14 18:58:08 +03:00 |
|
Alexander Udalov
|
5539444aa2
|
Minor, fix runtime for compiler in CompilerSmokeTest
|
2015-05-14 18:40:50 +03:00 |
|
Alexander Udalov
|
a267beb5aa
|
Fix order of dependencies for module 'descriptors'
'util.runtime' exports Kotlin Runtime which has reflection classes which
override their newer copies from 'deserialization'
|
2015-05-14 18:40:49 +03:00 |
|
Alexander Udalov
|
62d0d5c77f
|
Minor, fix error message when renaming package facade
|
2015-05-14 18:40:49 +03:00 |
|
Alexander Udalov
|
b881827b74
|
Use descriptors instead of PSI in ImplementationBodyCodegen
|
2015-05-14 18:40:48 +03:00 |
|
Sergey Mashkov
|
13a55ae72e
|
JS use wholeText instead of replaceWholeText() in example
|
2015-05-14 17:30:34 +03:00 |
|
nik
|
cefc704af0
|
use API class instead of impl to create Java SDK
|
2015-05-14 15:51:12 +03:00 |
|
Alexey Sedunov
|
e7748e2700
|
Convert Parameter to Receiver: Replace parameter references with labeled this-expressions (before shortening them). Report conflict when this-label is ambiguous
#KT-7681 Fixed
|
2015-05-14 15:47:56 +03:00 |
|
Alexey Sedunov
|
2dac70a4f7
|
Inline Val: Do not highlight usages if some are not located in the same file as the declaration itself
#KT-7655 Fixed
|
2015-05-14 15:47:55 +03:00 |
|
Alexey Sedunov
|
7f05b35332
|
Minor: Fix checkox mnemonic
|
2015-05-14 15:47:54 +03:00 |
|
Alexey Sedunov
|
3e620dbbbb
|
Find Usages: Show class-specific dialog for all Kotlin classes (including bultins)
#KT-7048 Fixed
|
2015-05-14 15:47:53 +03:00 |
|
Alexey Sedunov
|
02006126f5
|
Introduce Property: Forbid extension properties with initializers and lazy
ones
|
2015-05-14 15:47:51 +03:00 |
|
Alexey Sedunov
|
b69b66feab
|
Extraction Engine: Do not extract type parameter if it's resolved in the target scope
#KT-7246 Fixed
|
2015-05-14 15:47:50 +03:00 |
|
Sergey Mashkov
|
7045140d11
|
JS make NodeListAsList field private
|
2015-05-14 14:33:37 +03:00 |
|
Sergey Mashkov
|
425efa3ae1
|
JS IDL2K move Event, EventListener and EventTarget to org.w3c.events
|
2015-05-14 14:19:08 +03:00 |
|
Natalia Ukhorskaya
|
f20e76c185
|
Improve assert message.
#KT-6625 In Progress
|
2015-05-14 14:08:16 +03:00 |
|
Natalia Ukhorskaya
|
37cca22538
|
JetPositionManager: return kotlin package class for JetClsFile with linenumber -1
|
2015-05-14 14:08:14 +03:00 |
|
Sergey Mashkov
|
f0c55c98f2
|
JS fix failed test caused by strings API change
|
2015-05-14 13:39:33 +03:00 |
|
Sergey Mashkov
|
e9c2b33d2d
|
JS IDL2K use Any? type for "any" but callback functions return types that returns dynamic instead of Any?
|
2015-05-14 09:17:01 +03:00 |
|
Sergey Mashkov
|
42f1f9df03
|
JS Union type members should have inherit corresponding marker interface
|
2015-05-14 09:17:00 +03:00 |
|
Sergey Mashkov
|
002b26e4ed
|
JS IDL2K spaces in functional types
|
2015-05-14 09:16:59 +03:00 |
|
Sergey Mashkov
|
b34da5713d
|
JS update IDL definitions, append source URL to downloaded file
|
2015-05-14 09:16:59 +03:00 |
|
Sergey Mashkov
|
7033b27ea8
|
JS Changes according to review
|
2015-05-14 09:16:58 +03:00 |
|
Sergey Mashkov
|
e3ae12ed62
|
JS Fix build failure due to missing splitWithRegex
|
2015-05-14 09:16:57 +03:00 |
|
Sergey Mashkov
|
0ce1edd417
|
JS IDL2K better callbacks support + bugfixes according to review
|
2015-05-14 09:16:57 +03:00 |
|
Sergey Mashkov
|
a11e0a84b5
|
JS tests for addClass, removeClass, removeFromParent
|
2015-05-14 09:16:56 +03:00 |
|
Sergey Mashkov
|
bcbfa3c240
|
JS CSS style declarations
|
2015-05-14 09:16:56 +03:00 |
|
Sergey Mashkov
|
d24bdf5ad0
|
JS Introduce SVG DOM support
|
2015-05-14 09:16:55 +03:00 |
|
Sergey Mashkov
|
6366f966b7
|
JS Introduce typed arrays
|
2015-05-14 09:16:54 +03:00 |
|
Sergey Mashkov
|
a6bed4f623
|
JS Fix marker interface filtering
|
2015-05-14 09:16:54 +03:00 |
|
Sergey Mashkov
|
2e687fde6b
|
JS Generate DOM stubs from IDLs
|
2015-05-14 09:16:53 +03:00 |
|
Sergey Mashkov
|
236ec54c2a
|
JS download DOM IDLs
|
2015-05-14 09:16:52 +03:00 |
|
Sergey Mashkov
|
47cf73d089
|
JS IDL2K fix bugs regarding union types and unknown types, any and so on
JS IDL2K better support for functional types and callback handlers
|
2015-05-14 09:16:52 +03:00 |
|
Sergey Mashkov
|
6e09100877
|
JS IDL2K refactoring according to review discussion
|
2015-05-14 09:16:51 +03:00 |
|
Sergey Mashkov
|
4ee780ef07
|
JS move document/window/storage to kotlin.browser
|
2015-05-14 09:16:51 +03:00 |
|
Sergey Mashkov
|
33c1d5d2cf
|
JS fix tests failed due to api change
|
2015-05-14 09:16:50 +03:00 |
|
Sergey Mashkov
|
4bc91ba652
|
JS fix stdlib API to conform to new DOM3
|
2015-05-14 09:16:49 +03:00 |
|
Sergey Mashkov
|
374dcd56f2
|
JS better typedefs and union-types support
|
2015-05-14 09:16:49 +03:00 |
|
Sergey Mashkov
|
e487825237
|
JS deprecate old declarations
|
2015-05-14 09:16:48 +03:00 |
|
Sergey Mashkov
|
e84aa78ac6
|
JS introduce marker annotation
|
2015-05-14 09:16:48 +03:00 |
|