1. 8924509 PR #1786: Fix typo in test case. by c8ef · 4 months ago
  2. 6312b70 absl/random: run clang-format. by Aaron Jacobs · 4 months ago
  3. dee1b6c Add some nullability annotations in logging and tidy up some NOLINTs and comments. by Andy Getzendanner · 4 months ago
  4. a302705 Delete UnvalidatedMockingBitGen by Justin Bassett · 4 months ago
  5. 78ed38c PR #1783: [riscv][debugging] Fix a few warnings in RISC-V inlines by Alexey Pavlyutkin · 4 months ago
  6. e83ef27 Add conversion operator to std::array for StrSplit. by Jake Cobb · 4 months ago
  7. 4794821 Add a comment explaining the extra comparison in raw_hash_set::operator==. Also add a small optimization to avoid the extra comparison in sets that use hash_default_eq as the key_equal functor. by Evan Brown · 4 months ago
  8. 8596c6e Add benchmark for absl::HexStringToBytes by Derek Mauro · 4 months ago
  9. 4b4f41e Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::Span constructors. by Abseil Team · 4 months ago
  10. 9ae4bb8 Annotate absl::InlinedVector to warn when unused. by Chris Kennelly · 4 months ago
  11. fa58881 Make `c_find_first_of`'s `options` parameter a const reference to allow temporaries. by Abseil Team · 4 months ago
  12. 07fff76 Disable Elf symbols for Xtensa by Abseil Team · 4 months ago
  13. 4fed124 PR #1775: Support symbolize only on WINAPI_PARTITION_DESKTOP by Maxim Ivanov · 4 months ago
  14. 45c456b Require through an internal presubmit that .h|.cc|.inc files contain by Derek Mauro · 4 months ago
  15. 0b78b5b Xtensa supports mmap, enable it in absl/base/config.h by Abseil Team · 4 months ago
  16. 94e64f0 PR #1777: Avoid std::ldexp in `operator double(int128)`. by Markus Wick · 4 months ago
  17. 8783136 Marks absl::Span as view and borrowed_range, like std::span. by Abseil Team · 4 months ago
  18. 8c495b5 Mark inline functions with only a simple comparison in strings/ascii.h as constexpr. by Abseil Team · 4 months ago
  19. 202a8f4 Add missing Abseil inline namespace and fix includes by Gennadiy Rozental · 4 months ago
  20. b92128a Fix bug where the high bits of `__int128_t`/`__uint128_t` might go unused in the hash function. by Samuel Benzaquen · 4 months ago
  21. 40cab24 Add a test to verify bit casting between signed and unsigned int128 works as expected by Abseil Team · 4 months ago
  22. 79e4146 Add suggestions to enable sanitizers for asserts when doing so may be helpful. by Evan Brown · 4 months ago
  23. 485f2be Add nullability attributes to nullability type aliases. by Martin Brænne · 4 months ago
  24. 8634e35 Refactor swisstable moves. by Evan Brown · 5 months ago
  25. 03b8d6e Improve ABSL_ASSERT performance by guaranteeing it is optimized away under NDEBUG in C++20 by Abseil Team · 5 months ago
  26. 5d34707 Mark Abseil hardening assert in AssertSameContainer as slow. by Abseil Team · 5 months ago
  27. c6b2735 Add workaround for q++ 8.3.0 (QNX 7.1) compiler by making by Derek Mauro · 5 months ago
  28. 482ca0b Small Mutex::Unlock optimization by piotrzielinski · 5 months ago
  29. ba5fd09 Optimize `CEscape` and `CEscapeAndAppend` by up to 40%. by Shahriar Rouf · 5 months ago
  30. 29fdacd Fix the conditional compilation of non_temporal_store_memcpy_avx by Derek Mauro · 5 months ago
  31. c0b9bd0 Delete TODOs to move functors when moving hashtables and add a test that fails when we do so. by Evan Brown · 5 months ago
  32. b345425 Fix benchmarks in `escaping_benchmark.cc` by properly calling `benchmark::DoNotOptimize` on both inputs and outputs and by removing the unnecessary and wrong `ABSL_RAW_CHECK` condition (`check != 0`) of `BM_ByteStringFromAscii_Fail` benchmark. by Shahriar Rouf · 5 months ago
  33. 162dc78 It seems like commit abc9b916a94ebbf251f0934048295a07ecdbf32a did not work as intended. by Abseil Team · 5 months ago
  34. 0df5674 Fix a bug in `absl::SetVLogLevel` where a less generic pattern incorrectly removed a more generic one. by Alex Titov · 5 months ago
  35. 3aa6061 Remove the side effects between tests in vlog_is_on_test.cc by Alex Titov · 5 months ago
  36. abc9b91 Attempt to fix flaky Abseil waiter/sleep tests by Abseil Team · 5 months ago
  37. 9a18cc1 Add an explicit tag for non-SOO CommonFields (removing default ctor) and add a small optimization for early return in AssertNotDebugCapacity. by Evan Brown · 5 months ago
  38. 857fa4f Make moved-from swisstables behave the same as empty tables. Note that we may change this in the future. by Evan Brown · 5 months ago
  39. cbf5908 Tag tests that currently fail on darwin_arm64 with "no_test_darwin_arm64" by Abseil Team · 5 months ago
  40. bd0429d add gmock to cmake defs for no_destructor_test by Abseil Team · 5 months ago
  41. a186a2d Optimize raw_hash_set moves by allowing some members of CommonFields to be uninitialized when moved-from. by Evan Brown · 5 months ago
  42. 820f29f Add more debug capacity validation checks on iteration/size. by Evan Brown · 5 months ago
  43. ba835d5 Add more debug capacity validation checks on copies. by Evan Brown · 5 months ago
  44. f7c22f5 constinit -> constexpr for DisplayUnits by Abseil Team · 5 months ago
  45. f555f69 LSC: Fix null safety issues diagnosed by Clang’s `-Wnonnull` and `-Wnullability`. by Martin Brænne · 5 months ago
  46. a1a7086 Remove the extraneous variable creation in Match(). by Abseil Team · 5 months ago
  47. 1d4466e Import of CCTZ from GitHub. by Derek Mauro · 5 months ago
  48. 0bc0e9a Add more debug capacity validation checks on merge/swap. by Evan Brown · 5 months ago
  49. 67d1260 Add `absl::` namespace to c_linear_search implementation in order to avoid ADL by Abseil Team · 6 months ago
  50. e9ca8d1 Distinguish the debug message for the case of self-move-assigned swiss tables. by Evan Brown · 6 months ago
  51. 043fe3c Update LowLevelHash comment regarding number of hash state variables. by Abseil Team · 6 months ago
  52. f7f3168 Add an example for the `--vmodule` flag. by Abseil Team · 6 months ago
  53. b014bff Remove first prefetch. by Abseil Team · 6 months ago
  54. e64dd62 Add moved-from validation for the case of self-move-assignment. by Evan Brown · 6 months ago
  55. 1031858 Allow slow and fast abseil hardening checks to be enabled independently. by Abseil Team · 6 months ago
  56. 8f942c0 Update `ABSL_RETIRED_FLAG` comment to reflect `default_value` is no longer used. by Abseil Team · 6 months ago
  57. f61aac8 Add validation against use of moved-from hash tables. by Evan Brown · 6 months ago
  58. 0f93828 Provide file-scoped pragma behind macro ABSL_POINTERS_DEFAULT_NONNULL to by Abseil Team · 6 months ago
  59. 40a975f Add stacktrace config for android using the generic implementation by Francois Bleibel · 6 months ago
  60. 9457dfd Fix nullability annotations in ABSL code. by Abseil Team · 6 months ago
  61. 63322a2 Replace CHECKs with ASSERTs and EXPECTs -- no reason to crash on failure. by Abseil Team · 6 months ago
  62. fd58e18 Remove ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW by Abseil Team · 6 months ago
  63. 2abe94a Migrate ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW to ABSL_ATTRIBUTE_OWNER and ABSL_ATTRIBUTE_VIEW by Abseil Team · 6 months ago
  64. fd7713c Disable ABSL_ATTRIBUTE_OWNER and ABSL_ATTRIBUTE_VIEW prior to Clang-13 by Derek Mauro · 6 months ago
  65. 5a01d0f Make ABSL_ATTRIBUTE_VIEW and ABSL_ATTRIBUTE_OWNER public by Abseil Team · 6 months ago
  66. 116f0af Optimize raw_hash_set::AssertHashEqConsistent a bit to avoid having as much runtime overhead. by Evan Brown · 6 months ago
  67. 8bb5dc4 PR #1728: Workaround broken compilation against NDK r25 by Yuriy Chernyshov · 6 months ago
  68. 17c1a5e Add validation against use of destroyed hash tables. by Evan Brown · 6 months ago
  69. b2665ce Do not truncate `ABSL_RAW_LOG` output at null bytes by Abseil Team · 6 months ago
  70. 69c4683 Use several unused cord instances in tests and benchmarks. by Chris Kennelly · 6 months ago
  71. 70502ae Add comments about ThreadIdentity struct allocation behavior. by Abseil Team · 6 months ago
  72. 62ad2ba Refactoring followup for reentrancy validation in swisstable. by Evan Brown · 6 months ago
  73. ac267be Add debug mode checks that element constructors/destructors don't make reentrant calls to raw_hash_set member functions. by Evan Brown · 7 months ago
  74. 9bd9a2d Add tagging for cc_tests that are incompatible with Fuchsia by Michael Brase · 7 months ago
  75. 3848ed7 Add GetTID() implementation for Fuchsia by Michael Brase · 7 months ago
  76. ee18629 Disable weak attribute when absl compiled as windows DLL by Abseil Team · 7 months ago
  77. 0885070 Remove `CharIterator::operator->`. by Martin Brænne · 7 months ago
  78. 00478de Mark non-modifying container algorithms as constexpr for C++20. by Abseil Team · 7 months ago
  79. 809e5de PR #1739: container/internal: Explicitly include <cstdint> by Christopher Fore · 7 months ago
  80. 372124e PR #1732: Fix build on NVIDIA Jetson board. Fix #1665 by Frédéric Bastien · 7 months ago
  81. 6b8ebb3 Enable AsciiStrToLower and AsciiStrToUpper overloads for rvalue references. by Abseil Team · 7 months ago
  82. 983652e PR #1735: Avoid `int` to `bool` conversion warning by Pavel P · 7 months ago
  83. 13ec8d5 Add `absl::swap` functions for `*_hash_*` to avoid calling `std::swap` by Abseil Team · 7 months ago
  84. 52fad5a Change internal visibility by Martijn Vels · 7 months ago
  85. 6c45955 Remove resolved issue. by Abseil Team · 7 months ago
  86. 8cdf482 Increase test timeouts to support running on Fuchsia emulators by Michael Brase · 7 months ago
  87. bb63788 Add tracing annotations to absl::Notification by Martijn Vels · 7 months ago
  88. e342b7f Suppress compiler optimizations which may break container poisoning. by Abseil Team · 7 months ago
  89. bd3ae17 Disable ABSL_INTERNAL_HAVE_DEBUGGING_STACK_CONSUMPTION for Fuchsia by Abseil Team · 7 months ago
  90. 034f8d0 Add tracing annotations to absl::BlockingCounter by Martijn Vels · 7 months ago
  91. e696f9f Update swisstable swap API comments to no longer guarantee that we don't move/swap individual elements. by Evan Brown · 7 months ago
  92. 5ea745c Avoid unnecessary copying when upper-casing or lower-casing ASCII string_view by Abseil Team · 7 months ago
  93. 58df17f Add weak internal tracing API by Martijn Vels · 7 months ago
  94. 3358286 Fix LINT.IfChange syntax by Derek Mauro · 7 months ago
  95. 3cb4988 PR #1720: Fix spelling mistake: occurrance -> occurrence by Ikko Eltociear Ashimine · 7 months ago
  96. f754f2b Add missing include for Windows ASAN configuration in poison.cc by Abseil Team · 7 months ago
  97. 0598e58 Delete absl/strings/internal/has_absl_stringify.h now that the by Derek Mauro · 7 months ago
  98. 65ede0a Remove unneeded 'be' from comment. by Abseil Team · 7 months ago
  99. b86d574 Small type fix in absl/log/internal/log_impl.h by Gregory Pataky · 7 months ago
  100. 26ee072 PR #1710: fixup! PR #1707: Fixup absl_random compile breakage in Apple ARM64 targets by Soo-Hwan Na · 8 months ago