1. 971eada Decrease the precision of absl::Now in x86-64 debug builds by Fangrui Song · 1 year, 2 months ago
  2. 7339447 Optimize raw_hash_set destructor. by Abseil Team · 1 year, 2 months ago
  3. a3ee6ce Add ABSL_ATTRIBUTE_UNINITIALIZED macros for use with clang and GCC's `uninitialized` by Abseil Team · 1 year, 2 months ago
  4. 513a6f9 Optimize `Cord::Swap()` for missed compiler optimization in clang. by Martijn Vels · 1 year, 2 months ago
  5. 4c7e7c7 Type erased hash_slot_fn that depends only on key types (and hash function). by Abseil Team · 1 year, 2 months ago
  6. 780bfc1 Replace `testonly = 1` with `testonly = True` in abseil BUILD files. by Shahriar Rouf · 1 year, 2 months ago
  7. 2812af9 Avoid extra `& msbs` on every iteration over the mask for GroupPortableImpl. by Abseil Team · 1 year, 2 months ago
  8. 0aefaf7 Missing parenthesis. by Abseil Team · 1 year, 2 months ago
  9. c44dd5a Early return from destroy_slots for trivially destructible types in flat_hash_{*}. by Abseil Team · 1 year, 2 months ago
  10. 779a356 Avoid export of testonly target absl::test_allocator in CMake builds by Derek Mauro · 1 year, 2 months ago
  11. cbdbec0 Use absl::NoDestructor for cordz global queue. by Abseil Team · 1 year, 2 months ago
  12. 04af270 Add empty WORKSPACE.bzlmod by Derek Mauro · 1 year, 2 months ago
  13. d5eb503 Introduce `RawHashSetLayout` helper class. by Abseil Team · 1 year, 2 months ago
  14. 9a79278 Fix a corner case in SpyHashState for exact boundaries. by Matt Kulukundis · 1 year, 2 months ago
  15. 42624b3 Add nullability annotations by Dmitri Gribenko · 1 year, 2 months ago
  16. 27f15a0 Use absl::NoDestructor for global HashtablezSampler. by Abseil Team · 1 year, 2 months ago
  17. 6dda8e5 Always check if the new frame pointer is readable. by Abseil Team · 1 year, 2 months ago
  18. 4676ffa PR #1604: Add privacy manifest by Hannah Shi · 1 year, 2 months ago
  19. f7d2b13 Remove code pieces for no longer supported GCC versions. by Abseil Team · 1 year, 2 months ago
  20. b21b489 Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source builds by Derek Mauro · 1 year, 2 months ago
  21. 2be6770 Prevent brace initialization of AlphaNum by Abseil Team · 1 year, 2 months ago
  22. 04d8afe Remove code pieces for no longer supported MSVC versions. by Abseil Team · 1 year, 2 months ago
  23. b03cda5 Added benchmarks for smaller size copy constructors. by Abseil Team · 1 year, 2 months ago
  24. 49ff696 Migrate empty CrcCordState to absl::NoDestructor. by Abseil Team · 1 year, 2 months ago
  25. fe16a5e Add protected copy ctor+assign to absl::LogSink, and clarify thread-safety requirements to apply to the interface methods. by Andy Getzendanner · 1 year, 2 months ago
  26. 10f3e61 Add a note about how to link absl::log_flags under CMake to workaround by Derek Mauro · 1 year, 2 months ago
  27. b2dd3a5 Move absl::Set[Global]VLogLevel() to //absl/log/globals.h by Derek Mauro · 1 year, 2 months ago
  28. 27134f2 Speed up `raw_hash_map::[]` with ABSL hardening enabled by unchecking dereference of iterator returned by `try_emplace`. by Abseil Team · 1 year, 2 months ago
  29. 41a2a25 Add support for Bzlmod for the next release by Derek Mauro · 1 year, 2 months ago
  30. 3acbe29 Enable ABSL_BTREE_ENABLE_GENERATIONS and ABSL_SWISSTABLE_ENABLE_GENERATIONS with ABSL_HAVE_HWADDRESS_SANITIZER. by Abseil Team · 1 year, 2 months ago
  31. a00f6d6 Move default case to statement outside switch block in log_severity.h. by Daniel Cheng · 1 year, 2 months ago
  32. 8bd6445 Automated Code Change by Abseil Team · 1 year, 3 months ago
  33. bcce85e Fix CMake compiled ABI options after f845e60acd880dbf07788a5a2c0dbad0f9c57231. by Derek Mauro · 1 year, 3 months ago
  34. bddf28e Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblock by Derek Mauro · 1 year, 3 months ago
  35. 1959993 Update Windows and MacOS CI builds to Bazel 7.0.0 by Derek Mauro · 1 year, 3 months ago
  36. 6d21df7 Extend BM_StrAppendInt to use log-uniform random numbers instead of constants by Abseil Team · 1 year, 3 months ago
  37. d5a2cec Optimize integer-to-string conversions by Abseil Team · 1 year, 3 months ago
  38. ccf0c77 Correct nullability annotations on MakeNan by Abseil Team · 1 year, 3 months ago
  39. 2a63665 Avoid a empty library build failure on Apple platforms by Derek Mauro · 1 year, 3 months ago
  40. 98156bb Speed up `raw_hash_set::contains()` when ABSL hardening is enabled by removing the iterator invalidation check from the comparison that contains performs. by Abseil Team · 1 year, 3 months ago
  41. 4038192 Remove workaround for older versions MSVC that did not support by Derek Mauro · 1 year, 3 months ago
  42. 9028b81 PR #1589: Use compare_exchange_weak in the loop in Mutex::ReaderLock by AtariDreams · 1 year, 3 months ago
  43. 925a5e6 Add an IWYU pragma to vlog_is_on.h by Derek Mauro · 1 year, 3 months ago
  44. 6a19ff4 [absl] Rename `absl::internal::identity` to `absl::internal::type_identity` by Lawrence Wolf-Sonkin · 1 year, 3 months ago
  45. 1ac355b Add compile-checks to ensure the parameter to absl::numbers_internal::FastIntToBuffer isn't provably insufficient by Abseil Team · 1 year, 3 months ago
  46. f9228ec Migrate static objects to NoDestructor in tests, testing libraries and benchmarks. by Abseil Team · 1 year, 3 months ago
  47. bd47468 Import of CCTZ from GitHub. by Abseil Team · 1 year, 3 months ago
  48. c13ee37 Import of CCTZ from GitHub. by Abseil Team · 1 year, 3 months ago
  49. dd12983 Include `cstdint` where necessary. by Dmitri Gribenko · 1 year, 3 months ago
  50. 8184f16 Release a few bits and pieces of DFATAL that were left behind: flag parsing & some tests. by Andy Getzendanner · 1 year, 3 months ago
  51. 258e5a1 Add a container-based version of `std::sample()` by Eric Astor · 1 year, 3 months ago
  52. 794352a Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower() by Abseil Team · 1 year, 3 months ago
  53. 72d7a15 Added ByAsciiWhitespace to str_split library. by Abseil Team · 1 year, 3 months ago
  54. 7a1898a AddressIsReadable: improve comments by Fangrui Song · 1 year, 3 months ago
  55. 299dbc5 Unify btree EmptyNode allocation code across compilers. by Abseil Team · 1 year, 3 months ago
  56. b559abc Create and destroy tables outside of the timer and in batch in Reserve benchmarks. by Abseil Team · 1 year, 3 months ago
  57. 1ae1207 Add script for Arm build. by Richard O'Grady · 1 year, 3 months ago
  58. 5afcd80 Fix typo: begnning -> beginning by Abseil Team · 1 year, 3 months ago
  59. 6d17d4b Add a pragma to disable a maybe-uninitialized warning for GCC12+ by Abseil Team · 1 year, 3 months ago
  60. 46223c8 Refactor `EraseMetaOnly` to speed up single group tables. by Abseil Team · 1 year, 3 months ago
  61. 78c2f64 Update the CI builds that use the latest compiler versions to use Bazel 7.0.0. by Derek Mauro · 1 year, 3 months ago
  62. e54fb4e Mutex: Prevent false race in EnableInvariantDebugging. by Dmitry Vyukov · 1 year, 3 months ago
  63. bae2601 Add the `BM_EraseEmplace` benchmark that constantly adds and removes the same element. by Abseil Team · 1 year, 3 months ago
  64. 8900d7c Mutex: Fix Condition pointer-to-member cast to respect const qualifier by Abseil Team · 1 year, 3 months ago
  65. d22aa4d Cleanup build file by removing an empty srcs list by Derek Mauro · 1 year, 3 months ago
  66. 3ccc950 Add a pragma to disable a stringop-overflow warning for GCC12+ by Abseil Team · 1 year, 3 months ago
  67. 27478af Remove nullability from Span::{pointer,iterator} by Sam McCall · 1 year, 3 months ago
  68. a7e3daf Roll back changes to AsciiStrToUpper() and AsciiStrToLower() due to bug report. by Abseil Team · 1 year, 3 months ago
  69. cee0d5b Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower() by Abseil Team · 1 year, 3 months ago
  70. dcd5bd5 Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP. by Abseil Team · 1 year, 3 months ago
  71. 031d99a Add `ostream<<` and `AbslStringify` to `absl::StatusOr`. by Zie Weaver · 1 year, 3 months ago
  72. f16e457 Unit-tests to verify ABSL raw_hash_set does not double-hash in prod by Abseil Team · 1 year, 3 months ago
  73. ad0a6d2 Add `MaskFull` to `Group`. by Abseil Team · 1 year, 3 months ago
  74. 011aeed `absl/utility`: Delete tests for C++11-compatible `integer_sequence` and friends by Dino Radakovic · 1 year, 4 months ago
  75. 8843e8e `absl/utility`: Delete C++11-compatible `integer_sequence` and friends by Dino Radakovic · 1 year, 4 months ago
  76. 55621d1 Add nullability annotations by Dmitri Gribenko · 1 year, 4 months ago
  77. fad9462 Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build. by Abseil Team · 1 year, 4 months ago
  78. 0ef87fa Small table growth optimization. by Abseil Team · 1 year, 4 months ago
  79. 026e9fe Elide calls to MakeCheckOpString when ABSL_MIN_LOG_LEVEL makes them unnecessary by Abseil Team · 1 year, 4 months ago
  80. 3abf329 Fixing a comment to be correct with the current code. by Abseil Team · 1 year, 4 months ago
  81. d84f20a absl qualify HasAbslStringify in log_message.h. by Abseil Team · 1 year, 4 months ago
  82. a436472 Remove a global destructor in vlog_config.cc by Derek Mauro · 1 year, 4 months ago
  83. 8588e7d Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.h by Derek Mauro · 1 year, 4 months ago
  84. 9b83dc9 Move vlog_config to the internal directory and change the namespace of VLogSite by Derek Mauro · 1 year, 4 months ago
  85. 5dc2cc1 Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat(). by Abseil Team · 1 year, 4 months ago
  86. 3e6ecec Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK flavors of these. by Andy Getzendanner · 1 year, 4 months ago
  87. 71d553b Fix codegen trunks in `absl/hash/hash_benchmark.cc`. by Shahriar Rouf · 1 year, 4 months ago
  88. f845e60 Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` ordering by Marcin Kowalczyk · 1 year, 4 months ago
  89. 7b6c17e Add VLOG and friends by Derek Mauro · 1 year, 4 months ago
  90. a39d71a Remove `absl::weak_equality` and `absl::strong_equality`. by Marcin Kowalczyk · 1 year, 4 months ago
  91. 8028a87 Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platforms by Derek Mauro · 1 year, 4 months ago
  92. 0c09fd0 `btree_map`: avoid a copy in `map_params::key`. by Abseil Team · 1 year, 4 months ago
  93. ac7ec8e Update documentation to reflect best practices (prefer brace initialization) by Abseil Team · 1 year, 4 months ago
  94. 2fca641 Avoid AbslHashValue for std::filesystem::path when <filesystem> is not included by Abseil Team · 1 year, 4 months ago
  95. db5c799 Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects. by Abseil Team · 1 year, 4 months ago
  96. f393335 Respect libc++ config option for disable of filesystem by Abseil Team · 1 year, 4 months ago
  97. 00e087f Provide AbslHashValue for std::filesystem::path in C++17 by Derek Mauro · 1 year, 4 months ago
  98. 8197f8f Use absl::NoDestructor for global log sinks. by Abseil Team · 1 year, 4 months ago
  99. 524ebb7 Rollback providing AbslHashValue for std::filesystem::path in C++17 by Derek Mauro · 1 year, 4 months ago
  100. 3bd8602 Provide AbslHashValue for std::filesystem::path in C++17 by Derek Mauro · 1 year, 4 months ago