1. c1e1b47 Use __builtin_ctzg and __builtin_clzg in the implementations of by Derek Mauro · 2 days ago master
  2. 7e149e4 Remove the forked absl::Status matchers implementation in statusor_test by Derek Mauro · 2 days ago
  3. d9f501e Add comment hack to fix copybara reversibility by Derek Mauro · 3 days ago
  4. cba31a9 Add GoogleTest matchers for absl::Status by Zie Weaver · 3 days ago
  5. d94c7ae [random] LogUniform: Document as a discrete distribution by Abseil Team · 4 days ago
  6. 0941ce7 Enable Cord tests with Crc. by Fergus Henderson · 6 days ago
  7. f638e34 Fix order of qualifiers in `absl::AnyInvocable` documentation. by Abseil Team · 9 days ago
  8. d3b1c7b Guard against null pointer dereference in DumpNode. by Fergus Henderson · 10 days ago
  9. 8a3ae1b Apply ABSL_MUST_USE_RESULT to try lock functions. by Chris Kennelly · 10 days ago
  10. 08b21bd Add public aliases for default hash/eq types in hash-based containers by Dennis Kormalev · 11 days ago
  11. b0160ba Import of CCTZ from GitHub. by Abseil Team · 11 days ago
  12. b65852f Remove the hand-rolled CordLeaker and replace with absl::NoDestructor by Derek Mauro · 11 days ago
  13. c3b4f29 `convert_test`: Delete obsolete `skip_verify` parameter in test helper by Dino Radakovic · 11 days ago
  14. e022c80 overload: allow using the underlying type with CTAD directly. by Aaron Jacobs · 12 days ago
  15. 564372f PR #1653: Remove unnecessary casts when calling CRC32_u64 by Pavel P · 2 weeks ago
  16. 0908376 PR #1652: Avoid C++23 deprecation warnings from float_denorm_style by Pavel P · 2 weeks ago
  17. b85096e Minor cleanup for `absl::Cord` by Abseil Team · 2 weeks ago
  18. 7efc308 PR #1651: Implement ABSL_INTERNAL_DISABLE_DEPRECATED_DECLARATION_WARNING for MSVC compiler by Pavel P · 2 weeks ago
  19. 192e959 Add `operator<=>` support to `absl::int128` and `absl::uint128` by Benjamin Barenblat · 2 weeks ago
  20. 9a61b00 [absl] Re-use the existing `std::type_identity` backfill instead of redefining it again by Lawrence Wolf-Sonkin · 2 weeks ago
  21. 6645f31 Add `absl::AppendCordToString` by Abseil Team · 3 weeks ago
  22. 4eb6f62 `str_format/convert_test`: Delete workaround for [glibc bug](https://sourceware.org/bugzilla/show_bug.cgi?id=22142) by Dino Radakovic · 3 weeks ago
  23. fa57bfc `absl/log/internal`: Document conditional ABSL_ATTRIBUTE_UNUSED, add C++17 TODO by Dino Radakovic · 3 weeks ago
  24. e304ff5 `log/internal/check_op`: Add ABSL_ATTRIBUTE_UNUSED to CHECK macros when STRIP_LOG is enabled by Dino Radakovic · 3 weeks ago
  25. 8541930 log_benchmark: Add VLOG_IS_ON benchmark by Abseil Team · 3 weeks ago
  26. 8f9e5f0 Restore string_view detection check by Abseil Team · 4 weeks ago
  27. 6c39827 Remove an unnecessary ABSL_ATTRIBUTE_UNUSED from a logging macro by Derek Mauro · 4 weeks ago
  28. b8f2b2c In example code, add missing template parameter. by Abseil Team · 4 weeks ago
  29. 61e47a4 Optimize crc32 V128_From2x64 on Arm by Connal de Souza · 4 weeks ago
  30. 1ec4a27 Annotate that Mutex should warn when unused. by Chris Kennelly · 4 weeks ago
  31. b59913e Add ABSL_ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten/TryFlat by Abseil Team · 4 weeks ago
  32. 377de9d Deprecate `absl::exchange`, `absl::forward` and `absl::move`, which by Derek Mauro · 5 weeks ago
  33. d5e4260 Temporarily revert dangling std::string_view detection until dependent is fixed by Abseil Team · 5 weeks ago
  34. 643c7ba Use _decimal_ literals for the CivilDay example. by Devin Jeanpierre · 5 weeks ago
  35. fbd5fa1 Fix bug in BM_EraseIf. by Vitaly Goldshteyn · 5 weeks ago
  36. 5953a48 Add internal traits to absl::string_view for lifetimebound detection by Abseil Team · 5 weeks ago
  37. d1dd9cd Add internal traits to absl::StatusOr for lifetimebound detection by Abseil Team · 5 weeks ago
  38. c02bb5f Add internal traits to absl::Span for lifetimebound detection by Abseil Team · 5 weeks ago
  39. f522767 Add missing dependency for log test build target by Abseil Team · 5 weeks ago
  40. 8a31d4a Add internal traits for lifetimebound detection by Abseil Team · 5 weeks ago
  41. 770d078 Use local decoding buffer in HexStringToBytes by Abseil Team · 5 weeks ago
  42. 00f8c39 Only check if the frame pointer is inside a signal stack with known bounds by Abseil Team · 5 weeks ago
  43. 160d390 Roll forward: enable small object optimization in swisstable. by Evan Brown · 5 weeks ago
  44. c0f104b Optimize LowLevelHash by breaking dependency between final loads and previous len/ptr updates. by Connal de Souza · 5 weeks ago
  45. c5d722b Fix the wrong link. by Abseil Team · 6 weeks ago
  46. 41136ed Optimize InsertMiss for tables without kDeleted slots. by Vitaly Goldshteyn · 6 weeks ago
  47. 52715db Use GrowthInfo without applying any optimizations based on it. by Vitaly Goldshteyn · 6 weeks ago
  48. ff0a0f2 Disable small object optimization while debugging some failing tests. by Evan Brown · 6 weeks ago
  49. 18018aa Adjust conditonal compilation in non_temporal_memcpy.h by Abseil Team · 6 weeks ago
  50. a1ced69 Reformat log/internal/BUILD by Abseil Team · 6 weeks ago
  51. e8b549b Remove deprecated errno constants from the absl::Status mapping by Derek Mauro · 6 weeks ago
  52. b70ad84 Introduce GrowthInfo with tests, but without usage. by Vitaly Goldshteyn · 6 weeks ago
  53. 1ccc2eb Enable small object optimization in swisstable. by Evan Brown · 6 weeks ago
  54. 6f0c500 Refactor the GCC unintialized memory warning suppression in raw_hash_set.h. by Evan Brown · 6 weeks ago
  55. 68ce303 Respect `NDEBUG_SANITIZER` by Abseil Team · 6 weeks ago
  56. e7858c7 Revert integer-to-string conversion optimizations pending more thorough analysis by Abseil Team · 6 weeks ago
  57. 86f3019 Fix a bug in `Cord::{Append,Prepend}(CordBuffer)`: call by Marcin Kowalczyk · 6 weeks ago
  58. ad5499a Add `BM_EraseIf` benchmark. by Vitaly Goldshteyn · 6 weeks ago
  59. 48abb9f Record sizeof(key_type), sizeof(value_type) in hashtable profiles. by Chris Kennelly · 6 weeks ago
  60. 06e1190 Fix ClangTidy warnings in btree.h. by Evan Brown · 6 weeks ago
  61. c2cf2d3 LSC: Move expensive variables on their last use to avoid copies. by Abseil Team · 6 weeks ago
  62. 7335a36 PR #1644: unscaledcycleclock: remove RISC-V support by aurel32 · 6 weeks ago
  63. 9a9502b Reland: Make DLOG(FATAL) not understood as [[noreturn]] by Peter Boström · 6 weeks ago
  64. 76f8011 Separate out absl::StatusOr constraints into statusor_internal.h by Abseil Team · 6 weeks ago
  65. 5036f0b Use Layout::WithStaticSizes in btree. by Evan Brown · 6 weeks ago
  66. 1cd7128 `layout`: Delete outdated comments about ElementType alias not being used because of MSVC by Dino Radakovic · 6 weeks ago
  67. e4c00cc Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower() by Abseil Team · 7 weeks ago
  68. 85166c9 `layout_benchmark`: Replace leftover comment with intended call to MyAlign by Dino Radakovic · 7 weeks ago
  69. 4213346 Remove absl::aligned_storage_t by Derek Mauro · 7 weeks ago
  70. 4024afb Delete ABSL_ANNOTATE_MEMORY_IS_INITIALIZED under Thread Sanitizer by Abseil Team · 7 weeks ago
  71. 8fe6b42 Remove vestigial variables in the DumpNode() helper in absl::Cord by Derek Mauro · 7 weeks ago
  72. 1980d7b Do hashtablez sampling on the first insertion into an empty SOO hashtable. by Evan Brown · 7 weeks ago
  73. 43c36ff Add explicit #include directives for <tuple>, "absl/base/config.h", and "absl/strings/string_view.h". by Abseil Team · 7 weeks ago
  74. fa6a3cd Add a note about the cost of `VLOG` in non-debug builds. by Abseil Team · 7 weeks ago
  75. a41e016 Fix flaky test failures on MSVC. by Evan Brown · 7 weeks ago
  76. d53b1e6 Add template keyword to example comment for Layout::WithStaticSizes. by Evan Brown · 7 weeks ago
  77. c1d4e4b PR #1643: add xcprivacy to all subspecs by Hannah Shi · 7 weeks ago
  78. 50a8867 Record sampling stride in cord profiling to facilitate unsampling. by Chris Kennelly · 7 weeks ago
  79. 5e61a28 Fix a typo in a comment. by Evan Brown · 7 weeks ago
  80. 4539c54 [log] Correct SetVLOGLevel to SetVLogLevel in comments by Abseil Team · 7 weeks ago
  81. 5839a14 Add a feature to container_internal::Layout that lets you specify some array sizes at compile-time as template parameters. This can make offset and size calculations faster. by Abseil Team · 7 weeks ago
  82. 56d3f22 `layout`: Mark parameter of Slices with ABSL_ATTRIBUTE_UNUSED, remove old workaround by Dino Radakovic · 7 weeks ago
  83. 153186b `layout`: Use auto return type for functions that explicitly instantiate std::tuple in return statements by Dino Radakovic · 7 weeks ago
  84. 16e2195 Remove redundant semicolons introduced by macros by Abseil Team · 7 weeks ago
  85. d0d902e [log] Make :vlog_is_on/:absl_vlog_is_on public in BUILD.bazel by Abseil Team · 7 weeks ago
  86. 74df697 Add additional checks for size_t overflows by Derek Mauro · 7 weeks ago
  87. 2f05910 Replace //visibility:private with :__pkg__ for certain targets by Abseil Team · 8 weeks ago
  88. 1c233c5 PR #1603: Disable -Wnon-virtual-dtor warning for CommandLineFlag implementations by Adam Gajda · 8 weeks ago
  89. 2a7d0da Add several missing includes in crc/internal by Abseil Team · 8 weeks ago
  90. c6ed744 Roll back extern template instatiations in swisstable due to binary size increases in shared libraries. by Evan Brown · 8 weeks ago
  91. e4b07ec Add nodiscard to SpinLockHolder. by Chris Kennelly · 8 weeks ago
  92. 321addf Test that rehash(0) reduces capacity to minimum. by Vitaly Goldshteyn · 8 weeks ago
  93. 0385612 Add extern templates for common swisstable types. by Evan Brown · 8 weeks ago
  94. 3c1f9be Disable ubsan for benign unaligned access in crc_memcpy by Abseil Team · 8 weeks ago
  95. 686aae1 Make swisstable SOO support GDB pretty printing and still compile in OSS. by Evan Brown · 8 weeks ago
  96. 5e54c9d Fix OSX support with CocoaPods and Xcode 15 by Abseil Team · 8 weeks ago
  97. bb83ace Fix GCC7 C++17 build by Derek Mauro · 8 weeks ago
  98. 28e4000 Use UnixEpoch and ZeroDuration by Abseil Team · 8 weeks ago
  99. 6cd8cf0 Make flaky failures much less likely in BasicMocking.MocksNotTriggeredForIncorrectTypes test. by Evan Brown · 8 weeks ago
  100. e20285c Delete a stray comment by Abseil Team · 8 weeks ago