1. 4d52cd2 Merge "Remove support for non-IR modules in KtxCrossModuleTests.kt" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  2. 0507f65 Kotlin 1.7.20 by Jim Sproch · 2 years, 1 month ago
  3. cacafd949 Merge "Fix ScopeComposabilityTests" into androidx-main by Treehugger Robot · 2 years ago
  4. b9c6e74 Fix ScopeComposabilityTests by Steven Schäfer · 2 years ago
  5. 2c479a2 Change how function instances are compared for skipping by Chuck Jazdzewski · 2 years ago
  6. 065653b Update versions for release 1664989200000 by Nick Anthony · 2 years ago
  7. 51c9f1b Merge "Bump Compose to 1.3.0-rc01" into androidx-main by Nick Anthony · 2 years ago
  8. 2b10e92 Bump Compose to 1.3.0-rc01 by Nick Anthony · 2 years ago
  9. 2275d36 Inferred Stability (dagger.Lazy) by Jon Boekenoogen · 2 years ago
  10. 76a58c3 Merge "Allow lambda memoization inside composables returning a value (again)" into androidx-main by Andrei Shikov · 2 years ago
  11. 15f0583 Update versions for release id 1663779600000 by Nick Anthony · 2 years ago
  12. 79a7302 Allow lambda memoization inside composables returning a value (again) by Andrei Shikov · 2 years ago
  13. a7fd20b Remove support for non-IR modules in KtxCrossModuleTests.kt by Steven Schäfer · 2 years ago
  14. 2ab29f5 Disallow lambda memoization inside composables returning a value by Jim Sproch · 2 years ago
  15. 5b68832 Update Compose Compiler to 1.3.2 by Nick Anthony · 2 years ago
  16. 08300de Update versions for release id 1662570000000 by Nick Anthony · 2 years ago
  17. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years ago
  18. 3868fd1 Update versions for release id 1661360400000 by Nick Anthony · 2 years, 1 month ago
  19. 9a5a767 Merge "ComposeTypeResolutionInterceptorExtension should not make UNIT_TYPE expectation composable" into androidx-main by Jim Sproch · 2 years, 1 month ago
  20. 18d5f47 Merge "Require users to specify their preferred Kotlin version when suppressing compiler version check" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  21. 2f31134 Require users to specify their preferred Kotlin version when suppressing compiler version check by Jim Sproch · 2 years, 1 month ago
  22. 7128504 Bump Compose and Material3 to Beta01 by Nick Anthony · 2 years, 1 month ago
  23. bce43ab ComposeTypeResolutionInterceptorExtension should not make UNIT_TYPE expectation composable by Jim Sproch · 2 years, 1 month ago
  24. 2b574d4 Fix VersionChecker map comment for correctness/clarity by Jim Sproch · 2 years, 1 month ago
  25. 2d171fb Update Compiler to 1.3.1 by Nick Anthony · 2 years, 1 month ago
  26. 7af2cb9 Update versions for release id 1660150800000 by Nick Anthony · 2 years, 1 month ago
  27. 6c3d027 Regression test for KT-52843 by Jim Sproch · 2 years, 1 month ago
  28. b74ded9 Merge "Bump Compose Compiler from 1.3.0-rc01 to 1.3.0-rc02" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  29. 3e5af69 Bump Compose Compiler from 1.3.0-rc01 to 1.3.0-rc02 by Nick Anthony · 2 years, 1 month ago
  30. 7cf4f88 Remove trace markers from inline functions and inline lambdas by Chuck Jazdzewski · 2 years, 1 month ago
  31. 9fa64d5 Merge "Remove unused bindingTrace and descriptor APIs in the Compose compiler" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  32. 8b5345d Update versions for release id 1658941200000 by Nick Anthony · 2 years, 1 month ago
  33. b101084 Remove unused bindingTrace and descriptor APIs in the Compose compiler by Steven Schäfer · 2 years, 3 months ago
  34. 91cb41f Record local functions captures when referencing with :: syntax. by Jim Sproch · 2 years, 2 months ago
  35. 3ae37c2 Fix capture logic to count ctor parameters as captures by Andrei Shikov · 2 years, 2 months ago
  36. 53a02f6 Allow lambda memoization inside composables returning a value by Andrei Shikov · 2 years, 2 months ago
  37. e80930f Update the Compose Compiler to 1.3.0-rc01 by Nick Anthony · 2 years, 2 months ago
  38. a4e00b0 Support for Kotlin 1.7.10 by Jim Sproch · 2 years, 2 months ago
  39. 24ece79 Generate composable trace event start/end calls by Leland Richardson · 2 years, 2 months ago
  40. f3bbdb5 Merge "Fix group generation for loops containing conditional code" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  41. 4aebed9 Add WrapComposableLambdaLowering for k/js targets by Oleksandr Karpovich · 2 years, 3 months ago
  42. 6379b8c Merge "Update versions for release id 1656522000000" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  43. 1f9753b Fix Deprecation and spurious OptIns in ComposeCompiler by Jim Sproch · 2 years, 2 months ago
  44. 22a1105 Update versions for release id 1656522000000 by Nick Anthony · 2 years, 2 months ago
  45. 7eecd5d Correctly warn about override target mismatches by Chuck Jazdzewski · 2 years, 5 months ago
  46. 135fbc2 Merge "IR validator for ComposeCompiler." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  47. 004996e IR validator for ComposeCompiler. by Jim Sproch · 2 years, 2 months ago
  48. d12c465 Bump Compose Compiler to 1.3.0-beta01 by Nick Anthony · 2 years, 3 months ago
  49. 3d4ed67 Fix group generation for loops containing conditional code by Chuck Jazdzewski · 2 years, 2 months ago
  50. dc6dda5 Merge "Disable ComposableFunInterfaceLowering for k/js and k/native" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  51. d7b84e7 Disable ComposableFunInterfaceLowering for k/js and k/native by Oleksandr Karpovich · 2 years, 3 months ago
  52. 2b1e10ea Make ComposableTargetAnnotationsTransformer look for symbols via symbolRemapper by Oleksandr Karpovich · 2 years, 3 months ago
  53. a262f43 Remove binding trace usages from IR transforms by Andrei Shikov · 2 years, 3 months ago
  54. d0f456e Remove composable traceevent code generation by Leland Richardson · 2 years, 3 months ago
  55. bef4540e Merge "Start targetting Java 11 for host projects" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  56. a8861fa Merge "Enable the IgnoreClassLevelDetector lint check for test files" into androidx-main by Julia McClellan · 2 years, 3 months ago
  57. dc44f72 Merge "Update ComposerLambdaMemoization to generate the same IR for implicit remember calls as for explicit ones" into androidx-main by Jim Sproch · 2 years, 3 months ago
  58. aa24a07e Reland "Upgrade to Kotlin 1.7.0" by Jim Sproch · 2 years, 3 months ago
  59. 86f63b2 Revert "Upgrade to Kotlin 1.7.0" by Aurimas Liutikas · 2 years, 3 months ago
  60. f2f07aa Enable the IgnoreClassLevelDetector lint check for test files by Julia McClellan · 2 years, 3 months ago
  61. eea2757 Start targetting Java 11 for host projects by Aurimas Liutikas · 2 years, 3 months ago
  62. 57d4cdb Update ComposerLambdaMemoization to generate the same IR for implicit remember calls as for explicit ones by Oleksandr Karpovich · 2 years, 3 months ago
  63. 67d25ee Revert "Upgrade to AGP 7.4.0-alpha04" by Aurimas Liutikas · 2 years, 3 months ago
  64. 2105f53 Upgrade to Kotlin 1.7.0 by Jim Sproch · 2 years, 4 months ago
  65. 937c87a3 Upgrade to AGP 7.4.0-alpha04 by Aurimas Liutikas · 2 years, 3 months ago
  66. e1e60d8 Bump Compose, Wear Compose, ProfileInstaller, and Customview-PoolingContainer to alpha by Nick Anthony · 2 years, 3 months ago
  67. 4051097 Separate Compose Compiler Version and move Compiler to 1.2.0 by Nick Anthony · 2 years, 3 months ago
  68. 80fe7a4 Merge "Bump Compose, ProfileInstaller, and Customview-Poolingcontainer to RC01" into androidx-main by Nick Anthony · 2 years, 3 months ago
  69. b69f1c4 Bump Compose, ProfileInstaller, and Customview-Poolingcontainer to RC01 by Nick Anthony · 2 years, 3 months ago
  70. 39df46b Treat Proto generated types as Stable by Jon Boekenoogen · 2 years, 3 months ago
  71. 6d5d2b3 Merge changes from topic "ktlint-snapshot" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  72. 500bee9 Inferred Stability (Guava / Kotlinx collections) by Jon Boekenoogen · 2 years, 3 months ago
  73. 2e62308 Support Context Receivers in Compose by Daniel Santiago Rivera · 2 years, 4 months ago
  74. 514b27a Merge "Fix default parameters on invoke not transforming correctly" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  75. cdd5271 Fix default parameters on invoke not transforming correctly by Ben Trengrove · 2 years, 3 months ago
  76. 65bbe51 Add stability inference rules for mapOf and setOf by Ben Trengrove · 2 years, 3 months ago
  77. 844ccf3 Merge "Detect if composable param matches override" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  78. 788dda9 Detect if composable param matches override by Andrei Shikov · 2 years, 4 months ago
  79. 9d53718 Remove compose plugin frontend dependencies in backend by Steven Schäfer · 2 years, 5 months ago
  80. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 4 months ago
  81. a2acccb Create temporaries for nullable unit block results by Andrei Shikov · 2 years, 4 months ago
  82. cea7d45 Update versions for release id 1650474000000 by Nick Anthony · 2 years, 5 months ago
  83. 5061837 Bump to Kotlin 1.6.21 by Jim Sproch · 2 years, 5 months ago
  84. c2ac49c Add support for using composable target annotation at file scope by Chuck Jazdzewski · 2 years, 5 months ago
  85. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 8 months ago
  86. d586b54 Compose tracing API changes by Jakub Gielzak · 2 years, 5 months ago
  87. 1d85c4e Compose Tracing: improved method identification by Jakub Gielzak · 2 years, 5 months ago
  88. 7c69224 Revert "Compose tracing API changes" by Chris Craik · 2 years, 5 months ago
  89. b57ccbd Compose tracing API changes by Jakub Gielzak · 2 years, 5 months ago
  90. 2edee8b Update versions for release id 1649264400000 by Nick Anthony · 2 years, 5 months ago
  91. 9840ad6 Merge "ComposeCompiler: Handle KtLabeledExpression when finding lambdas" into androidx-main by Jim Sproch · 2 years, 6 months ago
  92. 5fe8ac5 ComposeCompiler: Handle KtLabeledExpression when finding lambdas by Jim Sproch · 2 years, 6 months ago
  93. e64112b Update versions for release id 1648054800000 by Nick Anthony · 2 years, 6 months ago
  94. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  95. 3a3ff53 Merge "Add failing file name to stack trace during IR lowering crashes." into androidx-main by Treehugger Robot · 2 years, 6 months ago
  96. 7adb7cd [GH] Enable signature verification for playground by Aurimas · 2 years, 6 months ago
  97. 4c9c3f8 Add failing file name to stack trace during IR lowering crashes. by Jim Sproch · 2 years, 6 months ago
  98. 80dfd3f 'Update versions for release id 1646848800000 by Nick Anthony · 2 years, 6 months ago
  99. c681149 Merge "Add documentation for the compose plugin metrics and reports" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  100. a6f8c16 Patch parent fields in overridden symbols by Steven Schäfer · 2 years, 6 months ago