Alexander Udalov
|
4fb0453cea
|
Introduce multi-file test framework to codegen tests
Currently still only single-file tests are supported; this will be fixed in
subsequent commits
|
2016-02-27 15:40:01 +03:00 |
|
Pavel V. Talanov
|
0d10f0fcf9
|
Minor: Remove direct usages of ScriptNameUtil
|
2015-11-30 18:21:01 +03:00 |
|
Pavel V. Talanov
|
7956ebe46c
|
Move script related stuff into a separate package
|
2015-11-30 18:21:00 +03:00 |
|
Dmitry Petrov
|
8cd624a58a
|
Drop package facades: code cleanup in Kotlin project.
|
2015-10-15 10:33:47 +03:00 |
|
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
|
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
|
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
|
de6e8a7493
|
Rename package jet -> kotlin in backend
org.jetbrains.jet.codegen -> org.jetbrains.kotlin.codegen
|
2015-01-08 23:32:09 +03:00 |
|