aboutsummaryrefslogtreecommitdiff
path: root/compiler-plugin
AgeCommit message (Expand)Author
2022-12-08Clean up composing build with KotlinTing-Yuan Huang
2022-12-05refactor: move KSName into common-utilJiaxiang Chen
2022-11-29Handle AnnotationTarget.VALUE_PARAMETER for property declarations.Jiaxiang Chen
2022-11-29UPDATE_KOTLIN_VERSION: 1.8.20-dev-2904Jiaxiang Chen
2022-11-15bump dokka to 1.7.20Martin Bonnin
2022-11-01fix 2 misuse of non cached constructor of KSConstructorSyntheticImplJiaxiang Chen
2022-11-01final Java fields should not be mutable.Jiaxiang Chen
2022-10-28UPDATE_KOTLIN_VERSION: 1.8.20-dev-1438Jiaxiang Chen
2022-10-24Fix DeclarationDescriptor.findPsiTing-Yuan Huang
2022-10-17Apply the nested java class workaround moreTing-Yuan Huang
2022-10-06Scan Kotlin constants for JavaPsiFacadeTing-Yuan Huang
2022-10-04AA: use object cache for KSTypeReference.Jiaxiang Chen
2022-09-23respect nullability annotations on Java type references.Jiaxiang Chen
2022-09-23Use abbreviated type for creating reference elements from inherited declarati...Jiaxiang Chen
2022-09-14remove unused dependencies in analysis API build script, move test data to te...Jiaxiang Chen
2022-09-13retrieve annotations for KSType from KotlinType instead of KSTypeReferenceJiaxiang Chen
2022-09-13manually look up in scope when annotation argument type is nested annotation.Jiaxiang Chen
2022-09-07fix behavior for KSP error case with compilation.Jiaxiang Chen
2022-08-30UPDATE_KOTLIN_VERSION: 1.8.0-dev-2355Ting-Yuan Huang
2022-08-30UPDATE_KOTLIN_VERSION: 1.8.0-dev-2355Ting-Yuan Huang
2022-08-27AA: implement annotation argument value.Jiaxiang Chen
2022-08-27fix test for hello.kt: sort test result.Jiaxiang Chen
2022-08-27Fix test case for testAnnotationOnConstructorParameter.Jiaxiang Chen
2022-08-20Test Improvement: allFunctions test.Jiaxiang Chen
2022-08-20add missing TestMetadata for abstractFunctions testJiaxiang Chen
2022-08-15Tear ResolverImpl instance down after each roundTing-Yuan Huang
2022-08-15Clean up unnecessary static variables.Ting-Yuan Huang
2022-08-10introduce processorName option for KSP.Jiaxiang Chen
2022-08-02* Force AA test execution on single thread.Jiaxiang Chen
2022-07-29Force resolve outermost class for Java nested classes.Jiaxiang Chen
2022-07-19UPDATE_KOTLIN_VERSION: 1.8.0-dev-446Ting-Yuan Huang
2022-07-16Fix assignable check for function types with deserialized descriptors.Fedor Ihnatkevich
2022-06-28`KotlinType.unwrap()` has to be used for correct `is` checks.Fedor Ihnatkevich
2022-06-28Recover `lateinit` modifier for descriptor-based implementations. (#1030)Fedor Ihnatkevich
2022-06-09disable symbol link check on WindowsJiaxiang Chen
2022-05-26fix annotation value resolution for annotations declared in Java source.Jiaxiang Chen
2022-05-24invoke system file API to get true path for symbol linksJiaxiang Chen
2022-05-19First verbose mode support.Jiaxiang Chen
2022-05-17use correct type for vararg value parameter descriptor implementationJiaxiang Chen
2022-05-16extract visitor for collecting annotations from symbolsJiaxiang Chen
2022-05-10try to get psi before creating sealed sub class declarationsJiaxiang Chen
2022-04-30UPDATE_KOTLIN_VERSION: 1.7.20-dev-474Jiaxiang Chen
2022-04-22Add support for getting annotation default values (#949)James Kleeh
2022-04-20Add support for knowing if an annotation value was declared or notjameskleeh
2022-04-15preprocess file classes into binding traceJiaxiang Chen
2022-04-07Disable failing tests on windows.Ting-Yuan Huang
2022-04-06fix super types for non-jvm targetJiaxiang Chen
2022-04-06Convert windows paths to VirtualFile paths.Ting-Yuan Huang
2022-04-05fall back to body resolver when unable to resolve reference expression in ann...Jiaxiang Chen
2022-04-04Fix subtype checking for Java types.Jiaxiang Chen