Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 6caf75b Remove MatchingScenarioObserver::NotifyIfScenarioMatchChanged by Joe Mason · 2 days ago
  2. 2ee63d4 [base] Add `base::ToVector` overload for rvalue arrays. by Jan Wilken Dörrie · 2 days ago
  3. 1067ba6 [base] Add transparent overload for flat_map::operator[] by Jan Wilken Doerrie · 9 days ago
  4. a35df90 [base] span: Deduce const element type from temporary ranges by Jan Wilken Dörrie · 11 days ago
  5. 8868cd5f [base] Add absl::Hash support for base::span by Jan Wilken Dörrie · 2 weeks ago
  6. 107d960 absl::Hash support for flat_set and flat_map by Adam Rice · 3 weeks ago
  7. 9194783 Fix nocompile tests for C++23 by Victor Hugo Vianna Silva · 6 weeks ago
  8. 1b04992 [base] Create distinct feature to select map type in VariantMap. by François Doray · 7 weeks ago
  9. 817a79d7 Replace std::map in Resource Attribution queries with VariantMap by Joe Mason · 8 weeks ago
  10. e5dc41d Convert const-correctness tests to compile-time by Chris Fredrickson · 8 weeks ago
  11. a50d2f5 Use `base` map helpers; fix FindPtrOrNull for const correctness by Chris Fredrickson · 9 weeks ago
  12. d3052d0 Have mojo::ReceiverSetState use VariantMap. by Olivier Li · 9 weeks ago
  13. 61c86e8 Provide default key type for InsertOrAssign by Chris Fredrickson · 9 weeks ago
  14. 5d1b261 Add test for const/non-const FindPtrOrNull usage by Chris Fredrickson · 9 weeks ago
  15. fc3f51f Switch VariantMap to using ReducePPMs flag by Olivier Li · 9 weeks ago
  16. a1d268ec Fix unsafe buffer usage in websocket_channel_impl.cc by Kelsen Liu · 9 weeks ago
  17. 7d0cee4 Make some nocompile expectations non-optional by Devon Loehr · 9 weeks ago
  18. ed4f3c0 Experiment with alternative map types. by Olivier Li · 10 weeks ago
  19. ac0c2e5fc Remove `WTF::` in base/ by Kent Tamura · 3 months ago
  20. 7859fac5 Run unsafe_pragma_rewriter scripts against base/ by Tom Sepez · 4 months ago
  21. e8fd45e9 containers/vector_buffer: silence memcpy warn/err by Adrian Ratiu · 4 months ago
  22. e98208d7 Remove a few __native_client__ and __pnacl__ checks by Nico Weber · 4 months ago
  23. 0c689251 spanify: Rewrite std::begin/end(c_array) to helper func calls by Yuki Shiino · 4 months ago
  24. 5b21d68f base: Remove references to BUILDFLAG(IS_NACL) by Takuto Ikuta · 4 months ago
  25. b0048645 Nocompile fixes for new clang only by Devon Loehr · 4 months ago
  26. b39481fd Clean up lint errors for the explicit keyword in //base by Lei Zhang · 5 months ago
  27. db03e1f9 Remove dependency of flat_tree on span by Aldo Culquicondor · 5 months ago
  28. df3ff0c Remove blink_gc_plugin_ignore annotation from base::LRUCacheBase by Daniel Cheng · 5 months ago
  29. 69411da Allow transparent look-ups in base::LRUCache by Jan Keitel · 5 months ago
  30. 03e74e19 spanify: Use `span_from_ref` by Kalvin Lee · 5 months ago
  31. 8a68f2ec Spanifier: Fix SingleVariableSpan rewrites by Keishi Hattori · 5 months ago
  32. dd09beb Spanifier: rewrite pre/post increment by Keishi Hattori · 5 months ago
  33. 4d5d7b76 Remove functional include from span.h, take 2 by Daniel Cheng · 5 months ago
  34. 4493f55 Do IWYU for std::array in various dirs by Lei Zhang · 5 months ago
  35. 2a84e11 [base] Remove base::Overloaded by Ho Cheung · 5 months ago
  36. d2dad1bf spanify: Introduce base::SpanificationSizeofForStdArray to improve the rewritten code by Yuki Shiino · 5 months ago
  37. ad24b032 Use std::construct_at to copy elements in constexpr span::copy_from by Daniel Cheng · 5 months ago
  38. 4b19d93 Revert "Remove <functional> header from //base/containers/span.h" by Takuto Ikuta · 5 months ago
  39. d0fd486 Remove <functional> header from //base/containers/span.h by Daniel Cheng · 5 months ago
  40. 1302b70 Remove vector use in base/containers/span.h by Daniel Cheng · 5 months ago
  41. a0655c22 Reland "Move cstring_view -> span conversion helpers into cstring_view.h" by Daniel Cheng · 5 months ago
  42. 8e1d940 Revert "Move cstring_view -> span conversion helpers into cstring_view.h" by [email protected] · 5 months ago
  43. 40e63ea Move cstring_view -> span conversion helpers into cstring_view.h by Daniel Cheng · 5 months ago
  44. 415cd07 Move as_string_view() out of base/containers/span.h by Daniel Cheng · 5 months ago
  45. bacd7d5 Move span stringification into to_string.h implementation by Daniel Cheng · 5 months ago
  46. 4c826fa [tracing] Remove enable_base_tracing by Etienne Pierre-doray · 5 months ago
  47. ba8ac3b Reland "Allow a RingBuffer to take a value that is not copyable" by Dave Tapuska · 6 months ago
  48. b78b297 Revert "Allow a RingBuffer to take a value that is not copyable" by Crisrael Lucero · 6 months ago
  49. 99868713 Allow a RingBuffer to take a value that is not copyable by Dave Tapuska · 6 months ago
  50. 941e868 Remove obsolete comment from VectorBuffer by Adam Rice · 6 months ago
  51. c7c2bea Provide a default Key type for Find[Ptr]OrNull by Chris Fredrickson · 6 months ago
  52. 4fac864 spanify: Add UNSAFE_CRYPTO_BUFFER_DATA macro by Yuki Shiino · 6 months ago
  53. 43e1aa3 spanify: Add UNSAFE_HB_BUFFER_GET_GLYPH_INFOS macro by Yuki Shiino · 6 months ago
  54. 2df0f0b spanify: Add UNSAFE_G_GET_SYSTEM_DATA_DIRS macro by Yuki Shiino · 6 months ago
  55. b236928 Fix std::projected abuse causing build failure by Bruno Pitrus · 6 months ago
  56. 9ddee24d Modernize equality operators in //base (3/3) by Jan Keitel · 6 months ago
  57. 71a86c37 spanify: Rewrite unsafe third-party free func calls to helper macro calls by Yuki Shiino · 6 months ago
  58. 4a007f6 IWYU: Add missing includes in span_forward_internal.h by Ivan Murashov · 6 months ago
  59. 6feac3e Convert some SAFETY comments to PRECONDITIONS in //base. by Tom Sepez · 6 months ago
  60. 7803ea2 spanify: Rewrite unsafe third-party method calls to helper macro calls by Yuki Shiino · 7 months ago
  61. 9de83e09 Adjust base/containers/contains.h includes by Lei Zhang · 7 months ago
  62. 1b1a35e Remove <array> from base/containers/span.h by Lei Zhang · 7 months ago
  63. 7fef81d Remove duplicate #include in base/containers/contains.h by Lei Zhang · 7 months ago
  64. e6b3f069 Make non-borrowed range span constructor consistent with borrowed one. by Tom Sepez · 7 months ago
  65. b6cb1bf1 Remove <string.h> inclusion from span.h by Tom Sepez · 7 months ago
  66. 9095c77 Comment on CHECK with multiple conditionals in base/containers/span.h by Lei Zhang · 7 months ago
  67. 4f6cc65 Use requires instead of SFINAE in base/containers by Jan Keitel · 7 months ago
  68. 35d49c9 Only include base/check.h in base/containers/checked_iterators.h by Lei Zhang · 7 months ago
  69. b325ced spanify busywork: Adjust `span_rust_unittest` by Kalvin Lee · 7 months ago
  70. ca05536 Allow span::begin() and span::end() to suppress precondition CHECKs by Daniel Cheng · 8 months ago
  71. 701f15b base: remove CheckedContiguousIterator::IsRangeMoveSafe by Elly · 8 months ago
  72. 61ccd1c Make moved-from base::LinkedList empty by Adam Rice · 8 months ago
  73. 6ffc124 Add a move constructor to base::LinkedList by Adam Rice · 8 months ago
  74. b0b1fde Reduce overhead of safety checks for span/iterators in non-official builds by Daniel Cheng · 8 months ago
  75. 8e0163c Add comment on limitation of no key-write for iterator in LRUCache by John L Chen · 9 months ago
  76. d298db2 Performance Scenarios API to check for "idle" state by Joe Mason · 9 months ago
  77. 1c8da0f Do not allow dynamic_extent for count argument in two=arg subspan(). by Tom Sepez · 9 months ago
  78. c7cadace remove a branch from one-arg base::span<>::subspan() by Tom Sepez · 9 months ago
  79. e4a257e Actually use dynamic span in SpanTest.TemplatedSubspanFromDynamicSpan by Tom Sepez · 9 months ago
  80. 190498d Move base::internal::SupportsToString out of to_string.h by Jeremy Roman · 9 months ago
  81. b46910d Remove constexpr from `base::EnumSet` operations by Michael Cui · 9 months ago
  82. ca96182b base: Use `to_underlying` in `EnumSet` by Michael Cui · 9 months ago
  83. f89c8f5 Use emplace_hint instead of operator[] to avoid unnecessary string construction. by Roger McFarlane · 9 months ago
  84. a253f75 Misc. cleanup: base/ by Peter Kasting · 10 months ago
  85. 3b811ffd Remove base/ranges/. by Peter Kasting · 10 months ago
  86. 025a9425 Reland "[cleanup] Replace base::ranges with std::ranges: base/" by Peter Kasting · 10 months ago
  87. 982cfb70 Revert "[cleanup] Replace base::ranges with std::ranges: base/" by Salvador Guerrero Ramos · 10 months ago
  88. cbf3d67 [cleanup] Replace base::ranges with std::ranges: base/ by Peter Kasting · 10 months ago
  89. 8726d30e Suppress unsafe_libc_call warning for initial identified files. by Tom Sepez · 10 months ago
  90. 9bd517b Improve documentation in base/containers/span_writer.h by Lei Zhang · 10 months ago
  91. 4ca4f83f containers: Rework the readme to incorporate Abseil hash tables by John Admanski · 10 months ago
  92. 0e6bd5d5 Add tests as good example for ToVector() with move-only input by Xianzhu Wang · 10 months ago
  93. 55c8af4 Address bindings perf regression. by Peter Kasting · 10 months ago
  94. 6218bbad Manually fix remaining clang-tidy errors in base/. by Peter Kasting · 10 months ago
  95. 65083541 More std::ranges compatibility fixes: base/ by Peter Kasting · 10 months ago
  96. 811504a7 Apply clang-tidy autofixes to base/. by Peter Kasting · 10 months ago
  97. bd9dde5c Manually port some of base/ to std::ranges::. by Peter Kasting · 10 months ago
  98. 32c8a52 Fix minor compile errors found when testing base::ranges->std::ranges. by Peter Kasting · 10 months ago
  99. acce5b0c Use std::ranges:: concepts where appropriate. by Peter Kasting · 11 months ago
  100. 134ef9af [cleanup] clang-format base. by Peter Kasting · 11 months ago