1. b9536c9 Add additional bounds check functions to cover most ABSL_HARDENING_ASSERTs. by Abseil Team · 13 hours ago master
  2. 04b6110 Undo unintended inlining of absl::void_t -- the inlining didn't actually replace it with std::void_t by Abseil Team · 2 days ago
  3. ea64b6e Consume result from various SampleRecorder methods. by Chris Kennelly · 5 days ago
  4. 9cb62a0 Remove unnecessary usages of absl::void_t by Abseil Team · 6 days ago
  5. 354d4d9 StrFormat: format %g without heap allocation by Abhi Raman · 6 days ago
  6. 8cd6450 Remove unnecessary namespace bracketing for an internal nullability macro. by Abseil Team · 6 days ago
  7. 9034b9c Introduce ABSL_OPTION_INLINE_HW_ACCEL_STRATEGY in absl/base/options.h by Derek Mauro · 7 days ago
  8. 884282e Refactor error factories to propagate static knowledge to the compiler, where supported. by Samuel Benzaquen · 7 days ago
  9. eb76981 Inline absl::void_t to std::void_t wherever possible by Abseil Team · 8 days ago
  10. e7c4768 Deprecate and inline a lot of C++17 Abseil type traits by Abseil Team · 9 days ago
  11. 95619d5 Remove more lingering C++17 type traits polyfill usages by Abseil Team · 9 days ago
  12. 709bf9e nullstream: fix a header guard comment by Abseil Team · 9 days ago
  13. 0b006ea Add SKIP_ABSL_INLINE_NAMESPACE_CHECK to absl/base/internal/exception_safety_testing.h as it doesn't use the absl namespace at all by Abseil Team · 9 days ago
  14. 7dac708 Expose gloop peer friendship for testing by Mike Kruskal · 9 days ago
  15. ed2114e Stop using C++17 type traits polyfills by Abseil Team · 12 days ago
  16. 3eb0f0b Remove the forward declaration of base::scheduling::Schedulable from by Derek Mauro · 12 days ago
  17. 5c01794 Support passing I/O manipulators such as std::endl to StringifyStream by Abseil Team · 2 weeks ago
  18. 170f877 Add absl::Status::MakeNonOkStatusWithOkCode() and absl::status_internal::StatusPrivateAccessor for private/internal use by Abseil Team · 2 weeks ago
  19. 4ff7ff9 Add cleanup dependency by Derek Mauro · 2 weeks ago
  20. d2910b0 Prepare to move callers away from get_bound_schedulable() by Derek Mauro · 3 weeks ago
  21. 0093ac6 Prevent users of absl::AnySpan::subspan(pos, len) from relying on truncation behavior while the migration from this nonstandard function is in progress. by Abseil Team · 3 weeks ago
  22. e2321c0 Add support for [[clang::annotate("clang-tidy", "bugprone-use-after-move", "null_after_move")]] by Abseil Team · 3 weeks ago
  23. b7c61d3 Reduce duplication in absl/random/internal. by Laramie Leavitt · 3 weeks ago
  24. cc986e4 Use absl::SourceLocation for Rust source locations in Status by Taylor Cramer · 3 weeks ago
  25. be50e52 Avoid using lambdas in Abseil assertion macros by Abseil Team · 3 weeks ago
  26. b71166d Minor changes to #includes by Derek Mauro · 3 weeks ago
  27. 4c5d34c Document that DemangleRustSymbolEncoding omits some details on purpose. by Chris Mihelich · 3 weeks ago
  28. 9cc7e8d Add gloop/perftools/tracing visibility by Martijn Vels · 4 weeks ago
  29. 6c1f120 Add //gloop/util/status:status_macros to Gloop by Mike Kruskal · 4 weeks ago
  30. 88c0a25 Remove the legacy stateless symbol decorator API. by Abseil Team · 4 weeks ago
  31. e8f3bb2 Add additional tests in str_split_test.cc by Derek Mauro · 4 weeks ago
  32. 0a7fe7e Add absl::strings_internal::AbslStringifyStream by Abseil Team · 5 weeks ago
  33. 81f4d83 Add supporting code for absl::SourceLocation by Abseil Team · 5 weeks ago
  34. 522a5a8 Open-source absl::AnySpan by Abseil Team · 5 weeks ago
  35. efcd129 Add //gloop/util/gtl:iterator_range to Gloop by Mike Kruskal · 5 weeks ago
  36. 1bcce1b Internal functionality by Mike Kruskal · 5 weeks ago
  37. ec35402 Fix sampling for the insert into a non-SOO table with capacity==1. by Vitaly Goldshteyn · 5 weeks ago
  38. 896d915 Add benchmark for string erase/emplace. by Vitaly Goldshteyn · 5 weeks ago
  39. 972e4ab Minor reformatting by Derek Mauro · 5 weeks ago
  40. 93a7a9c Prepare GenericPrinter for the rename of ArenaSafeUniquePtr. by Samuel Benzaquen · 5 weeks ago
  41. 04f3bc0 Fix hashtablez oversampling for SOO tables on repeated 0->1 element transitions by Todd Lipcon · 5 weeks ago
  42. e7ba8a7 Add absl::SourceLocation by Abseil Team · 5 weeks ago
  43. 842679c Add a stateful version of the SymbolDecorator interface by Abseil Team · 5 weeks ago
  44. e72b94a Make absl_testing::StatusIs() print the status code as a string by Abseil Team · 6 weeks ago
  45. 6015232 Mark absl::FastTypeId final to prevent subclassing by Derek Mauro · 6 weeks ago
  46. 267879b Import of CCTZ from GitHub. by Abseil Team · 6 weeks ago
  47. 3b777f6 Import of CCTZ from GitHub. by Abseil Team · 6 weeks ago
  48. 1d37147 Fix ambiguous call to EncodeVarint() by Derek Mauro · 6 weeks ago
  49. ab54e73 Use reserve() to grow in STLStringResizeUninitializedAmortized() by Derek Mauro · 6 weeks ago
  50. ea40a52 Disable failing tests on ChromiumOS configurations. by Abseil Team · 6 weeks ago
  51. 443adb7 Use reserve() to grow in absl::string_internal::StringAppendAndOverwrite() by Derek Mauro · 6 weeks ago
  52. db50e84 `AbseilDll.cmake`: sort list of files alphabetically by Dino Radakovic · 6 weeks ago
  53. 8836ff0 Mitigate raw_hash_set_test failures with new llvm version. by Evan Brown · 7 weeks ago
  54. d929c60 Clean up stray TODO by Mike Kruskal · 7 weeks ago
  55. 9fb0ebc Update visibility. by Chris Kennelly · 7 weeks ago
  56. dee6c62 Remove unused include of resize_uninitialized.h by Derek Mauro · 7 weeks ago
  57. 1ccf9ee Update the description of hexadecimal digits to include lowercase letters {a-f}. by Vitaly Goldshteyn · 7 weeks ago
  58. 45c8989 Add a visibility placeholder to Abseil for Gloop. by Mike Kruskal · 7 weeks ago
  59. b6808e6 Remove stack trace fixup code from Abseil by Abseil Team · 7 weeks ago
  60. 296234c Add absl::make_unique_for_overwrite by Jesse Rosenstock · 7 weeks ago
  61. 4c67257 Use size_t for literal in MaxValidSizeForKeySize. by Abseil Team · 7 weeks ago
  62. 4a9a571 Rust wrapper for absl::Clock and absl::SimulatedClock by Vishnu Poddar · 7 weeks ago
  63. 2b33d7c Instead of using bit rotate for CRC hashing, use multiplication by 3. by Evan Brown · 7 weeks ago
  64. d85c528 Create bounds check functions to improve observability of hardening check failures to monitoring. by Abseil Team · 7 weeks ago
  65. 4dc2be8 Inline absl_testing::status_internal::GetStatus by Abseil Team · 7 weeks ago
  66. f26b591 Fix a test failure with new version of LLVM TSan. by Evan Brown · 7 weeks ago
  67. c8bebb9 Change MaxValidSize computation to take into account the limitation of unique keys based on key size and add compile-time assumptions that size/capacity are valid. by Evan Brown · 7 weeks ago
  68. 7db9293 Fix indentation by Abseil Team · 7 weeks ago
  69. 64c1b40 Avoid ADL calls with StatusIs() in absl/status/status_matchers.h by Abseil Team · 8 weeks ago
  70. a62029e Add absl::optional_ref<T> by Abseil Team · 8 weeks ago
  71. 5088cf5 Cleanup the uses of the polyfills absl::any, absl::optional, by Derek Mauro · 8 weeks ago
  72. 90633b5 Fix comment about releaser's operators in MakeCordFromExternal. by Abseil Team · 8 weeks ago
  73. 6f0c4e7 CMake: Add TESTONLY flag to heterogeneous_lookup_testing by Corentin Le Molgat · 8 weeks ago
  74. 43a9414 Add FAQ entries about hash tables and sanitizers by Derek Mauro · 8 weeks ago
  75. b4de535 Update FAQ.md with bzlmod instructions, and fix some typos and awkward wording by Derek Mauro · 8 weeks ago
  76. 91e52dc Revert: Record insert misses in hashtable profiling. by Chris Kennelly · 8 weeks ago
  77. 6ec9964 Inline deprecated versions of absl::Base64Escape() and by Derek Mauro · 8 weeks ago
  78. 586a3fb Deprecate the versions of Base64Escape() and WebSafeBase64Escape() by Derek Mauro · 8 weeks ago
  79. 5ec376e Remove helper libraries for absl/extend by Abseil Team · 9 weeks ago
  80. 4da1361 Resolve the filename and build_id associated with an image only once. by Abseil Team · 9 weeks ago
  81. 351df81 Test that absl::ParseTime() rejects input with embedded NULs by Derek Mauro · 9 weeks ago
  82. 27a4262 Import of CCTZ from GitHub. by Abseil Team · 9 weeks ago
  83. 92b4141 Use crc32 with union and rotate in CombineRawImpl. by Evan Brown · 9 weeks ago
  84. 35e6a95 Delete the internal version of throw_delegate by Derek Mauro · 9 weeks ago
  85. 919b8f9 Check for overflow on every iteration in a loop inside of CUnescapeInternal() by Derek Mauro · 9 weeks ago
  86. af4f27f Construct {flat,node}_hash_{set,map} w/ from_range by Abseil Team · 9 weeks ago
  87. 7313246 Fix sign-extension issue in absl::HexStringToBytes() by Derek Mauro · 9 weeks ago
  88. b1b9c18 Remove ABSL_META_INTERNAL_STD_HASH_SFINAE_FRIENDLY_ guard by Abseil Team · 9 weeks ago
  89. 81839fc Open up the throw_delegate library to public usage by Derek Mauro · 9 weeks ago
  90. edeeb35 absl::Now(): Mention the possibility of injecting an absl::Clock by Derek Mauro · 10 weeks ago
  91. 1296124 Import of CCTZ from GitHub. by Derek Mauro · 10 weeks ago
  92. cb4ad96 Correctly define ABSL_UNREACHABLE when Abseil Hardened Fast is enabled by Abseil Team · 10 weeks ago
  93. 2f40498 Add comment explaining why assertion may fail. by Chris Kennelly · 10 weeks ago
  94. fc3eb05 Remove unused dependency in absl/types/optional.h by Abseil Team · 10 weeks ago
  95. bf24e8b Perform ValidateDownCast only in Abseil Hardened Extensive mode by Abseil Team · 10 weeks ago
  96. 0e2e1ba Remove unused dependency in absl/types/optional.h by Abseil Team · 10 weeks ago
  97. 742e99c Specialize long strings hash for ARM to benefit from AES instruction differences. by Vitaly Goldshteyn · 10 weeks ago
  98. f4fdd8d Add --define="absl=1" to the Bazel build commands in CI by Abseil Team · 10 weeks ago
  99. cd765c9 Upgrade CI to Bazel 9.0.0 by Derek Mauro · 10 weeks ago
  100. 1ad4d33 Upgrade CI to XCode 26.2 by Derek Mauro · 10 weeks ago