1. 274c813 Optimize crc32 Extend by removing obsolete length alignment. by Connal de Souza · 2 days ago master
  2. bd05c09 Fix typo in comment of `ABSL_ATTRIBUTE_UNUSED`. by Abseil Team · 2 days ago
  3. a503950 Mark AnyInvocable as being nullability compatible. by Abseil Team · 5 days ago
  4. 6b15d34 Ensure stack usage remains low when unwinding the stack, to prevent stack overflows by Abseil Team · 5 days ago
  5. fd266b9 Shrink #if ABSL_HAVE_ATTRIBUTE_WEAK region sizes in stacktrace_test.cc by Abseil Team · 5 days ago
  6. fb885a1 <filesystem> is not supported for XTENSA. by Abseil Team · 5 days ago
  7. 11abedd Use signal-safe dynamic memory allocation for stack traces when necessary by Abseil Team · 6 days ago
  8. abc25d2 PR #1915: Fix SYCL Build Compatibility with Intel LLVM Compiler on Windows for abseil by Bonan · 6 days ago
  9. fde63b7 Import of CCTZ from GitHub. by Abseil Team · 6 days ago
  10. e5266cd Tag tests that currently fail on ios_sim_arm64 with "no_test_ios_sim_arm64" by Abseil Team · 6 days ago
  11. 1c4d6a4 Automated Code Change by Abseil Team · 6 days ago
  12. 481ab92 Automated Code Change by Abseil Team · 6 days ago
  13. bf231ef Import of CCTZ from GitHub. by Derek Mauro · 7 days ago
  14. 81dff3b Move comment specific to pointer-taking MutexLock variant to its definition. by Abseil Team · 8 days ago
  15. 6a91068 Add lifetime annotations to MutexLock, SpinLockHolder, etc. by Chris Kennelly · 8 days ago
  16. 41d463f Add lifetimebound annotations to absl::MakeSpan and absl::MakeConstSpan to detect dangling references by Abseil Team · 8 days ago
  17. 5ee41ba Remove comment mentioning deferenceability. by Chris Kennelly · 8 days ago
  18. 097d0d8 Add referenceful MutexLock with Condition overload. by Chris Kennelly · 9 days ago
  19. 8224c30 Mark SpinLock camel-cased methods as ready for inlining. by Chris Kennelly · 9 days ago
  20. f67705a Whitespace change by Chris Kennelly · 9 days ago
  21. 698d4f4 In logging tests that write expectations against `ScopedMockLog::Send`, suppress the default behavior that forwards to `ScopedMockLog::Log` so that unexpected logs are printed with full metadata. Many of these tests are poking at those metadata, and a failure message that doesn't include them is unhelpful. by Andy Getzendanner · 9 days ago
  22. 4f19baf Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::ClippedSubstr by Abseil Team · 9 days ago
  23. d473c92 Inline internal usages of Mutex::Lock, etc. in favor of lock. by Chris Kennelly · 13 days ago
  24. 0f1abc9 Inline internal usages of pointerful SpinLockHolder/MutexLock. by Chris Kennelly · 13 days ago
  25. 2e99bf2 Remove wrong comment in Cord::Unref by Dmitry Vyukov · 13 days ago
  26. 483951b Update the crc32 dynamic dispatch table with newer platforms. by Connal de Souza · 14 days ago
  27. a9268d5 PR #1914: absl/base/internal/poison.cc: Minor build fix by Rickard Hallerbäck · 14 days ago
  28. 785b11b Accept references on SpinLockHolder/MutexLock by Chris Kennelly · 14 days ago
  29. fbab4bf Import of CCTZ from GitHub. by Derek Mauro · 14 days ago
  30. 5694551 Fix typos in comments. by Chris Kennelly · 2 weeks ago
  31. 3e0d9ff Inline SpinLock Lock->lock, Unlock->unlock internal to Abseil. by Chris Kennelly · 2 weeks ago
  32. 1f28b48 Rename Mutex methods to use the typical C++ lower case names. by Chris Kennelly · 2 weeks ago
  33. 840da4a Rename SpinLock methods to use the typical C++ lower case names. by Chris Kennelly · 2 weeks ago
  34. d60e957 Add an assert that absl::StrSplit is not called with a null char* argument. by Derek Mauro · 2 weeks ago
  35. 55f4866 Fix sign conversion warning by Chris Kennelly · 3 weeks ago
  36. 471b037 PR #1911: Fix absl_demangle_test on ppc64 by Milad Fa · 3 weeks ago
  37. 7ece455 Disallow using a hash function whose return type is smaller than size_t. by Evan Brown · 3 weeks ago
  38. 57abc0e Optimize CRC-32C extension by zeroes by Abseil Team · 3 weeks ago
  39. 342afd0 Deduplicate stack trace implementations in stacktrace.cc by Abseil Team · 3 weeks ago
  40. 8a3065c Align types of location_table_ and mapping_table_ keys (-Wshorten-64-to-32). by Abseil Team · 3 weeks ago
  41. 6ad95e1 Move SigSafeArena() out to absl/base/internal/low_level_alloc.h by Abseil Team · 3 weeks ago
  42. 57bc7ed Allow CHECK_<OP> variants to be used with unprintable types. by Abseil Team · 3 weeks ago
  43. 63d67e9 Import of CCTZ from GitHub. by Derek Mauro · 3 weeks ago
  44. 18dd270 Adds required load statements for C++ rules to BUILD and bzl files. by Abseil Team · 3 weeks ago
  45. 64a9eaf Disable sanitizer bounds checking in ComputeZeroConstant. by Abseil Team · 3 weeks ago
  46. 454205a Roll back NDK weak symbol mode for backtrace() due to internal test breakage by Krzysztof Kosiński · 4 weeks ago
  47. b7c2f08 Add converter for extracting SwissMap profile information into a https://github.com/google/pprof suitable format for inspection. by Chris Kennelly · 4 weeks ago
  48. f2dd73d Allocate memory for frames and sizes during stack trace fix-up when no memory is provided by Abseil Team · 4 weeks ago
  49. 9f1244c Support NDK weak symbol mode for backtrace() on Android. by Krzysztof Kosiński · 4 weeks ago
  50. c952a1d Change skip_empty_or_deleted to not use groups. by Evan Brown · 4 weeks ago
  51. a4e1324 Fix bug of dereferencing invalidated iterator in test case. by Evan Brown · 4 weeks ago
  52. 3ce04f9 Refactor: split erase_meta_only into large and small versions. by Evan Brown · 4 weeks ago
  53. c9db065 Fix a TODO to use std::is_nothrow_swappable when it became available. by Evan Brown · 4 weeks ago
  54. 0f36025 Clean up the testing of alternate options that were removed in previous changes by Derek Mauro · 4 weeks ago
  55. af00a92 Only use generic stacktrace when ABSL_HAVE_THREAD_LOCAL. by Krzysztof Kosiński · 4 weeks ago
  56. 8783613 Automated Code Change by Abseil Team · 4 weeks ago
  57. f8b4736 Add triviality tests for absl::Span by Abseil Team · 4 weeks ago
  58. 7be8bbb Loosen the PointerAlignment test to allow up to 5 stuck bits to avoid flakiness. by Evan Brown · 4 weeks ago
  59. f35d6ad Prevent conversion constructions from absl::Span to itself by Abseil Team · 4 weeks ago
  60. 492fccd Skip flaky expectations in waiter_test for MSVC. by Evan Brown · 5 weeks ago
  61. 415dccb Refactor: call AssertIsFull from iterator::assert_is_full to avoid passing the same arguments repeatedly. by Evan Brown · 5 weeks ago
  62. f6bd67a In AssertSameContainer, remove the logic checking for whether the iterators are from SOO tables or not since we don't use it to generate a more informative debug message. by Evan Brown · 5 weeks ago
  63. f76c21f Remove unused NonIterableBitMask::HighestBitSet function. by Evan Brown · 5 weeks ago
  64. 118924e Refactor: move iterator unchecked_* members before data members to comply with Google C++ style guide. by Evan Brown · 5 weeks ago
  65. 6cd1763 Mix pointers once instead of twice now that we've improved mixing on 32-bit platforms and improved the kMul constant. by Evan Brown · 5 weeks ago
  66. 3e72bda Remove unused utility functions/constants. by Vitaly Goldshteyn · 5 weeks ago
  67. fb23406 Revert a change for breaking downstream third party libs by Abseil Team · 5 weeks ago
  68. d851be6 Remove unneeded include from cord_rep_btree_navigator.h by Abseil Team · 5 weeks ago
  69. 733069a Refactor: move find_first_non_full into raw_hash_set.cc. by Evan Brown · 5 weeks ago
  70. cf2b48c Perform stronger mixing on 32-bit platforms and enable the LowEntropyStrings test. by Evan Brown · 5 weeks ago
  71. ea50280 Include deallocated caller-provided size in delete hooks. by Chris Kennelly · 5 weeks ago
  72. a09b217 Roll back one more time: In debug mode, assert that the probe sequence isn't excessively long. by Vitaly Goldshteyn · 5 weeks ago
  73. 2ecc1dd Allow a `std::move` of `delimiter_` to happen in `ByString::ByString(ByString&&)`. Right now the move ctor is making a copy because the source object is `const`. by Abseil Team · 6 weeks ago
  74. aad15c0 Assume that control bytes don't alias CommonFields. by Evan Brown · 6 weeks ago
  75. ddbb517 Consistently use [[maybe_unused]] in raw_hash_set.h for better compiler warning compatibility. by Krzysztof Kosiński · 6 weeks ago
  76. 4471fbf Roll forward: In debug mode, assert that the probe sequence isn't excessively long. by Evan Brown · 6 weeks ago
  77. 43a3a66 Add a new test for hash collisions for short strings when PrecombineLengthMix has low quality. by Evan Brown · 6 weeks ago
  78. d20bae7 Refactor: define CombineRawImpl for repeated `Mix(state ^ value, kMul)` operations. by Evan Brown · 6 weeks ago
  79. 21db855 Automated Code Change by Abseil Team · 6 weeks ago
  80. d4e6b8c Mark hash_test as large so that the timeout is increased. by Evan Brown · 7 weeks ago
  81. bca1ec0 Change the value of kMul to have higher entropy and prevent collisions when keys are aligned integers or pointers. by Evan Brown · 7 weeks ago
  82. c626845 Fix LIFETIME annotations for op*/op->/value operators for reference types. by Samuel Benzaquen · 7 weeks ago
  83. 2a2d6aa Update StatusOr to support lvalue reference value types. by Samuel Benzaquen · 7 weeks ago
  84. 76a4803 Rollback debug assertion that the probe sequence isn't excessively long. by Abseil Team · 7 weeks ago
  85. 2c5af19 AnyInvocable: Fix operator==/!= comments by Jesse Rosenstock · 7 weeks ago
  86. 7e1f86f In debug mode, assert that the probe sequence isn't excessively long. by Evan Brown · 7 weeks ago
  87. aed3ddd Improve NaN handling in absl::Duration arithmetic. by Tomas Dzetkulic · 7 weeks ago
  88. 4e5beaf Change PrecombineLengthMix to sample data from kStaticRandomData. by Evan Brown · 7 weeks ago
  89. 2b320cb Fix includes and fuse constructors of SpinLock. by Abseil Team · 7 weeks ago
  90. b40953d Enable `operator==` for `StatusOr` only if the contained type is equality-comparable by Abseil Team · 7 weeks ago
  91. f60bfd8 Enable SIMD memcpy-crc on ARM cores. by Abseil Team · 8 weeks ago
  92. 9e7f3c0 Improve mixing on 32-bit platforms. by Evan Brown · 8 weeks ago
  93. 212fcb9 Change DurationFromDouble to return -InfiniteDuration() for all NaNs. by Tomas Dzetkulic · 8 weeks ago
  94. 278d661 Change return type of hash internal `Seed` to `size_t` from `uint64_t` by Abseil Team · 8 weeks ago
  95. 6ee80c1 CMake: Add a fatal error when the compiler defaults to or is set to a by Derek Mauro · 8 weeks ago
  96. cfe7913 Make bool true hash be ~size_t{} instead of 1 so that all bits are different between true/false instead of only one. by Evan Brown · 8 weeks ago
  97. 23d40c5 Automated Code Change by Abseil Team · 8 weeks ago
  98. 5222784 Pass swisstable seed as seed to absl::Hash so we can save an XOR in H1. by Evan Brown · 8 weeks ago
  99. 888c221 Add support for scoped enumerations in CHECK_XX(). by Ryan Buckley · 9 weeks ago
  100. ca47784 Revert no-inline on Voidify::operator&&() -- caused unexpected binary size growth by Abseil Team · 9 weeks ago