[go: nahoru, domu]

  1. 3f715b7 Fix issue where Turbine throws an error in `isRepeatable()`. by Brad Corso · 9 months ago
  2. 7a194f4 Optimize `unwrapRepeatedAnnotationsFromContainer` for javac backend. by Brad Corso · 9 months ago
  3. 591a433 Validate enclosing element by Wanying Ding · 10 months ago
  4. bb54a09 Merge "Fix type names for inline types on the KSP side" into androidx-main by Kuan-Ying Chou · 10 months ago
  5. 446445c Fix type names for inline types on the KSP side by Kuan-Ying Chou · 10 months ago
  6. d9e02ef Update kotlinx-metadata-jvm to 0.7.0 by Daniel Santiago Rivera · 10 months ago
  7. 7fe40c8 Add isFromJava() and isFromKotlin() to XMemberContainer. by Kuan-Ying Chou · 12 months ago
  8. b0fa9cf Make Java typeName of Kotlin generic inline types consistent by Kuan-Ying Chou · 12 months ago
  9. 71fbaf3 Merge "Add more info in the error message for supertype check" into androidx-main by Kuan-Ying Chou · 12 months ago
  10. a5a96f4 Add more info in the error message for supertype check by Kuan-Ying Chou · 12 months ago
  11. dcc6f43 Merge "Fix "Unexpected element" in XElement.getProcessingEnv() Test: n/a" into androidx-main by Kuan-Ying Chou · 12 months ago
  12. 0fd38eb Add support for packages in XRoundEnv.getElementsAnnotatedWith() by Kuan-Ying Chou · 12 months ago
  13. bdc1bb0 Fix "Unexpected element" in XElement.getProcessingEnv() Test: n/a by Kuan-Ying Chou · 12 months ago
  14. fa66cd5 Merge "Add XMethodElement#isKotlinPropertySetter to tell if a method is kotlin property setter." into androidx-main by Wanying Ding · 12 months ago
  15. 93381ec Merge "Handle onError in KspBasicAnnotationProcessor" into androidx-main by Wanying Ding · 12 months ago
  16. 0606dbb Handle onError in KspBasicAnnotationProcessor by Wanying Ding · 1 year ago
  17. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 1 year ago
  18. 4216b79 Add XMethodElement#isKotlinPropertySetter to tell if a method is kotlin property setter. by Wanying Ding · 1 year ago
  19. 8192477 Merge "Revert "Use owner if available when checking for overrides in KSP."" into androidx-main by Treehugger Robot · 1 year ago
  20. 778033a Revert "Use owner if available when checking for overrides in KSP." by Elif Bilgin · 1 year ago
  21. c7d6e14 Merge "Expose unsanitized kotlin parameter names." into androidx-main by Brad Corso · 1 year ago
  22. 8df8854 Expose unsanitized kotlin parameter names. by Brad Corso · 1 year ago
  23. b76e542 Use owner if available when checking for overrides in KSP. by Daniel Santiago Rivera · 1 year ago
  24. df79b9a Merge "Updating XAnnotated APIs to take XClassName." into androidx-main by Treehugger Robot · 1 year ago
  25. b303fcf Updating XAnnotated APIs to take XClassName. by elifbilgin · 1 year, 1 month ago
  26. 78e4ba8 Add support for finding @receiver: target annotations by Daniel Santiago Rivera · 1 year, 1 month ago
  27. 388d3b8 Use KSP's JvmPlatformInfo.defaultMode in Room by Daniel Santiago Rivera · 1 year, 1 month ago
  28. 32382af Update KSP to 1.9.0-1.0.13 by Daniel Santiago Rivera · 1 year, 1 month ago
  29. bf362ff Merge "Add XMethodType.typeVariables APIs" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  30. 2d92f71 Add XMethodType.typeVariables APIs by Daniel Santiago Rivera · 1 year, 1 month ago
  31. 519a93e Merge "Expose a list of default values for XAnnotation" into androidx-main by Wanying Ding · 1 year, 1 month ago
  32. e1ef004 Expose a list of default values for XAnnotation by Wanying Ding · 1 year, 1 month ago
  33. 27381c0 Work around for KAPT bug for receiver parameter names. by Brad Corso · 1 year, 1 month ago
  34. 0069010 Merge "Migrate JvmDescriptorUtils to utilize Elements.getBinaryName()" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  35. fe15d54 Creating the @MapColumn annotation to replace @MapInfo. by elifbilgin · 1 year, 1 month ago
  36. da6bd1a Migrate JvmDescriptorUtils to utilize Elements.getBinaryName() by Daniel Santiago Rivera · 1 year, 1 month ago
  37. 4992a24 Include default values in JavacKmAnnotation.annotationValues by Kuan-Ying Chou · 1 year, 1 month ago
  38. 86a6546 Add setter/getter access to XFieldElement API. by Brad Corso · 1 year, 1 month ago
  39. c4778c0 Merge "Add conversion to convert synthetic *AsOriginatingElement types back to XProcessing" into androidx-main by Kuan-Ying Chou · 1 year, 1 month ago
  40. 18cf034 Add conversion to convert synthetic *AsOriginatingElement types back to by Kuan-Ying Chou · 1 year, 1 month ago
  41. d317ad5 Merge changes from topic "replace-rest-or-truth-in-room" into androidx-main by Arkadii Ivanov · 1 year, 1 month ago
  42. 9aca838 Replaced the rest of Truth with Kruth in the following Room modules: room-compiler, room-compiler-processing, room-runtime and room-testing. by Arkadii Ivanov · 1 year, 1 month ago
  43. bf0ba9a Merge "Update Kotlinpoet to 1.14.2" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  44. a6dec5a Update Kotlinpoet to 1.14.2 by Daniel Santiago Rivera · 1 year, 4 months ago
  45. 5d03e1c Add test for XExecutableElement's parameter names by Kuan-Ying Chou · 1 year, 1 month ago
  46. e43b9eb Merge "Support processing annotation values with JvmName in ksp" into androidx-main by Wanying Ding · 1 year, 1 month ago
  47. 17bb9fa Support processing annotation values with JvmName in ksp by Wanying Ding · 1 year, 1 month ago
  48. 433ac98 Revert "Replaced Truth with Kruth in the following Room modules: room-compiler, room-compiler-processing, room-compiler-processing-testing" by Daniel Santiago Rivera · 1 year, 1 month ago
  49. c769384 Merge "Investigating KSP Type Annotation possibility for Room support." into androidx-main by Treehugger Robot · 1 year, 1 month ago
  50. 2448f61 Investigating KSP Type Annotation possibility for Room support. by elifbilgin · 1 year, 1 month ago
  51. 02fe38d Merge "Print element when nesting type is unsupported." into androidx-main by Treehugger Robot · 1 year, 1 month ago
  52. 5f4bb2d Print element when nesting type is unsupported. by Daniel Santiago Rivera · 1 year, 1 month ago
  53. 12988bb Add an overload of MethodSpecHelper.overrding by Wanying Ding · 1 year, 1 month ago
  54. 62472fe Resolve warnings introduced in Kotlin 1.9 by Andrei Shikov · 1 year, 3 months ago
  55. 3f48e8e Merge "Add synthetic overloads for @JvmOverloads annotated constructor in ksp to align with kapt" into androidx-main by Wanying Ding · 1 year, 1 month ago
  56. db8d118 Add synthetic overloads for @JvmOverloads annotated constructor in ksp to align with kapt by Wanying Ding · 1 year, 1 month ago
  57. 4c1ef14 Fix issue with KSTypeVarianceResolver for typealiases. by Brad Corso · 1 year, 1 month ago
  58. ae301e3 Add test for annotations that target type parameters by Kuan-Ying Chou · 1 year, 1 month ago
  59. 8969457 Add back synthetic `$annotations` to declared methods. by Brad Corso · 1 year, 1 month ago
  60. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  61. 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 1 year, 2 months ago
  62. 4052893 Merge "Fix KAPT/KSP inconsistencies with annotations" into androidx-main by Brad Corso · 1 year, 2 months ago
  63. f1eb395 Fix KAPT/KSP inconsistencies with annotations by Brad Corso · 1 year, 2 months ago
  64. 14495fa Enable Kruth snapshots on androidx.dev by Dustin Lam · 1 year, 2 months ago
  65. 7671e760 Replaced Truth with Kruth in the following Room modules: room-compiler, room-compiler-processing, room-compiler-processing-testing by Arkadii Ivanov · 1 year, 2 months ago
  66. 1be7436 Merge "Update tests for type annotations." into androidx-main by Brad Corso · 1 year, 2 months ago
  67. ca034c0 Update tests for type annotations. by Brad Corso · 1 year, 2 months ago
  68. 722a958 Add a special type for type argument that is a value class by Wanying Ding · 1 year, 2 months ago
  69. db4004c Fix stack overflow while resolving super types with self referencing type args. by Daniel Santiago Rivera · 1 year, 2 months ago
  70. 7e59c1b Merge "Synthesize a no-arg constructor in KSP when primary has all default values" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  71. 14be7f1 Synthesize a no-arg constructor in KSP when primary has all default values by Daniel Santiago Rivera · 1 year, 2 months ago
  72. 9866556 Merge "Fix XType#superClass when there's no explicit superclass." into androidx-main by Brad Corso · 1 year, 2 months ago
  73. 2533316 Fix XType#superClass when there's no explicit superclass. by Brad Corso · 1 year, 2 months ago
  74. 5618015 Merge "Fix KSTypeVarianceResolver for raw types in type arguments." into androidx-main by Brad Corso · 1 year, 2 months ago
  75. b463025 Merge "Fix KSTypeVarianceResolver for suspend functions in type arguments" into androidx-main by Brad Corso · 1 year, 2 months ago
  76. 577629e Fix KSTypeVarianceResolver for raw types in type arguments. by Brad Corso · 1 year, 2 months ago
  77. 5700b34 Fix KSTypeVarianceResolver for suspend functions in type arguments by Brad Corso · 1 year, 2 months ago
  78. 85d7c84 Fix issue with ClassName when simple name contains '$' by Brad Corso · 1 year, 2 months ago
  79. 886b945 Fix issue with KSTypeVarianceResolver with use-site variance by Brad Corso · 1 year, 2 months ago
  80. 2601d29 Fix index out of bounds issue with parameterized receiver parameters. by Brad Corso · 1 year, 2 months ago
  81. c66d83e4 Merge "Ignore default values when converting annotation to AnnotationSpec." into androidx-main by Wanying Ding · 1 year, 3 months ago
  82. 4708300 Ignore default values when converting annotation to AnnotationSpec. by Wanying Ding · 1 year, 3 months ago
  83. b858abb Add preRound() to XBasicAnnotationProcessor by Kuan-Ying Chou · 1 year, 3 months ago
  84. f5df3ee Merge "Make ksp method element isVarargs mirror the behavior in kapt." into androidx-main by Wanying Ding · 1 year, 3 months ago
  85. 728e3b6 Make ksp method element isVarargs mirror the behavior in kapt. by Wanying Ding · 1 year, 3 months ago
  86. 7c9f69e Merge "Add synthetic element in Ksp corresponds to @JvmStatic annotated companion method copied to enclosing class by Compiler in KAPT" into androidx-main by Wanying Ding · 1 year, 3 months ago
  87. e6da983 Add synthetic element in Ksp corresponds to @JvmStatic annotated companion method copied to enclosing class by Compiler in KAPT by Wanying Ding · 1 year, 3 months ago
  88. 8afd269 Don't warn for Kotlin synthetic metadata found. by Daniel Santiago Rivera · 1 year, 3 months ago
  89. 634a5bb Shard JVM tests that take more than 6 minutes per project by Aurimas Liutikas · 1 year, 3 months ago
  90. 96f3d10 Add isKtPrivate as top level kotlin class can be private when java can't by Wanying Ding · 1 year, 3 months ago
  91. c0fd42a Merge "Fix KSTypeVarianceResolver for raw TypeName" into androidx-main by Brad Corso · 1 year, 3 months ago
  92. 720412a Merge "Handle nullable value class in type converter." into androidx-main by Treehugger Robot · 1 year, 3 months ago
  93. 3c36f6e Fix KSTypeVarianceResolver for raw TypeName by Brad Corso · 1 year, 3 months ago
  94. a5af67e Handle nullable value class in type converter. by Daniel Santiago Rivera · 1 year, 3 months ago
  95. 21d4563 Exclude kotlin_module files from kotlinx-metadata-jvm during shading. by Daniel Santiago Rivera · 1 year, 3 months ago
  96. 257b611 Merge "Fix Java TypeName for @JvmInline types" into androidx-main by Brad Corso · 1 year, 3 months ago
  97. 245265fc Fix Java TypeName for @JvmInline types by Brad Corso · 1 year, 3 months ago
  98. bfa7dd8 Merge "Fix KSTypeVarianceResolver for type aliases with type parameters." into androidx-main by Brad Corso · 1 year, 3 months ago
  99. 2905a68 Fix KSTypeVarianceResolver for type aliases with type parameters. by Brad Corso · 1 year, 3 months ago
  100. 3e75b8b Merge "Fix JavacFiler.writeSource() when the passed package name is empty" into androidx-main by Kuan-Ying Chou · 1 year, 3 months ago