1. 5d365d3 absl/strings: Prepare helper for printing objects to string representations. by Chris Kennelly · 3 days ago master
  2. 1037021 Use SimpleAtob() for parsing bool flags by Derek Mauro · 3 days ago
  3. de9ab52 No-op changes to relative timeout support code. by Derek Mauro · 3 days ago
  4. a8960c0 Adjust visibility of heterogeneous_lookup_testing.h by Derek Mauro · 6 days ago
  5. 746ae76 Remove -DUNORDERED_SET_CXX17 since the macro no longer exists by Derek Mauro · 6 days ago
  6. 6c846a3 [log] Prepare helper for streaming container contents to strings. by Chris Kennelly · 6 days ago
  7. 885e4ff Restrict the visibility of some internal testing utilities by Derek Mauro · 6 days ago
  8. 630e92d Add absl::linked_hash_set and absl::linked_hash_map by Derek Mauro · 6 days ago
  9. ab8fec8 [meta] Add constexpr testing helper. by Chris Kennelly · 7 days ago
  10. 641721e BUILD file reformatting. by Chris Kennelly · 7 days ago
  11. 03ea849 `absl/meta`: Add C++17 port of C++20 `requires` expression for internal use by Chris Kennelly · 7 days ago
  12. 9ebd93a Remove the implementation of `absl::string_view`, which was only needed by Derek Mauro · 8 days ago
  13. d2dd9b9 No public description by Abseil Team · 9 days ago
  14. 1794717 absl::flags: Stop echoing file content in flagfile parsing errors by Abseil Team · 9 days ago
  15. 4ab5394 Refactor the declaration of `raw_hash_set`/`btree` to omit default template parameters from the subclasses. by Samuel Benzaquen · 10 days ago
  16. fa7bc39 Import of CCTZ from GitHub. by Abseil Team · 13 days ago
  17. b9a26fe Add ABSL_ATTRIBUTE_LIFETIME_BOUND to Flag help generator by Abseil Team · 2 weeks ago
  18. ba9fa8c Correct `Mix4x16Vectors` comment. by Vitaly Goldshteyn · 2 weeks ago
  19. 4bd9ee2 Special implementation for string hash with sizes greater than 64. by Vitaly Goldshteyn · 2 weeks ago
  20. 5b1e199 Reorder function parameters so that hash state is the first argument. by Evan Brown · 2 weeks ago
  21. 88c4823 Search more aggressively for open slots in absl::internal_stacktrace::BorrowedFixupBuffer by Abseil Team · 2 weeks ago
  22. f17f907 Implement SpinLockHolder in terms of std::lock_guard. by Chris Kennelly · 2 weeks ago
  23. 5614692 No public description by Abseil Team · 3 weeks ago
  24. 6baba4d Avoid discarding test matchers. by Chris Kennelly · 3 weeks ago
  25. b653693 Import of CCTZ from GitHub. by Abseil Team · 3 weeks ago
  26. 0cc960e Automated rollback of commit 9f40d6d6f3cfc1fb0325dd8637eb65f8299a4b00. by Abseil Team · 4 weeks ago
  27. 9f40d6d Enable clang-specific warnings on the clang-cl build by Abseil Team · 4 weeks ago
  28. b20370e Enable clang-specific warnings on the clang-cl build by Derek Mauro · 4 weeks ago
  29. e32d1eb Make AnyInvocable remember more information by Abseil Team · 4 weeks ago
  30. 18bd00a Add further diagnostics under clang for string_view(nullptr) by Derek Mauro · 4 weeks ago
  31. 9d35bf5 Import of CCTZ from GitHub. by Abseil Team · 4 weeks ago
  32. b9baf19 Document the differing trimming behavior of absl::Span::subspan() and std::span::subspan() by Derek Mauro · 4 weeks ago
  33. f33b7c0 Special implementation for string hash with sizes in range [33, 64]. by Vitaly Goldshteyn · 4 weeks ago
  34. 69e7e0a Add the deleted string_view(std::nullptr_t) constructor from C++23 by Derek Mauro · 5 weeks ago
  35. 8036cae CI: Use a cached copy of GoogleTest in CMake builds if possible by Derek Mauro · 5 weeks ago
  36. 8cd0e44 CI: Enable libc++ hardening in the ASAN build for even more checks by Derek Mauro · 5 weeks ago
  37. 482a974 Call the common case of AllocateBackingArray directly instead of through the function pointer. by Evan Brown · 5 weeks ago
  38. 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 · 5 weeks ago
  39. 872cb63 base: Discourage use of ABSL_ATTRIBUTE_PACKED by Jesse Rosenstock · 5 weeks ago
  40. 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 · 5 weeks ago
  41. 31ef391 Import of CCTZ from GitHub. by Derek Mauro · 5 weeks ago
  42. 48bf10f Record insert misses in hashtable profiling. by Chris Kennelly · 5 weeks ago
  43. c81100b Add absl::StatusCodeToStringView. by Abseil Team · 5 weeks ago
  44. 01178c5 Add a missing dependency on str_format that was being pulled in transitively by Derek Mauro · 5 weeks ago
  45. 4efcd35 Pico-optimize `SkipWhitespace` to use `StripLeadingAsciiWhitespace`. by Abseil Team · 6 weeks ago
  46. f751e61 absl::string_view: Upgrade the debug assert on the single argument by Derek Mauro · 6 weeks ago
  47. 03cc841 Use non-stack storage for stack trace buffers by Abseil Team · 6 weeks ago
  48. e6a6acd Fixed incorrect include for ABSL_NAMESPACE_BEGIN by Abseil Team · 6 weeks ago
  49. 9abb0b5 Add ABSL_REFACTOR_INLINE to separate the inliner directive from the by Derek Mauro · 6 weeks ago
  50. c70fe97 Reduce stack usage when unwinding without fixups by Abseil Team · 6 weeks ago
  51. 29d24c5 Reduce stack usage when unwinding from 170 to 128 on x64 by Abseil Team · 6 weeks ago
  52. ff43958 Rename RecordInsert -> RecordInsertMiss. by Chris Kennelly · 7 weeks ago
  53. 0f89191 PR #1968: Use std::move_backward within InlinedVector's Storage::Insert by Mark Rowe · 7 weeks ago
  54. d6f4577 Use the new absl::StringResizeAndOverwrite() in CUnescape() by Derek Mauro · 7 weeks ago
  55. f328eff Explicitly instantiate common `raw_hash_set` backing array functions. by Vitaly Goldshteyn · 7 weeks ago
  56. 5bd1257 Rollback reduction of maximum load factor. Now it is back to 28/32. by Vitaly Goldshteyn · 7 weeks ago
  57. 18ac608 Export Mutex::Dtor from shared libraries in NDEBUG mode by Abseil Team · 7 weeks ago
  58. 6d94b2c Allow `IsOkAndHolds` to rely on duck typing for matching `StatusOr` like types by Zie Weaver · 7 weeks ago
  59. 7374f9b Fix typo in macro and add missing static_cast for WASM builds. by Abseil Team · 7 weeks ago
  60. d1ddbf4 windows(cmake): add abseil_test_dll to target link libraries when required by Corentin Le Molgat · 7 weeks ago
  61. cd62ba5 Handle empty strings in `SimpleAtof` after stripping whitespace by Abseil Team · 7 weeks ago
  62. b13bf1d Avoid using a thread_local in an inline function since this by Derek Mauro · 7 weeks ago
  63. 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 · 8 weeks ago
  64. 6c5a175 Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes. by Abseil Team · 8 weeks ago
  65. ed0efc0 Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes. by Connal de Souza · 8 weeks ago
  66. f43bcc0 Fixes for String{Resize|Append}AndOverwrite by Derek Mauro · 8 weeks ago
  67. 01a4ea7 Correct the supported features of Status Matchers by Zie Weaver · 8 weeks ago
  68. aed1a5e absl/time: Use "memory order acquire" for loads, which would allow for the safe removal of the data memory barrier. by Abseil Team · 8 weeks ago
  69. 9a2624f Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Derek Mauro · 8 weeks ago
  70. f81f1b1 Add an internal-only helper StringAppendAndOverwrite() similar to by Derek Mauro · 8 weeks ago
  71. 2487de0 Release `ABSL_EXPECT_OK` and `ABSL_ASSERT_OK`. by Zie Weaver · 8 weeks ago
  72. f0a9967 Fix the CHECK_XX family of macros to not print `char*` arguments as C-strings if the comparison happened as pointers. by Samuel Benzaquen · 8 weeks ago
  73. b8c46fe Rollback StringAppendAndOverwrite() - the problem is that by Derek Mauro · 8 weeks ago
  74. d3c55ba Add an internal-only helper StringAppendAndOverwrite() similar to by Derek Mauro · 8 weeks ago
  75. 1a25916 PR #1961: Fix Clang warnings on powerpc by Milad Fa · 9 weeks ago
  76. d71fcd1 Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Abseil Team · 9 weeks ago
  77. 09c29fe Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Derek Mauro · 9 weeks ago
  78. 4099f74 macOS CI: Move the Bazel vendor_dir to ${HOME} to workaround a Bazel issue by Derek Mauro · 9 weeks ago
  79. ee47800 Use __msan_check_mem_is_initialized for detailed MSan report by Abseil Team · 9 weeks ago
  80. f40a1cc Optimize stack unwinding by reducing `AddressIsReadable` calls. by Abseil Team · 9 weeks ago
  81. 6cdb3d1 Add internal API to allow bypassing stack trace fixups when needed by Abseil Team · 9 weeks ago
  82. 04e19d0 absl::StrFormat: improve test coverage with scientific exponent test cases by Abseil Team · 9 weeks ago
  83. 215d8a0 Add throughput and latency benchmarks for `absl::ToDoubleXYZ` functions. by Shahriar Rouf · 9 weeks ago
  84. f807de0 CordzInfo: Use absl::NoDestructor to remove a global destructor. by Derek Mauro · 9 weeks ago
  85. 71c513c string_view: Enable std::view and std::borrowed_range by Jesse Rosenstock · 9 weeks ago
  86. 2f1be7b cleanup: s/logging_internal/log_internal/ig for consistency by Andy Getzendanner · 9 weeks ago
  87. 8faaaeb Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Abseil Team · 9 weeks ago
  88. c9ffd88 Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Derek Mauro · 9 weeks ago
  89. 1f659de Use the new absl::StringResizeAndOverwrite() in absl::AsciiStrTo{Lower|Upper} by Derek Mauro · 9 weeks ago
  90. 4dbcee4 Use the new absl::StringResizeAndOverwrite() in absl::StrJoin() by Derek Mauro · 9 weeks ago
  91. bda5c03 Use the new absl::StringResizeAndOverwrite() in absl::StrCat() by Derek Mauro · 9 weeks ago
  92. fdb6e72 string_view: Fix include order by Jesse Rosenstock · 9 weeks ago
  93. 0d9dff7 Don't pass nullptr as the 1st arg of `from_chars` by Abseil Team · 10 weeks ago
  94. ab4f684 absl/types: format code with clang-format. by Aaron Jacobs · 2 months ago
  95. d6c9f93 Validate absl::StringResizeAndOverwrite op has written bytes as expected. by Chris Kennelly · 2 months ago
  96. 6725fe3 Skip the ShortStringCollision test on WASM. by Evan Brown · 2 months ago
  97. ef1ae8e Rollback `absl/types`: format code with clang-format. by Abseil Team · 2 months ago
  98. 067246f Remove usage of the WasmOffsetConverter for Wasm / Emscripten stack-traces. by Tom Rybka · 2 months ago
  99. b6f7ac3 Use the new absl::StringResizeAndOverwrite() in absl::CordCopyToString() by Derek Mauro · 2 months ago
  100. 86372e7 Remove an undocumented behavior of --vmodule and absl::SetVLogLevel that could set a module_pattern to defer to the global vlog threshold. by Andy Getzendanner · 2 months ago