- 52fad5a Change internal visibility by Martijn Vels · 4 months ago
- 6c45955 Remove resolved issue. by Abseil Team · 4 months ago
- 8cdf482 Increase test timeouts to support running on Fuchsia emulators by Michael Brase · 4 months ago
- bb63788 Add tracing annotations to absl::Notification by Martijn Vels · 4 months ago
- e342b7f Suppress compiler optimizations which may break container poisoning. by Abseil Team · 4 months ago
- bd3ae17 Disable ABSL_INTERNAL_HAVE_DEBUGGING_STACK_CONSUMPTION for Fuchsia by Abseil Team · 4 months ago
- 034f8d0 Add tracing annotations to absl::BlockingCounter by Martijn Vels · 4 months ago
- 9a0743a Add absl_vlog_is_on and vlog_is_on to ABSL_INTERNAL_DLL_TARGETS by Sandy Zhang · 4 months ago
- e696f9f Update swisstable swap API comments to no longer guarantee that we don't move/swap individual elements. by Evan Brown · 4 months ago
- 2138590 PR #1726: cmake: Fix RUNPATH when using BUILD_WITH_INSTALL_RPATH=True by Mizux · 4 months ago
- 5ea745c Avoid unnecessary copying when upper-casing or lower-casing ASCII string_view by Abseil Team · 4 months ago
- 58df17f Add weak internal tracing API by Martijn Vels · 4 months ago
- 3358286 Fix LINT.IfChange syntax by Derek Mauro · 4 months ago
- 3cb4988 PR #1720: Fix spelling mistake: occurrance -> occurrence by Ikko Eltociear Ashimine · 4 months ago
- f754f2b Add missing include for Windows ASAN configuration in poison.cc by Abseil Team · 4 months ago
- 0598e58 Delete absl/strings/internal/has_absl_stringify.h now that the by Derek Mauro · 4 months ago
- 7795d08 Update versions of dependencies in preparation for release by Derek Mauro · 4 months ago
- eb85220 PR #1699: Add option to build with MSVC static runtime by Aaron Bray · 4 months ago
- 65ede0a Remove unneeded 'be' from comment. by Abseil Team · 4 months ago
- 646126a PR #1715: Generate options.h using CMake only once by Arnaud Botella · 4 months ago
- b86d574 Small type fix in absl/log/internal/log_impl.h by Gregory Pataky · 4 months ago
- cd75cb4 PR #1709: Handle RPATH CMake configuration by Arnaud Botella · 4 months ago
- 26ee072 PR #1710: fixup! PR #1707: Fixup absl_random compile breakage in Apple ARM64 targets by Soo-Hwan Na · 4 months ago
- db1255c PR #1695: Fix time library build for Apple platforms by Eduardo Menges Mattje · 4 months ago
- cd7f66c Remove cyclic cmake dependency that breaks in cmake 3.30.0 by Mike Kruskal · 4 months ago
- 5b6285e Roll forward poisoned pointer API and fix portability issues. by Evan Brown · 4 months ago
- bb50cad Use GetStatus in IsOkAndHoldsMatcher by Laramie Leavitt · 4 months ago
- 6dee153 PR #1707: Fixup absl_random compile breakage in Apple ARM64 targets by Soo-Hwan Na · 4 months ago
- f46495e PR #1706: Require CMake version 3.16 by Christoph Grüninger · 4 months ago
- af4c589 Add an MSVC implementation of ABSL_ATTRIBUTE_LIFETIME_BOUND by Derek Mauro · 5 months ago
- 074a32a Mark c_min_element, c_max_element, and c_minmax_element as constexpr in C++17. by Abseil Team · 5 months ago
- eb46a63 Optimize the absl::GetFlag cost for most non built-in flag types (including string). by Gennadiy Rozental · 5 months ago
- 6e70150 Encode some additional metadata when writing protobuf-encoded logs. by Andy Getzendanner · 5 months ago
- 0d9c2fc Replace signed integer overflow, since that's undefined behavior, with unsigned integer overflow. by Abseil Team · 5 months ago
- f36d333 Make mutable CompressedTuple::get() constexpr. by Abseil Team · 5 months ago
- 1278ee9 vdso_support: support DT_GNU_HASH by Fangrui Song · 5 months ago
- 37ebde5 Make c_begin, c_end, and c_distance conditionally constexpr. by Abseil Team · 5 months ago
- a276623 Add operator<=> comparison to absl::Time and absl::Duration. by Charlie Beattie · 5 months ago
- 649f589 Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]` by Derek Mauro · 5 months ago
- 57f04ad Rollback new poisoned pointer API by Derek Mauro · 5 months ago
- 4eb8104 Static cast instead of reinterpret cast raw hash set slots as casting from void* to T* is well defined by Abseil Team · 5 months ago
- a7c5f98 Fix absl::NoDestructor documentation about its use as a global by Derek Mauro · 5 months ago
- d4cf6b7 Declare Rust demangling feature-complete. by Chris Mihelich · 5 months ago
- f3725a7 Split demangle_internal into a tree of smaller libraries. by Chris Mihelich · 5 months ago
- 4b9a55f Decode Rust Punycode when it's not too long. by Chris Mihelich · 5 months ago
- 0ccc51f Add assertions to detect reentrance in `IterateOverFullSlots` and `absl::erase_if`. by Vitaly Goldshteyn · 5 months ago
- 16452e1 Decoder for Rust-style Punycode encodings of bounded length. by Chris Mihelich · 5 months ago
- 63d4b2f Add `c_contains()` and `c_contains_subrange()` to `absl/algorithm/container.h`. by Abseil Team · 5 months ago
- c98bd9c Three-way comparison spaceship <=> operators for Cord. by Abseil Team · 5 months ago
- 3ff9446 internal-only change by Abseil Team · 5 months ago
- 9957f27 Remove erroneous preprocessor branch on SGX_SIM. by Evan Brown · 5 months ago
- e486af7 Add an internal API to get a poisoned pointer. by Evan Brown · 5 months ago
- a305e85 optimization.h: Add missing <utility> header for C++ by Abseil Team · 5 months ago
- 72dde98 Add a compile test for headers that require C compatibility by Derek Mauro · 5 months ago
- 74f8c1e Fix comment typo by Anthony Lai · 5 months ago
- 0d5c20a Expand documentation for SetGlobalVLogLevel and SetVLogLevel. by Tanvi Jagtap · 5 months ago
- 1ee05f2 Roll back 6f972e239f668fa29cab43d7968692cd285997a9 by Abseil Team · 5 months ago
- 6f972e2 PR #1692: Add missing `<utility>` include by Patrick O'Connell · 5 months ago
- 8a28a0c Remove NOLINT for `#include <new>` for __cpp_lib_launder by Vitaly Goldshteyn · 5 months ago
- 0f29d3e Remove not used after all kAllowRemoveReentrance parameter from IterateOverFullSlots. by Vitaly Goldshteyn · 5 months ago
- 10ac811 Create `absl::container_internal::c_for_each_fast` for SwissTable. by Vitaly Goldshteyn · 5 months ago
- 9376376 Disable flaky test cases in kernel_timeout_internal_test. by Evan Brown · 5 months ago
- e181410 Document that swisstable and b-tree containers are not exception-safe. by Evan Brown · 5 months ago
- 69195d5 Add `ABSL_NULLABILITY_COMPATIBLE` attribute. by Martin Brænne · 5 months ago
- b4e4b62 LSC: Move expensive variables on their last use to avoid copies. by Abseil Team · 5 months ago
- 1315c90 Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes to more types in Abseil by Abseil Team · 5 months ago
- f04e489 Drop std:: qualification from integer types like uint64_t. by Chris Mihelich · 5 months ago
- 9755364 Increase slop time on MSVC in PerThreadSemTest.Timeouts again due to continued flakiness. by Evan Brown · 5 months ago
- 33dca3e Turn on validation for out of bounds MockUniform in MockingBitGen by Justin Bassett · 5 months ago
- 7c03b80 Use ABSL_UNREACHABLE() instead of equivalent by Derek Mauro · 5 months ago
- 7c17d8b If so configured, report which part of a C++ mangled name didn't parse. by Chris Mihelich · 5 months ago
- fc76120 Sequence of 1-to-4 values with prefix sum to support Punycode decoding. by Chris Mihelich · 5 months ago
- 17137c0 Add the missing inline namespace to the nullability files by Derek Mauro · 5 months ago
- 567ebd0 Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes to types in Abseil by Abseil Team · 5 months ago
- a0889af Disallow reentrance removal in `absl::erase_if`. by Vitaly Goldshteyn · 5 months ago
- cb319b3 Fix implicit conversion of temporary bitgen to BitGenRef by Abseil Team · 5 months ago
- 1d401d9 Use `IterateOverFullSlots` in `absl::erase_if` for hash table. by Vitaly Goldshteyn · 5 months ago
- d30298a UTF-8 encoding library to support Rust Punycode decoding. by Chris Mihelich · 5 months ago
- 96cdf6c Disable negative NaN float ostream format checking on RISC-V by Benjamin Barenblat · 5 months ago
- 2fc843e PR #1689: Minor: Add missing quotes in CMake string view library definition by Robert Schulze · 5 months ago
- 5195c35 Demangle template parameter object names, TA <template-arg>. by Chris Mihelich · 5 months ago
- 2f61aed Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild. by Chris Mihelich · 6 months ago
- 696b327 Try not to lose easy type combinators in S::operator const int*() and the like. by Chris Mihelich · 6 months ago
- f875817 Demangle fixed-width floating-point types, DF.... by Chris Mihelich · 6 months ago
- 3941dc4 Demangle _BitInt types DB..., DU.... by Chris Mihelich · 6 months ago
- 9140cc7 Demangle complex floating-point literals. by Chris Mihelich · 6 months ago
- c600031 Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128). by Chris Mihelich · 6 months ago
- c586e8d Demangle operator co_await (aw). by Chris Mihelich · 6 months ago
- 61e721f Demangle fully general vendor extended types (any <template-args>). by Chris Mihelich · 6 months ago
- 59d0a7d Demangle transaction-safety notations GTt and Dx. by Chris Mihelich · 6 months ago
- 6e60735 Demangle C++11 user-defined literal operator functions. by Chris Mihelich · 6 months ago
- 2a40eb6 Demangle C++20 constrained friend names, F (<source-name> | <operator-name>). by Chris Mihelich · 6 months ago
- 0cd50e6 Demangle dependent GNU vector extension types, Dv <expression> _ <type>. by Chris Mihelich · 6 months ago
- 586a541 Demangle elaborated type names, (Ts | Tu | Te) <name>. by Chris Mihelich · 6 months ago
- 66ef711 Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2) -> hash(k1) == hash(k2)`. by Evan Brown · 6 months ago
- ed34153 Demangle delete-expressions with the global-scope operator, gs (dl | da) .... by Chris Mihelich · 6 months ago
- ffa1e4a Demangle new-expressions with braced-init-lists. by Chris Mihelich · 6 months ago
- e7a5d7a Demangle array new-expressions, [gs] na .... by Chris Mihelich · 6 months ago
- 54e1f14 Demangle object new-expressions, [gs] nw .... by Chris Mihelich · 6 months ago
- fe43a4c Demangle preincrement and predecrement, pp_... and mm_.... by Chris Mihelich · 6 months ago