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-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