[go: nahoru, domu]

  1. d0078c2 Merge "Fix memoization of adapted function references and inline arguments" into androidx-main by Andrei Shikov · 9 months ago
  2. 2c45d16 Fix memoization of adapted function references and inline arguments by Andrei Shikov · 9 months ago
  3. 977f700 Enable strong skipping mode by Ben Trengrove · 11 months ago
  4. ea88461 Merge "Force .changed calls in remember with strong skipping mode" into androidx-main by Andrei Shikov · 9 months ago
  5. 83629f4 Merge changes If675f9fc,I5c20794a into androidx-main by Andrei Shikov · 9 months ago
  6. fae6293 Force .changed calls in remember with strong skipping mode by Andrei Shikov · 9 months ago
  7. 7bb8da9 Enable intrinsic remember by default by Andrei Shikov · 10 months ago
  8. 9e5cac8 Use IrBlock result to calculate its stability by Andrei Shikov · 9 months ago
  9. 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
  10. 3c0730d Merge "K2: allow composable calls in anonymous object delegate" into androidx-main by Treehugger Robot · 9 months ago
  11. cedc417 K2: allow composable calls in anonymous object delegate by Andrei Shikov · 9 months ago
  12. 3da6924 [GH] Fix typo in gradlew command by sanao · 9 months ago
  13. 9fc758e Merge "Remove unnecessary CompilerPluginRuntimeVersionCheckTest test" into androidx-main by Treehugger Robot · 9 months ago
  14. 3bdadea Remove unnecessary CompilerPluginRuntimeVersionCheckTest test by Aurimas Liutikas · 9 months ago
  15. bda5e23d Merge "Fix memoization of local function references" into androidx-main by Andrei Shikov · 9 months ago
  16. 2219c0e Compose Compiler to 1.5.5 to catch next release train by Jim S · 9 months ago
  17. 5e11da4 Fix memoization of local function references by Andrei Shikov · 9 months ago
  18. c05d2bb Memoize function references with arguments by Elias Benkhodja · 11 months ago
  19. ca16022 Fix edge cases for open classes with @Composable lambda properties by Andrei Shikov · 10 months ago
  20. d317eb2 Merge changes I4adf1056,I74020756 into androidx-main by Andrei Shikov · 10 months ago
  21. 3a12aee Add stability config to plugin options by Ben Trengrove · 10 months ago
  22. 9700413 Merge "Fix source information for intrinsic remember" into androidx-main by Treehugger Robot · 10 months ago
  23. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 10 months ago
  24. 378f0b9 Use remember for lambda memoization with intrinsic remember by Andrei Shikov · 10 months ago
  25. 96e2d4dc Account for Uncertain param state in intrinsic remember by Andrei Shikov · 10 months ago
  26. 48b493f Fix source information for intrinsic remember by Andrei Shikov · 10 months ago
  27. df6e1c9 Merge "Fix crash during overridden composable types lookup" into androidx-main by Treehugger Robot · 10 months ago
  28. 2495d2c Fix crash during overridden composable types lookup by Andrei Shikov · 10 months ago
  29. 54ec7bb Merge "Add StabilityInferred annotation through K2 registrar" into androidx-main by Andrei Shikov · 10 months ago
  30. be5a60c compose bump to 1.7.0-alpha01 by Juan Rodriguez · 10 months ago
  31. e1dd500 Bump compose compiler to 1.5.4 for 1.9.20 release. by Jim S · 10 months ago
  32. ff19f65 Merge "Add Compose compiler flags to exclude source/trace information" into androidx-main by Treehugger Robot · 10 months ago
  33. ef0111f Add StabilityInferred annotation through K2 registrar by Andrei Shikov · 11 months ago
  34. 910cf38 Merge "Mark dispatch receiver as used when capturing params" into androidx-main by Andrei Shikov · 10 months ago
  35. cbb855d Merge "Update to Kotlin 1.9.20" into androidx-main by Andrei Shikov · 10 months ago
  36. 5ae3556 Mark dispatch receiver as used when capturing params by Andrei Shikov · 10 months ago
  37. b4902f3 Update to Kotlin 1.9.20 by Andrei Shikov · 1 year ago
  38. 3279445 [GH] Move playground projects into a separate folder by Yigit Boyar · 10 months ago
  39. 8cc06af Compose bump to 1.6 beta01 Test: ./gradlew updateApi by Juan Rodriguez · 10 months ago
  40. 7268f93 Merge "Propagate Certain stability values in annotation" into androidx-main by Treehugger Robot · 10 months ago
  41. 4d45f09d Add Compose compiler flags to exclude source/trace information by Andrei Shikov · 10 months ago
  42. f34b6e4 Stop trying to run compiler-hosted integration tests on android devices by Aurimas Liutikas · 10 months ago
  43. 7a7fa52 Reduce scope of @DontMemoize to lambda expressions only by Leland Richardson · 10 months ago
  44. 7d3e127 Propagate Certain stability values in annotation by Andrei Shikov · 11 months ago
  45. e9de1b6 Merge "Update compiler metrics instructions to work with multiplatform" into androidx-main by Treehugger Robot · 10 months ago
  46. 659fc71 Cleanup Compose compiler goldens by Andrei Shikov · 10 months ago
  47. d54ef55 Update compiler metrics instructions to work with multiplatform by Jake Wharton · 10 months ago
  48. 244e13d Merge "Restrict $dirty capture to inline lambdas" into androidx-main by Andrei Shikov · 10 months ago
  49. 65baa07 DevEx improvements for compiler golden tests by Ben Trengrove · 10 months ago
  50. db3699f Restrict $dirty capture to inline lambdas by Andrei Shikov · 11 months ago
  51. 407fbf0 Migrate transform tests to golden by Ben Trengrove · 11 months ago
  52. 0a0c49d Merge "Update kotlinx-metadata-jvm to 0.7.0" into androidx-main by Treehugger Robot · 10 months ago
  53. d9e02ef Update kotlinx-metadata-jvm to 0.7.0 by Daniel Santiago Rivera · 10 months ago
  54. a79987b Use structural equality symbol for numeric and null comparison by Jake Wharton · 10 months ago
  55. d2305bb Merge changes If40eb860,I7f699715 into androidx-main by Ben Trengrove · 10 months ago
  56. d632b57 Merge "Remove conditional checks for desktop being enabled" into androidx-main by Treehugger Robot · 10 months ago
  57. c612a01 Allow configuring stability via a config file by Ben Trengrove · 1 year, 1 month ago
  58. a963dd9 Allow specifying fqNames of stable types from dependencies by Andrei Shikov · 1 year, 6 months ago
  59. 4b208c8 Remove conditional checks for desktop being enabled by Aurimas Liutikas · 10 months ago
  60. ef9ada5 Merge "Add a strong skipping mode option" into androidx-main by Ben Trengrove · 10 months ago
  61. 6e9faba Remove not-useful comment by Jim S · 10 months ago
  62. 22421ef Add a strong skipping mode option by Ben Trengrove · 1 year, 1 month ago
  63. 2603425 Refactor compiler integration tests into KMP project, remove explicit tools.jar reference by Jim S · 11 months ago
  64. 0e8bc84 bump Compose to 1.6.0-alpha08 by Juan Rodriguez · 11 months ago
  65. e99d589 Merge "Fix inline argument check for context with multiple overloads" into androidx-main by Treehugger Robot · 11 months ago
  66. 9de7b22 Merge "Check that extension receiver is not exist before generation rememberExpression around function reference" into androidx-main by Treehugger Robot · 11 months ago
  67. fc2326c Check that extension receiver is not exist before generation rememberExpression around function reference by Askhar Aydarov · 11 months ago
  68. fe1ffbd Fix generation of $stable field for classes with combined stability by Askhar Aydarov · 11 months ago
  69. 2d36d0c Fix inline argument check for context with multiple overloads by Andrei Shikov · 11 months ago
  70. dce2173 Merge "Include projects with dependencies in Playground" into androidx-main by Treehugger Robot · 11 months ago
  71. c14adc7 Include projects with dependencies in Playground by Yigit Boyar · 11 months ago
  72. d998482 remove compose compiler-daemon. by Jim S · 11 months ago
  73. cc287dc Merge "Fix Compose groups generated in for-loops" into androidx-main by Andrei Shikov · 11 months ago
  74. 948362f Fix Compose groups generated in for-loops by Andrei Shikov · 11 months ago
  75. 94b1057 Merge "Add a golden compiler comparison test rule" into androidx-main by Ben Trengrove · 11 months ago
  76. ed30b6f Add a golden compiler comparison test rule by Ben Trengrove · 11 months ago
  77. fedea97 bump compose to alpha06 in androidx-main by Juan Rodriguez · 11 months ago
  78. 6e6e67c Fix CompilerPluginRuntimeVersionCheckTest.usingLatestRuntime by Sergey Vasilinetc · 11 months ago
  79. f8cf679 Ignore CompilerPluginRuntimeVersionCheckTest.usingLatestRuntime by Sergey Vasilinetc · 11 months ago
  80. c0bb839 Always generate groups with intrinsic remember by Andrei Shikov · 11 months ago
  81. fe6267f Correct the code generation of inline functions by Chuck Jazdzewski · 12 months ago
  82. 5d5515a Update Compose compiler version to 1.5.3 by Andrei Shikov · 12 months ago
  83. c535cc4 Update Kotlin to 1.9.10 by Andrei Shikov · 12 months ago
  84. a8efe54 Merge "Remap fun interfaces IR stubs with Composable references" into androidx-main by Andrei Shikov · 1 year ago
  85. 0fc019d Remap fun interfaces IR stubs with Composable references by Andrei Shikov · 1 year ago
  86. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 1 year ago
  87. fd8ab65 Merge "Bump Compose compiler version to 1.5.2" into androidx-main by Andrei Shikov · 1 year ago
  88. 891c9646 Bump Compose compiler version to 1.5.2 by Andrei Shikov · 1 year ago
  89. 2c1dce8 [GH] stop using buildSrc symlinks by Yigit Boyar · 1 year ago
  90. eb4bcdd Merge "Revert Compose compiler to use ComponentRegistrar" into androidx-main by Treehugger Robot · 1 year ago
  91. 4f0a101 Revert Compose compiler to use ComponentRegistrar by Andrei Shikov · 1 year ago
  92. 08b494c Ensure IR has no references to androidx.compose.runtime.internal.ComposableFunction with K2 by Oleksandr Karpovich · 1 year ago
  93. dec1e51 K2: Skip synthetic fun interface constructor in ComposableCallChecker by Andrei Shikov · 1 year ago
  94. 9339017 Pass in dirty instead of changed to traceEventStart whenever applicable by Leland Richardson · 1 year, 1 month ago
  95. e17b9a7 Insert line numbers for return statement in constant-returns by Leland Richardson · 1 year, 1 month ago
  96. f85b89c Count unused (anonymous) parameters as real parameters by Andrei Shikov · 1 year, 1 month ago
  97. c8c0091 Merge "Stop transforming non-composable fun interfaces in Compose compiler" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  98. 500b78a Use language version settings to enable K2 by Andrei Shikov · 1 year, 1 month ago
  99. 28b3ce9 Stop transforming non-composable fun interfaces in Compose compiler by Andrei Shikov · 1 year, 1 month ago
  100. e38bb5b Merge "Bump compose compiler version to 1.5.1" into androidx-main by Treehugger Robot · 1 year, 1 month ago