[go: nahoru, domu]

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