1. 0437a6d Fix ODR violation in `absl/functional/bind_front.h` by Abseil Team · 6 days ago master
  2. e56fcf4 Removing template workaround as the ::benchmark::internal::Benchmark type has now been made non-internal. by Abseil Team · 6 days ago
  3. dd3cb9e PR #1993: Disable leak sanitizer on clang/windows by Gaetano · 7 days ago
  4. 889ddc9 Ensure `absl/base/casts.h` usage of `typeid` is well-formed by Abseil Team · 12 days ago
  5. 569ff20 Cleanup duplicated bit-rotation code by Derek Mauro · 12 days ago
  6. ae164c5 Ensure `__cpp_lib_bit_cast` is defined when available by including `<version>` by Abseil Team · 12 days ago
  7. 28e6a79 Make absl::Condition work with C++23 deducing-this by Abseil Team · 12 days ago
  8. eef1a08 Update `absl::Span` and `std::span` differences comment by Abseil Team · 14 days ago
  9. 5b086d7 Restrict MSVC CRC32 intrinsics to x64. by Vitaly Goldshteyn · 14 days ago
  10. fa3783e Reimplement STLStringResizeUninitializedAmortized() using by Derek Mauro · 2 weeks ago
  11. 6e0a316 Update *SymbolizeURL APIs to add crash_pc parameter. by Abseil Team · 2 weeks ago
  12. 83b229a Refactor GroupSse2Impl to improve codegen for hashtable lookups on x86_64. by Evan Brown · 3 weeks ago
  13. e8e23f7 Avoid reentrancy in hashtable profiling during profile generation. by Chris Kennelly · 3 weeks ago
  14. 26e36bb Use EXPECT_DEATH_IF_SUPPORTED instead of EXPECT_DEATH. by Abseil Team · 3 weeks ago
  15. 4426395 Fix typo in requires.h by Derek Mauro · 3 weeks ago
  16. 6715d82 Update includes in Damerau-Levenshtein distance implementation. by Abseil Team · 3 weeks ago
  17. 17f673b Add absl_nonnull annotations to absl::CommandLineFlag by Laramie Leavitt · 3 weeks ago
  18. 124d5e2 Moves ABSL_REQUIRE_EXPLICIT_INIT macro in file. by Abseil Team · 3 weeks ago
  19. a3bf78f Fix self-move handling in absl::linked_hash_{set|map} by Derek Mauro · 3 weeks ago
  20. d9d76ba Fix unused variable warning in GCC7 by Derek Mauro · 3 weeks ago
  21. 237c42c Convert FastTypeIdType from an alias to a struct. by Laramie Leavitt · 3 weeks ago
  22. 6d8e1a5 Mark legacy Mutex methods and MutexLock pointer constructors as deprecated by Derek Mauro · 3 weeks ago
  23. 685995b `cleanup`: specify that it's safe to use the class in a signal handler. by Aaron Jacobs · 3 weeks ago
  24. 37147f5 Suppress bugprone-use-after-move in benign cases by Abseil Team · 3 weeks ago
  25. 9391635 StrFormat: format scientific notation without heap allocation by Abseil Team · 3 weeks ago
  26. bbb342c Introduce a legacy copy of GetDebugStackTraceHook API. by Abseil Team · 3 weeks ago
  27. 6bd8e2b Report 1ns instead of 0ns for probe_benchmarks. Some tools incorrectly assume that benchmark was not run if 0ns reported. by Vitaly Goldshteyn · 3 weeks ago
  28. 7599e36 Add absl::chunked_queue by Derek Mauro · 4 weeks ago
  29. 60b607b `CRC32` version of `CombineContiguous` for length <= 32. by Vitaly Goldshteyn · 4 weeks ago
  30. 7b40ebf Add `absl::down_cast` by Abseil Team · 4 weeks ago
  31. f788bc3 Fix FixedArray iterator constructor, which should require by Derek Mauro · 4 weeks ago
  32. 647ed70 Add a latency benchmark for hashing a pair of integers. by Evan Brown · 4 weeks ago
  33. 2d4a5a8 Delete absl::strings_internal::STLStringReserveAmortized() by Derek Mauro · 4 weeks ago
  34. a529ebc As IsAtLeastInputIterator helper by Derek Mauro · 4 weeks ago
  35. 87c5479 Use StringAppendAndOverwrite() in CEscapeAndAppendInternal() by Derek Mauro · 4 weeks ago
  36. 24a5eb0 Add support for absl::(u)int128 in FastIntToBuffer() by Abseil Team · 4 weeks ago
  37. 5d365d3 absl/strings: Prepare helper for printing objects to string representations. by Chris Kennelly · 5 weeks ago
  38. 1037021 Use SimpleAtob() for parsing bool flags by Derek Mauro · 5 weeks ago
  39. de9ab52 No-op changes to relative timeout support code. by Derek Mauro · 5 weeks ago
  40. a8960c0 Adjust visibility of heterogeneous_lookup_testing.h by Derek Mauro · 6 weeks ago
  41. 746ae76 Remove -DUNORDERED_SET_CXX17 since the macro no longer exists by Derek Mauro · 6 weeks ago
  42. 6c846a3 [log] Prepare helper for streaming container contents to strings. by Chris Kennelly · 6 weeks ago
  43. 885e4ff Restrict the visibility of some internal testing utilities by Derek Mauro · 6 weeks ago
  44. 630e92d Add absl::linked_hash_set and absl::linked_hash_map by Derek Mauro · 6 weeks ago
  45. ab8fec8 [meta] Add constexpr testing helper. by Chris Kennelly · 6 weeks ago
  46. 641721e BUILD file reformatting. by Chris Kennelly · 6 weeks ago
  47. 03ea849 `absl/meta`: Add C++17 port of C++20 `requires` expression for internal use by Chris Kennelly · 6 weeks ago
  48. 9ebd93a Remove the implementation of `absl::string_view`, which was only needed by Derek Mauro · 6 weeks ago
  49. d2dd9b9 No public description by Abseil Team · 6 weeks ago
  50. 1794717 absl::flags: Stop echoing file content in flagfile parsing errors by Abseil Team · 6 weeks ago
  51. 4ab5394 Refactor the declaration of `raw_hash_set`/`btree` to omit default template parameters from the subclasses. by Samuel Benzaquen · 6 weeks ago
  52. fa7bc39 Import of CCTZ from GitHub. by Abseil Team · 7 weeks ago
  53. b9a26fe Add ABSL_ATTRIBUTE_LIFETIME_BOUND to Flag help generator by Abseil Team · 7 weeks ago
  54. ba9fa8c Correct `Mix4x16Vectors` comment. by Vitaly Goldshteyn · 7 weeks ago
  55. 4bd9ee2 Special implementation for string hash with sizes greater than 64. by Vitaly Goldshteyn · 7 weeks ago
  56. 5b1e199 Reorder function parameters so that hash state is the first argument. by Evan Brown · 7 weeks ago
  57. 88c4823 Search more aggressively for open slots in absl::internal_stacktrace::BorrowedFixupBuffer by Abseil Team · 7 weeks ago
  58. f17f907 Implement SpinLockHolder in terms of std::lock_guard. by Chris Kennelly · 7 weeks ago
  59. 5614692 No public description by Abseil Team · 8 weeks ago
  60. 6baba4d Avoid discarding test matchers. by Chris Kennelly · 8 weeks ago
  61. b653693 Import of CCTZ from GitHub. by Abseil Team · 8 weeks ago
  62. 0cc960e Automated rollback of commit 9f40d6d6f3cfc1fb0325dd8637eb65f8299a4b00. by Abseil Team · 9 weeks ago
  63. 9f40d6d Enable clang-specific warnings on the clang-cl build by Abseil Team · 9 weeks ago
  64. b20370e Enable clang-specific warnings on the clang-cl build by Derek Mauro · 9 weeks ago
  65. e32d1eb Make AnyInvocable remember more information by Abseil Team · 9 weeks ago
  66. 18bd00a Add further diagnostics under clang for string_view(nullptr) by Derek Mauro · 9 weeks ago
  67. 9d35bf5 Import of CCTZ from GitHub. by Abseil Team · 9 weeks ago
  68. b9baf19 Document the differing trimming behavior of absl::Span::subspan() and std::span::subspan() by Derek Mauro · 9 weeks ago
  69. f33b7c0 Special implementation for string hash with sizes in range [33, 64]. by Vitaly Goldshteyn · 9 weeks ago
  70. 69e7e0a Add the deleted string_view(std::nullptr_t) constructor from C++23 by Derek Mauro · 10 weeks ago
  71. 8036cae CI: Use a cached copy of GoogleTest in CMake builds if possible by Derek Mauro · 10 weeks ago
  72. 8cd0e44 CI: Enable libc++ hardening in the ASAN build for even more checks by Derek Mauro · 10 weeks ago
  73. 482a974 Call the common case of AllocateBackingArray directly instead of through the function pointer. by Evan Brown · 10 weeks ago
  74. dd2ad43 Change AlignedType to have a void* array member so that swisstable backing arrays end up in the pointer-containing partition for heap partitioning. by Evan Brown · 10 weeks ago
  75. 872cb63 base: Discourage use of ABSL_ATTRIBUTE_PACKED by Jesse Rosenstock · 2 months ago
  76. a5e3599 Revert: Add an attribute to HashtablezInfo which performs a bitwise XOR on all hashes. The purposes of this attribute is to identify if identical hash tables are being created. If we see a large number of identical tables, it's likely the code can be improved by using a common table as opposed to keep rebuilding the same one. by Chris Kennelly · 2 months ago
  77. 31ef391 Import of CCTZ from GitHub. by Derek Mauro · 2 months ago
  78. 48bf10f Record insert misses in hashtable profiling. by Chris Kennelly · 2 months ago
  79. c81100b Add absl::StatusCodeToStringView. by Abseil Team · 2 months ago
  80. 01178c5 Add a missing dependency on str_format that was being pulled in transitively by Derek Mauro · 2 months ago
  81. 4efcd35 Pico-optimize `SkipWhitespace` to use `StripLeadingAsciiWhitespace`. by Abseil Team · 2 months ago
  82. f751e61 absl::string_view: Upgrade the debug assert on the single argument by Derek Mauro · 3 months ago
  83. 03cc841 Use non-stack storage for stack trace buffers by Abseil Team · 3 months ago
  84. e6a6acd Fixed incorrect include for ABSL_NAMESPACE_BEGIN by Abseil Team · 3 months ago
  85. 9abb0b5 Add ABSL_REFACTOR_INLINE to separate the inliner directive from the by Derek Mauro · 3 months ago
  86. c70fe97 Reduce stack usage when unwinding without fixups by Abseil Team · 3 months ago
  87. 29d24c5 Reduce stack usage when unwinding from 170 to 128 on x64 by Abseil Team · 3 months ago
  88. ff43958 Rename RecordInsert -> RecordInsertMiss. by Chris Kennelly · 3 months ago
  89. 0f89191 PR #1968: Use std::move_backward within InlinedVector's Storage::Insert by Mark Rowe · 3 months ago
  90. d6f4577 Use the new absl::StringResizeAndOverwrite() in CUnescape() by Derek Mauro · 3 months ago
  91. f328eff Explicitly instantiate common `raw_hash_set` backing array functions. by Vitaly Goldshteyn · 3 months ago
  92. 5bd1257 Rollback reduction of maximum load factor. Now it is back to 28/32. by Vitaly Goldshteyn · 3 months ago
  93. 18ac608 Export Mutex::Dtor from shared libraries in NDEBUG mode by Abseil Team · 3 months ago
  94. 6d94b2c Allow `IsOkAndHolds` to rely on duck typing for matching `StatusOr` like types by Zie Weaver · 3 months ago
  95. 7374f9b Fix typo in macro and add missing static_cast for WASM builds. by Abseil Team · 3 months ago
  96. d1ddbf4 windows(cmake): add abseil_test_dll to target link libraries when required by Corentin Le Molgat · 3 months ago
  97. cd62ba5 Handle empty strings in `SimpleAtof` after stripping whitespace by Abseil Team · 3 months ago
  98. b13bf1d Avoid using a thread_local in an inline function since this by Derek Mauro · 3 months ago
  99. 982f425 (Roll forward) Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes. by Connal de Souza · 3 months ago
  100. 6c5a175 Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes. by Abseil Team · 3 months ago