1. 9840ad6 Merge "ComposeCompiler: Handle KtLabeledExpression when finding lambdas" into androidx-main by Jim Sproch · 2 years, 6 months ago
  2. 5fe8ac5 ComposeCompiler: Handle KtLabeledExpression when finding lambdas by Jim Sproch · 2 years, 6 months ago
  3. e64112b Update versions for release id 1648054800000 by Nick Anthony · 2 years, 6 months ago
  4. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  5. 3a3ff53 Merge "Add failing file name to stack trace during IR lowering crashes." into androidx-main by Treehugger Robot · 2 years, 6 months ago
  6. 7adb7cd [GH] Enable signature verification for playground by Aurimas · 2 years, 6 months ago
  7. 4c9c3f8 Add failing file name to stack trace during IR lowering crashes. by Jim Sproch · 2 years, 6 months ago
  8. 80dfd3f 'Update versions for release id 1646848800000 by Nick Anthony · 2 years, 6 months ago
  9. c681149 Merge "Add documentation for the compose plugin metrics and reports" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  10. a6f8c16 Patch parent fields in overridden symbols by Steven Schäfer · 2 years, 6 months ago
  11. 7d6876a Update versions for release id 1645639200000 by Nick Anthony · 2 years, 7 months ago
  12. 08c6116 Add documentation for the compose plugin metrics and reports by Chuck Jazdzewski · 2 years, 7 months ago
  13. d505070 Avoid emitting applier debug output by Chuck Jazdzewski · 2 years, 7 months ago
  14. acd6f79 Add bug components for compose projects by Aurimas Liutikas · 2 years, 7 months ago
  15. 58cb9f3 Unbreak ComposeCompiler project within github playground. by Jim Sproch · 2 years, 7 months ago
  16. b42ec84 Merge "Fix `unboxValueIfInline` for non-jvm targets" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  17. 3cfa635 Fix `key` composable calls for k/js targets by Oleksandr Karpovich · 2 years, 8 months ago
  18. 04335e2 Merge "Warn when composable functions are called in the wrong context" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  19. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  20. 5992582 Update versions for release id 1644429600000 by Nick Anthony · 2 years, 7 months ago
  21. 8133174 Warn when composable functions are called in the wrong context by Chuck Jazdzewski · 3 years, 3 months ago
  22. 7d59f56 Merge "Add AbstractDecoysLowering and make all decoys lowerings extend it" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  23. 856d4f9 Change LibraryGroups.Compose.* to be COMPOSE_* for consistency. by Aurimas Liutikas · 2 years, 7 months ago
  24. a54958b Make SdkResourceGenerator store relative paths. by Aurimas Liutikas · 2 years, 7 months ago
  25. 8176d9b Tracing of Recompositions in Compose by Jakub Gielzak · 2 years, 8 months ago
  26. 53d9a19 Fix `unboxValueIfInline` for non-jvm targets by Oleksandr Karpovich · 2 years, 8 months ago
  27. 7fefdf2b Add AbstractDecoysLowering and make all decoys lowerings extend it by Oleksandr Karpovich · 2 years, 8 months ago
  28. 2ae2a02 DO NOT MERGE - Update versions for release id 1643220000000 by Nick Anthony · 2 years, 8 months ago
  29. d027145 Decode and verify plugin path by Diego Perez · 2 years, 8 months ago
  30. 3c3bf2d Revert "Revert "Update versions for release id 1642010400000"" by Nick Anthony · 2 years, 8 months ago
  31. 598d057 Revert "Update versions for release id 1642010400000" by Nick Anthony · 2 years, 8 months ago
  32. 1414668 Update versions for release id 1642010400000 by Nick Anthony · 2 years, 8 months ago
  33. a527f4f Ensure that functionkeymeta classes are properly generated when compiler flag is passed by Leland Richardson · 2 years, 9 months ago
  34. 4872a3d Add regression tests for Android Studio compose debugging by Steven Schäfer · 3 years, 2 months ago
  35. 84d876f Merge "Handle explicit SAM conversion in ComposableCallChecker" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  36. 8102b9c Handle explicit SAM conversion in ComposableCallChecker by Steven Schäfer · 2 years, 10 months ago
  37. 3ec6c39 Optimize remember calls for all types of callable references by Steven Schäfer · 2 years, 10 months ago
  38. a324781 Compiler daemon for Preview by Diego Perez · 3 years, 3 months ago
  39. 7be85c5 Simplify some bitwise operations generated by the Compose plugin by Steven Schäfer · 2 years, 10 months ago
  40. c9a5f82 Upgrade to Kotlin 1.6.10 by Jim Sproch · 2 years, 9 months ago
  41. 4633b20 Merge "Revert "Emit balanced start/end groups for inline lambdas with early returns"" into androidx-main by Leland Richardson · 2 years, 9 months ago
  42. c799b12 Revert "Emit balanced start/end groups for inline lambdas with early returns" by Leland Richardson · 2 years, 9 months ago
  43. 546aaff Merge "Add a stability property along with a field for non-jvm targets" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  44. 45783ef Merge "Wrap non-capturing lambdas into rememberExpression for k/js" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  45. 7e2685e Merge "Workaround memoization of Composable Lambdas with Type Parameters for k/js and k/native" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  46. 00cf2d3 Wrap non-capturing lambdas into rememberExpression for k/js by Oleksandr Karpovich · 2 years, 9 months ago
  47. fd0d27c Workaround memoization of Composable Lambdas with Type Parameters for k/js and k/native by Oleksandr Karpovich · 2 years, 9 months ago
  48. 7b7b29d Add a stability property along with a field for non-jvm targets by Oleksandr Karpovich · 2 years, 9 months ago
  49. 5e7f125 Fix class properties initialized from values passed into DecoyImplementation constructors by Oleksandr Karpovich · 2 years, 9 months ago
  50. 032b3a7 Merge "Introduce durable group keys and live edit annotations" into androidx-main by Leland Richardson · 2 years, 9 months ago
  51. 331ed2b Introduce durable group keys and live edit annotations by Leland Richardson · 2 years, 9 months ago
  52. fce361c Update the Compose 1.2.0-alpha01 Runtime Version by Nick Anthony · 2 years, 9 months ago
  53. 4ae4d16 Merge "fix default values in expect composable functions" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  54. 7d688c4 fix default values in expect composable functions by Oleksandr Karpovich · 2 years, 10 months ago
  55. e1b4e86 Kotlin 1.6.0 by Jim Sproch · 3 years ago
  56. 2a73a60 Update internal Compose version for 1.1.0-beta04 by Nick Anthony · 2 years, 10 months ago
  57. 2c28872 Merge "Conditionally depend on compose:runtime:publish from compose:compiler based on playground" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  58. c7f4636 Conditionally depend on compose:runtime:publish from compose:compiler based on playground by Dustin Lam · 2 years, 10 months ago
  59. e95a4b9 [GH] Add settings plugin for playground projects and enable Gradle Enterprise by Daz DeBoer · 2 years, 10 months ago
  60. b4731b0 Revert^4 "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 10 months ago
  61. f9f4845 Merge "Eliminated (isJs || isJvm), no need for native to differ from js and jvm" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  62. b75c5d2 Revert "Revert "Revert "Update versions for release id 1635958800000""" by Nick Anthony · 2 years, 10 months ago
  63. 6c3ca66 Revert "Revert "Update versions for release id 1635958800000"" by Nick Anthony · 2 years, 10 months ago
  64. a8e7bde Merge "Revert "Update versions for release id 1635958800000"" into androidx-main by Nick Anthony · 2 years, 10 months ago
  65. b818e85 Revert "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 10 months ago
  66. 9f98d74 Merge "Update versions for release id 1635958800000" into androidx-main by Nick Anthony · 2 years, 10 months ago
  67. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 11 months ago
  68. 3b84d4c Eliminated (isJs || isJvm), no need for native to differ from js and jvm by Alexander Gorshenev · 2 years, 10 months ago
  69. 9db5408 Update versions for release id 1635958800000 by Nick Anthony · 2 years, 10 months ago
  70. 9a7521e Correctly record capture scope of local functions by Leland Richardson · 2 years, 11 months ago
  71. 0415c90 Move tmpDir to AbstractCodegenTest.kt by Jim Sproch · 2 years, 11 months ago
  72. 6afe4f0 Update versions for release id 1635267600000 by Nick Anthony · 2 years, 11 months ago
  73. 0b407ce Merge "[JS][Compose compiler] Avoid creating decoys out of enum constructors" into androidx-main by Jim Sproch · 2 years, 11 months ago
  74. ab5fb6e Update versions for release id 1634144400000 by Nick Anthony · 2 years, 11 months ago
  75. bbc12d7 [JS][Compose compiler] Avoid creating decoys out of enum constructors by Andrei Shikov · 2 years, 11 months ago
  76. 258c17b Properly dispose of ComposeDiagnosticSuppressor by Leland Richardson · 2 years, 11 months ago
  77. 205721e Merge "Fix ambiguity between vararg param group and defaults group" into androidx-main by Leland Richardson · 2 years, 11 months ago
  78. bcceba1 Merge "Update lint baselines to fix androidx-studio-integration" into androidx-main by Aurimas Liutikas · 2 years, 11 months ago
  79. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 11 months ago
  80. af5b58e Fix ambiguity between vararg param group and defaults group by Leland Richardson · 2 years, 11 months ago
  81. ab0c058 Emit balanced start/end groups for inline lambdas with early returns by Leland Richardson · 2 years, 11 months ago
  82. f2792cf Merge "Improve static detection of companion objects and inline clesses" into androidx-main by Leland Richardson · 2 years, 11 months ago
  83. e3c3fc4 Improve static detection of companion objects and inline clesses by Leland Richardson · 3 years ago
  84. b241383 Add support for IMPLICIT_NOTNULL when printing IR source. by Jim Sproch · 3 years ago
  85. c77feb8 Merge "Treat Companion object properties, captureless lamndas as static" into androidx-main by Leland Richardson · 3 years ago
  86. 5654d15 Merge "Transform loops with loop variables and composables properly" into androidx-main by Leland Richardson · 3 years ago
  87. c3ef5e6 Treat Companion object properties, captureless lamndas as static by Leland Richardson · 3 years ago
  88. 6a96853 Fix a bug preventing the usage of default values in compose/js by Oleksandr Karpovich · 3 years ago
  89. a820ae1 Transform loops with loop variables and composables properly by Leland Richardson · 3 years ago
  90. fad25e8 Ensure super calls to java properties are remapped properly by Leland Richardson · 3 years ago
  91. 348a103 Remove js operator names in favor of platform agnostic constants by Leland Richardson · 3 years ago
  92. 4abe84c Merge "Use correct operator name" into androidx-main by Leland Richardson · 3 years ago
  93. aebdfe7 'Update versions for release id 1632934800000 by Nick Anthony · 3 years ago
  94. 77f7d9a Use correct operator name by Leland Richardson · 3 years ago
  95. d6b912e Upgrade to Kotlin 1.5.31 by Jim Sproch · 3 years ago
  96. 0fb91b2 Merge "Separate compose compiler metrics json files from txt reports" into androidx-main by Leland Richardson · 3 years ago
  97. 6f5cb73 Support default parameters from expect in actual composables by Andrei Shikov · 3 years ago
  98. b7ac376 Separate compose compiler metrics json files from txt reports by Leland Richardson · 3 years ago
  99. e26eed3 Update versions for release id 1631725200000 by Nick Anthony · 3 years ago
  100. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 3 years, 1 month ago