1. e72b94a Make absl_testing::StatusIs() print the status code as a string by Abseil Team · 11 hours ago master
  2. 6015232 Mark absl::FastTypeId final to prevent subclassing by Derek Mauro · 2 days ago
  3. 267879b Import of CCTZ from GitHub. by Abseil Team · 2 days ago
  4. 3b777f6 Import of CCTZ from GitHub. by Abseil Team · 3 days ago
  5. 1d37147 Fix ambiguous call to EncodeVarint() by Derek Mauro · 4 days ago
  6. ab54e73 Use reserve() to grow in STLStringResizeUninitializedAmortized() by Derek Mauro · 5 days ago
  7. ea40a52 Disable failing tests on ChromiumOS configurations. by Abseil Team · 5 days ago
  8. 443adb7 Use reserve() to grow in absl::string_internal::StringAppendAndOverwrite() by Derek Mauro · 6 days ago
  9. db50e84 `AbseilDll.cmake`: sort list of files alphabetically by Dino Radakovic · 6 days ago
  10. 8836ff0 Mitigate raw_hash_set_test failures with new llvm version. by Evan Brown · 8 days ago
  11. d929c60 Clean up stray TODO by Mike Kruskal · 8 days ago
  12. 9fb0ebc Update visibility. by Chris Kennelly · 8 days ago
  13. dee6c62 Remove unused include of resize_uninitialized.h by Derek Mauro · 9 days ago
  14. 1ccf9ee Update the description of hexadecimal digits to include lowercase letters {a-f}. by Vitaly Goldshteyn · 10 days ago
  15. 45c8989 Add a visibility placeholder to Abseil for Gloop. by Mike Kruskal · 10 days ago
  16. b6808e6 Remove stack trace fixup code from Abseil by Abseil Team · 10 days ago
  17. 296234c Add absl::make_unique_for_overwrite by Jesse Rosenstock · 10 days ago
  18. 4c67257 Use size_t for literal in MaxValidSizeForKeySize. by Abseil Team · 10 days ago
  19. 4a9a571 Rust wrapper for absl::Clock and absl::SimulatedClock by Vishnu Poddar · 10 days ago
  20. 2b33d7c Instead of using bit rotate for CRC hashing, use multiplication by 3. by Evan Brown · 11 days ago
  21. d85c528 Create bounds check functions to improve observability of hardening check failures to monitoring. by Abseil Team · 11 days ago
  22. 4dc2be8 Inline absl_testing::status_internal::GetStatus by Abseil Team · 11 days ago
  23. f26b591 Fix a test failure with new version of LLVM TSan. by Evan Brown · 11 days ago
  24. 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 · 12 days ago
  25. 7db9293 Fix indentation by Abseil Team · 12 days ago
  26. 64c1b40 Avoid ADL calls with StatusIs() in absl/status/status_matchers.h by Abseil Team · 2 weeks ago
  27. a62029e Add absl::optional_ref<T> by Abseil Team · 2 weeks ago
  28. 5088cf5 Cleanup the uses of the polyfills absl::any, absl::optional, by Derek Mauro · 2 weeks ago
  29. 90633b5 Fix comment about releaser's operators in MakeCordFromExternal. by Abseil Team · 2 weeks ago
  30. 6f0c4e7 CMake: Add TESTONLY flag to heterogeneous_lookup_testing by Corentin Le Molgat · 2 weeks ago
  31. 43a9414 Add FAQ entries about hash tables and sanitizers by Derek Mauro · 2 weeks ago
  32. b4de535 Update FAQ.md with bzlmod instructions, and fix some typos and awkward wording by Derek Mauro · 2 weeks ago
  33. 91e52dc Revert: Record insert misses in hashtable profiling. by Chris Kennelly · 3 weeks ago
  34. 6ec9964 Inline deprecated versions of absl::Base64Escape() and by Derek Mauro · 3 weeks ago
  35. 586a3fb Deprecate the versions of Base64Escape() and WebSafeBase64Escape() by Derek Mauro · 3 weeks ago
  36. 5ec376e Remove helper libraries for absl/extend by Abseil Team · 3 weeks ago
  37. 4da1361 Resolve the filename and build_id associated with an image only once. by Abseil Team · 3 weeks ago
  38. 351df81 Test that absl::ParseTime() rejects input with embedded NULs by Derek Mauro · 3 weeks ago
  39. 27a4262 Import of CCTZ from GitHub. by Abseil Team · 3 weeks ago
  40. 92b4141 Use crc32 with union and rotate in CombineRawImpl. by Evan Brown · 4 weeks ago
  41. 35e6a95 Delete the internal version of throw_delegate by Derek Mauro · 4 weeks ago
  42. 919b8f9 Check for overflow on every iteration in a loop inside of CUnescapeInternal() by Derek Mauro · 4 weeks ago
  43. af4f27f Construct {flat,node}_hash_{set,map} w/ from_range by Abseil Team · 4 weeks ago
  44. 7313246 Fix sign-extension issue in absl::HexStringToBytes() by Derek Mauro · 4 weeks ago
  45. b1b9c18 Remove ABSL_META_INTERNAL_STD_HASH_SFINAE_FRIENDLY_ guard by Abseil Team · 4 weeks ago
  46. 81839fc Open up the throw_delegate library to public usage by Derek Mauro · 4 weeks ago
  47. edeeb35 absl::Now(): Mention the possibility of injecting an absl::Clock by Derek Mauro · 4 weeks ago
  48. 1296124 Import of CCTZ from GitHub. by Derek Mauro · 4 weeks ago
  49. cb4ad96 Correctly define ABSL_UNREACHABLE when Abseil Hardened Fast is enabled by Abseil Team · 4 weeks ago
  50. 2f40498 Add comment explaining why assertion may fail. by Chris Kennelly · 4 weeks ago
  51. fc3eb05 Remove unused dependency in absl/types/optional.h by Abseil Team · 4 weeks ago
  52. bf24e8b Perform ValidateDownCast only in Abseil Hardened Extensive mode by Abseil Team · 4 weeks ago
  53. 0e2e1ba Remove unused dependency in absl/types/optional.h by Abseil Team · 4 weeks ago
  54. 742e99c Specialize long strings hash for ARM to benefit from AES instruction differences. by Vitaly Goldshteyn · 4 weeks ago
  55. f4fdd8d Add --define="absl=1" to the Bazel build commands in CI by Abseil Team · 4 weeks ago
  56. cd765c9 Upgrade CI to Bazel 9.0.0 by Derek Mauro · 4 weeks ago
  57. 1ad4d33 Upgrade CI to XCode 26.2 by Derek Mauro · 4 weeks ago
  58. 7a992d5 Specialize `Mix4x16Vectors` for ARM to benefit from direct instructions. by Vitaly Goldshteyn · 4 weeks ago
  59. 045a92b Update Abseil CI by Derek Mauro · 5 weeks ago
  60. 62701e8 Avoid -Wsign-conversion in extend/internal/reflection.cc by Abseil Team · 5 weeks ago
  61. 49cd3c7 Minor formatting change by Derek Mauro · 5 weeks ago
  62. 0e5031d Add helper libraries for absl/extend by Abseil Team · 5 weeks ago
  63. b2f60a1 Undo add helper libraries for absl/extend by Abseil Team · 5 weeks ago
  64. bf4988f Add helper libraries for absl/extend by Abseil Team · 5 weeks ago
  65. 0783add AES based hash function for long strings >32 bytes on ARM CPUs. by Vitaly Goldshteyn · 5 weeks ago
  66. 1fdbcb5 Add absl::Clock, an abstract interface that interface allows by Derek Mauro · 5 weeks ago
  67. 0437a6d Fix ODR violation in `absl/functional/bind_front.h` by Abseil Team · 6 weeks ago
  68. e56fcf4 Removing template workaround as the ::benchmark::internal::Benchmark type has now been made non-internal. by Abseil Team · 6 weeks ago
  69. dd3cb9e PR #1993: Disable leak sanitizer on clang/windows by Gaetano · 6 weeks ago
  70. 889ddc9 Ensure `absl/base/casts.h` usage of `typeid` is well-formed by Abseil Team · 7 weeks ago
  71. 569ff20 Cleanup duplicated bit-rotation code by Derek Mauro · 7 weeks ago
  72. ae164c5 Ensure `__cpp_lib_bit_cast` is defined when available by including `<version>` by Abseil Team · 7 weeks ago
  73. 28e6a79 Make absl::Condition work with C++23 deducing-this by Abseil Team · 7 weeks ago
  74. eef1a08 Update `absl::Span` and `std::span` differences comment by Abseil Team · 7 weeks ago
  75. 5b086d7 Restrict MSVC CRC32 intrinsics to x64. by Vitaly Goldshteyn · 7 weeks ago
  76. fa3783e Reimplement STLStringResizeUninitializedAmortized() using by Derek Mauro · 8 weeks ago
  77. 6e0a316 Update *SymbolizeURL APIs to add crash_pc parameter. by Abseil Team · 8 weeks ago
  78. 83b229a Refactor GroupSse2Impl to improve codegen for hashtable lookups on x86_64. by Evan Brown · 8 weeks ago
  79. e8e23f7 Avoid reentrancy in hashtable profiling during profile generation. by Chris Kennelly · 8 weeks ago
  80. 26e36bb Use EXPECT_DEATH_IF_SUPPORTED instead of EXPECT_DEATH. by Abseil Team · 8 weeks ago
  81. 4426395 Fix typo in requires.h by Derek Mauro · 8 weeks ago
  82. 6715d82 Update includes in Damerau-Levenshtein distance implementation. by Abseil Team · 8 weeks ago
  83. 17f673b Add absl_nonnull annotations to absl::CommandLineFlag by Laramie Leavitt · 8 weeks ago
  84. 124d5e2 Moves ABSL_REQUIRE_EXPLICIT_INIT macro in file. by Abseil Team · 8 weeks ago
  85. a3bf78f Fix self-move handling in absl::linked_hash_{set|map} by Derek Mauro · 8 weeks ago
  86. d9d76ba Fix unused variable warning in GCC7 by Derek Mauro · 8 weeks ago
  87. 237c42c Convert FastTypeIdType from an alias to a struct. by Laramie Leavitt · 8 weeks ago
  88. 6d8e1a5 Mark legacy Mutex methods and MutexLock pointer constructors as deprecated by Derek Mauro · 8 weeks ago
  89. 685995b `cleanup`: specify that it's safe to use the class in a signal handler. by Aaron Jacobs · 8 weeks ago
  90. 37147f5 Suppress bugprone-use-after-move in benign cases by Abseil Team · 8 weeks ago
  91. 9391635 StrFormat: format scientific notation without heap allocation by Abseil Team · 9 weeks ago
  92. bbb342c Introduce a legacy copy of GetDebugStackTraceHook API. by Abseil Team · 9 weeks ago
  93. 6bd8e2b Report 1ns instead of 0ns for probe_benchmarks. Some tools incorrectly assume that benchmark was not run if 0ns reported. by Vitaly Goldshteyn · 9 weeks ago
  94. 7599e36 Add absl::chunked_queue by Derek Mauro · 9 weeks ago
  95. 60b607b `CRC32` version of `CombineContiguous` for length <= 32. by Vitaly Goldshteyn · 9 weeks ago
  96. 7b40ebf Add `absl::down_cast` by Abseil Team · 10 weeks ago
  97. f788bc3 Fix FixedArray iterator constructor, which should require by Derek Mauro · 10 weeks ago
  98. 647ed70 Add a latency benchmark for hashing a pair of integers. by Evan Brown · 10 weeks ago
  99. 2d4a5a8 Delete absl::strings_internal::STLStringReserveAmortized() by Derek Mauro · 10 weeks ago
  100. a529ebc As IsAtLeastInputIterator helper by Derek Mauro · 10 weeks ago