summaryrefslogtreecommitdiff
path: root/jps
AgeCommit message (Expand)Author
2021-01-08Generate all test classes without methods as 'abstract' so CI won't complain ...Yan Zhulanow
2021-01-07Happy new year! (2021)Yan Zhulanow
2020-12-30Minor: Change checkIsAndroidStudio() method name so it better says what it doesYan Zhulanow
2020-12-30Fix tests with Gradle project importerYan Zhulanow
2020-12-30Disable JPS tests when run against Android StudioYan Zhulanow
2020-12-10Use NIO Files for creating temp files: build toolsIlya Gorbunov
2020-11-16Replace dependency on 'kotlinc.kotlin-stdlib-jdk8' with dependency on 'kotlin...Nikita Bobko
2020-11-16Replace dependency on 'kotlinc.kotlin-reflect' with dependency on 'kotlinc-de...Nikita Bobko
2020-11-16Replace 'kotlinc.kotlin-build-common-tests' project library with 'kotlinc-del...Nikita Bobko
2020-11-16Replace 'kotlinc.incremental-compilation-impl-tests' project library with 'ko...Nikita Bobko
2020-11-16Replace 'kotlinc.compiler-components-for-jps' project library with 'kotlinc-d...Nikita Bobko
2020-11-16Replace 'kotlinc.kotlin-compiler' project library with 'kotlinc-delegator.kot...Nikita Bobko
2020-11-16[tests] KotlinJpsBuildTest*: cleanup codeDmitry Gridin
2020-09-30CacheVersionManager: cleanup codeDmitry Gridin
2020-09-30KotlinBuilder: cleanup codeDmitry Gridin
2020-09-14[tests] fix KotlinModuleXmlGeneratorTestDmitry Gridin
2020-09-11[tests] optimize importsDmitry Gridin
2020-09-10facetSerialization: fix NPEDmitry Gridin
2020-09-07KotlinJpsBuildTest: fix testsDmitry Gridin
2020-09-07pull up `addJdk` from AbstractKotlinJpsBuildTestCase to BaseKotlinJpsBuildTes...Dmitry Gridin
2020-09-07AbstractKotlinJpsBuildTestCase: fix some testsDmitry Gridin
2020-09-07AbstractKotlinJpsBuildTestCase: fix test pathDmitry Gridin
2020-09-07KotlinJpsBuildTest: fix test pathDmitry Gridin
2020-09-02Mark generated classes without tests with 'abstract'Yan Zhulanow
2020-08-27Fix UnsupportedClassVersionError in JPS buildNikita Bobko
2020-08-21Use RunAll in all Kotlin tearDown() implementationsYan Zhulanow
2020-08-12Revert "fix compilation: explicitly set Java 8 language level"Yan Zhulanow
2020-08-12fix compilation: explicitly set Java 8 language levelDmitry Gridin
2020-07-27Remove ClasspathOrderTest as it's rather a compiler testYan Zhulanow
2020-07-24KotlinRoot.PATH now returns a Path, not a path StringYan Zhulanow
2020-07-24Replace some more usages of PathUtil with KotlinArtifactsYan Zhulanow
2020-07-21Re-work test paths in Kotlin testsYan Zhulanow
2020-07-15KotlinArtifacts: split to test and production artifactsNikita Bobko
2020-07-14Remove `JpsCompilerEnvironment.kotlinArtifacts`.Nikita Bobko
2020-07-14`KotlinClassPath.computeClassPath`: remove unused parameterNikita Bobko
2020-07-14Refactoring: Turn `KotlincArtifacts` into objectNikita Bobko
2020-07-14Unite all KotlinArtifacts implementations into one universal implementationNikita Bobko
2020-07-14Replace all explicit `TestKotlinArtifacts` usages with `KotlinArtifacts.getIn...Nikita Bobko
2020-07-08Regenerate tests after cherry-pick from old repoNikita Bobko
2020-07-08JVM_IR: avoid descriptors when tracking inline propertiesGeorgy Bronnikov
2020-07-08202: Fix `KotlinJpsBuildTest` testsNikita Bobko
2020-07-08Refactoring: mark const strings with const keywordNikita Bobko
2020-07-08Fix incremental compilation for calls to inner classes from supertypesDenis Zharkov
2020-07-08JVM: Generate object and companion object INSTANCE fields as @NotNullDmitry Petrov
2020-07-08[KLIB IC] Add test about incremental kotlin-js-stdlib-klib recompliationRoman Artemev
2020-07-08Check for native-shared source-sets properly during facet importDmitry Savvinov
2020-07-08Compare lookups without respect to their orderIlya Muradyan
2020-07-08Replace appendln with appendLine in projectAlexander Udalov
2020-07-08Extract interface from CompilerMessageLocation to ease extensionIlya Chernikov
2020-07-03Completely removed old mute mechanismAlexander Podkhalyuzin