aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2022-11-29UPDATE_KOTLIN_VERSION: 1.8.20-dev-2904Jiaxiang Chen
2022-11-15bump dokka to 1.7.20Martin Bonnin
2022-11-09Sign with in-memory pgp keysTing-Yuan Huang
2022-09-09change the modifiers to private from public and lift return out of 'if' (#1088)Taeyang Jin (Heli)
2022-08-12A new CodeGenerator.createFile method with more flexibility (#1041)James Kleeh
2022-07-16Add proxy ClassLoader for annotation class parameter instantiationMikhail Zinchenko
2022-06-02replace deprecated compatibility jvm-default flag with all-compatibilityJiaxiang 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-06Fix doc typos and improve wordingMaxr1998
2022-03-29fix isOpen check for sealed classesJiaxiang Chen
2022-03-08#851: Add isJavaRawType function to Resolver.Fedor Ihnatkevich
2022-02-28Don't mark nested classes as open (#877)Yigit Boyar
2022-02-25Pass jdk and compile classpath to metalavaTing-Yuan Huang
2022-02-23Track API changes in CITing-Yuan Huang
2022-02-18Fix ABI compatibilityTing-Yuan Huang
2022-02-16Add Resolver.overrides(overrider: KSDeclaration, overridee: KSDeclaration, co...Jiaxiang Chen
2022-02-06APIs for api/compiler versions and target infoTing-Yuan Huang
2022-02-06reorganize sources and java doc jar publish taskJiaxiang Chen
2022-02-06pack util module into symbol-processing-cmdline artifactJiaxiang Chen
2021-12-01Introduce Resolver.getJavaWildcardTing-Yuan Huang
2021-11-08Introduce Resolver.effectiveJavaModifiers for jvmTing-Yuan Huang
2021-11-05update documentation for getSymbolsAnnotatedWith behavior for multiple round ...Jiaxiang Chen
2021-10-27Fixed unexpected behavior with KSValidateVisitorEvan Tatarka
2021-10-27Wrap KSTypes into the exception to make it work for arbitrary class value mem...bennyhuo
2021-10-25Add annotation argument validation to validate APIDaniel Santiago
2021-10-20add support for const keyword in modifiersJiaxiang Chen
2021-10-20Add support for default Class or KClass valuesAlex Beggs
2021-10-19SimplifyZac Sweers
2021-10-19Check type rather than assumeZac Sweers
2021-10-19FormattingZac Sweers
2021-10-19Fix enum lookupZac Sweers
2021-10-18Fix ClassNotFoundException for initializing annotation arguments in an annota...bennyhuo
2021-10-18Fix Java integer literal problems assigned to long, float and double.bennyhuo
2021-10-18Fix comments for CodeGenerator.associate*Ting-Yuan Huang
2021-10-18Add CodeGenerator.associateWithClassesTing-Yuan Huang
2021-10-16Fix typoArtem Daugel-Dauge
2021-09-07Fix incorrectly placed APIs.Ting-Yuan Huang
2021-09-01fix visibility check for public overrideJiaxiang Chen
2021-09-01fix isVisibleFrom() for java package visibilityJiaxiang Chen
2021-08-31change KSDeclaration.containingFile to an extension property on KSNodeJiaxiang Chen
2021-08-18add parent API to KSNodeJiaxiang Chen
2021-08-16Fix ktlint issues and apply ktlint to workflowAlex Beggs
2021-08-12sign for all publications instead of get publication by name.Jiaxiang Chen
2021-08-11add signing plugin to publishing taskJiaxiang Chen
2021-08-07Generate and publish JavadocTing-Yuan Huang
2021-07-12add Resolver.getJvmCheckedException for property accessorsJiaxiang Chen
2021-07-01Fix typo in filename of SymbolProcessorEnvironment.Daniel Santiago Rivera
2021-06-14default symbol validation should not check function bodyJiaxiang Chen
2021-06-02Make SymbolProcessorProvider a fun interfacePaul Rybitskyi