1. afff143 [Export Tagged PDFs] Extend structured PDF testing to include attributes by Valerie Young · 3 days ago
  2. 421425f Remove base::AlwaysFalse<> by Avi Drissman · 6 weeks ago
  3. bd33010 Move wtf/functional*.* to "blink" namespace by Kent Tamura · 3 months ago
  4. b39481fd Clean up lint errors for the explicit keyword in //base by Lei Zhang · 4 months ago
  5. 2a84e11 [base] Remove base::Overloaded by Ho Cheung · 4 months ago
  6. fb999fd3 Make base::is_instantiation a type constraint. by Daniel Cheng · 4 months ago
  7. 8a5af199 Do some IWYU for base/logging.h by Lei Zhang · 4 months ago
  8. 273c39b Use C++20 requires instead of SFINAE in more places in //base by Jan Keitel · 5 months ago
  9. ab2c6ac Migrate absl variant.h and utility.h in base by Victor Hugo Vianna Silva · 7 months ago
  10. c01ae64 Make absl::variant a typedef for std::variant by Victor Hugo Vianna Silva · 7 months ago
  11. 9f1bb40 Move heavy include in //base/functional/bind_internal.h to #if block by David Sanders · 7 months ago
  12. a361b7f Remove unused <string_view> include in //base/functional/function_ref.h by David Sanders · 8 months ago
  13. 720f629e Remove some unused includes of //base/notreached.h by David Sanders · 8 months ago
  14. a253f75 Misc. cleanup: base/ by Peter Kasting · 8 months ago
  15. 6218bbad Manually fix remaining clang-tidy errors in base/. by Peter Kasting · 9 months ago
  16. 811504a7 Apply clang-tidy autofixes to base/. by Peter Kasting · 9 months ago
  17. 134ef9af [cleanup] clang-format base. by Peter Kasting · 10 months ago
  18. 4dacf2b Don't build partition_alloc if it is not needed by Etienne Dechamps · 10 months ago
  19. 5e29968d Don't use base::internal:: APIs outside base/. by Peter Kasting · 10 months ago
  20. aac3718 [base] Convert parts of base to std::atomic from atomicops by Benoît Lizé · 10 months ago
  21. 56ebee2 Introduce a "same as any" template and use it to simplify raw_ptr.h. by Peter Kasting · 10 months ago
  22. c23ae86c Use is_null() in Callback::Run's CHECK by Peter Boström · 12 months ago
  23. ad4cc623 base: eliminate empty parameter list in lambdas when possible by Sorin Jianu · 1 year ago
  24. bfae87e Remove several SupportsWeakPtr uses from code comments by Andrew Williams · 1 year, 1 month ago
  25. 4b18d0c Replace ABSL_ATTRIBUTE_* with base/ macros. by Peter Kasting · 1 year, 1 month ago
  26. de57333 Reland "Migrate to NOTREACHED() in base/" by Peter Boström · 1 year, 1 month ago
  27. ec90e8a Revert "Migrate to NOTREACHED() in base/" by [email protected] · 1 year, 2 months ago
  28. 73c5483 Migrate to NOTREACHED() in base/ by Peter Boström · 1 year, 2 months ago
  29. 9cd105c8 Allow base::IgnoreArgs to return a non-void type by Keren Zhu · 1 year, 2 months ago
  30. cf2a386 Mark ScopedClosureRunner's constructor as [[nodiscard]] by Ian Vollick · 1 year, 3 months ago
  31. fd39d61 partition_alloc: merge buildflags.h #cleanup by Arthur Sonzogni · 1 year, 4 months ago
  32. 1dce9dc Convert base::StringPiece to std::string_view left overs. by Helmut Januschka · 1 year, 4 months ago
  33. 16bb5770 [base] Add a SequenceChecker to base::ConcurrentCallbacks<T> by Sylvain Defresne · 1 year, 5 months ago
  34. cb4f83a7 [base] Add a SequenceChecker to base::ConcurrentClosures by Sylvain Defresne · 1 year, 5 months ago
  35. 8c29f4a Introduce NOTREACHED_IN_MIGRATION() by Peter Boström · 1 year, 5 months ago
  36. 62e877a Use partition_alloc PA_BUILDFLAG(...) outside PA. #cleanup by Arthur Sonzogni · 1 year, 5 months ago
  37. 8326121 [BRP] Define use_raw_ptr_backup_ref_impl to control raw_ptr's impl. by Bartek Nowierski · 1 year, 6 months ago
  38. 51d26a40 Reland "Opt //base into unsafe-buffer-usage warnings, except PA and third_party" by danakj · 1 year, 6 months ago
  39. d72a7a9 base: add IWYU pragma to bind.h by Takuto Ikuta · 1 year, 6 months ago
  40. 3e9ab038 Revert "Opt //base into unsafe-buffer-usage warnings, except PA and third_party" by [email protected] · 1 year, 6 months ago
  41. 564151ec Opt //base into unsafe-buffer-usage warnings, except PA and third_party by danakj · 1 year, 6 months ago
  42. 923a33e Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 1 year, 6 months ago
  43. 53c77f6 Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 1 year, 6 months ago
  44. 47d1537d Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 1 year, 6 months ago
  45. e2dd9c0 Convert all BigEndianWriter use to SpanWriter by danakj · 1 year, 6 months ago
  46. 985ab91e PA: Update the header paths in //base by Yuki Shiino · 1 year, 7 months ago
  47. cc318b73 switch away from std::to_address by Nick Diego Yamane · 1 year, 8 months ago
  48. 2eef24f Avoid decaying the functor when dealing with overloaded operator()()s. by Peter Kasting · 1 year, 8 months ago
  49. f818a6f Unwrap functors before invoking. by Peter Kasting · 1 year, 8 months ago
  50. e5fff99c Rename {absl => std}::optional in base + everywhere. [Final] by Arthur Sonzogni · 1 year, 8 months ago
  51. 8e4901d Cleanup bind_internal.h and bind_unittest.cc in advance of other CLs. by Peter Kasting · 1 year, 8 months ago
  52. bb885329 Enhance Bind to support functors with overloaded operator()()s. by Peter Kasting · 1 year, 8 months ago
  53. 336972e Refactoring in advance of supporting overloaded operator()()s. by Peter Kasting · 1 year, 8 months ago
  54. a48685e Pull the IsComplete concept into its own header. by Peter Kasting · 1 year, 8 months ago
  55. e0c5a29 Add ConcurrentCallbacks and ConcurrentClosures helper classes by Alan Cutter · 1 year, 9 months ago
  56. ca7056e Use namespace so that base::IgnoreArgs can be used in code including WTF. by L. David Baron · 1 year, 9 months ago
  57. 41f335c Disallow constructing FunctionRefs from others w/compatible signatures. by Peter Kasting · 1 year, 9 months ago
  58. e3509a1 Allow constructing FunctionRef from a ref to a function pointer. by Peter Kasting · 1 year, 10 months ago
  59. 037b721b Remove absl::FunctionRef <-> base::FunctionRef machinery. by Peter Kasting · 1 year, 10 months ago
  60. 14f13e4 Cleanup/test improvements for FunctionRef. by Peter Kasting · 1 year, 10 months ago
  61. 41472f3 bind_internal.h cleanup: Shorten code. by Peter Kasting · 1 year, 10 months ago
  62. 7824b6f bind_internal.h cleanup: Collapse BindHelper into fewer classes. by Peter Kasting · 1 year, 10 months ago
  63. a7e941e bind_internal.h cleanup: Guard remaining static_asserts. by Peter Kasting · 1 year, 10 months ago
  64. 6d4812b7 unretained_traits.h cleanup: Use concepts and constexprs more. by Peter Kasting · 1 year, 10 months ago
  65. 7419b0be bind_internal.h cleanup: Slightly improve comments by Peter Kasting · 1 year, 10 months ago
  66. 12f9269 bind_internal.h cleanup: Try to improve type names by Peter Kasting · 1 year, 10 months ago
  67. 648bb94 bind_internal.h cleanup: Add missing noexcept specializations. by Peter Kasting · 1 year, 10 months ago
  68. d077bb2 bind_internal.h cleanup: Use concepts and constexprs more. by Peter Kasting · 1 year, 10 months ago
  69. 293ce4f bind_internal.h cleanup: Clarify param binding constraints. by Peter Kasting · 1 year, 10 months ago
  70. 2016925 bind_internal.h cleanup: Simplify QueryCancellationTraits handling. by Peter Kasting · 1 year, 10 months ago
  71. 26dc061 bind_internal.h cleanup: Remove BindTypeHelper. by Peter Kasting · 1 year, 10 months ago
  72. 52d553c13 bind_internal.h cleanup: Remove MakeUnboundRunType. by Peter Kasting · 1 year, 10 months ago
  73. 36d52e6 bind_internal.h cleanup: Try to improve error messages slightly. by Peter Kasting · 1 year, 10 months ago
  74. 9e8eb20 callback_helpers.h cleanup: Remove IsOnceCallback<>. by Peter Kasting · 1 year, 10 months ago
  75. c40a4a33 Replace base::not_fn with std::not_fn by Helmut Januschka · 1 year, 10 months ago
  76. ca576273 Reland "Convert functional nocompile tests to new framework." by Peter Kasting · 1 year, 10 months ago
  77. 402fd46c Revert "Convert functional nocompile tests to new framework." by Jason Lin · 1 year, 10 months ago
  78. 7d52a87 Convert functional nocompile tests to new framework. by Peter Kasting · 1 year, 10 months ago
  79. 8590efe [base] Replace base::identity -> std::identity (C++20) by Andrew Rayskiy · 1 year, 10 months ago
  80. cdface8 Revert "Replace base::not_fn with std::not_fn" by [email protected] · 1 year, 10 months ago
  81. aecbd79 Replace base::not_fn with std::not_fn by Helmut Januschka · 1 year, 10 months ago
  82. 2ab0f6a Reduce the number of errors with bind/callback misuse. by Peter Kasting · 1 year, 10 months ago
  83. d917b98 Update base/ comparison operators by kylechar · 1 year, 10 months ago
  84. 72efdc1 Replace base::invoke with std::invoke by Helmut Januschka · 1 year, 11 months ago
  85. 3b01151f Misc. cleanup and simplification in bind and callback implementation. by Peter Kasting · 1 year, 11 months ago
  86. a205f9e6 [PA] Refactor: define PartitionsOptions ctor/dtor by mikt · 1 year, 11 months ago
  87. e5fb8148 Modify some Bind error messages slightly for grammar/mechanics. by Peter Kasting · 1 year, 11 months ago
  88. f871b5e Add base::is_instantiation<>. by Peter Kasting · 1 year, 11 months ago
  89. ef1375f2 Migrate //base/functional/bind* and helpers to use C++20 constraints. by Daniel Cheng · 1 year, 11 months ago
  90. ef4225b1 Migrate //base/functional/callback.h to use C++20 constraints. by Daniel Cheng · 1 year, 11 months ago
  91. 915d255 Migrate base::Is{Base,Once}Callback to use C++20 concepts. by Daniel Cheng · 1 year, 11 months ago
  92. 55f9baf Disable DoNothing conversions when callback has a non-void return type. by Daniel Cheng · 1 year, 11 months ago
  93. 3da7fcf PA: Prefer `base/memory/` facade headers by Kalvin Lee · 1 year, 11 months ago
  94. 463bd58 Rename *_unittest.nc to *_nocompile.nc. by Daniel Cheng · 1 year, 11 months ago
  95. b5363df Add base::ReturnValueOnce() to base/functional/callback_helpers.h by Sylvain Defresne · 2 years ago
  96. 6f02136 [CodeHealth] Replace std::is_...<>::value -> std::is_..._v<> in base/ by Andrew Rayskiy · 2 years ago
  97. b42fe752 [CodeHealth] Replace std::is_...<>::value -> std::is_..._v<> in base/ by Andrew Rayskiy · 2 years ago
  98. b1d8eb2 Implement CHECKs when running null callbacks correctly. by Daniel Cheng · 2 years ago
  99. 0bcc023 Move partition_alloc into a "partition_alloc" dir. by Arthur Sonzogni · 2 years ago
  100. 5df7469 Allow IgnoreArgs to take a non-closure callback. by Evan Stade · 2 years ago