Alexander Udalov
|
3b81d63334
|
Rename jet -> kotlin in compiler-tests (except resolve)
Move test-related code to org.jetbrains.kotlin.test, also move some tests to
packages with better names
|
2015-01-12 00:24:12 +03:00 |
|
Alexander Udalov
|
63cefea6e9
|
Rename jet -> kotlin in frontend
org.jetbrains.jet -> org.jetbrains.kotlin
Also rename package slicedmap to slicedMap
|
2015-01-11 15:20:51 +03:00 |
|
Alexander Udalov
|
64c6055030
|
Rename jet -> kotlin in frontend, descriptors: resolve
org.jetbrains.jet.lang.resolve -> org.jetbrains.kotlin.resolve
|
2015-01-11 05:09:01 +03:00 |
|
Alexander Udalov
|
634ed0b652
|
Rename jet -> kotlin in frontend: lazy resolve
org.jetbrains.jet.lang.resolve.lazy -> org.jetbrains.kotlin.resolve.lazy
|
2015-01-11 05:09:00 +03:00 |
|
Alexander Udalov
|
0499ec94ca
|
Rename jet -> kotlin in frontend: call resolution
org.jetbrains.jet.lang.resolve.calls -> org.jetbrains.kotlin.resolve.calls
|
2015-01-10 20:25:15 +03:00 |
|
Alexander Udalov
|
88670eb78a
|
Rename jet -> kotlin in frontend: diagnostics
org.jetbrains.jet.lang.diagnostics -> org.jetbrains.kotlin.diagnostics
|
2015-01-10 17:38:07 +03:00 |
|
Alexander Udalov
|
524fdc2527
|
Rename jet -> kotlin in descriptors, types, names
org.jetbrains.jet.lang.descriptors -> org.jetbrains.kotlin.descriptors
org.jetbrains.jet.lang.types -> org.jetbrains.kotlin.types
org.jetbrains.jet.lang.resolve.name -> org.jetbrains.kotlin.name
|
2015-01-10 15:52:20 +03:00 |
|
Alexander Udalov
|
2ac4c65720
|
Move PlatformToKotlinClassMap to org.jetbrains.kotlin.platform
Also JavaToKotlinClassMap
|
2015-01-10 15:52:17 +03:00 |
|
Alexander Udalov
|
e88f89d1c6
|
Rename jet -> kotlin in descriptors: built-ins
org.jetbrains.jet.lang.types.lang -> org.jetbrains.kotlin.builtins
|
2015-01-10 15:52:16 +03:00 |
|
Alexander Udalov
|
d384e50a97
|
Rename jet -> kotlin in frontend: PSI
org.jetbrains.jet.lang.psi -> org.jetbrains.kotlin.psi
|
2015-01-10 15:52:14 +03:00 |
|
Alexander Udalov
|
ead8c8ac1d
|
Rename jet -> kotlin in frontend: lexer, kdoc
org.jetbrains.jet.lexer -> org.jetbrains.kotlin.lexer
org.jetbrains.jet.kdoc -> org.jetbrains.kotlin.kdoc
Also rename Jet.flex -> Kotlin.flex
|
2015-01-10 15:52:12 +03:00 |
|
Alexander Udalov
|
f447a860b1
|
Rename package jet -> kotlin in util.runtime (StorageManager)
org.jetbrains.jet.storage -> org.jetbrains.kotlin.storage
|
2015-01-08 23:32:08 +03:00 |
|
Alexander Udalov
|
f37e2f173d
|
Rename package jet -> kotlin in util, util-runtime
org.jetbrains.jet.config -> org.jetbrains.kotlin.config
org.jetbrains.jet.utils -> org.jetbrains.kotlin.utils
Also move coreLib.kt to package 'org.jetbrains.kotlin.utils'
|
2015-01-08 23:32:08 +03:00 |
|
Alexander Udalov
|
8ca803775f
|
Rename package jet -> kotlin in cli, cli-common
org.jetbrains.jet.cli -> org.jetbrains.kotlin.cli
Also fix some minor warnings
|
2015-01-08 23:32:07 +03:00 |
|
Alexander Udalov
|
759b5bd85c
|
Move *OutputFile to package org.jetbrains.kotlin.backend.common.output
|
2015-01-06 05:15:13 +03:00 |
|
Alexander Udalov
|
329d9da8c8
|
Rename package jet -> kotlin in backend-common
org.jetbrains.jet.backend.common -> org.jetbrains.kotlin.backend.common
org.jetbrains.jet.codegen.bridges ->
org.jetbrains.kotlin.backend.common.bridges
|
2015-01-06 05:15:12 +03:00 |
|
Alexander Udalov
|
03e3969544
|
Rename package k2js -> kotlin.js in js.frontend
org.jetbrains.k2js -> org.jetbrains.kotlin.js
|
2015-01-05 05:10:33 +03:00 |
|
Alexander Udalov
|
36eb5eff1f
|
Rename package k2js -> kotlin.js in js.tests
org.jetbrains.k2js.test -> org.jetbrains.kotlin.js.test
|
2015-01-05 05:10:26 +03:00 |
|
Alexander Udalov
|
2bc3aa2199
|
Rename package k2js -> kotlin.js in js.translator
org.jetbrains.k2js -> org.jetbrains.kotlin.js
|
2015-01-05 04:19:06 +03:00 |
|
Alexander Udalov
|
6f2a0b06e1
|
Rename package k2js -> kotlin.js in js.inliner
org.jetbrains.k2js.inline -> org.jetbrains.kotlin.js.inline
|
2015-01-05 04:19:05 +03:00 |
|
Alexander Udalov
|
7f90dc3934
|
Regenerate tests
|
2015-01-03 00:20:28 +03:00 |
|
Alexander Udalov
|
fcbfc53dc8
|
Rename package jet -> kotlin in injectors
org.jetbrains.jet.di -> org.jetbrains.kotlin.di
|
2015-01-03 00:19:02 +03:00 |
|
Zalim Bashorov
|
619854a7a3
|
JS frontend: additional check for nativeSetter -- check that the return type is either Unit or a supertype of the second parameter's type.
|
2014-12-30 19:10:38 +03:00 |
|
Zalim Bashorov
|
9869ae10e5
|
JS frontend: allow to omit body for native functions and initializer for native properties. Additionally suppress UNUSED_PARAM for new nativeX annotations too.
|
2014-12-29 21:37:18 +03:00 |
|
Zalim Bashorov
|
41dff74037
|
resolve/*Diagnostics* -> resolve/diagnostics/*Diagnostics*
And remove unused TraceUtil.java
|
2014-12-29 21:37:18 +03:00 |
|
Zalim Bashorov
|
7668f44655
|
JS lib: added hasNext to Kotlin.ListIterator and fixed next.
#KT-6506 Fixed
Additionally made abstract AbstractList::get and AbstractCollection::size.
|
2014-12-29 19:15:32 +03:00 |
|
Svetlana Isakova
|
bc060dd145
|
Moved call resolver extensions to subpackage
|
2014-12-27 00:55:43 +03:00 |
|
Svetlana Isakova
|
7b09e85717
|
Added check for incompatible variance modifiers and repeated modifiers
|
2014-12-27 00:55:25 +03:00 |
|
Valentin Kipyatkov
|
0b701950ac
|
Removed js package usages
|
2014-12-26 15:45:01 +03:00 |
|
Zalim Bashorov
|
6c6ced2442
|
Minor in JS lib: avoid to use undefined literal which may be over overlapped.
|
2014-12-26 14:20:21 +03:00 |
|
Zalim Bashorov
|
9ab045e598
|
JS declarations: added eval, typeof, undefined.
#KT-4136 Fixed
|
2014-12-26 14:20:20 +03:00 |
|
nbilyk
|
87ab271f58
|
Removed redundant native annotations from canvas.kt
|
2014-12-24 12:55:34 +03:00 |
|
nbilyk
|
1edd48daa2
|
#KT-6467 Fixes Removed invalid drawImage signatures, renamed parameters
#KT-6467 fixed
|
2014-12-24 12:55:19 +03:00 |
|
Zalim Bashorov
|
7579471859
|
JS stdlib: fixed Set::equals.
|
2014-12-23 20:01:21 +03:00 |
|
Ilya Ryzhenkov
|
217e25855e
|
Implement Collection<T>.size() on map's values() in JS
|
2014-12-23 20:00:02 +03:00 |
|
Michael Nedzelsky
|
5013abe8cd
|
JS backend: fix KT-6401 JS: wrong result for code with many spread operator
#KT-6401 Fixed
|
2014-12-23 16:02:40 +03:00 |
|
Michael Nedzelsky
|
4b2d3ba3d0
|
JS backend: tests for KT-6401 JS: wrong result for code with many spread operator
|
2014-12-23 16:02:38 +03:00 |
|
Michael Nedzelsky
|
8074ab27ea
|
JS backend: fix KT-6112 jsonFromTuples is broken
#KT-6112 Fixed
|
2014-12-18 18:10:26 +03:00 |
|
Michael Nedzelsky
|
543141c564
|
JS backend: fix KT-6323: KotlinJS library modules
#KT-6323 Fixed
|
2014-12-18 02:08:55 +03:00 |
|
Michael Nedzelsky
|
9f0f930e26
|
JS backend: tests for KT-6323 KotlinJS library modules
|
2014-12-18 02:08:52 +03:00 |
|
Zalim Bashorov
|
92984a37ea
|
Js frontend: prohibit default values for functions annotated as nativeIndexer.
|
2014-12-16 18:30:05 +03:00 |
|
Zalim Bashorov
|
990415b69f
|
Minor in JS frontend: join isTopLevel and hasLocalVisibility into isMember and simplify condition.
|
2014-12-16 18:30:04 +03:00 |
|
Zalim Bashorov
|
4ed635b4a7
|
Minor in JS frontend: compare fq names as string to avoid crash.
|
2014-12-16 18:30:04 +03:00 |
|
Michael Nedzelsky
|
0a535432e4
|
JS backend: fix using old Kotlin Javascript stdlib
|
2014-12-16 17:48:26 +03:00 |
|
Zalim Bashorov
|
d666677958
|
JS backend: added dynamic.iterator to simplify the using "iterable" objects.
|
2014-12-16 17:48:25 +03:00 |
|
Ilya Ryzhenkov
|
be717f48f8
|
Stop using deprecated APIs
|
2014-12-16 17:33:24 +03:00 |
|
Ilya Ryzhenkov
|
cdaa984270
|
Remove js custom emptyList()/emptyMap() implementation.
|
2014-12-16 17:33:22 +03:00 |
|
Ilya Ryzhenkov
|
828ba385ea
|
Cleanup ordering, improve API
|
2014-12-16 17:33:20 +03:00 |
|
Alexey Tsvetkov
|
834725b260
|
JS parser minor: removed broken @see in javadoc
|
2014-12-15 19:16:22 +03:00 |
|
Alexey Tsvetkov
|
c78b199c0a
|
JS test minor: fixed recursion test for inliner
After changes in translator exception is no longer wrapped into another one
|
2014-12-15 19:16:21 +03:00 |
|