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
/
analysis-kotlin-descriptors
/
compiler
Age
Commit message (
Expand
)
Author
2023-11-10
Restructure the project to utilize included builds (#3174)
Ignat Beresnev
2023-11-01
Update Kotlin compiler and KGP to 1.9.20-RC2 (#3262)
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-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-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-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-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