1. 458ffff Bump Compose Compiler from 1.3.0-rc02 to 1.3.0 by Nick Anthony · 1 year, 11 months ago
  2. b74ded9 Merge "Bump Compose Compiler from 1.3.0-rc01 to 1.3.0-rc02" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  3. 3e5af69 Bump Compose Compiler from 1.3.0-rc01 to 1.3.0-rc02 by Nick Anthony · 1 year, 11 months ago
  4. 7cf4f88 Remove trace markers from inline functions and inline lambdas by Chuck Jazdzewski · 1 year, 11 months ago
  5. 9fa64d5 Merge "Remove unused bindingTrace and descriptor APIs in the Compose compiler" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  6. 8b5345d Update versions for release id 1658941200000 by Nick Anthony · 1 year, 11 months ago
  7. b101084 Remove unused bindingTrace and descriptor APIs in the Compose compiler by Steven Schäfer · 2 years, 1 month ago
  8. 91cb41f Record local functions captures when referencing with :: syntax. by Jim Sproch · 1 year, 11 months ago
  9. 3ae37c2 Fix capture logic to count ctor parameters as captures by Andrei Shikov · 1 year, 11 months ago
  10. 53a02f6 Allow lambda memoization inside composables returning a value by Andrei Shikov · 1 year, 11 months ago
  11. e80930f Update the Compose Compiler to 1.3.0-rc01 by Nick Anthony · 1 year, 11 months ago
  12. a4e00b0 Support for Kotlin 1.7.10 by Jim Sproch · 2 years ago
  13. 24ece79 Generate composable trace event start/end calls by Leland Richardson · 2 years ago
  14. f3bbdb5 Merge "Fix group generation for loops containing conditional code" into androidx-main by Treehugger Robot · 2 years ago
  15. 4aebed9 Add WrapComposableLambdaLowering for k/js targets by Oleksandr Karpovich · 2 years ago
  16. 6379b8c Merge "Update versions for release id 1656522000000" into androidx-main by Treehugger Robot · 2 years ago
  17. 1f9753b Fix Deprecation and spurious OptIns in ComposeCompiler by Jim Sproch · 2 years ago
  18. 22a1105 Update versions for release id 1656522000000 by Nick Anthony · 2 years ago
  19. 7eecd5d Correctly warn about override target mismatches by Chuck Jazdzewski · 2 years, 2 months ago
  20. 135fbc2 Merge "IR validator for ComposeCompiler." into androidx-main by Treehugger Robot · 2 years ago
  21. 004996e IR validator for ComposeCompiler. by Jim Sproch · 2 years ago
  22. d12c465 Bump Compose Compiler to 1.3.0-beta01 by Nick Anthony · 2 years ago
  23. 3d4ed67 Fix group generation for loops containing conditional code by Chuck Jazdzewski · 2 years ago
  24. dc6dda5 Merge "Disable ComposableFunInterfaceLowering for k/js and k/native" into androidx-main by Treehugger Robot · 2 years ago
  25. d7b84e7 Disable ComposableFunInterfaceLowering for k/js and k/native by Oleksandr Karpovich · 2 years ago
  26. 2b1e10ea Make ComposableTargetAnnotationsTransformer look for symbols via symbolRemapper by Oleksandr Karpovich · 2 years ago
  27. a262f43 Remove binding trace usages from IR transforms by Andrei Shikov · 2 years ago
  28. d0f456e Remove composable traceevent code generation by Leland Richardson · 2 years ago
  29. bef4540e Merge "Start targetting Java 11 for host projects" into androidx-main by Treehugger Robot · 2 years ago
  30. a8861fa Merge "Enable the IgnoreClassLevelDetector lint check for test files" into androidx-main by Julia McClellan · 2 years ago
  31. 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 ago
  32. aa24a07e Reland "Upgrade to Kotlin 1.7.0" by Jim Sproch · 2 years ago
  33. 86f63b2 Revert "Upgrade to Kotlin 1.7.0" by Aurimas Liutikas · 2 years ago
  34. f2f07aa Enable the IgnoreClassLevelDetector lint check for test files by Julia McClellan · 2 years ago
  35. eea2757 Start targetting Java 11 for host projects by Aurimas Liutikas · 2 years ago
  36. 57d4cdb Update ComposerLambdaMemoization to generate the same IR for implicit remember calls as for explicit ones by Oleksandr Karpovich · 2 years ago
  37. 67d25ee Revert "Upgrade to AGP 7.4.0-alpha04" by Aurimas Liutikas · 2 years ago
  38. 2105f53 Upgrade to Kotlin 1.7.0 by Jim Sproch · 2 years, 1 month ago
  39. 937c87a3 Upgrade to AGP 7.4.0-alpha04 by Aurimas Liutikas · 2 years ago
  40. e1e60d8 Bump Compose, Wear Compose, ProfileInstaller, and Customview-PoolingContainer to alpha by Nick Anthony · 2 years ago
  41. 4051097 Separate Compose Compiler Version and move Compiler to 1.2.0 by Nick Anthony · 2 years ago
  42. 80fe7a4 Merge "Bump Compose, ProfileInstaller, and Customview-Poolingcontainer to RC01" into androidx-main by Nick Anthony · 2 years ago
  43. b69f1c4 Bump Compose, ProfileInstaller, and Customview-Poolingcontainer to RC01 by Nick Anthony · 2 years ago
  44. 39df46b Treat Proto generated types as Stable by Jon Boekenoogen · 2 years, 1 month ago
  45. 6d5d2b3 Merge changes from topic "ktlint-snapshot" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  46. 500bee9 Inferred Stability (Guava / Kotlinx collections) by Jon Boekenoogen · 2 years, 1 month ago
  47. 2e62308 Support Context Receivers in Compose by Daniel Santiago Rivera · 2 years, 2 months ago
  48. 514b27a Merge "Fix default parameters on invoke not transforming correctly" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  49. cdd5271 Fix default parameters on invoke not transforming correctly by Ben Trengrove · 2 years, 1 month ago
  50. 65bbe51 Add stability inference rules for mapOf and setOf by Ben Trengrove · 2 years, 1 month ago
  51. 844ccf3 Merge "Detect if composable param matches override" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  52. 788dda9 Detect if composable param matches override by Andrei Shikov · 2 years, 1 month ago
  53. 9d53718 Remove compose plugin frontend dependencies in backend by Steven Schäfer · 2 years, 2 months ago
  54. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 2 months ago
  55. a2acccb Create temporaries for nullable unit block results by Andrei Shikov · 2 years, 2 months ago
  56. cea7d45 Update versions for release id 1650474000000 by Nick Anthony · 2 years, 2 months ago
  57. 5061837 Bump to Kotlin 1.6.21 by Jim Sproch · 2 years, 2 months ago
  58. c2ac49c Add support for using composable target annotation at file scope by Chuck Jazdzewski · 2 years, 2 months ago
  59. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 5 months ago
  60. d586b54 Compose tracing API changes by Jakub Gielzak · 2 years, 2 months ago
  61. 1d85c4e Compose Tracing: improved method identification by Jakub Gielzak · 2 years, 2 months ago
  62. 7c69224 Revert "Compose tracing API changes" by Chris Craik · 2 years, 2 months ago
  63. b57ccbd Compose tracing API changes by Jakub Gielzak · 2 years, 2 months ago
  64. 2edee8b Update versions for release id 1649264400000 by Nick Anthony · 2 years, 3 months ago
  65. 9840ad6 Merge "ComposeCompiler: Handle KtLabeledExpression when finding lambdas" into androidx-main by Jim Sproch · 2 years, 3 months ago
  66. 5fe8ac5 ComposeCompiler: Handle KtLabeledExpression when finding lambdas by Jim Sproch · 2 years, 3 months ago
  67. e64112b Update versions for release id 1648054800000 by Nick Anthony · 2 years, 3 months ago
  68. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  69. 3a3ff53 Merge "Add failing file name to stack trace during IR lowering crashes." into androidx-main by Treehugger Robot · 2 years, 3 months ago
  70. 7adb7cd [GH] Enable signature verification for playground by Aurimas · 2 years, 3 months ago
  71. 4c9c3f8 Add failing file name to stack trace during IR lowering crashes. by Jim Sproch · 2 years, 3 months ago
  72. 80dfd3f 'Update versions for release id 1646848800000 by Nick Anthony · 2 years, 4 months ago
  73. c681149 Merge "Add documentation for the compose plugin metrics and reports" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  74. a6f8c16 Patch parent fields in overridden symbols by Steven Schäfer · 2 years, 4 months ago
  75. 7d6876a Update versions for release id 1645639200000 by Nick Anthony · 2 years, 4 months ago
  76. 08c6116 Add documentation for the compose plugin metrics and reports by Chuck Jazdzewski · 2 years, 4 months ago
  77. d505070 Avoid emitting applier debug output by Chuck Jazdzewski · 2 years, 4 months ago
  78. acd6f79 Add bug components for compose projects by Aurimas Liutikas · 2 years, 4 months ago
  79. 58cb9f3 Unbreak ComposeCompiler project within github playground. by Jim Sproch · 2 years, 4 months ago
  80. b42ec84 Merge "Fix `unboxValueIfInline` for non-jvm targets" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  81. 3cfa635 Fix `key` composable calls for k/js targets by Oleksandr Karpovich · 2 years, 5 months ago
  82. 04335e2 Merge "Warn when composable functions are called in the wrong context" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  83. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  84. 5992582 Update versions for release id 1644429600000 by Nick Anthony · 2 years, 4 months ago
  85. 8133174 Warn when composable functions are called in the wrong context by Chuck Jazdzewski · 3 years ago
  86. 7d59f56 Merge "Add AbstractDecoysLowering and make all decoys lowerings extend it" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  87. 856d4f9 Change LibraryGroups.Compose.* to be COMPOSE_* for consistency. by Aurimas Liutikas · 2 years, 5 months ago
  88. a54958b Make SdkResourceGenerator store relative paths. by Aurimas Liutikas · 2 years, 5 months ago
  89. 8176d9b Tracing of Recompositions in Compose by Jakub Gielzak · 2 years, 5 months ago
  90. 53d9a19 Fix `unboxValueIfInline` for non-jvm targets by Oleksandr Karpovich · 2 years, 5 months ago
  91. 7fefdf2b Add AbstractDecoysLowering and make all decoys lowerings extend it by Oleksandr Karpovich · 2 years, 5 months ago
  92. 2ae2a02 DO NOT MERGE - Update versions for release id 1643220000000 by Nick Anthony · 2 years, 5 months ago
  93. d027145 Decode and verify plugin path by Diego Perez · 2 years, 5 months ago
  94. 3c3bf2d Revert "Revert "Update versions for release id 1642010400000"" by Nick Anthony · 2 years, 5 months ago
  95. 598d057 Revert "Update versions for release id 1642010400000" by Nick Anthony · 2 years, 5 months ago
  96. 1414668 Update versions for release id 1642010400000 by Nick Anthony · 2 years, 5 months ago
  97. a527f4f Ensure that functionkeymeta classes are properly generated when compiler flag is passed by Leland Richardson · 2 years, 6 months ago
  98. 4872a3d Add regression tests for Android Studio compose debugging by Steven Schäfer · 3 years ago
  99. 84d876f Merge "Handle explicit SAM conversion in ComposableCallChecker" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  100. 8102b9c Handle explicit SAM conversion in ComposableCallChecker by Steven Schäfer · 2 years, 7 months ago