1. 7763592 Merge "Store default value of live literal in a field" into androidx-master-dev by Leland Richardson · 5 years ago
  2. 9669e6a Store default value of live literal in a field by Leland Richardson · 5 years ago
  3. f0b5098 Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime by Louis Pullen-Freilich · 5 years ago
  4. 7e6ecdb Moves androidx.ui:ui-core to androidx.compose.core:core by Louis Pullen-Freilich · 5 years ago
  5. 793de65 Disambiguate EnumConstructorCall arguments for live literals by Leland Richardson · 5 years ago
  6. 34cdbac Merge "Live Literal Codegen" into androidx-master-dev by Leland Richardson · 5 years ago
  7. e49cef8f Live Literal Codegen by Leland Richardson · 5 years ago
  8. 27023ecf Fix inline of composable function with lambda parameters with receivers. by Chuck Jazdzewski · 5 years ago
  9. 403f4ce Merge "Remove various deprecated pre-dev14 APIs" into androidx-master-dev by Leland Richardson · 5 years ago
  10. 7504e42 Prevent composable calls in remember/state etc. by Leland Richardson · 5 years ago
  11. 1740e79 Remove various deprecated pre-dev14 APIs by Leland Richardson · 5 years ago
  12. ae469a4 Refactor ComposableAnnotationChecker and remove need for ComposableCallResolutionInterceptor by Leland Richardson · 5 years ago
  13. 62bea15 Fix skipping for composables with default parameters by Leland Richardson · 5 years ago
  14. 657c456 Deprecate @Untracked and use @ComposableContract instead by Leland Richardson · 5 years ago
  15. 62480d9 Rename RestartableFunction to ComposableLambda by Leland Richardson · 5 years ago
  16. 40bcf3c Remove Class as target for @Composable by Leland Richardson · 5 years ago
  17. 19285b1 Composable Emits === by Leland Richardson · 5 years ago
  18. 2b0252f Properly transform invoke method calls on Composable lambdas by Leland Richardson · 5 years ago
  19. 458aaff Prevent non-static default expressions from being treated as static by Leland Richardson · 5 years ago
  20. 656c113 Narrow public API of Compose Runtime by Leland Richardson · 5 years ago
  21. 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
  22. 64515d5 Deprecate Observe by Leland Richardson · 5 years ago
  23. 7204683 Add @ComposableContract in place of @Direct, use it to opt into elided groups in composable functions by Leland Richardson · 5 years ago
  24. 9c8cc68 Avoid boxing inline classes for changed calls by Leland Richardson · 5 years ago
  25. 7d07865 Avoid boxing for Composer::changed calls by Leland Richardson · 5 years ago
  26. edbce37 Fix "Parent not initialized" bug on overridden composable methods by Leland Richardson · 5 years ago
  27. 4023ba4 Fix control-flow group generation inside inlined lambdas by Leland Richardson · 5 years ago
  28. 0b792ac Detect remembered expressions and restartableFunction as static by Leland Richardson · 5 years ago
  29. 519899a Remove deprecated @Model, @Pivotal by Leland Richardson · 5 years ago
  30. 47df77f Improve stable/static analysis by Leland Richardson · 5 years ago
  31. 898e9e6 Include the lambda instance in skipping calculation of composable lambdas by Leland Richardson · 5 years ago
  32. 1fa23b0 Fix isStatic boolean logic in isStatic calculation by Leland Richardson · 5 years ago
  33. fcf76b3 Deprecate @Model by Leland Richardson · 5 years ago
  34. 797bd0cd Turn on Function-body-based code generation strategy by Leland Richardson · 5 years ago
  35. 3a54b94 Removes no longer needed parentheses in @Composable() annotations by Louis Pullen-Freilich · 5 years ago
  36. 1514caf Upgrades ktlint to 0.36.0 and re-enables no-unused-imports by Louis Pullen-Freilich · 5 years ago
  37. 0ad23d0 Move ui-platform and ui-framework into ui-core by George Mount · 5 years ago
  38. 6c03aa8 Remove decoys from composable functions by Steven Schäfer · 5 years ago
  39. dd97de1 Get rid of duplicate identical methods in class files. by Mads Ager · 5 years ago
  40. 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 · 5 years ago
  41. e5fee49 Remove compileOnly dependencies from library build_info files and turn on compose-compiler-hosted jar generation by Nick Anthony · 5 years ago
  42. c916742 Move use of global recomposer to be explicit by Adam Powell · 5 years ago
  43. 37fc4c0 Merge "Fix IrSourcePrinter for builtin operators" into androidx-master-dev by Treehugger Robot · 5 years ago
  44. f00729c Fix more cases of inline classes cross module. by Mads Ager · 5 years ago
  45. cf80be8 Fix IrSourcePrinter for builtin operators by Leland Richardson · 5 years ago
  46. 9605ee3 Kotlin rebase by Jim Sproch · 5 years ago
  47. 53cef14 Make ComposableFunctionBodyTransformer work for any number of parameters by Leland Richardson · 5 years ago
  48. 444fc3b Generate Movable groups with key and handle dynamic groups properly by Leland Richardson · 5 years ago
  49. 52d23a8 Merge "Revert "Turn on jar generation for compose-compiler-hosted for google3"" into androidx-master-dev by Treehugger Robot · 5 years ago
  50. 1cb3e64 Fix bad merge of test. by Mads Ager · 5 years ago
  51. 72a2530 Merge "Fix (one) issue with cross-module inline classes" into androidx-master-dev by Treehugger Robot · 5 years ago
  52. 31aa3c9 Fix (one) issue with cross-module inline classes by Mads Ager · 5 years ago
  53. 2a9a199 Add a gradle property for allWarningsAsErrors. by Aurimas Liutikas · 5 years ago
  54. 68325e7 Revert "Turn on jar generation for compose-compiler-hosted for google3" by Nick Anthony · 5 years ago
  55. 38656c8 Merge "Function Body Skipping and Comparison Propagation" into androidx-master-dev by Leland Richardson · 5 years ago
  56. a8bb302 Function Body Skipping and Comparison Propagation by Leland Richardson · 5 years ago
  57. 328710d Turn on jar generation for compose-compiler-hosted for google3 by Nick Anthony · 5 years ago
  58. 4b897cb Update to JDK 11. by Aurimas Liutikas · 5 years ago
  59. fa4bd0b Merge "Revert "Attempt to update to JDK 11."" into androidx-master-dev by George Mount · 5 years ago
  60. 4e9a565 Merge "Avoid wrapping composable lambdas with return results" into androidx-master-dev by Treehugger Robot · 5 years ago
  61. 1dcad3f Revert "Attempt to update to JDK 11." by Aurimas Liutikas · 5 years ago
  62. 97033cf Avoid wrapping composable lambdas with return results by Chuck Jazdzewski · 5 years ago
  63. 74cf5ae Merge "Attempt to update to JDK 11." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  64. d13aefe Composition refactoring by Andrey Kulikov · 5 years ago
  65. f3132ea Attempt to update to JDK 11. by Aurimas Liutikas · 5 years ago
  66. b234831 Merge "Upgrades Compose to Studio 4.1 canary 3 and AGP 4.1 alpha 03" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  67. 659cf44 Upgrades Compose to Studio 4.1 canary 3 and AGP 4.1 alpha 03 by Louis Pullen-Freilich · 5 years ago
  68. 232db3d Add Default Parameter IR Transform by Leland Richardson · 5 years ago
  69. 7a7435c Handle Break/Continue in Control Flow Codegen by Leland Richardson · 5 years ago
  70. b4482ed Allow for early returns in control flow codegen by Leland Richardson · 5 years ago
  71. d8fa33d Merge "Add ControlFlowTransformer WIP and tests" into androidx-master-dev by Treehugger Robot · 5 years ago
  72. cb229cb Add ControlFlowTransformer WIP and tests by Leland Richardson · 5 years ago
  73. 40b41da Merge "Add IrSourcePrinter test infrastructure and tests" into androidx-master-dev by Treehugger Robot · 5 years ago
  74. db4e473 Add IrSourcePrinter test infrastructure and tests by Leland Richardson · 5 years ago
  75. 9e251ec Merge "Create IR type manually" into androidx-master-dev by Treehugger Robot · 5 years ago
  76. 0085028 Move ViewComposer out of compose-runtime by Leland Richardson · 5 years ago
  77. 48270b2 Create IR type manually by Jim Sproch · 5 years ago
  78. fc12f08 Improve skipping for composable lambdas by Chuck Jazdzewski · 5 years ago
  79. 8a3c04d Memoize lambdas automatically by Chuck Jazdzewski · 5 years ago
  80. c69fc4a Fix all ktlint errors in Compose by Alexandre Elias · 5 years ago
  81. 27216b9 Make compose-runtime expect/actuals internal by Alexandre Elias · 5 years ago
  82. 04b6f40 Merge "Keep throwable that is wrapped by TestsCompilerError." into androidx-master-dev by Treehugger Robot · 5 years ago
  83. 6e3abdc Keep throwable that is wrapped by TestsCompilerError. by Aurimas Liutikas · 5 years ago
  84. 65b581e Merge "Refactor to reduce JvmContext" into androidx-master-dev by Treehugger Robot · 5 years ago
  85. 0a0f004 Refactor to reduce JvmContext by Jim Sproch · 5 years ago
  86. 681243b Merge "Rename currentComposerIntrinsic to currentComposer" into androidx-master-dev by Treehugger Robot · 5 years ago
  87. d4da46a Merge "Remove null checks for synthetic composer param" into androidx-master-dev by Treehugger Robot · 5 years ago
  88. 985ef59 Rename currentComposerIntrinsic to currentComposer by Leland Richardson · 5 years ago
  89. bbac2b9 Remove null checks for synthetic composer param by Leland Richardson · 5 years ago
  90. 707a933 Insert restart groups for non-parameter composable lambdas by Leland Richardson · 5 years ago
  91. d307439 Remove dead code, composer globals by Leland Richardson · 5 years ago
  92. 58b3285 Remove deprecated effects APIs by Leland Richardson · 5 years ago
  93. a357284 Ensure parameterless composable lambdas get used as restart lambda by Leland Richardson · 5 years ago
  94. dfd4068 Remove Composer Param flag and dead code by Leland Richardson · 5 years ago
  95. 534a346 Turn on Composer Param rewriting code generation strategy by Leland Richardson · 5 years ago
  96. 5f996b4 Consider kotlin.String params stable by Aaron Stacy · 5 years ago
  97. 3c6ce3f Inline classes w/ underlying primitives are stable by Aaron Stacy · 5 years ago
  98. 5cf2d99 Merge "Fix final composables in non-final classes" into androidx-master-dev by Treehugger Robot · 5 years ago
  99. 35dd064 Fix final composables in non-final classes by Leland Richardson · 5 years ago
  100. 9fff859 Fix dex naming corner cases in compose runtime by Leland Richardson · 5 years ago