aboutsummaryrefslogtreecommitdiff
path: root/compiler-plugin
AgeCommit message (Expand)Author
2023-01-26add to unbounded type parametersJiaxiang Chen
2023-01-26handle more implicit annotation use site targets for value parameterJiaxiang Chen
2023-01-19Support Definitely non null type language feature.Jiaxiang Chen
2023-01-19Introduce ksp.map.annotation.arguments.in.javaTing-Yuan Huang
2023-01-18Add extension: excludeProcessor()Ting-Yuan Huang
2023-01-12use correct overridee check for properties declared in constructors.Jiaxiang Chen
2023-01-12fix psi look up for java type parameter descriptors.Jiaxiang Chen
2023-01-07Downgrade Kotlin from 1.8.20-dev-4608 to 1.8.0Ting-Yuan Huang
2023-01-06Use correct psi implementation for finding type parameter declaration.Jiaxiang Chen
2023-01-05Exclude commonSources in processingTing-Yuan Huang
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