1. a2e8854 Pin androidx.collections to 1.7.0 androidx.annotation by Natnael Belay · 8 months ago
  2. c14adc7 Include projects with dependencies in Playground by Yigit Boyar · 9 months ago
  3. bc5831f Merge "Modify `ScatterMap#compute` to return computed value" into androidx-main by Treehugger Robot · 9 months ago
  4. 1a2353b Add Color collections and script to generate them by Grant Toepfer · 9 months ago
  5. ce12bf5 Modify `ScatterMap#compute` to return computed value by Andrei Shikov · 9 months ago
  6. 522b780 Implement `compute` for `ScatterMap` by Andrei Shikov · 9 months ago
  7. c50d354 Use ScatterMap for Compose ScopeMap by Andrei Shikov · 10 months ago
  8. 76e7334 Merge "Add joinToString() to collections" into androidx-main by Treehugger Robot · 9 months ago
  9. c17314f Fix build for ObjectListBenchmarkTest by George Mount · 9 months ago
  10. 8d37403 Add joinToString() to collections by George Mount · 9 months ago
  11. ee91855 Move ObjectListBenchmarkTest to correct dir in sslv2 by Dustin Lam · 9 months ago
  12. bdd54fc Merge "API Council feedback on Pairs and Maps" into androidx-main by George Mount · 9 months ago
  13. e022995 Merge "Add specialized calls for fast collections" into androidx-main by George Mount · 9 months ago
  14. cde2935 Merge changes Ib2f8156c,I26ea1802 into androidx-main by George Mount · 9 months ago
  15. 3047ef2 Merge "Rename directories to follow source set layout v2." into androidx-main by Fred Sladkey · 9 months ago
  16. a03a604 Rename directories to follow source set layout v2. by Fred Sladkey · 9 months ago
  17. 2be97cb Improve performance of indexOf() and contains() by George Mount · 9 months ago
  18. e892913 Add specialized calls for fast collections by George Mount · 9 months ago
  19. 07c35a3 API Council feedback on Pairs and Maps by George Mount · 9 months ago
  20. d2ea9cf Update build files to use layout v2 by Fred Sladkey · 10 months ago
  21. e758bd9 Updated docs for ObjectList by George Mount · 9 months ago
  22. fa68841 Add maps for primitive keys and values by George Mount · 9 months ago
  23. f97171c Add ObjectList, a fast access List-like class by George Mount · 10 months ago
  24. 2e1ca98 Merge "Fix bug in ScatterMap when assigning a value to index 0" into androidx-main by Treehugger Robot · 9 months ago
  25. f87ea47 Fix bug in ScatterMap when assigning a value to index 0 by George Mount · 9 months ago
  26. 8ab5c1a Merge "Add templates for value class sets and lists" into androidx-main by George Mount · 9 months ago
  27. 4a60931 Add templates for value class sets and lists by George Mount · 10 months ago
  28. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 10 months ago
  29. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 10 months ago
  30. 4427bff Add `removeIf` to ScatterSet by Andrei Shikov · 10 months ago
  31. a319ea7 Add additional set and list creation methods by George Mount · 10 months ago
  32. 2ce85cc Merge "Clarify docs for new primitive Pair classes, add usage" into androidx-main by Chet Haase · 10 months ago
  33. 3356978 Merge "Update versions for release id 1691600400000" into androidx-main by Treehugger Robot · 10 months ago
  34. 60b5b1a Merge changes I19d5c4cc,I406f59ec into androidx-main by Treehugger Robot · 10 months ago
  35. fe0396c Update versions for release id 1691600400000 by natnaelbelay · 10 months ago
  36. e124aec Fix exception references in CircularArray by Aurimas Liutikas · 10 months ago
  37. 2c1dce8 [GH] stop using buildSrc symlinks by Yigit Boyar · 10 months ago
  38. 40681b4 Clarify docs for new primitive Pair classes, add usage by Chet Haase · 10 months ago
  39. 2e6c6e7 Sets for primitive values that don't require boxing by George Mount · 10 months ago
  40. 1ea1894 Merge "ScatterSet, a fast, allocation-free hash set" into androidx-main by George Mount · 10 months ago
  41. cd7bb80 Merge "Added IntList and LongList, primitive versions of ArrayList" into androidx-main by George Mount · 10 months ago
  42. 296d9e9 Merge "Add MutableScatterMap.removeIf()" into androidx-main by Treehugger Robot · 10 months ago
  43. f94fe69 Added IntList and LongList, primitive versions of ArrayList by George Mount · 10 months ago
  44. b280b80 API Feedback for FloatList by George Mount · 10 months ago
  45. 93af0c1 ScatterSet, a fast, allocation-free hash set by George Mount · 10 months ago
  46. 62ddb7c Add MutableScatterMap.removeIf() by Romain Guy · 10 months ago
  47. 491ef3d Merge "Various pairs improvements" into androidx-main by Treehugger Robot · 10 months ago
  48. ac05b9a Various pairs improvements by Romain Guy · 10 months ago
  49. edf387c Merge "Document that Mutable/ScatterMap is preferrable to Simple/ArrayMap" into androidx-main by Treehugger Robot · 10 months ago
  50. 9adea73 Document that Mutable/ScatterMap is preferrable to Simple/ArrayMap by Romain Guy · 10 months ago
  51. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 10 months ago
  52. e5b20b7 Merge "Add a primitive version of ArrayList for Float" into androidx-main by George Mount · 10 months ago
  53. c7eb937d Merge "Revert "Upgrade to AGP 8.2.0-alpha15"" into androidx-main by Aurimas Liutikas · 10 months ago
  54. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 10 months ago
  55. aa044d1 Merge "Upgrade to AGP 8.2.0-alpha15" into androidx-main by Treehugger Robot · 10 months ago
  56. 7876536 Add a primitive version of ArrayList for Float by George Mount · 11 months ago
  57. 5b9fce50 ScatterMap now supports safe concurrent reads by Romain Guy · 10 months ago
  58. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  59. 8cb2980 Merge "New Pair APIs for primitive types" into androidx-main by Chet Haase · 10 months ago
  60. fe690d9 Merge "Bump collection-benchmark deps back to recommended versions used in androidx" into androidx-main by Treehugger Robot · 10 months ago
  61. 0413118 Merge "Disable collection benchmark failing on API 21" into androidx-main by Treehugger Robot · 10 months ago
  62. e1935d0 Bump collection-benchmark deps back to recommended versions used in androidx by Dustin Lam · 10 months ago
  63. 481a1cc Disable collection benchmark failing on API 21 by Aurimas Liutikas · 10 months ago
  64. 1fc8481 New Pair APIs for primitive types by Chet Haase · 10 months ago
  65. 87c5c91 Update documentation on thread safety by Romain Guy · 10 months ago
  66. 2b49b97 Merge "Hide MapWrapper" into androidx-main by Romain Guy · 10 months ago
  67. 025a6bb Merge "Revert "Upgrade to AGP 8.2.0-alpha14"" into androidx-main by Nader Jawad · 10 months ago
  68. c4b89c7 Hide MapWrapper by Romain Guy · 10 months ago
  69. d8995f9 Revert "Upgrade to AGP 8.2.0-alpha14" by Nader Jawad · 10 months ago
  70. b7c6426 ScatterMap/MutableScatterMap, a fast, allocation-free hash table by Romain Guy · 11 months ago
  71. dc93f80 Upgrade to AGP 8.2.0-alpha14 by Aurimas Liutikas · 11 months ago
  72. 5ca10a7 Bump collections to 1.3.0-beta01 by Dustin Lam · 11 months ago
  73. 62472fe Resolve warnings introduced in Kotlin 1.9 by Andrei Shikov · 1 year, 1 month ago
  74. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 11 months ago
  75. eb74856 Remove explicit opt-in to new kotlin memoryModel by Clara Fok · 11 months ago
  76. 9ae36f8 [GH] Fixes for GitHub playground by Dustin Lam · 12 months ago
  77. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 12 months ago
  78. 3b97951 Use annotation kmp in collections by Yigit Boyar · 12 months ago
  79. 5b2d285 Insert default platform dependencies for KMP anchor publications by Alan Viverette · 1 year ago
  80. 55d963a Opt-in a,b,c-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 1 month ago
  81. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 1 month ago
  82. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 1 month ago
  83. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 1 month ago
  84. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 1 month ago
  85. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 1 month ago
  86. bde9617 Update ignore files for metalava classpath update by Julia McClellan · 1 year, 1 month ago
  87. 948977a Update current API w/ Metalava update by Jinseong Jeon · 1 year, 2 months ago
  88. fceab4a Update API lint baselines, current/beta API w/ Metalava update by Jinseong Jeon · 1 year, 2 months ago
  89. 351bdea Remove redundant @JvmOverloads from expects in commonMain by Dustin Lam · 1 year, 2 months ago
  90. 542e04b Bump iOS collection benchmark iterations to 5. by Dustin Lam · 1 year, 2 months ago
  91. e5ff02c Add ryanmentley@ and aelias@ to OWNERS for libraries owned by Toolkit core UI team by Ryan Mentley · 1 year, 3 months ago
  92. 0fe446f Merge "Update metalava from ab/9576127" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  93. c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 1 year, 4 months ago
  94. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 4 months ago
  95. 5f8985c Add a `referenceSha` to the benchmark results. by Rahul Ravikumar · 1 year, 5 months ago
  96. ef5fb01 Kotlin 1.8.0 Rebase by Jim Sproch · 1 year, 6 months ago
  97. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 6 months ago
  98. 8ee2f6e Validating that the autodetected groupId matches the explicitly set groupId for non-published projects too by Jeff Gaston · 1 year, 6 months ago
  99. 81556e7 Split ArraySet into separate Jvm and Native implementations for toArray compatibility by Dustin Lam · 1 year, 7 months ago
  100. 082b98e Update versions for release id 1668016800000 by Nick Anthony · 1 year, 7 months ago