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