1. 025a9425 Reland "[cleanup] Replace base::ranges with std::ranges: base/" by Peter Kasting · 8 months ago
  2. 982cfb70 Revert "[cleanup] Replace base::ranges with std::ranges: base/" by Salvador Guerrero Ramos · 8 months ago
  3. cbf3d67 [cleanup] Replace base::ranges with std::ranges: base/ by Peter Kasting · 8 months ago
  4. 134ef9af [cleanup] clang-format base. by Peter Kasting · 9 months ago
  5. 56887e2 Tidy base/stl_util.h by Lei Zhang · 11 months ago
  6. 6f02136 [CodeHealth] Replace std::is_...<>::value -> std::is_..._v<> in base/ by Andrew Rayskiy · 2 years ago
  7. adfdbaf Remove base::ConstCastIterator(...), which is now unused. by Andrew Rayskiy · 2 years, 3 months ago
  8. 1556179a Remove base::STLCount(), which is now unused. by Peter Kasting · 3 years ago
  9. 53211c9 Move base::to_underlying() to its own header. by Daniel Cheng · 3 years ago
  10. dd359fd Remove forwarding include to optional_util.h from stl_util.h by Daniel Cheng · 3 years, 1 month ago
  11. e4622aa Update copyright headers in base/ by Avi Drissman · 3 years, 1 month ago
  12. 3d1108de Revert "Update copyright headers in base/" by Daniel Cheng · 3 years, 1 month ago
  13. eccb7e81 Update copyright headers in base/ by Avi Drissman · 3 years, 1 month ago
  14. 4db1928 Rename OptionalOrNullptr() for consistency and move to its own header. by Daniel Cheng · 3 years, 1 month ago
  15. a371b4c C++17: Allow use of std::map::try_emplace and std::map::insert_or_assign by Daniel Cheng · 3 years, 9 months ago
  16. 17510b4 Remove base/cxx17_backports.h from stl_util.h. by Lei Zhang · 4 years, 3 months ago
  17. 0da5478 Remove base/containers/cxx20_erase* includes from base/stl_util.h. by Lei Zhang · 4 years, 3 months ago
  18. eb154da0 Remove base/cxx20_to_address.h from base/stl_util.h. by Lei Zhang · 4 years, 3 months ago
  19. 865f824 Move base::to_address() and Erase{If}() to their own files. by Lei Zhang · 4 years, 3 months ago
  20. c0f9fc5 Remove base/containers/contain.h include from base/stl_util.h. by Lei Zhang · 4 years, 5 months ago
  21. 8ff2b09 Move base::size(), empty(), and data() to base/cxx17_backports.h. by Lei Zhang · 4 years, 5 months ago
  22. 7dd58ad Reland "base: Replace base::Optional and friends with absl counterparts" by Anton Bikineev · 4 years, 5 months ago
  23. 6dd5406a Revert "base: Replace base::Optional and friends with absl counterparts" by Findit · 4 years, 5 months ago
  24. 3c983bd base: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 4 years, 5 months ago
  25. fc26930 [base] Move base::as_const from stl_util.h to its own header by Hans Wennborg · 4 years, 6 months ago
  26. f89fc2ac [base] Add C++23 Enum Helpers by Jan Wilken Dörrie · 4 years, 7 months ago
  27. 9d5aa28 [base] Move Contains to dedicated header by Jan Wilken Dörrie · 4 years, 10 months ago
  28. a1f6428 [base] Remove STLIncludes by Jan Wilken Dörrie · 5 years ago
  29. 03ec116 [base] Remove STLIsSorted by Jan Wilken Dörrie · 5 years ago
  30. 2aa9fa8 [base] Add base/functional folder by Jan Wilken Dörrie · 5 years ago
  31. 9269f9eb [base] Add IsContiguousIterator type trait by Jan Wilken Dörrie · 5 years ago
  32. 1286944 base: Rename internal::invoke to internal::InvokeImpl by Anton Bikineev · 5 years ago
  33. 9f8955f [base] Move base::ranges utilities to common location by Jan Wilken Dörrie · 5 years ago
  34. a3fbd28 Make TypedToken have no notion of null tokens. by Chris Hamilton · 5 years ago
  35. 7969225 Extensions: Binary search to find generated schema. by Karandeep Bhatia · 5 years ago
  36. 7b53371 Reland "Reland "Remove/replace unnecessary includes of logging.h (base/)"" by Hans Wennborg · 5 years ago
  37. d2563e9 Revert "Reland "Remove/replace unnecessary includes of logging.h (base/)"" by Findit · 5 years ago
  38. 80b8a77 Reland "Remove/replace unnecessary includes of logging.h (base/)" by Hans Wennborg · 5 years ago
  39. 7691d7ad Revert "Remove/replace unnecessary includes of logging.h (base/)" by Bruce Dawson · 5 years ago
  40. a6e9e96 Remove/replace unnecessary includes of logging.h (base/) by Hans Wennborg · 5 years ago
  41. 94461cb stl_util: support older clang. by Maksim Sisov · 5 years ago
  42. af2a0d59 [base] Return size_t from Erase and EraseIf by Jan Wilken Doerrie · 6 years ago
  43. 9b751f0 [base] Implement C++17's std::as_const by Jan Wilken Dörrie · 6 years ago
  44. 6c203281 Reland "Reland "[base] Introduce base::CheckedContiguousRange"" by Jan Wilken Dörrie · 6 years ago
  45. 409610fca Revert "Reland "[base] Introduce base::CheckedContiguousRange"" by Andy Paicu · 6 years ago
  46. 84fcf8b Reland "[base] Introduce base::CheckedContiguousRange" by Jan Wilken Dörrie · 6 years ago
  47. 06fea5ac Revert "[base] Introduce base::CheckedContiguousRange" by Joshua Pawlicki · 6 years ago
  48. 83ced15 [base] Introduce base::CheckedContiguousRange by Jan Wilken Dörrie · 6 years ago
  49. 894226d [base] Fix ConstCastIterator<std::forward_list<T>> for libstdc++ by Jan Wilken Dörrie · 6 years ago
  50. 73c901e [base] Remove base::Contains{Key,Value} by Jan Wilken Dörrie · 6 years ago
  51. 715b84a [base] Disable ContainsValue() for std::map-like Containers by Jan Wilken Dörrie · 6 years ago
  52. f61e74c [base] Replace Contains{Key,Value} with Contains in //base by Jan Wilken Dörrie · 6 years ago
  53. b77149f [base] Introduce base::Contains by jdoerrie · 6 years ago
  54. 2de200e4 [base] Implement C++17's InsertOrAssign and TryEmplace by jdoerrie · 6 years ago
  55. 2fc218a [base] Generalize base::STLIsSorted() by jdoerrie · 7 years ago
  56. 97c1374 Move GetUnderlyingContainer() to //base/stl_util.h. by Dan Sanders · 7 years ago
  57. 972b2ff Remove base::string_as_array by Ryan Sleevi · 7 years ago
  58. 8f51604 Reland "[base] Implement std::size(), std::empty() and std::data()" by jdoerrie · 7 years ago
  59. fc3f3d7 Revert "[base] Implement std::size(), std::empty() and std::data()" by Menglu Huang · 7 years ago
  60. f6c12979 [base] Implement std::size(), std::empty() and std::data() by jdoerrie · 7 years ago
  61. 3f67719f Add OptionalOrNullptr helper for converting base::Optional<T> to T* by Philip Rogers · 8 years ago
  62. 156ff6d Add |IsNotIn| EraseIf-helper and convert to in-place set-intersection by Kevin Bailey · 8 years ago
  63. bb019e3 Change base::ContainsValue to fail to compile for sets. by Marijn Kruisselbrink · 8 years ago
  64. 1ce49f6 Replace uses of hash_map in //base by brettw · 8 years ago
  65. 1bc3466 Use std::begin() and std::end() in base::ContainsValue() by tsepez · 8 years ago
  66. 5dd3a213 Fix Template Parameter List for Associative Containers in base::EraseIf by jdoerrie · 9 years ago
  67. 5f0ff798 Implementing erase/erase_if functions from library fundamentals ts: by dyaroshev · 9 years ago
  68. 23840067 Remove stl_util's deletion functions. by avi · 9 years ago
  69. 1bd8046 Remove STLDeleteElements. by avi · 9 years ago
  70. 72d3b88 Remove stl_util's STLDeleteContainerPointers. by avi · 9 years ago
  71. 3b31f114f Remove stl_util's STLDeleteContainerPairSecondPointers. by avi · 9 years ago
  72. 8255475 Remove stl_util's STLDeleteContainerPairSecondPointers from all of Chromium. by avi · 9 years ago
  73. df6cf54f Remove stl_util's STLElementDeleter. by avi · 9 years ago
  74. 903d5af Remove stl_util's STLDeleteContainerPairFirstPointers. by avi · 9 years ago
  75. 5cf400eaf Remove stl_util's STLValueDeleter. by avi · 9 years ago
  76. d99bd1a Remove stl_util's STLDeleteContainerPairPointers. by avi · 9 years ago
  77. 9beb41e base: Remove global stl util aliases by skyostil · 9 years ago
  78. 68be715 base: Move all stl utilities to the base namespace by skyostil · 9 years ago
  79. 49889f70 Remove vector_as_array. by davidben · 10 years ago
  80. 4507eaa Make vector_as_array use std::vector::data and switch a few directories. by davidben · 10 years ago
  81. 43eb02c Refactor Uses of std::set to std::vector in SimpleFeature by robliao · 11 years ago
  82. c2af413 Make STLDeleteValues delete behind the iterator. by reillyg · 11 years ago
  83. 9a53ade Implement additional set operators: STLSetUnion, STLSetIntersection and STLIncludes. by [email protected] · 12 years ago
  84. c014f2b3 test IWYU fixups for base by [email protected] · 12 years ago
  85. fa95a0f Fix broken vs2012 build by [email protected] · 13 years ago
  86. 1dea757 Add STLSetDifference to stl_util.h, because std::set_difference is extremely by [email protected] · 13 years ago
  87. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  88. 6ee951a base: Clean up stl_util.h style issues. by [email protected] · 13 years ago
  89. 8b7ddc7 Small stl_util tidy up by [email protected] · 14 years ago
  90. 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago