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