index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
subprojects
Age
Commit message (
Expand
)
Author
2023-11-01
Update Kotlin compiler and KGP to 1.9.20-RC2 (#3262)
Vadim Mishenev
2023-10-31
Update org.jetbrains.markdown from 0.3.1 to 0.5.2 (#3231)
Ignat Beresnev
2023-10-27
Implement analysis test API (#3184)
Ignat Beresnev
2023-10-26
[K2] Support kotlin-as-java and javadoc plugins and update version of Analysi...
Vadim Mishenev
2023-10-25
[K2] Reorganize project model for MPP (#3236)
Vadim Mishenev
2023-10-24
Opt-in `ExperimentalCoroutinesApi` for `newSingleThreadContext` (#3247)
Vadim Mishenev
2023-10-24
Make using of the compiler single-thread (#3202)
Vadim Mishenev
2023-10-11
[K2] Migrate to new standalone API (#3201)
Vadim Mishenev
2023-10-11
Avoid calling analyze on built-ins (#3200)
Vadim Mishenev
2023-10-10
[K2] Display enum entry members (#3180)
Vadim Mishenev
2023-09-05
Fix compilation errors due to explicit api mode (#3162)
Ignat Beresnev
2023-09-05
Fix reemerged compiler concurrency issues (#3143)
Vadim Mishenev
2023-09-04
[K2] Fix functional type and improve logging for unresolved link (#3157)
Vadim Mishenev
2023-08-31
Enable explicit API mode (#3139)
Ignat Beresnev
2023-08-31
Update copyright (#3149)
Ignat Beresnev
2023-08-30
Migrate to JUnit 5 and unify used test API (#3138)
Ignat Beresnev
2023-08-28
Support Dokka K2 analysis (#3094)
Vadim Mishenev
2023-08-21
Introduce configuration for K1 analysis plugin (#3126)
Vadim Mishenev
2023-08-16
Fix cast to `ClassDescriptor` error (#3118)
Vadim Mishenev
2023-08-16
Remove `DefaultSamplesTransformer` from `analysis-kotlin-descriptors` and mak...
Vadim Mishenev
2023-08-08
Fix and refactor Sample Transformer (#3102)
Vadim Mishenev
2023-08-04
Fix handling of Java contravariance (#3092)
Julia McClellan
2023-08-02
Fix Kotlin Analysis API package name (#3100)
Ignat Beresnev
2023-07-24
Introduce system property to ignore common builtIns for stdlib
vmishenev
2023-07-21
Update Kotlin to 1.9.0 (#3074)
Vadim Mishenev
2023-07-18
Update Kotlin compiler to 1.8.20 (#3062)
Vadim Mishenev
2023-07-17
Get rif of IDE plugin dependencies (#3073)
Vadim Mishenev
2023-07-17
Hardcode documentation for the synthetic Enum.entries property (#3071)
Ignat Beresnev
2023-07-05
Decompose Kotlin/Java analysis (#3034)
Ignat Beresnev