aboutsummaryrefslogtreecommitdiff
path: root/compiler-plugin
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-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
2022-04-03remove unused importYigit Boyar
2022-04-03use abbrevation for type arguments in KSTypeYigit Boyar
2022-04-03repro for #881Yigit Boyar
2022-03-30Update test cases for updated Any in superTypesTing-Yuan Huang
2022-03-30Align superTypes among implementationsTing-Yuan Huang
2022-03-29fix isOpen check for sealed classesJiaxiang Chen
2022-03-28* Extract CodeGeneratorImpl, PlatformInfoImpl into common-util module, add co...Jiaxiang Chen
2022-03-17Hoist test file parsing logicTing-Yuan Huang
2022-03-17Move test processors to test-utilsTing-Yuan Huang
2022-03-17Migrate compiler-plugin tests to new frameworkTing-Yuan Huang
2022-03-15add else to when (#869)stitch
2022-03-15extract KspOptions into common-util moduleJiaxiang Chen
2022-03-10fix description for compiler-pluginJiaxiang Chen
2022-03-08#851: Add isJavaRawType function to Resolver.Fedor Ihnatkevich
2022-03-01Create Kotlin output dir during analysisSteven Schoen