[go: nahoru, domu]

  1. 83629f4 Merge changes If675f9fc,I5c20794a into androidx-main by Andrei Shikov · 9 months ago
  2. 7bb8da9 Enable intrinsic remember by default by Andrei Shikov · 9 months ago
  3. 9e5cac8 Use IrBlock result to calculate its stability by Andrei Shikov · 9 months ago
  4. 3b86f27 Fix missing return statement in Composable functions when it's the last statement and returns a null const by Oleksandr Karpovich · 9 months ago
  5. 3c0730d Merge "K2: allow composable calls in anonymous object delegate" into androidx-main by Treehugger Robot · 9 months ago
  6. cedc417 K2: allow composable calls in anonymous object delegate by Andrei Shikov · 9 months ago
  7. bda5e23d Merge "Fix memoization of local function references" into androidx-main by Andrei Shikov · 9 months ago
  8. 2219c0e Compose Compiler to 1.5.5 to catch next release train by Jim S · 9 months ago
  9. 5e11da4 Fix memoization of local function references by Andrei Shikov · 9 months ago
  10. c05d2bb Memoize function references with arguments by Elias Benkhodja · 11 months ago
  11. ca16022 Fix edge cases for open classes with @Composable lambda properties by Andrei Shikov · 9 months ago
  12. d317eb2 Merge changes I4adf1056,I74020756 into androidx-main by Andrei Shikov · 9 months ago
  13. 3a12aee Add stability config to plugin options by Ben Trengrove · 9 months ago
  14. 378f0b9 Use remember for lambda memoization with intrinsic remember by Andrei Shikov · 10 months ago
  15. 96e2d4dc Account for Uncertain param state in intrinsic remember by Andrei Shikov · 10 months ago
  16. 48b493f Fix source information for intrinsic remember by Andrei Shikov · 10 months ago
  17. df6e1c9 Merge "Fix crash during overridden composable types lookup" into androidx-main by Treehugger Robot · 10 months ago
  18. 2495d2c Fix crash during overridden composable types lookup by Andrei Shikov · 10 months ago
  19. 54ec7bb Merge "Add StabilityInferred annotation through K2 registrar" into androidx-main by Andrei Shikov · 10 months ago
  20. be5a60c compose bump to 1.7.0-alpha01 by Juan Rodriguez · 10 months ago
  21. e1dd500 Bump compose compiler to 1.5.4 for 1.9.20 release. by Jim S · 10 months ago
  22. ff19f65 Merge "Add Compose compiler flags to exclude source/trace information" into androidx-main by Treehugger Robot · 10 months ago
  23. ef0111f Add StabilityInferred annotation through K2 registrar by Andrei Shikov · 11 months ago
  24. 910cf38 Merge "Mark dispatch receiver as used when capturing params" into androidx-main by Andrei Shikov · 10 months ago
  25. cbb855d Merge "Update to Kotlin 1.9.20" into androidx-main by Andrei Shikov · 10 months ago
  26. 5ae3556 Mark dispatch receiver as used when capturing params by Andrei Shikov · 10 months ago
  27. b4902f3 Update to Kotlin 1.9.20 by Andrei Shikov · 1 year ago
  28. 8cc06af Compose bump to 1.6 beta01 Test: ./gradlew updateApi by Juan Rodriguez · 10 months ago
  29. 7268f93 Merge "Propagate Certain stability values in annotation" into androidx-main by Treehugger Robot · 10 months ago
  30. 4d45f09d Add Compose compiler flags to exclude source/trace information by Andrei Shikov · 10 months ago
  31. f34b6e4 Stop trying to run compiler-hosted integration tests on android devices by Aurimas Liutikas · 10 months ago
  32. 7a7fa52 Reduce scope of @DontMemoize to lambda expressions only by Leland Richardson · 10 months ago
  33. 7d3e127 Propagate Certain stability values in annotation by Andrei Shikov · 11 months ago
  34. 659fc71 Cleanup Compose compiler goldens by Andrei Shikov · 10 months ago
  35. 244e13d Merge "Restrict $dirty capture to inline lambdas" into androidx-main by Andrei Shikov · 10 months ago
  36. 65baa07 DevEx improvements for compiler golden tests by Ben Trengrove · 10 months ago
  37. db3699f Restrict $dirty capture to inline lambdas by Andrei Shikov · 10 months ago
  38. 407fbf0 Migrate transform tests to golden by Ben Trengrove · 11 months ago
  39. 0a0c49d Merge "Update kotlinx-metadata-jvm to 0.7.0" into androidx-main by Treehugger Robot · 10 months ago
  40. d9e02ef Update kotlinx-metadata-jvm to 0.7.0 by Daniel Santiago Rivera · 10 months ago
  41. a79987b Use structural equality symbol for numeric and null comparison by Jake Wharton · 10 months ago
  42. d2305bb Merge changes If40eb860,I7f699715 into androidx-main by Ben Trengrove · 10 months ago
  43. d632b57 Merge "Remove conditional checks for desktop being enabled" into androidx-main by Treehugger Robot · 10 months ago
  44. c612a01 Allow configuring stability via a config file by Ben Trengrove · 1 year, 1 month ago
  45. a963dd9 Allow specifying fqNames of stable types from dependencies by Andrei Shikov · 1 year, 5 months ago
  46. 4b208c8 Remove conditional checks for desktop being enabled by Aurimas Liutikas · 10 months ago
  47. ef9ada5 Merge "Add a strong skipping mode option" into androidx-main by Ben Trengrove · 10 months ago
  48. 6e9faba Remove not-useful comment by Jim S · 10 months ago
  49. 22421ef Add a strong skipping mode option by Ben Trengrove · 1 year, 1 month ago
  50. 2603425 Refactor compiler integration tests into KMP project, remove explicit tools.jar reference by Jim S · 11 months ago
  51. 0e8bc84 bump Compose to 1.6.0-alpha08 by Juan Rodriguez · 10 months ago
  52. e99d589 Merge "Fix inline argument check for context with multiple overloads" into androidx-main by Treehugger Robot · 11 months ago
  53. 9de7b22 Merge "Check that extension receiver is not exist before generation rememberExpression around function reference" into androidx-main by Treehugger Robot · 11 months ago
  54. fc2326c Check that extension receiver is not exist before generation rememberExpression around function reference by Askhar Aydarov · 11 months ago
  55. fe1ffbd Fix generation of $stable field for classes with combined stability by Askhar Aydarov · 11 months ago
  56. 2d36d0c Fix inline argument check for context with multiple overloads by Andrei Shikov · 11 months ago
  57. cc287dc Merge "Fix Compose groups generated in for-loops" into androidx-main by Andrei Shikov · 11 months ago
  58. 948362f Fix Compose groups generated in for-loops by Andrei Shikov · 11 months ago
  59. 94b1057 Merge "Add a golden compiler comparison test rule" into androidx-main by Ben Trengrove · 11 months ago
  60. ed30b6f Add a golden compiler comparison test rule by Ben Trengrove · 11 months ago
  61. fedea97 bump compose to alpha06 in androidx-main by Juan Rodriguez · 11 months ago
  62. c0bb839 Always generate groups with intrinsic remember by Andrei Shikov · 11 months ago
  63. fe6267f Correct the code generation of inline functions by Chuck Jazdzewski · 12 months ago
  64. 5d5515a Update Compose compiler version to 1.5.3 by Andrei Shikov · 12 months ago
  65. c535cc4 Update Kotlin to 1.9.10 by Andrei Shikov · 12 months ago
  66. a8efe54 Merge "Remap fun interfaces IR stubs with Composable references" into androidx-main by Andrei Shikov · 1 year ago
  67. 0fc019d Remap fun interfaces IR stubs with Composable references by Andrei Shikov · 1 year ago
  68. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 1 year ago
  69. 891c9646 Bump Compose compiler version to 1.5.2 by Andrei Shikov · 1 year ago
  70. eb4bcdd Merge "Revert Compose compiler to use ComponentRegistrar" into androidx-main by Treehugger Robot · 1 year ago
  71. 4f0a101 Revert Compose compiler to use ComponentRegistrar by Andrei Shikov · 1 year ago
  72. 08b494c Ensure IR has no references to androidx.compose.runtime.internal.ComposableFunction with K2 by Oleksandr Karpovich · 1 year ago
  73. dec1e51 K2: Skip synthetic fun interface constructor in ComposableCallChecker by Andrei Shikov · 1 year ago
  74. 9339017 Pass in dirty instead of changed to traceEventStart whenever applicable by Leland Richardson · 1 year, 1 month ago
  75. e17b9a7 Insert line numbers for return statement in constant-returns by Leland Richardson · 1 year, 1 month ago
  76. f85b89c Count unused (anonymous) parameters as real parameters by Andrei Shikov · 1 year, 1 month ago
  77. c8c0091 Merge "Stop transforming non-composable fun interfaces in Compose compiler" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  78. 500b78a Use language version settings to enable K2 by Andrei Shikov · 1 year, 1 month ago
  79. 28b3ce9 Stop transforming non-composable fun interfaces in Compose compiler by Andrei Shikov · 1 year, 1 month ago
  80. e38bb5b Merge "Bump compose compiler version to 1.5.1" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  81. 69a5f36 Bump compose compiler version to 1.5.1 by Andrei Shikov · 1 year, 1 month ago
  82. 68adc23 Merge "Use vararg argument type for inferring stability on call site" into androidx-main by Andrei Shikov · 1 year, 1 month ago
  83. bc83645 Use vararg argument type for inferring stability on call site by Andrei Shikov · 1 year, 1 month ago
  84. 8f117d3 Fix the trace markers in read-only composable functions by Chuck Jazdzewski · 1 year, 1 month ago
  85. ffec6d9 Bump Compose compiler version for 1.9 release by Andrei Shikov · 1 year, 2 months ago
  86. c307661 Fix Composable matching in expect/actuals by Steven Schäfer · 1 year, 3 months ago
  87. c568f07 Implement K2 compiler support for Kotlin 1.9 by Steven Schäfer · 1 year, 3 months ago
  88. 62472fe Resolve warnings introduced in Kotlin 1.9 by Andrei Shikov · 1 year, 3 months ago
  89. aa9dff9 Update to Kotlin 1.9.0 by Andrei Shikov · 1 year, 3 months ago
  90. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 1 month ago
  91. a6b7900 Compose: Deprecate named arguments to composable lambdas by Steven Schäfer · 1 year, 5 months ago
  92. 99858d2 Added a special case overload for CompositionLocalProvider by Chuck Jazdzewski · 1 year, 2 months ago
  93. f0d0418 Bump Compose compiler version to 1.4.8 by Andrei Shikov · 1 year, 2 months ago
  94. d793a9ffa Merge "Correctly wrap Composable functions inside early returns." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  95. d086ac0 Correctly wrap Composable functions inside early returns. by Andrei Shikov · 1 year, 2 months ago
  96. 4d939ab Update to Kotlin 1.8.22 by Andrei Shikov · 1 year, 2 months ago
  97. edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 1 year, 2 months ago
  98. cbbb59c Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev by Alan Viverette · 1 year, 2 months ago
  99. cec5e11 Merge "Count extension-receiver parameter as function parameter" into androidx-main by Vineet Kumar · 1 year, 2 months ago
  100. 4b52bc8 Merge changes Id5e27384,If745c2ce into androidx-main am: 962bf79c7a by Andrei Shikov · 1 year, 3 months ago