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