1. 1bbaab4 Fix unbound symbol compiler error from sourceLocation collection by Leland Richardson · 5 years ago
  2. 01a0736 Merge "Fix memoization of composable lambdas in default expressions" into androidx-master-dev by Treehugger Robot · 5 years ago
  3. aa1da8f Fix memoization of composable lambdas in default expressions by Chuck Jazdzewski · 5 years ago
  4. 94867223 Deprecate state {} composable by Adam Powell · 5 years ago
  5. 6896ca5 Disable Compose remember optimization by Adam Powell · 5 years ago
  6. 25c1302 Merge "Update compose compiler plugin ID to androidx.compose.compiler.plugins.kotlin" into androidx-master-dev by Louis Pullen-Freilich · 5 years ago
  7. c5a3e1e Merge "Fix the call order assumptions in source information" into androidx-master-dev by Treehugger Robot · 5 years ago
  8. b4edb35 Update compose compiler plugin ID to androidx.compose.compiler.plugins.kotlin by Louis Pullen-Freilich · 5 years ago
  9. 4ce3ac6 Fix the call order assumptions in source information by Chuck Jazdzewski · 5 years ago
  10. a00a468 Upgrade to Kotlin 1.4.0-rc (real) by Jim Sproch · 5 years ago
  11. a03fd6c Refactors androidx.compose.ui:ui to the androidx.compose.ui package name by Louis Pullen-Freilich · 5 years ago
  12. 1f10a59 Refactors androidx.compose.runtime:runtime to the androidx.compose.runtime package name by Louis Pullen-Freilich · 5 years ago
  13. 3ebca69 Refactors androidx.compose.compiler libraries to the androidx.compose.compiler package name by Louis Pullen-Freilich · 5 years ago
  14. 3cc3c0a Make ComposeFqNames simpler by Leland Richardson · 5 years ago
  15. b85af54 Fix test after util module move by Matvei Malkov · 5 years ago
  16. a7eeb10 Refactors androidx.compose.ui:ui-unit to the androidx.compose.ui.unit package name by Louis Pullen-Freilich · 5 years ago
  17. bfd3aea Add diagnostics for invalid composable declarations by Leland Richardson · 5 years ago
  18. 727be3d Remove previously deprecated compose runtime APIs by Leland Richardson · 5 years ago
  19. 7135dbd Fix remember tests by Leland Richardson · 5 years ago
  20. 34a9837 Merge "Update inspector to use source information" into androidx-master-dev by Treehugger Robot · 5 years ago
  21. 655ace3 Update inspector to use source information by Chuck Jazdzewski · 5 years ago
  22. 59d9a8f Merge "Add runtime compatibility check to compose compiler" into androidx-master-dev by Leland Richardson · 5 years ago
  23. 30e8bf9 Add runtime compatibility check to compose compiler by Leland Richardson · 5 years ago
  24. 02aa60d Optimize remember calls by eliding groups when possible by Leland Richardson · 5 years ago
  25. 34f4597 Correctly generate groups for composable lambdas with return values by Leland Richardson · 5 years ago
  26. 76b8acb Fix LiveLiteral field initialization issue by Leland Richardson · 5 years ago
  27. 2ee9227 Rework how source information is collected by Chuck Jazdzewski · 5 years ago
  28. eb605fd Merge "Renames androidx.compose.core group to androidx.compose.ui" into androidx-master-dev by Treehugger Robot · 5 years ago
  29. 923ed4c Renames androidx.compose.core group to androidx.compose.ui by Louis Pullen-Freilich · 5 years ago
  30. a88c07a Kotlin Rebase ComposeUI 1.4 by Jim Sproch · 5 years ago
  31. 3d03099 Migrates internal / unpublished modules to androidx.compose by Louis Pullen-Freilich · 5 years ago
  32. 7763592 Merge "Store default value of live literal in a field" into androidx-master-dev by Leland Richardson · 5 years ago
  33. 9669e6a Store default value of live literal in a field by Leland Richardson · 5 years ago
  34. f0b5098 Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime by Louis Pullen-Freilich · 5 years ago
  35. 7e6ecdb Moves androidx.ui:ui-core to androidx.compose.core:core by Louis Pullen-Freilich · 5 years ago
  36. 793de65 Disambiguate EnumConstructorCall arguments for live literals by Leland Richardson · 5 years ago
  37. 34cdbac Merge "Live Literal Codegen" into androidx-master-dev by Leland Richardson · 5 years ago
  38. e49cef8f Live Literal Codegen by Leland Richardson · 5 years ago
  39. 27023ecf Fix inline of composable function with lambda parameters with receivers. by Chuck Jazdzewski · 5 years ago
  40. 403f4ce Merge "Remove various deprecated pre-dev14 APIs" into androidx-master-dev by Leland Richardson · 5 years ago
  41. 7504e42 Prevent composable calls in remember/state etc. by Leland Richardson · 5 years ago
  42. 1740e79 Remove various deprecated pre-dev14 APIs by Leland Richardson · 5 years ago
  43. ae469a4 Refactor ComposableAnnotationChecker and remove need for ComposableCallResolutionInterceptor by Leland Richardson · 5 years ago
  44. 62bea15 Fix skipping for composables with default parameters by Leland Richardson · 5 years ago
  45. 657c456 Deprecate @Untracked and use @ComposableContract instead by Leland Richardson · 5 years ago
  46. 62480d9 Rename RestartableFunction to ComposableLambda by Leland Richardson · 5 years ago
  47. 40bcf3c Remove Class as target for @Composable by Leland Richardson · 5 years ago
  48. 19285b1 Composable Emits === by Leland Richardson · 5 years ago
  49. 2b0252f Properly transform invoke method calls on Composable lambdas by Leland Richardson · 5 years ago
  50. 458aaff Prevent non-static default expressions from being treated as static by Leland Richardson · 5 years ago
  51. 656c113 Narrow public API of Compose Runtime by Leland Richardson · 5 years ago
  52. 341c0b49 Merge "Add @ComposableContract in place of @Direct, use it to opt into elided groups in composable functions" into androidx-master-dev by Leland Richardson · 5 years ago
  53. 64515d5 Deprecate Observe by Leland Richardson · 5 years ago
  54. 7204683 Add @ComposableContract in place of @Direct, use it to opt into elided groups in composable functions by Leland Richardson · 5 years ago
  55. 9c8cc68 Avoid boxing inline classes for changed calls by Leland Richardson · 5 years ago
  56. 7d07865 Avoid boxing for Composer::changed calls by Leland Richardson · 5 years ago
  57. edbce37 Fix "Parent not initialized" bug on overridden composable methods by Leland Richardson · 5 years ago
  58. 4023ba4d Fix control-flow group generation inside inlined lambdas by Leland Richardson · 5 years ago
  59. 0b792ac Detect remembered expressions and restartableFunction as static by Leland Richardson · 5 years ago
  60. 519899a Remove deprecated @Model, @Pivotal by Leland Richardson · 5 years ago
  61. 47df77f Improve stable/static analysis by Leland Richardson · 5 years ago
  62. 898e9e6 Include the lambda instance in skipping calculation of composable lambdas by Leland Richardson · 6 years ago
  63. 1fa23b0 Fix isStatic boolean logic in isStatic calculation by Leland Richardson · 6 years ago
  64. fcf76b3 Deprecate @Model by Leland Richardson · 6 years ago
  65. 797bd0cd Turn on Function-body-based code generation strategy by Leland Richardson · 6 years ago
  66. 3a54b94 Removes no longer needed parentheses in @Composable() annotations by Louis Pullen-Freilich · 6 years ago
  67. 1514caf Upgrades ktlint to 0.36.0 and re-enables no-unused-imports by Louis Pullen-Freilich · 6 years ago
  68. 0ad23d0 Move ui-platform and ui-framework into ui-core by George Mount · 6 years ago
  69. 6c03aa8 Remove decoys from composable functions by Steven Schäfer · 6 years ago
  70. dd97de1 Get rid of duplicate identical methods in class files. by Mads Ager · 6 years ago
  71. d4357ae Merge "Remove compileOnly dependencies from library build_info files and turn on compose-compiler-hosted jar generation" into androidx-master-dev by Treehugger Robot · 6 years ago
  72. e5fee49 Remove compileOnly dependencies from library build_info files and turn on compose-compiler-hosted jar generation by Nick Anthony · 6 years ago
  73. c916742 Move use of global recomposer to be explicit by Adam Powell · 6 years ago
  74. 37fc4c0 Merge "Fix IrSourcePrinter for builtin operators" into androidx-master-dev by Treehugger Robot · 6 years ago
  75. f00729c Fix more cases of inline classes cross module. by Mads Ager · 6 years ago
  76. cf80be8 Fix IrSourcePrinter for builtin operators by Leland Richardson · 6 years ago
  77. 9605ee3 Kotlin rebase by Jim Sproch · 6 years ago
  78. 53cef14 Make ComposableFunctionBodyTransformer work for any number of parameters by Leland Richardson · 6 years ago
  79. 444fc3b Generate Movable groups with key and handle dynamic groups properly by Leland Richardson · 6 years ago
  80. 52d23a8 Merge "Revert "Turn on jar generation for compose-compiler-hosted for google3"" into androidx-master-dev by Treehugger Robot · 6 years ago
  81. 1cb3e64 Fix bad merge of test. by Mads Ager · 6 years ago
  82. 72a2530 Merge "Fix (one) issue with cross-module inline classes" into androidx-master-dev by Treehugger Robot · 6 years ago
  83. 31aa3c9 Fix (one) issue with cross-module inline classes by Mads Ager · 6 years ago
  84. 2a9a199 Add a gradle property for allWarningsAsErrors. by Aurimas Liutikas · 6 years ago
  85. 68325e7 Revert "Turn on jar generation for compose-compiler-hosted for google3" by Nick Anthony · 6 years ago
  86. 38656c8 Merge "Function Body Skipping and Comparison Propagation" into androidx-master-dev by Leland Richardson · 6 years ago
  87. a8bb302 Function Body Skipping and Comparison Propagation by Leland Richardson · 6 years ago
  88. 328710d Turn on jar generation for compose-compiler-hosted for google3 by Nick Anthony · 6 years ago
  89. 4b897cb Update to JDK 11. by Aurimas Liutikas · 6 years ago
  90. fa4bd0b Merge "Revert "Attempt to update to JDK 11."" into androidx-master-dev by George Mount · 6 years ago
  91. 4e9a565 Merge "Avoid wrapping composable lambdas with return results" into androidx-master-dev by Treehugger Robot · 6 years ago
  92. 1dcad3f Revert "Attempt to update to JDK 11." by Aurimas Liutikas · 6 years ago
  93. 97033cf Avoid wrapping composable lambdas with return results by Chuck Jazdzewski · 6 years ago
  94. 74cf5ae Merge "Attempt to update to JDK 11." into androidx-master-dev by Aurimas Liutikas · 6 years ago
  95. d13aefe Composition refactoring by Andrey Kulikov · 6 years ago
  96. f3132ea Attempt to update to JDK 11. by Aurimas Liutikas · 6 years ago
  97. b234831 Merge "Upgrades Compose to Studio 4.1 canary 3 and AGP 4.1 alpha 03" into androidx-master-dev by Aurimas Liutikas · 6 years ago
  98. 659cf44 Upgrades Compose to Studio 4.1 canary 3 and AGP 4.1 alpha 03 by Louis Pullen-Freilich · 6 years ago
  99. 232db3d Add Default Parameter IR Transform by Leland Richardson · 6 years ago
  100. 7a7435c Handle Break/Continue in Control Flow Codegen by Leland Richardson · 6 years ago