- 2a40eb6 Demangle C++20 constrained friend names, F (<source-name> | <operator-name>). by Chris Mihelich · 11 months ago
- 0cd50e6 Demangle dependent GNU vector extension types, Dv <expression> _ <type>. by Chris Mihelich · 11 months ago
- 586a541 Demangle elaborated type names, (Ts | Tu | Te) <name>. by Chris Mihelich · 11 months ago
- 66ef711 Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2) -> hash(k1) == hash(k2)`. by Evan Brown · 11 months ago
- ed34153 Demangle delete-expressions with the global-scope operator, gs (dl | da) .... by Chris Mihelich · 11 months ago
- ffa1e4a Demangle new-expressions with braced-init-lists. by Chris Mihelich · 11 months ago
- e7a5d7a Demangle array new-expressions, [gs] na .... by Chris Mihelich · 11 months ago
- 54e1f14 Demangle object new-expressions, [gs] nw .... by Chris Mihelich · 11 months ago
- fe43a4c Demangle preincrement and predecrement, pp_... and mm_.... by Chris Mihelich · 11 months ago
- aad792d Demangle throw and rethrow (tw... and tr). by Chris Mihelich · 11 months ago
- 9e72bd6 Remove redundant check of is_soo() while prefetching heap blocks. by Abseil Team · 11 months ago
- 49e0099 Demangle ti... and te... expressions (typeid). by Chris Mihelich · 11 months ago
- 8ece6dc Demangle nx... syntax for noexcept(e) as an expression in a dependent signature. by Chris Mihelich · 11 months ago
- 699fcf3 Demangle alignof expressions, at... and az.... by Chris Mihelich · 11 months ago
- 8322d3a Demangle C++17 structured bindings, DC...E. by Chris Mihelich · 11 months ago
- cba68bb Demangle modern _ZGR..._ symbols. by Chris Mihelich · 11 months ago
- 29bd16c Remove redundant check of is_soo() while prefetching heap blocks. by Abseil Team · 11 months ago
- 8777d44 Demangle sizeof...(pack captured from an alias template), sP ... E. by Chris Mihelich · 11 months ago
- d8e17c0 Demangle types nested under vendor extended types. by Chris Mihelich · 11 months ago
- 36d1644 Demangle il ... E syntax (braced list other than direct-list-initialization). by Chris Mihelich · 11 months ago
- b0e7216 Avoid signed overflow for Ed <number> _ manglings with large <number>s. by Chris Mihelich · 11 months ago
- 9645a2f Remove redundant check of is_soo() while prefetching heap blocks. by Abseil Team · 11 months ago
- 4953bbc Remove obsolete TODO by Abseil Team · 11 months ago
- 65dfbf2 Clarify function comment for `erase` by stating that this idiom only works for "some" standard containers. by Abseil Team · 11 months ago
- d06b827 Move SOVERSION to global CMakeLists, apply SOVERSION to DLL by Abseil Team · 11 months ago
- 0d9746a Set ABSL_HAVE_THREAD_LOCAL to 1 on all platforms by Derek Mauro · 11 months ago
- 9605d81 Demangle constrained auto types (Dk <type-constraint>). by Chris Mihelich · 11 months ago
- 9a2da1a Parse <discriminator> more accurately. by Chris Mihelich · 11 months ago
- c8671e7 Demangle lambdas in class member functions' default arguments. by Chris Mihelich · 11 months ago
- 36c2a14 Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E. by Chris Mihelich · 11 months ago
- 65a55c2 Do not make std::filesystem::path hash available for macOS <10.15 by Abseil Team · 11 months ago
- 3f9c325 Include flags in DLL build (non-Windows only) by Abseil Team · 11 months ago
- 7ce797f Enable building monolithic shared library on macOS and Linux. by Abseil Team · 11 months ago
- 6445706 Demangle Clang's last-resort notation _SUBSTPACK_. by Chris Mihelich · 11 months ago
- 77d0ac7 Demangle C++ requires-expressions with parameters (rQ ... E). by Chris Mihelich · 11 months ago
- abc0f8d Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))). by Chris Mihelich · 11 months ago
- 1f5a9cd Demangle static_cast and friends. by Chris Mihelich · 11 months ago
- 457fdbf Demangle decltype(expr)::nested_type (NDT...E). by Chris Mihelich · 11 months ago
- 40b2776 Optimize GrowIntoSingleGroupShuffleControlBytes. by Connal de Souza · 11 months ago
- cf071bb Demangle C++17 fold-expressions. by Chris Mihelich · 11 months ago
- 44e077d Demangle thread_local helper functions. by Chris Mihelich · 11 months ago
- 3ef92c6 Demangle lambdas with explicit template arguments (UlTy and similar forms). by Chris Mihelich · 11 months ago
- 6ec17dc Demangle &-qualified function types. by Chris Mihelich · 11 months ago
- 4a861bb Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo"). by Chris Mihelich · 11 months ago
- 90d49cb Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y). by Chris Mihelich · 11 months ago
- ca81d34 Add missing targets to ABSL_INTERNAL_DLL_TARGETS by Abseil Team · 11 months ago
- 1c17772 Build abseil_test_dll with ABSL_BUILD_TESTING by Abseil Team · 11 months ago
- baf07b1 Demangle C++ requires-expressions without parameters (rq ... E). by Chris Mihelich · 11 months ago
- 49c1f36 overload: make the constructor constexpr by Abseil Team · 11 months ago
- f858e74 Update Abseil CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3 by Derek Mauro · 11 months ago
- 48235b8 Workaround symbol resolution bug in Clang 19 by Derek Mauro · 11 months ago
- 52bc669 Workaround bogus GCC14 -Wmaybe-uninitialized warning by Derek Mauro · 11 months ago
- 50d3921 Silence a bogus GCC14 -Warray-bounds warning by Derek Mauro · 11 months ago
- 4a7c2ec Forbid absl::Uniform<absl::int128>(gen) by Justin Bassett · 11 months ago
- 0ef5bc6 Use IN_LIST to replace list(FIND) + > -1 by Abseil Team · 11 months ago
- 1343b6d Recognize C++ vendor extended expressions (e.g., u9__is_same...E). by Chris Mihelich · 11 months ago
- 8bb0b50 `overload_test`: Remove a few unnecessary trailing return types by Dino Radakovic · 11 months ago
- d60c089 Demangle the C++ this pointer (fpT). by Chris Mihelich · 11 months ago
- b3cd025 Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals. by Chris Mihelich · 11 months ago
- a7d70c8 Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes to Abseil. by Abseil Team · 11 months ago
- 9e095d7 Demangle C++ direct-list-initialization (T{1, 2, 3}, tl ... E). by Chris Mihelich · 11 months ago
- cfac0a3 Demangle the C++ spaceship operator (ss, operator<=>). by Chris Mihelich · 11 months ago
- a3c25ae Demangle C++ sZ encodings (sizeof...(pack)). by Chris Mihelich · 11 months ago
- 88c1f18 Demangle C++ so ... E encodings (typically array-to-pointer decay). by Chris Mihelich · 11 months ago
- 4149293 Recognize dyn-trait-type in Rust demangling. by Chris Mihelich · 11 months ago
- 1a31b81 Rework casting in raw_hash_set's IsFull(). by Paul Rigge · 11 months ago
- ac810be Remove test references to absl::SharedBitGen, which was never part of by Derek Mauro · 11 months ago
- aaed9b4 Recognize fn-type and lifetimes in Rust demangling. by Chris Mihelich · 11 months ago
- e7f1a95 Support int128/uint128 in validated MockingBitGen by Justin Bassett · 11 months ago
- a2625a6 Recognize inherent-impl and trait-impl in Rust demangling. by Chris Mihelich · 11 months ago
- 7a730c1 Recognize const and array-type in Rust mangled names. by Chris Mihelich · 11 months ago
- 22108fa Remove Asylo from absl. by Abseil Team · 11 months ago
- bfbfc3c Recognize generic arguments containing only types in Rust mangled names. by Chris Mihelich · 11 months ago
- c025a93 Fix missing #include <random> for std::uniform_int_distribution by Derek Mauro · 11 months ago
- 6ab5b0a Move `prepare_insert` out of the line as type erased `PrepareInsertNonSoo`. by Vitaly Goldshteyn · 11 months ago
- 0128305 Revert: Add -Wdead-code-aggressive to ABSL_LLVM_FLAGS by Peter Boström · 11 months ago
- 254b3a5 Add (unused) validation to absl::MockingBitGen by Justin Bassett · 11 months ago
- 93ac3a4 Support `AbslStringify` with `DCHECK_EQ`. by Abseil Team · 11 months ago
- cbfe51b PR #1672: Optimize StrJoin with tuple without user defined formatter by Valery Mironov · 11 months ago
- 6683a61 Give ReturnAddresses and N<uppercase> namespaces separate stacks for clarity. by Chris Mihelich · 11 months ago
- eba8db7 Demangle Rust backrefs. by Chris Mihelich · 12 months ago
- de8ae87 Use Nt for struct and trait names in Rust demangler test inputs. by Chris Mihelich · 12 months ago
- 519ef3b Allow __cxa_demangle on MIPS by Benjamin Barenblat · 12 months ago
- 7384185 Add a `string_view` overload to `absl::StrJoin` by Derek Mauro · 12 months ago
- 692d9e5 Demangle Rust's Y<type><path> production for passably simple <type>s. by Chris Mihelich · 12 months ago
- 99bb2f6 `convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipleFormatsHelper by Dino Radakovic · 12 months ago
- 1f6c241 `any_invocable`: Clean up #includes by Dino Radakovic · 12 months ago
- 7b87d95 Resynchronize absl/functional/CMakeLists.txt with BUILD.bazel by Benjamin Barenblat · 12 months ago
- e444af7 `any_invocable`: Add public documentation for undefined behavior when invoking an empty AnyInvocable by Dino Radakovic · 12 months ago
- 289d862 `any_invocable`: Delete obsolete reference to proposed standard type by Dino Radakovic · 12 months ago
- 77224c2 PR #1662: Replace shift with addition in crc multiply by Pavel P · 12 months ago
- e0df4a7 Doc fix. by Abseil Team · 12 months ago
- b8c843e `convert_test`: Extract loop over tested floats from helper function by Dino Radakovic · 12 months ago
- a28ee5b Recognize some simple Rust mangled names in Demangle. by Chris Mihelich · 12 months ago
- c1e1b47 Use __builtin_ctzg and __builtin_clzg in the implementations of by Derek Mauro · 12 months ago
- 7e149e4 Remove the forked absl::Status matchers implementation in statusor_test by Derek Mauro · 12 months ago
- d9f501e Add comment hack to fix copybara reversibility by Derek Mauro · 12 months ago
- cba31a9 Add GoogleTest matchers for absl::Status by Zie Weaver · 12 months ago
- d94c7ae [random] LogUniform: Document as a discrete distribution by Abseil Team · 12 months ago
- 0941ce7 Enable Cord tests with Crc. by Fergus Henderson · 12 months ago