aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13UPDATE_KOTLIN_VERSION: 1.8.0-dev-2843Jiaxiang Chen
2022-09-09change the modifiers to private from public and lift return out of 'if' (#1088)Taeyang Jin (Heli)
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-30UPDATE_KOTLIN_VERSION: 1.8.0-dev-2355Ting-Yuan Huang
2022-08-30AA: implement KtType rendering logic.Jiaxiang Chen
2022-08-30AA: abstraction for converting KSTypeArgument to KtTypeArgument.Jiaxiang Chen
2022-08-30unmute declarationInconsistency test for AAJiaxiang Chen
2022-08-27AA: Unify ClassId to KtClassOrObjectSymbol lookup.Jiaxiang Chen
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