1. 2fcebef Take failure_message as const char* instead of string_view in LogMessageFatal and friends. by Andy Getzendanner · 10 hours ago master
  2. b67caff Mention `c_any_of` in the function comment of `absl::c_linear_search`. by Abseil Team · 35 hours ago
  3. 4a437e8 Import of CCTZ from GitHub. by Abseil Team · 2 days ago
  4. ee5e49f Rewrite some string_view methods to avoid a -Wunreachable-code warning by Derek Mauro · 2 days ago
  5. 917bfee IWYU: Update includes and fix minor spelling mistakes. by Laramie Leavitt · 5 days ago
  6. e3cf5b3 Add comment on how to get next element after using erase. by Abseil Team · 6 days ago
  7. 8f739d1 Add ABSL_ATTRIBUTE_LIFETIME_BOUND and a doc note about absl::LogAsLiteral to clarify its intended use. by Andy Getzendanner · 7 days ago
  8. c313056 Import of CCTZ from GitHub. by Abseil Team · 8 days ago
  9. 3a3b7e4 Reduce memory consumption of structured logging proto encoding by passing tag value by Abseil Team · 8 days ago
  10. 27a0c73 Remove usage of _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY. by Derek Mauro · 9 days ago
  11. 8d272b2 Make Span's relational operators constexpr since C++20. by Abseil Team · 10 days ago
  12. feb6aab distributions: support a zero max value in Zipf. by Aaron Jacobs · 12 days ago
  13. 8924509 PR #1786: Fix typo in test case. by c8ef · 12 days ago
  14. 6312b70 absl/random: run clang-format. by Aaron Jacobs · 12 days ago
  15. dee1b6c Add some nullability annotations in logging and tidy up some NOLINTs and comments. by Andy Getzendanner · 13 days ago
  16. 0c7c676 CMake: Change the default for ABSL_PROPAGATE_CXX_STD to ON by Derek Mauro · 14 days ago
  17. a302705 Delete UnvalidatedMockingBitGen by Justin Bassett · 2 weeks ago
  18. 78ed38c PR #1783: [riscv][debugging] Fix a few warnings in RISC-V inlines by Alexey Pavlyutkin · 2 weeks ago
  19. e83ef27 Add conversion operator to std::array for StrSplit. by Jake Cobb · 2 weeks ago
  20. 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 · 2 weeks ago
  21. 8596c6e Add benchmark for absl::HexStringToBytes by Derek Mauro · 2 weeks ago
  22. 85c26be Avoid installing options.h with the other headers by Florent Castelli · 2 weeks ago
  23. 4b4f41e Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::Span constructors. by Abseil Team · 3 weeks ago
  24. 9ae4bb8 Annotate absl::InlinedVector to warn when unused. by Chris Kennelly · 3 weeks ago
  25. fa58881 Make `c_find_first_of`'s `options` parameter a const reference to allow temporaries. by Abseil Team · 3 weeks ago
  26. 07fff76 Disable Elf symbols for Xtensa by Abseil Team · 4 weeks ago
  27. 4fed124 PR #1775: Support symbolize only on WINAPI_PARTITION_DESKTOP by Maxim Ivanov · 4 weeks ago
  28. 45c456b Require through an internal presubmit that .h|.cc|.inc files contain by Derek Mauro · 4 weeks ago
  29. 0b78b5b Xtensa supports mmap, enable it in absl/base/config.h by Abseil Team · 4 weeks ago
  30. 94e64f0 PR #1777: Avoid std::ldexp in `operator double(int128)`. by Markus Wick · 4 weeks ago
  31. 8783136 Marks absl::Span as view and borrowed_range, like std::span. by Abseil Team · 4 weeks ago
  32. 8c495b5 Mark inline functions with only a simple comparison in strings/ascii.h as constexpr. by Abseil Team · 5 weeks ago
  33. 202a8f4 Add missing Abseil inline namespace and fix includes by Gennadiy Rozental · 5 weeks ago
  34. b92128a Fix bug where the high bits of `__int128_t`/`__uint128_t` might go unused in the hash function. by Samuel Benzaquen · 5 weeks ago
  35. 40cab24 Add a test to verify bit casting between signed and unsigned int128 works as expected by Abseil Team · 6 weeks ago
  36. 79e4146 Add suggestions to enable sanitizers for asserts when doing so may be helpful. by Evan Brown · 6 weeks ago
  37. 485f2be Add nullability attributes to nullability type aliases. by Martin Brænne · 6 weeks ago
  38. 8634e35 Refactor swisstable moves. by Evan Brown · 6 weeks ago
  39. 03b8d6e Improve ABSL_ASSERT performance by guaranteeing it is optimized away under NDEBUG in C++20 by Abseil Team · 7 weeks ago
  40. 5d34707 Mark Abseil hardening assert in AssertSameContainer as slow. by Abseil Team · 7 weeks ago
  41. c6b2735 Add workaround for q++ 8.3.0 (QNX 7.1) compiler by making by Derek Mauro · 8 weeks ago
  42. 482ca0b Small Mutex::Unlock optimization by piotrzielinski · 8 weeks ago
  43. ba5fd09 Optimize `CEscape` and `CEscapeAndAppend` by up to 40%. by Shahriar Rouf · 8 weeks ago
  44. 29fdacd Fix the conditional compilation of non_temporal_store_memcpy_avx by Derek Mauro · 8 weeks ago
  45. c0b9bd0 Delete TODOs to move functors when moving hashtables and add a test that fails when we do so. by Evan Brown · 9 weeks ago
  46. 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 · 9 weeks ago
  47. 162dc78 It seems like commit abc9b916a94ebbf251f0934048295a07ecdbf32a did not work as intended. by Abseil Team · 9 weeks ago
  48. 0df5674 Fix a bug in `absl::SetVLogLevel` where a less generic pattern incorrectly removed a more generic one. by Alex Titov · 9 weeks ago
  49. 3aa6061 Remove the side effects between tests in vlog_is_on_test.cc by Alex Titov · 9 weeks ago
  50. abc9b91 Attempt to fix flaky Abseil waiter/sleep tests by Abseil Team · 9 weeks ago
  51. 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 · 9 weeks ago
  52. 857fa4f Make moved-from swisstables behave the same as empty tables. Note that we may change this in the future. by Evan Brown · 9 weeks ago
  53. cbf5908 Tag tests that currently fail on darwin_arm64 with "no_test_darwin_arm64" by Abseil Team · 9 weeks ago
  54. bd0429d add gmock to cmake defs for no_destructor_test by Abseil Team · 9 weeks ago
  55. a186a2d Optimize raw_hash_set moves by allowing some members of CommonFields to be uninitialized when moved-from. by Evan Brown · 9 weeks ago
  56. 820f29f Add more debug capacity validation checks on iteration/size. by Evan Brown · 9 weeks ago
  57. ba835d5 Add more debug capacity validation checks on copies. by Evan Brown · 9 weeks ago
  58. f7c22f5 constinit -> constexpr for DisplayUnits by Abseil Team · 10 weeks ago
  59. f555f69 LSC: Fix null safety issues diagnosed by Clang’s `-Wnonnull` and `-Wnullability`. by Martin Brænne · 10 weeks ago
  60. a1a7086 Remove the extraneous variable creation in Match(). by Abseil Team · 10 weeks ago
  61. 1d4466e Import of CCTZ from GitHub. by Derek Mauro · 2 months ago
  62. 0bc0e9a Add more debug capacity validation checks on merge/swap. by Evan Brown · 2 months ago
  63. 67d1260 Add `absl::` namespace to c_linear_search implementation in order to avoid ADL by Abseil Team · 3 months ago
  64. e9ca8d1 Distinguish the debug message for the case of self-move-assigned swiss tables. by Evan Brown · 3 months ago
  65. 043fe3c Update LowLevelHash comment regarding number of hash state variables. by Abseil Team · 3 months ago
  66. f7f3168 Add an example for the `--vmodule` flag. by Abseil Team · 3 months ago
  67. b014bff Remove first prefetch. by Abseil Team · 3 months ago
  68. e64dd62 Add moved-from validation for the case of self-move-assignment. by Evan Brown · 3 months ago
  69. 1031858 Allow slow and fast abseil hardening checks to be enabled independently. by Abseil Team · 3 months ago
  70. 8f942c0 Update `ABSL_RETIRED_FLAG` comment to reflect `default_value` is no longer used. by Abseil Team · 3 months ago
  71. f61aac8 Add validation against use of moved-from hash tables. by Evan Brown · 3 months ago
  72. 0f93828 Provide file-scoped pragma behind macro ABSL_POINTERS_DEFAULT_NONNULL to by Abseil Team · 3 months ago
  73. 40a975f Add stacktrace config for android using the generic implementation by Francois Bleibel · 3 months ago
  74. 9457dfd Fix nullability annotations in ABSL code. by Abseil Team · 3 months ago
  75. 63322a2 Replace CHECKs with ASSERTs and EXPECTs -- no reason to crash on failure. by Abseil Team · 3 months ago
  76. fd58e18 Remove ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW by Abseil Team · 3 months ago
  77. 2abe94a Migrate ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW to ABSL_ATTRIBUTE_OWNER and ABSL_ATTRIBUTE_VIEW by Abseil Team · 3 months ago
  78. fd7713c Disable ABSL_ATTRIBUTE_OWNER and ABSL_ATTRIBUTE_VIEW prior to Clang-13 by Derek Mauro · 3 months ago
  79. 5a01d0f Make ABSL_ATTRIBUTE_VIEW and ABSL_ATTRIBUTE_OWNER public by Abseil Team · 3 months ago
  80. 116f0af Optimize raw_hash_set::AssertHashEqConsistent a bit to avoid having as much runtime overhead. by Evan Brown · 3 months ago
  81. 8bb5dc4 PR #1728: Workaround broken compilation against NDK r25 by Yuriy Chernyshov · 3 months ago
  82. 17c1a5e Add validation against use of destroyed hash tables. by Evan Brown · 3 months ago
  83. b2665ce Do not truncate `ABSL_RAW_LOG` output at null bytes by Abseil Team · 3 months ago
  84. 69c4683 Use several unused cord instances in tests and benchmarks. by Chris Kennelly · 3 months ago
  85. 70502ae Add comments about ThreadIdentity struct allocation behavior. by Abseil Team · 3 months ago
  86. 62ad2ba Refactoring followup for reentrancy validation in swisstable. by Evan Brown · 3 months ago
  87. ac267be Add debug mode checks that element constructors/destructors don't make reentrant calls to raw_hash_set member functions. by Evan Brown · 3 months ago
  88. 9bd9a2d Add tagging for cc_tests that are incompatible with Fuchsia by Michael Brase · 4 months ago
  89. 3848ed7 Add GetTID() implementation for Fuchsia by Michael Brase · 4 months ago
  90. bd0c9c5 PR #1738: Fix shell option group handling in pkgconfig files by Ruoyu Zhong · 4 months ago
  91. ee18629 Disable weak attribute when absl compiled as windows DLL by Abseil Team · 4 months ago
  92. 0885070 Remove `CharIterator::operator->`. by Martin Brænne · 4 months ago
  93. 00478de Mark non-modifying container algorithms as constexpr for C++20. by Abseil Team · 4 months ago
  94. 809e5de PR #1739: container/internal: Explicitly include <cstdint> by Christopher Fore · 4 months ago
  95. 9cb5e5d Don't match -Wnon-virtual-dtor in the "flags are needed to suppress by Derek Mauro · 4 months ago
  96. 372124e PR #1732: Fix build on NVIDIA Jetson board. Fix #1665 by Frédéric Bastien · 4 months ago
  97. d0159ea Update GoogleTest dependency to 1.15.2 by Derek Mauro · 4 months ago
  98. 6b8ebb3 Enable AsciiStrToLower and AsciiStrToUpper overloads for rvalue references. by Abseil Team · 4 months ago
  99. 983652e PR #1735: Avoid `int` to `bool` conversion warning by Pavel P · 4 months ago
  100. 13ec8d5 Add `absl::swap` functions for `*_hash_*` to avoid calling `std::swap` by Abseil Team · 4 months ago