aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19Remove errorBenjamin Lee
2022-08-19Improve KspOptions assertion error messagesBenjamin Lee
2022-08-20AA: add visibility check for getAllFunctions/getAllPropertiesJiaxiang Chen
2022-08-20Test Improvement: allFunctions test.Jiaxiang Chen
2022-08-20add missing TestMetadata for abstractFunctions testJiaxiang Chen
2022-08-16UPDATE_KOTLIN_VERSION: 1.8.0-dev-1593Jiaxiang Chen
2022-08-15Tear ResolverImpl instance down after each roundTing-Yuan Huang
2022-08-15Clean up unnecessary static variables.Ting-Yuan Huang
2022-08-15AA: use KtSymbolProviderByJavaPsiMixIn for converting PSI class to AA symbols.Jiaxiang Chen
2022-08-12A new CodeGenerator.createFile method with more flexibility (#1041)James Kleeh
2022-08-10introduce processorName option for KSP.Jiaxiang Chen
2022-08-10UPDATE_KOTLIN_VERSION: 1.8.0-dev-1390 for benchmarksTing-Yuan Huang
2022-08-07UPDATE_KOTLIN_VERSION: 1.8.0-dev-1390Jiaxiang Chen
2022-08-05AA: use the same project compiler bootstrap version for analysis API implemen...Jiaxiang Chen
2022-08-02* Force AA test execution on single thread.Jiaxiang Chen
2022-08-02use StandAloneAnalysisAPISessionBuilder instead of KotlinCoreEnvironmentJiaxiang Chen
2022-08-02UPDATE AA version to 1.8.0-dev-446Jiaxiang Chen
2022-07-29AA: add type creation APIJiaxiang 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-07-16Add proxy ClassLoader for annotation class parameter instantiationMikhail Zinchenko
2022-07-01UPDATE_KOTLIN_VERSION: 1.7.20-dev-2726Jiaxiang Chen
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-23AA: implement KSErrorTypeJiaxiang Chen
2022-06-23implement toString() for all symbolsJiaxiang Chen
2022-06-23AA: abstract common logic for KSDeclaration and KSExpectActualJiaxiang Chen
2022-06-23refactoring common get annotations and get all functions/properties for AA de...Jiaxiang Chen
2022-06-23AA: implement KSTypeAliasJiaxiang Chen
2022-06-21UPDATE_KOTLIN_VERSION: 1.7.20-dev-2312Jiaxiang Chen
2022-06-14Update CI for 1.0.7-release branchJiaxiang Chen
2022-06-09temporary revert back to ubuntu for building release artifactJiaxiang Chen
2022-06-09disable symbol link check on WindowsJiaxiang Chen
2022-06-07UPDATE_KOTLIN_VERSION: 1.7.20-dev-1687Jiaxiang Chen
2022-06-02replace deprecated compatibility jvm-default flag with all-compatibilityJiaxiang 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-23AA: advances analysis API version to 1.7.20-dev-1353Jiaxiang Chen
2022-05-23UPDATE_KOTLIN_VERSION: 1.7.20-dev-1353Jiaxiang Chen
2022-05-19First verbose mode support.Jiaxiang Chen
2022-05-17use correct type for vararg value parameter descriptor implementationJiaxiang Chen
2022-05-16AA: Implement getSymbolsWithAnnotation.Jiaxiang Chen
2022-05-16implement KSPropertyDeclaration for java field symbolsJiaxiang Chen
2022-05-16extract visitor for collecting annotations from symbolsJiaxiang Chen
2022-05-16AA: implement KSFileJavaImpl for java source filesJiaxiang Chen
2022-05-11UPDATE_KOTLIN_VERSION: 1.7.20-dev-984Jiaxiang Chen