- 274c813 Optimize crc32 Extend by removing obsolete length alignment. by Connal de Souza · 2 days ago master
- bd05c09 Fix typo in comment of `ABSL_ATTRIBUTE_UNUSED`. by Abseil Team · 2 days ago
- a503950 Mark AnyInvocable as being nullability compatible. by Abseil Team · 5 days ago
- 6b15d34 Ensure stack usage remains low when unwinding the stack, to prevent stack overflows by Abseil Team · 5 days ago
- fd266b9 Shrink #if ABSL_HAVE_ATTRIBUTE_WEAK region sizes in stacktrace_test.cc by Abseil Team · 5 days ago
- fb885a1 <filesystem> is not supported for XTENSA. by Abseil Team · 5 days ago
- 11abedd Use signal-safe dynamic memory allocation for stack traces when necessary by Abseil Team · 6 days ago
- abc25d2 PR #1915: Fix SYCL Build Compatibility with Intel LLVM Compiler on Windows for abseil by Bonan · 6 days ago
- fde63b7 Import of CCTZ from GitHub. by Abseil Team · 6 days ago
- e5266cd Tag tests that currently fail on ios_sim_arm64 with "no_test_ios_sim_arm64" by Abseil Team · 6 days ago
- 1c4d6a4 Automated Code Change by Abseil Team · 6 days ago
- 481ab92 Automated Code Change by Abseil Team · 6 days ago
- bf231ef Import of CCTZ from GitHub. by Derek Mauro · 7 days ago
- 81dff3b Move comment specific to pointer-taking MutexLock variant to its definition. by Abseil Team · 8 days ago
- 6a91068 Add lifetime annotations to MutexLock, SpinLockHolder, etc. by Chris Kennelly · 8 days ago
- 41d463f Add lifetimebound annotations to absl::MakeSpan and absl::MakeConstSpan to detect dangling references by Abseil Team · 8 days ago
- 5ee41ba Remove comment mentioning deferenceability. by Chris Kennelly · 8 days ago
- 097d0d8 Add referenceful MutexLock with Condition overload. by Chris Kennelly · 9 days ago
- 8224c30 Mark SpinLock camel-cased methods as ready for inlining. by Chris Kennelly · 9 days ago
- f67705a Whitespace change by Chris Kennelly · 9 days ago
- 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
- 4f19baf Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::ClippedSubstr by Abseil Team · 9 days ago
- d473c92 Inline internal usages of Mutex::Lock, etc. in favor of lock. by Chris Kennelly · 13 days ago
- 0f1abc9 Inline internal usages of pointerful SpinLockHolder/MutexLock. by Chris Kennelly · 13 days ago
- 2e99bf2 Remove wrong comment in Cord::Unref by Dmitry Vyukov · 13 days ago
- 483951b Update the crc32 dynamic dispatch table with newer platforms. by Connal de Souza · 14 days ago
- a9268d5 PR #1914: absl/base/internal/poison.cc: Minor build fix by Rickard Hallerbäck · 14 days ago
- 785b11b Accept references on SpinLockHolder/MutexLock by Chris Kennelly · 14 days ago
- fbab4bf Import of CCTZ from GitHub. by Derek Mauro · 14 days ago
- 5694551 Fix typos in comments. by Chris Kennelly · 2 weeks ago
- 3e0d9ff Inline SpinLock Lock->lock, Unlock->unlock internal to Abseil. by Chris Kennelly · 2 weeks ago
- 1f28b48 Rename Mutex methods to use the typical C++ lower case names. by Chris Kennelly · 2 weeks ago
- 840da4a Rename SpinLock methods to use the typical C++ lower case names. by Chris Kennelly · 2 weeks ago
- d60e957 Add an assert that absl::StrSplit is not called with a null char* argument. by Derek Mauro · 2 weeks ago
- 55f4866 Fix sign conversion warning by Chris Kennelly · 3 weeks ago
- 471b037 PR #1911: Fix absl_demangle_test on ppc64 by Milad Fa · 3 weeks ago
- 7ece455 Disallow using a hash function whose return type is smaller than size_t. by Evan Brown · 3 weeks ago
- 57abc0e Optimize CRC-32C extension by zeroes by Abseil Team · 3 weeks ago
- 342afd0 Deduplicate stack trace implementations in stacktrace.cc by Abseil Team · 3 weeks ago
- 8a3065c Align types of location_table_ and mapping_table_ keys (-Wshorten-64-to-32). by Abseil Team · 3 weeks ago
- 6ad95e1 Move SigSafeArena() out to absl/base/internal/low_level_alloc.h by Abseil Team · 3 weeks ago
- 57bc7ed Allow CHECK_<OP> variants to be used with unprintable types. by Abseil Team · 3 weeks ago
- 63d67e9 Import of CCTZ from GitHub. by Derek Mauro · 3 weeks ago
- 18dd270 Adds required load statements for C++ rules to BUILD and bzl files. by Abseil Team · 3 weeks ago
- 64a9eaf Disable sanitizer bounds checking in ComputeZeroConstant. by Abseil Team · 3 weeks ago
- 454205a Roll back NDK weak symbol mode for backtrace() due to internal test breakage by Krzysztof Kosiński · 4 weeks ago
- 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
- f2dd73d Allocate memory for frames and sizes during stack trace fix-up when no memory is provided by Abseil Team · 4 weeks ago
- 9f1244c Support NDK weak symbol mode for backtrace() on Android. by Krzysztof Kosiński · 4 weeks ago
- c952a1d Change skip_empty_or_deleted to not use groups. by Evan Brown · 4 weeks ago
- a4e1324 Fix bug of dereferencing invalidated iterator in test case. by Evan Brown · 4 weeks ago
- 3ce04f9 Refactor: split erase_meta_only into large and small versions. by Evan Brown · 4 weeks ago
- c9db065 Fix a TODO to use std::is_nothrow_swappable when it became available. by Evan Brown · 4 weeks ago
- 0f36025 Clean up the testing of alternate options that were removed in previous changes by Derek Mauro · 4 weeks ago
- af00a92 Only use generic stacktrace when ABSL_HAVE_THREAD_LOCAL. by Krzysztof Kosiński · 4 weeks ago
- 8783613 Automated Code Change by Abseil Team · 4 weeks ago
- f8b4736 Add triviality tests for absl::Span by Abseil Team · 4 weeks ago
- 7be8bbb Loosen the PointerAlignment test to allow up to 5 stuck bits to avoid flakiness. by Evan Brown · 4 weeks ago
- f35d6ad Prevent conversion constructions from absl::Span to itself by Abseil Team · 4 weeks ago
- 492fccd Skip flaky expectations in waiter_test for MSVC. by Evan Brown · 5 weeks ago
- 415dccb Refactor: call AssertIsFull from iterator::assert_is_full to avoid passing the same arguments repeatedly. by Evan Brown · 5 weeks ago
- 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
- f76c21f Remove unused NonIterableBitMask::HighestBitSet function. by Evan Brown · 5 weeks ago
- 118924e Refactor: move iterator unchecked_* members before data members to comply with Google C++ style guide. by Evan Brown · 5 weeks ago
- 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
- 3e72bda Remove unused utility functions/constants. by Vitaly Goldshteyn · 5 weeks ago
- fb23406 Revert a change for breaking downstream third party libs by Abseil Team · 5 weeks ago
- d851be6 Remove unneeded include from cord_rep_btree_navigator.h by Abseil Team · 5 weeks ago
- 733069a Refactor: move find_first_non_full into raw_hash_set.cc. by Evan Brown · 5 weeks ago
- cf2b48c Perform stronger mixing on 32-bit platforms and enable the LowEntropyStrings test. by Evan Brown · 5 weeks ago
- ea50280 Include deallocated caller-provided size in delete hooks. by Chris Kennelly · 5 weeks ago
- a09b217 Roll back one more time: In debug mode, assert that the probe sequence isn't excessively long. by Vitaly Goldshteyn · 5 weeks ago
- 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
- aad15c0 Assume that control bytes don't alias CommonFields. by Evan Brown · 6 weeks ago
- ddbb517 Consistently use [[maybe_unused]] in raw_hash_set.h for better compiler warning compatibility. by Krzysztof Kosiński · 6 weeks ago
- 4471fbf Roll forward: In debug mode, assert that the probe sequence isn't excessively long. by Evan Brown · 6 weeks ago
- 43a3a66 Add a new test for hash collisions for short strings when PrecombineLengthMix has low quality. by Evan Brown · 6 weeks ago
- d20bae7 Refactor: define CombineRawImpl for repeated `Mix(state ^ value, kMul)` operations. by Evan Brown · 6 weeks ago
- 21db855 Automated Code Change by Abseil Team · 6 weeks ago
- d4e6b8c Mark hash_test as large so that the timeout is increased. by Evan Brown · 7 weeks ago
- 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
- c626845 Fix LIFETIME annotations for op*/op->/value operators for reference types. by Samuel Benzaquen · 7 weeks ago
- 2a2d6aa Update StatusOr to support lvalue reference value types. by Samuel Benzaquen · 7 weeks ago
- 76a4803 Rollback debug assertion that the probe sequence isn't excessively long. by Abseil Team · 7 weeks ago
- 2c5af19 AnyInvocable: Fix operator==/!= comments by Jesse Rosenstock · 7 weeks ago
- 7e1f86f In debug mode, assert that the probe sequence isn't excessively long. by Evan Brown · 7 weeks ago
- aed3ddd Improve NaN handling in absl::Duration arithmetic. by Tomas Dzetkulic · 7 weeks ago
- 4e5beaf Change PrecombineLengthMix to sample data from kStaticRandomData. by Evan Brown · 7 weeks ago
- 2b320cb Fix includes and fuse constructors of SpinLock. by Abseil Team · 7 weeks ago
- b40953d Enable `operator==` for `StatusOr` only if the contained type is equality-comparable by Abseil Team · 7 weeks ago
- f60bfd8 Enable SIMD memcpy-crc on ARM cores. by Abseil Team · 8 weeks ago
- 9e7f3c0 Improve mixing on 32-bit platforms. by Evan Brown · 8 weeks ago
- 212fcb9 Change DurationFromDouble to return -InfiniteDuration() for all NaNs. by Tomas Dzetkulic · 8 weeks ago
- 278d661 Change return type of hash internal `Seed` to `size_t` from `uint64_t` by Abseil Team · 8 weeks ago
- 6ee80c1 CMake: Add a fatal error when the compiler defaults to or is set to a by Derek Mauro · 8 weeks ago
- 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
- 23d40c5 Automated Code Change by Abseil Team · 8 weeks ago
- 5222784 Pass swisstable seed as seed to absl::Hash so we can save an XOR in H1. by Evan Brown · 8 weeks ago
- 888c221 Add support for scoped enumerations in CHECK_XX(). by Ryan Buckley · 9 weeks ago
- ca47784 Revert no-inline on Voidify::operator&&() -- caused unexpected binary size growth by Abseil Team · 9 weeks ago