aboutsummaryrefslogtreecommitdiff
path: root/kotlin-analysis/src/main/kotlin
AgeCommit message (Collapse)Author
2021-12-17Fix setup js deps (#2258)Vadim Mishenev
* Add checker of KLIB resolving * Fix setup of JS deps in `AnalysisEnvironment` * Update JS integration test
2021-10-04Bump to Kotlin 1.5.31 (#2164)Marcin Aman
* Bump to Kotlin 1.5.31 * Mark todo-s as unsupported * Add PsiNameHelper * Try disabling ProjectFileIndex * Remove CoreProjectFileIndex * Update JDKs to 17, kotlin to 1.5.31 in integration tests * Update Kotlin to 1.5.31 in JS IR integration test Co-authored-by: vmishenev <vad-mishenev@yandex.ru>
2021-09-28Support JS KLib (#2159)vmishenev
2021-09-21Fix link to javadoc enum entry (#2131)vmishenev
2021-08-26Bump compiler to 1.5.30, language level to 1.5Marcin Aman
2021-07-22Bump kotlin 1.5.21 (#2031)Marcin Aman
* bump kotlin to 1.5.21 * Bump binary compatibility plugin * update stdlib submodule * Bump IJ to 202.8194.7
2021-05-06Bump compiler to 1.5.0 (#1856)Marcin Aman
* Bump compiler to 1.5.0 * Include Api changes
2021-04-06Compiler bump to 1.4.32 (#1818)Marcin Aman
2021-03-03Bump artefacts to 1.4.30 (#1726)Marcin Aman
* 1.4.30-RC * Bump artefacts to 1.4.30
2021-02-05Fix links to method parameters from documentation (#1713)Kamil Doległo
2021-02-01Resolve trove issue (#1715)Marcin Aman
2021-01-22Fix incorrect DRI conversion in KotlinAsJava modes for nested definitionsKamil Doległo
2021-01-08Fix displaying unresolved receiver types in DRIMarcin Aman
2020-12-03Bump compiler to 1.4.20, IJ to 201 and coroutines to 1.4.1 (#1641)Marcin Aman
2020-09-24Remove dokka context from creating analysis (#1482)Marcin Aman
2020-08-31WIPsebastian.sellmair
2020-08-31Let `DRI.packageName` always be a real package name for root packages ("")sebastian.sellmair
2020-08-21Replace SelfType with family of RecursiveTypesPaweł Marks
2020-08-20Fix LinkProvider to link properly all nested generic parametersAndrzej Ratajczak
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are ↵sebastian.sellmair
expected to be distinct
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-08-03Update callable name to include classname not <init>Marcin Aman
2020-07-31Minor simplification in AnalysisEnvironmentsebastian.sellmair
2020-07-31Split AnalysisEnvironment.kt into multiple files and simplify ↵sebastian.sellmair
getClasspathFromRegularTask
2020-07-31Re/de-shadow kotlin-compiler artifactsebastian.sellmair
2020-07-31Set up analysis of Kotlin/Native KLIBsDmitriy Dolovov
2020-07-31Push run configuration for Dmitriy Dolovovsebastian.sellmair
2020-07-13Fix crash resolving PsiDocTagValueAlex Saveau
2020-07-07Update to Kotlin 1.4 M3sebastian.sellmair
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵Kamil Doległo
use it instead of SourceSetData
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵sebastian.sellmair
Afzal Najam)