1. d6f0f00 Clean up .ignore files by Paul Duffin · 4 months ago
  2. d5f3dd3 Enable KMP native by default by Fred Sladkey · 5 months ago
  3. e53eee7 Fixed signature file issue with Collection bulk operation overrides by Paul Duffin · 5 months ago
  4. b4df610 Don't allocate empty arrays of nulls for empty maps by Romain Guy · 6 months ago
  5. 2874e45 Add DoubleList optimized collections. by Daniel Santiago Rivera · 7 months ago
  6. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 6 months ago
  7. ee0da74 Add comment to build.gradle files by Tiem Song · 6 months ago
  8. 9dfae4a Migrate remaining KMP files to platform-suffixed naming scheme by Alan Viverette · 8 months ago
  9. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 7 months ago
  10. 345e727 Bump collections to 1.4.0-beta02 by Dustin Lam · 7 months ago
  11. 58234cd Optimize FloatFloatPair by Romain Guy · 7 months ago
  12. e626872 Implement Easing support for KeyframesWithSplineSpec by Oscar Adame Vázquez · 9 months ago
  13. 3b4832a Fix obsolete documentation by Romain Guy · 8 months ago
  14. 7814c21 ScatterMap.asMap() iterator now return new instances by Romain Guy · 8 months ago
  15. f0f4b36 Merge "Updates hash function for ScatterMap to mix low bits into high bits" into androidx-main by Treehugger Robot · 8 months ago
  16. a8de223 Updates hash function for ScatterMap to mix low bits into high bits by Andrei Shikov · 8 months ago
  17. d02fb06 Stop using alpha/beta/rc when a stable version is available by Aurimas Liutikas · 8 months ago
  18. a331bc6 Merge "Fix mac build" into androidx-main by Treehugger Robot · 8 months ago
  19. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 8 months ago
  20. 1bd89fe Fix mac build by Yigit Boyar · 8 months ago
  21. 26673fb Use iOS 15.2 simulators given CI is using an older `xcodebuild` version. by Rahul Ravikumar · 8 months ago
  22. 3279445 [GH] Move playground projects into a separate folder by Yigit Boyar · 8 months ago
  23. 9ab3a11 Merge "Update Benchmark configuration to move to iOS 17 runtimes." into androidx-main by Rahul Ravikumar · 8 months ago
  24. 7e81f46 Update Benchmark configuration to move to iOS 17 runtimes. by Rahul Ravikumar · 8 months ago
  25. a3bc85c Merge "Compose bump to 1.6 beta01 Test: ./gradlew updateApi" into androidx-main by Treehugger Robot · 8 months ago
  26. 54df0483 Merge "Update expect and actual declarations for 1.9.20" into androidx-main by Andrei Shikov · 8 months ago
  27. 8cc06af Compose bump to 1.6 beta01 Test: ./gradlew updateApi by Juan Rodriguez · 8 months ago
  28. d39a5d6 Merge "Fix ListIterator setting values in ObjectList" into androidx-main by Treehugger Robot · 8 months ago
  29. d076a38 Fix ListIterator setting values in ObjectList by George Mount · 8 months ago
  30. 5ba788d Make ColorSet and ColorList internal by Grant Toepfer · 8 months ago
  31. 2123054 Update expect and actual declarations for 1.9.20 by Andrei Shikov · 8 months ago
  32. d37933a Remove JvmOverloads workarounds for metalava from collections by Andrei Shikov · 9 months ago
  33. 6a8d6c1 Correct a ScatterMap implementation documentation typo by Jake Wharton · 9 months ago
  34. ea9aeac Merge changes Ibf5b2356,Idc22fc95 into androidx-main by Andrei Shikov · 9 months ago
  35. d5a82e0 Add overload for `put` that returns the previous value when it is replaced by Andrei Shikov · 9 months ago
  36. 6d9186f Convert `removeIf` methods on new collections to inline by Andrei Shikov · 9 months ago
  37. 83e2dfa Merge changes from topic "metalava-ab-10910286" into androidx-main by Jinseong Jeon · 9 months ago
  38. 5fceb1a Update API signature after Metalava build ID 10910286 by Jinseong Jeon · 9 months ago
  39. cb52db9 Use toRawBits() instead of toBits() in packFloats() by George Mount · 9 months ago
  40. a2e8854 Pin androidx.collections to 1.7.0 androidx.annotation by Natnael Belay · 9 months ago
  41. c14adc7 Include projects with dependencies in Playground by Yigit Boyar · 9 months ago
  42. bc5831f Merge "Modify `ScatterMap#compute` to return computed value" into androidx-main by Treehugger Robot · 9 months ago
  43. 1a2353b Add Color collections and script to generate them by Grant Toepfer · 10 months ago
  44. ce12bf5 Modify `ScatterMap#compute` to return computed value by Andrei Shikov · 10 months ago
  45. 522b780 Implement `compute` for `ScatterMap` by Andrei Shikov · 10 months ago
  46. c50d354 Use ScatterMap for Compose ScopeMap by Andrei Shikov · 10 months ago
  47. 76e7334 Merge "Add joinToString() to collections" into androidx-main by Treehugger Robot · 10 months ago
  48. c17314f Fix build for ObjectListBenchmarkTest by George Mount · 10 months ago
  49. 8d37403 Add joinToString() to collections by George Mount · 10 months ago
  50. ee91855 Move ObjectListBenchmarkTest to correct dir in sslv2 by Dustin Lam · 10 months ago
  51. bdd54fc Merge "API Council feedback on Pairs and Maps" into androidx-main by George Mount · 10 months ago
  52. e022995 Merge "Add specialized calls for fast collections" into androidx-main by George Mount · 10 months ago
  53. cde2935 Merge changes Ib2f8156c,I26ea1802 into androidx-main by George Mount · 10 months ago
  54. 3047ef2 Merge "Rename directories to follow source set layout v2." into androidx-main by Fred Sladkey · 10 months ago
  55. a03a604 Rename directories to follow source set layout v2. by Fred Sladkey · 10 months ago
  56. 2be97cb Improve performance of indexOf() and contains() by George Mount · 10 months ago
  57. e892913 Add specialized calls for fast collections by George Mount · 10 months ago
  58. 07c35a3 API Council feedback on Pairs and Maps by George Mount · 10 months ago
  59. d2ea9cf Update build files to use layout v2 by Fred Sladkey · 11 months ago
  60. e758bd9 Updated docs for ObjectList by George Mount · 10 months ago
  61. fa68841 Add maps for primitive keys and values by George Mount · 10 months ago
  62. f97171c Add ObjectList, a fast access List-like class by George Mount · 11 months ago
  63. 2e1ca98 Merge "Fix bug in ScatterMap when assigning a value to index 0" into androidx-main by Treehugger Robot · 10 months ago
  64. f87ea47 Fix bug in ScatterMap when assigning a value to index 0 by George Mount · 10 months ago
  65. 8ab5c1a Merge "Add templates for value class sets and lists" into androidx-main by George Mount · 10 months ago
  66. 4a60931 Add templates for value class sets and lists by George Mount · 10 months ago
  67. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 10 months ago
  68. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 10 months ago
  69. 4427bff Add `removeIf` to ScatterSet by Andrei Shikov · 10 months ago
  70. a319ea7 Add additional set and list creation methods by George Mount · 11 months ago
  71. 2ce85cc Merge "Clarify docs for new primitive Pair classes, add usage" into androidx-main by Chet Haase · 11 months ago
  72. 3356978 Merge "Update versions for release id 1691600400000" into androidx-main by Treehugger Robot · 11 months ago
  73. 60b5b1a Merge changes I19d5c4cc,I406f59ec into androidx-main by Treehugger Robot · 11 months ago
  74. fe0396c Update versions for release id 1691600400000 by natnaelbelay · 11 months ago
  75. e124aec Fix exception references in CircularArray by Aurimas Liutikas · 11 months ago
  76. 2c1dce8 [GH] stop using buildSrc symlinks by Yigit Boyar · 11 months ago
  77. 40681b4 Clarify docs for new primitive Pair classes, add usage by Chet Haase · 11 months ago
  78. 2e6c6e7 Sets for primitive values that don't require boxing by George Mount · 11 months ago
  79. 1ea1894 Merge "ScatterSet, a fast, allocation-free hash set" into androidx-main by George Mount · 11 months ago
  80. cd7bb80 Merge "Added IntList and LongList, primitive versions of ArrayList" into androidx-main by George Mount · 11 months ago
  81. 296d9e9 Merge "Add MutableScatterMap.removeIf()" into androidx-main by Treehugger Robot · 11 months ago
  82. f94fe69 Added IntList and LongList, primitive versions of ArrayList by George Mount · 11 months ago
  83. b280b80 API Feedback for FloatList by George Mount · 11 months ago
  84. 93af0c1 ScatterSet, a fast, allocation-free hash set by George Mount · 11 months ago
  85. 62ddb7c Add MutableScatterMap.removeIf() by Romain Guy · 11 months ago
  86. 491ef3d Merge "Various pairs improvements" into androidx-main by Treehugger Robot · 11 months ago
  87. ac05b9a Various pairs improvements by Romain Guy · 11 months ago
  88. edf387c Merge "Document that Mutable/ScatterMap is preferrable to Simple/ArrayMap" into androidx-main by Treehugger Robot · 11 months ago
  89. 9adea73 Document that Mutable/ScatterMap is preferrable to Simple/ArrayMap by Romain Guy · 11 months ago
  90. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  91. e5b20b7 Merge "Add a primitive version of ArrayList for Float" into androidx-main by George Mount · 11 months ago
  92. c7eb937d Merge "Revert "Upgrade to AGP 8.2.0-alpha15"" into androidx-main by Aurimas Liutikas · 11 months ago
  93. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 11 months ago
  94. aa044d1 Merge "Upgrade to AGP 8.2.0-alpha15" into androidx-main by Treehugger Robot · 11 months ago
  95. 7876536 Add a primitive version of ArrayList for Float by George Mount · 11 months ago
  96. 5b9fce50 ScatterMap now supports safe concurrent reads by Romain Guy · 11 months ago
  97. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  98. 8cb2980 Merge "New Pair APIs for primitive types" into androidx-main by Chet Haase · 11 months ago
  99. fe690d9 Merge "Bump collection-benchmark deps back to recommended versions used in androidx" into androidx-main by Treehugger Robot · 11 months ago
  100. 0413118 Merge "Disable collection benchmark failing on API 21" into androidx-main by Treehugger Robot · 11 months ago