Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev | |
* Extract analysis into separate modules | |||
2023-04-25 | Tidy/remove unnecessary imports and suppressions (#2975) | aSemy | |
2023-01-26 | Support kotlin wasm target | Igor Yakovlev | |
2023-01-23 | Dispose `AnalysisEnvironment` (#2755) | Vadim Mishenev | |
2022-10-13 | Ignore BuiltIns for StdLib (#2658) | Vadim Mishenev | |
2022-09-27 | Update Kotlin to 1.7.20-RC (#2682) | Ignat Beresnev | |
2022-09-01 | Add `DynamicTypeDeserializer` (#2645) | Vadim Mishenev | |
2022-08-11 | Fixed Java file extension spelling error and add a test (#2604) | 2017398956 | |
Co-authored-by: nfl <fuli.niu@zealcomm.cn> | |||
2022-05-31 | Bump Kotlin to 1.7.0-RC (#2508) | Vadim Mishenev | |
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731 * Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf * `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6 * `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated * `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A- * Make `clean` independent from `setupMaven` * Set up JDK classpath roots explicitly because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246 * Add JPS model and faxml dependencies * Fix test * Exclude compiler from buildscript in integration test * Exclude `com.intellij` package from compiler * Update kotlin version in integration tests | |||
2022-04-29 | Fix `StorageManager` deadlock (#2480) | Vadim Mishenev | |
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
2022-04-18 | Support KLIB for Common platform (#2441) | Vadim Mishenev | |
2022-03-28 | Bug resolving in ultralightmethod (#2400) | Vadim Mishenev | |
2022-02-24 | Update Kotlin to 1.6.20-M1 (#2375) | Ignat Beresnev | |
2022-02-21 | Code cleanups (#2165) | Goooler | |
2022-01-27 | Fix resolving DRIs of Enum Entries (#2305) | Andrzej Ratajczak | |
* Fix resolving DRIs of Enum Entries * Unify DRIs for Kotlin and Java enums. Add EnumEntry linking tests * Updates EnumEntry extras in documentable translators * Fix tests * Apply requested changes * Apply requested changes | |||
2021-12-17 | Fix setup js deps (#2258) | Vadim Mishenev | |
* Add checker of KLIB resolving * Fix setup of JS deps in `AnalysisEnvironment` * Update JS integration test | |||
2021-10-04 | Bump 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-28 | Support JS KLib (#2159) | vmishenev | |
2021-09-21 | Fix link to javadoc enum entry (#2131) | vmishenev | |
2021-08-26 | Bump compiler to 1.5.30, language level to 1.5 | Marcin Aman | |
2021-07-22 | Bump 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-06 | Bump compiler to 1.5.0 (#1856) | Marcin Aman | |
* Bump compiler to 1.5.0 * Include Api changes | |||
2021-04-06 | Compiler bump to 1.4.32 (#1818) | Marcin Aman | |
2021-03-03 | Bump artefacts to 1.4.30 (#1726) | Marcin Aman | |
* 1.4.30-RC * Bump artefacts to 1.4.30 | |||
2021-02-05 | Fix links to method parameters from documentation (#1713) | Kamil Doległo | |
2021-02-01 | Resolve trove issue (#1715) | Marcin Aman | |
2021-01-22 | Fix incorrect DRI conversion in KotlinAsJava modes for nested definitions | Kamil Doległo | |
2021-01-08 | Fix displaying unresolved receiver types in DRI | Marcin Aman | |
2020-12-03 | Bump compiler to 1.4.20, IJ to 201 and coroutines to 1.4.1 (#1641) | Marcin Aman | |
2020-09-24 | Remove dokka context from creating analysis (#1482) | Marcin Aman | |
2020-08-31 | WIP | sebastian.sellmair | |
2020-08-31 | Let `DRI.packageName` always be a real package name for root packages ("") | sebastian.sellmair | |
2020-08-21 | Replace SelfType with family of RecursiveTypes | Paweł Marks | |
2020-08-20 | Fix LinkProvider to link properly all nested generic parameters | Andrzej Ratajczak | |
2020-08-14 | DokkaConfiguration: Use `Set` instead of `List` when collections are ↵ | sebastian.sellmair | |
expected to be distinct | |||
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair | |
2020-08-03 | Update callable name to include classname not <init> | Marcin Aman | |
2020-07-31 | Minor simplification in AnalysisEnvironment | sebastian.sellmair | |
2020-07-31 | Split AnalysisEnvironment.kt into multiple files and simplify ↵ | sebastian.sellmair | |
getClasspathFromRegularTask | |||
2020-07-31 | Re/de-shadow kotlin-compiler artifact | sebastian.sellmair | |
2020-07-31 | Set up analysis of Kotlin/Native KLIBs | Dmitriy Dolovov | |
2020-07-31 | Push run configuration for Dmitriy Dolovov | sebastian.sellmair | |
2020-07-13 | Fix crash resolving PsiDocTagValue | Alex Saveau | |
2020-07-07 | Update to Kotlin 1.4 M3 | sebastian.sellmair | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵ | sebastian.sellmair | |
Afzal Najam) |