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