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