1. addec6d Merge "Prevent memoization from capturing outer class receiver parameter" into androidx-main by Andrei Shikov · 4 months ago
  2. 7b2229e Remap composable type on overridden functions of all dependencies by Andrei Shikov · 4 months ago
  3. effd460 Prevent memoization from capturing outer class receiver parameter by Andrei Shikov · 4 months ago
  4. 8cc6c60a Add FirExtensionRegistrar service for compose compiler plugin by Jaebaek Seo · 4 months ago
  5. 5d5ad2b Merge "Remove inline suppressions of IllegalExperimentalApiUsage" into androidx-main by Alan Viverette · 4 months ago
  6. 7862dc2 Fix code generation for composable crossinline lambda by Chuck Jazdzewski · 4 months ago
  7. 9e3eca5 Remove inline suppressions of IllegalExperimentalApiUsage by Alan Viverette · 4 months ago
  8. 13f4852 Merge "Compose version update --> 1.7.0-alpha04" into androidx-main by Treehugger Robot · 4 months ago
  9. 5893bd9 Merge "Update memoization to check for inline synthetic functions" into androidx-main by Andrei Shikov · 4 months ago
  10. 580566d Update memoization to check for inline synthetic functions by Andrei Shikov · 4 months ago
  11. 271e25f Compose version update --> 1.7.0-alpha04 by Juan Rodriguez · 4 months ago
  12. bb3d35b Merge "Support multiple stability configuration files" into androidx-main by Ben Trengrove · 4 months ago
  13. 028a8b0 Support multiple stability configuration files by Ben Trengrove · 5 months ago
  14. 683eaa7 Merge "Catch 1.5.10 Compose Compiler release train" into androidx-main by Treehugger Robot · 5 months ago
  15. af18020 Catch 1.5.10 Compose Compiler release train by Jim S · 5 months ago
  16. 281734d Update kotlinx-metadata-jvm to 0.9.0 by Daniel Santiago Rivera · 5 months ago
  17. 11a97d8 Stop using old alpha/beta/rc versions by Aurimas Liutikas · 5 months ago
  18. 115697e Remove uses of old beta and rc of compose by Aurimas Liutikas · 5 months ago
  19. 5e3ef97 Call startReplaceGroup instead of startReplaceableGroup by Chuck Jazdzewski · 5 months ago
  20. 73a6564 Compose 1.7.0-alpha03 bump by Juan Rodriguez · 5 months ago
  21. 95480d6 Use dispatcher parameter to check if the function is inside local class by Andrei Shikov · 5 months ago
  22. 11c19be Merge "Support live literals inside init blocks" into androidx-main by Treehugger Robot · 5 months ago
  23. 4333a15 Prepare Compose Compiler for 1.5.9 release by Jim S · 5 months ago
  24. 5083fe2 Start failing on KotlincFE10 issues by Jinseong Jeon · 5 months ago
  25. c22ec27 Support live literals inside init blocks by Andrei Shikov · 5 months ago
  26. 948bedb 1.7 Compose alpha02 bump by Juan Rodriguez · 5 months ago
  27. 96315cb Fix composable calls in anonymous object initializer by Andrei Shikov · 6 months ago
  28. 79467f0 Merge changes I2ea61b94,Ia7f45701 into androidx-main by Treehugger Robot · 5 months ago
  29. 1b8b294 Add executable tests to compiler by Andrei Shikov · 5 months ago
  30. 5744d71 Allow removing groups that are no longer required by Chuck Jazdzewski · 7 months ago
  31. 88addb4 Put repository in the compiler project directory. by Jim S · 5 months ago
  32. a3984f6 Use realpath to make output maven repository location fully qualified by Jim S · 6 months ago
  33. b498be1 Merge changes I4f118290,I346416a9 into androidx-main by Jim Sproch · 6 months ago
  34. 10f503b Use -f to avoid complains when script is run twice and file does not exist by Jim S · 6 months ago
  35. f3782cb Merge "Use prebuilt/stable compose compiler instead of building from source" into androidx-main by Jim Sproch · 6 months ago
  36. fee6827 Use prebuilt/stable compose compiler instead of building from source by Jim S · 6 months ago
  37. 77128e0 Force .changed for function types with intrinsic remember by Andrei Shikov · 6 months ago
  38. 18754b5 Pin dependencies of compose-compiler since they won't be built from source after the move to Kotlin repository. by Jim S · 6 months ago
  39. 2ba1e61 Adapt compose compiler tests to avoid material dependency. by Jim S · 6 months ago
  40. e7b4b06 Count recursive local declarations as captures by Andrei Shikov · 6 months ago
  41. 4c75428 Merge "Refactor and document ParamMeta in function body transform." into androidx-main by Treehugger Robot · 6 months ago
  42. fefe21e Merge "Restrict default parameters on open composable functions" into androidx-main by Andrei Shikov · 6 months ago
  43. 349bcc0 Restrict default parameters on open composable functions by Andrei Shikov · 6 months ago
  44. ef3fee9 Refactor and document ParamMeta in function body transform. by Andrei Shikov · 6 months ago
  45. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 6 months ago
  46. ee0da74 Add comment to build.gradle files by Tiem Song · 6 months ago
  47. 1e609da Account for default parameter meta in intrinsic remember by Andrei Shikov · 6 months ago
  48. ef80232 Avoid reporting COMPOSABLE_EXPECTED for non-inlined lambda callers. by Andrei Shikov · 6 months ago
  49. becc16c Kotlin 1.9.22, compose compiler version bump for 1.9.22 release by Jim S · 6 months ago
  50. 36cdb87 [GH] Fix a typo in target-inference.md by Zac Sweers · 7 months ago
  51. dd9a62b Merge "Avoid removeLast() which binds to List when built with Java21" into androidx-main by Treehugger Robot · 7 months ago
  52. f5fa8f5 Merge "Add doc for strong skipping mode" into androidx-main by Treehugger Robot · 7 months ago
  53. 6b9128d Add doc for strong skipping mode by Ben Trengrove · 7 months ago
  54. d80359c Avoid removeLast() which binds to List when built with Java21 by Jim S · 7 months ago
  55. e97a4c2 1.5.7 Compose Compiler release for bug fixes. by Jim S · 7 months ago
  56. 90c191c Hoist remember parameters out of intrinsic remember by Andrei Shikov · 7 months ago
  57. 19ec197 Fix group generation for coalescable conditionals by Andrei Shikov · 7 months ago
  58. 3d0c2c3 Merge "Use declaration fqName for lambda memoization group key" into androidx-main by Treehugger Robot · 7 months ago
  59. fb82ec0 [Compose] Make compose code compiled with K2 compatible with K1. by Mads Ager · 7 months ago
  60. c1eaf63 Compose Compiler to V1.5.6 for 1.9.21 release by Jim S · 7 months ago
  61. 0dfc83d Merge "Rebase androidx to Kotlin 1.9.21" into androidx-main by Treehugger Robot · 7 months ago
  62. 19ff06d Merge "Realize groups when exiting inline function call" into androidx-main by Treehugger Robot · 7 months ago
  63. fc24e82 Use declaration fqName for lambda memoization group key by Andrei Shikov · 7 months ago
  64. 55d32dc Realize groups when exiting inline function call by Andrei Shikov · 7 months ago
  65. 37595a2 Merge "Match K2 compose anonymous function checker hehavior with K1" into androidx-main by Andrei Shikov · 7 months ago
  66. a16d5da Match K2 compose anonymous function checker hehavior with K1 by Jaebaek Seo · 7 months ago
  67. d0078c2 Merge "Fix memoization of adapted function references and inline arguments" into androidx-main by Andrei Shikov · 7 months ago
  68. fe518a6c Rebase androidx to Kotlin 1.9.21 by Jim S · 7 months ago
  69. 2c45d16 Fix memoization of adapted function references and inline arguments by Andrei Shikov · 7 months ago
  70. 977f700 Enable strong skipping mode by Ben Trengrove · 9 months ago
  71. ea88461 Merge "Force .changed calls in remember with strong skipping mode" into androidx-main by Andrei Shikov · 7 months ago
  72. 83629f4 Merge changes If675f9fc,I5c20794a into androidx-main by Andrei Shikov · 7 months ago
  73. fae6293 Force .changed calls in remember with strong skipping mode by Andrei Shikov · 7 months ago
  74. 7bb8da9 Enable intrinsic remember by default by Andrei Shikov · 8 months ago
  75. 9e5cac8 Use IrBlock result to calculate its stability by Andrei Shikov · 7 months ago
  76. 3b86f27 Fix missing return statement in Composable functions when it's the last statement and returns a null const by Oleksandr Karpovich · 8 months ago
  77. 3c0730d Merge "K2: allow composable calls in anonymous object delegate" into androidx-main by Treehugger Robot · 8 months ago
  78. cedc417 K2: allow composable calls in anonymous object delegate by Andrei Shikov · 8 months ago
  79. 3da6924 [GH] Fix typo in gradlew command by sanao · 8 months ago
  80. 9fc758e Merge "Remove unnecessary CompilerPluginRuntimeVersionCheckTest test" into androidx-main by Treehugger Robot · 8 months ago
  81. 3bdadea Remove unnecessary CompilerPluginRuntimeVersionCheckTest test by Aurimas Liutikas · 8 months ago
  82. bda5e23d Merge "Fix memoization of local function references" into androidx-main by Andrei Shikov · 8 months ago
  83. 2219c0e Compose Compiler to 1.5.5 to catch next release train by Jim S · 8 months ago
  84. 5e11da4 Fix memoization of local function references by Andrei Shikov · 8 months ago
  85. c05d2bb Memoize function references with arguments by Elias Benkhodja · 9 months ago
  86. ca16022 Fix edge cases for open classes with @Composable lambda properties by Andrei Shikov · 8 months ago
  87. d317eb2 Merge changes I4adf1056,I74020756 into androidx-main by Andrei Shikov · 8 months ago
  88. 3a12aee Add stability config to plugin options by Ben Trengrove · 8 months ago
  89. 9700413 Merge "Fix source information for intrinsic remember" into androidx-main by Treehugger Robot · 8 months ago
  90. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 8 months ago
  91. 378f0b9 Use remember for lambda memoization with intrinsic remember by Andrei Shikov · 8 months ago
  92. 96e2d4dc Account for Uncertain param state in intrinsic remember by Andrei Shikov · 8 months ago
  93. 48b493f Fix source information for intrinsic remember by Andrei Shikov · 8 months ago
  94. df6e1c9 Merge "Fix crash during overridden composable types lookup" into androidx-main by Treehugger Robot · 8 months ago
  95. 2495d2c Fix crash during overridden composable types lookup by Andrei Shikov · 8 months ago
  96. 54ec7bb Merge "Add StabilityInferred annotation through K2 registrar" into androidx-main by Andrei Shikov · 8 months ago
  97. be5a60c compose bump to 1.7.0-alpha01 by Juan Rodriguez · 8 months ago
  98. e1dd500 Bump compose compiler to 1.5.4 for 1.9.20 release. by Jim S · 8 months ago
  99. ff19f65 Merge "Add Compose compiler flags to exclude source/trace information" into androidx-main by Treehugger Robot · 8 months ago
  100. ef0111f Add StabilityInferred annotation through K2 registrar by Andrei Shikov · 10 months ago