1. 1ee05f2 Roll back 6f972e239f668fa29cab43d7968692cd285997a9 by Abseil Team · 9 months ago
  2. 6f972e2 PR #1692: Add missing `<utility>` include by Patrick O'Connell · 9 months ago
  3. 8a28a0c Remove NOLINT for `#include <new>` for __cpp_lib_launder by Vitaly Goldshteyn · 9 months ago
  4. 0f29d3e Remove not used after all kAllowRemoveReentrance parameter from IterateOverFullSlots. by Vitaly Goldshteyn · 9 months ago
  5. 10ac811 Create `absl::container_internal::c_for_each_fast` for SwissTable. by Vitaly Goldshteyn · 9 months ago
  6. 9376376 Disable flaky test cases in kernel_timeout_internal_test. by Evan Brown · 9 months ago
  7. e181410 Document that swisstable and b-tree containers are not exception-safe. by Evan Brown · 9 months ago
  8. 69195d5 Add `ABSL_NULLABILITY_COMPATIBLE` attribute. by Martin Brænne · 9 months ago
  9. b4e4b62 LSC: Move expensive variables on their last use to avoid copies. by Abseil Team · 9 months ago
  10. 1315c90 Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes to more types in Abseil by Abseil Team · 9 months ago
  11. f04e489 Drop std:: qualification from integer types like uint64_t. by Chris Mihelich · 9 months ago
  12. 9755364 Increase slop time on MSVC in PerThreadSemTest.Timeouts again due to continued flakiness. by Evan Brown · 9 months ago
  13. 33dca3e Turn on validation for out of bounds MockUniform in MockingBitGen by Justin Bassett · 9 months ago
  14. 7c03b80 Use ABSL_UNREACHABLE() instead of equivalent by Derek Mauro · 9 months ago
  15. 7c17d8b If so configured, report which part of a C++ mangled name didn't parse. by Chris Mihelich · 9 months ago
  16. fc76120 Sequence of 1-to-4 values with prefix sum to support Punycode decoding. by Chris Mihelich · 9 months ago
  17. 17137c0 Add the missing inline namespace to the nullability files by Derek Mauro · 9 months ago
  18. 567ebd0 Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes to types in Abseil by Abseil Team · 9 months ago
  19. a0889af Disallow reentrance removal in `absl::erase_if`. by Vitaly Goldshteyn · 9 months ago
  20. cb319b3 Fix implicit conversion of temporary bitgen to BitGenRef by Abseil Team · 9 months ago
  21. 1d401d9 Use `IterateOverFullSlots` in `absl::erase_if` for hash table. by Vitaly Goldshteyn · 9 months ago
  22. d30298a UTF-8 encoding library to support Rust Punycode decoding. by Chris Mihelich · 9 months ago
  23. 96cdf6c Disable negative NaN float ostream format checking on RISC-V by Benjamin Barenblat · 9 months ago
  24. 2fc843e PR #1689: Minor: Add missing quotes in CMake string view library definition by Robert Schulze · 9 months ago
  25. 5195c35 Demangle template parameter object names, TA <template-arg>. by Chris Mihelich · 9 months ago
  26. 2f61aed Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild. by Chris Mihelich · 9 months ago
  27. 696b327 Try not to lose easy type combinators in S::operator const int*() and the like. by Chris Mihelich · 9 months ago
  28. f875817 Demangle fixed-width floating-point types, DF.... by Chris Mihelich · 9 months ago
  29. 3941dc4 Demangle _BitInt types DB..., DU.... by Chris Mihelich · 9 months ago
  30. 9140cc7 Demangle complex floating-point literals. by Chris Mihelich · 9 months ago
  31. c600031 Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128). by Chris Mihelich · 9 months ago
  32. c586e8d Demangle operator co_await (aw). by Chris Mihelich · 9 months ago
  33. 61e721f Demangle fully general vendor extended types (any <template-args>). by Chris Mihelich · 9 months ago
  34. 59d0a7d Demangle transaction-safety notations GTt and Dx. by Chris Mihelich · 9 months ago
  35. 6e60735 Demangle C++11 user-defined literal operator functions. by Chris Mihelich · 9 months ago
  36. 2a40eb6 Demangle C++20 constrained friend names, F (<source-name> | <operator-name>). by Chris Mihelich · 9 months ago
  37. 0cd50e6 Demangle dependent GNU vector extension types, Dv <expression> _ <type>. by Chris Mihelich · 9 months ago
  38. 586a541 Demangle elaborated type names, (Ts | Tu | Te) <name>. by Chris Mihelich · 9 months ago
  39. 66ef711 Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2) -> hash(k1) == hash(k2)`. by Evan Brown · 9 months ago
  40. ed34153 Demangle delete-expressions with the global-scope operator, gs (dl | da) .... by Chris Mihelich · 9 months ago
  41. ffa1e4a Demangle new-expressions with braced-init-lists. by Chris Mihelich · 9 months ago
  42. e7a5d7a Demangle array new-expressions, [gs] na .... by Chris Mihelich · 9 months ago
  43. 54e1f14 Demangle object new-expressions, [gs] nw .... by Chris Mihelich · 9 months ago
  44. fe43a4c Demangle preincrement and predecrement, pp_... and mm_.... by Chris Mihelich · 9 months ago
  45. aad792d Demangle throw and rethrow (tw... and tr). by Chris Mihelich · 9 months ago
  46. 9e72bd6 Remove redundant check of is_soo() while prefetching heap blocks. by Abseil Team · 9 months ago
  47. 49e0099 Demangle ti... and te... expressions (typeid). by Chris Mihelich · 9 months ago
  48. 8ece6dc Demangle nx... syntax for noexcept(e) as an expression in a dependent signature. by Chris Mihelich · 9 months ago
  49. 699fcf3 Demangle alignof expressions, at... and az.... by Chris Mihelich · 9 months ago
  50. 8322d3a Demangle C++17 structured bindings, DC...E. by Chris Mihelich · 9 months ago
  51. cba68bb Demangle modern _ZGR..._ symbols. by Chris Mihelich · 9 months ago
  52. 29bd16c Remove redundant check of is_soo() while prefetching heap blocks. by Abseil Team · 9 months ago
  53. 8777d44 Demangle sizeof...(pack captured from an alias template), sP ... E. by Chris Mihelich · 9 months ago
  54. d8e17c0 Demangle types nested under vendor extended types. by Chris Mihelich · 9 months ago
  55. 36d1644 Demangle il ... E syntax (braced list other than direct-list-initialization). by Chris Mihelich · 9 months ago
  56. b0e7216 Avoid signed overflow for Ed <number> _ manglings with large <number>s. by Chris Mihelich · 9 months ago
  57. 9645a2f Remove redundant check of is_soo() while prefetching heap blocks. by Abseil Team · 9 months ago
  58. 4953bbc Remove obsolete TODO by Abseil Team · 9 months ago
  59. 65dfbf2 Clarify function comment for `erase` by stating that this idiom only works for "some" standard containers. by Abseil Team · 9 months ago
  60. d06b827 Move SOVERSION to global CMakeLists, apply SOVERSION to DLL by Abseil Team · 10 months ago
  61. 0d9746a Set ABSL_HAVE_THREAD_LOCAL to 1 on all platforms by Derek Mauro · 10 months ago
  62. 9605d81 Demangle constrained auto types (Dk <type-constraint>). by Chris Mihelich · 10 months ago
  63. 9a2da1a Parse <discriminator> more accurately. by Chris Mihelich · 10 months ago
  64. c8671e7 Demangle lambdas in class member functions' default arguments. by Chris Mihelich · 10 months ago
  65. 36c2a14 Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E. by Chris Mihelich · 10 months ago
  66. 65a55c2 Do not make std::filesystem::path hash available for macOS <10.15 by Abseil Team · 10 months ago
  67. 3f9c325 Include flags in DLL build (non-Windows only) by Abseil Team · 10 months ago
  68. 7ce797f Enable building monolithic shared library on macOS and Linux. by Abseil Team · 10 months ago
  69. 6445706 Demangle Clang's last-resort notation _SUBSTPACK_. by Chris Mihelich · 10 months ago
  70. 77d0ac7 Demangle C++ requires-expressions with parameters (rQ ... E). by Chris Mihelich · 10 months ago
  71. abc0f8d Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))). by Chris Mihelich · 10 months ago
  72. 1f5a9cd Demangle static_cast and friends. by Chris Mihelich · 10 months ago
  73. 457fdbf Demangle decltype(expr)::nested_type (NDT...E). by Chris Mihelich · 10 months ago
  74. 40b2776 Optimize GrowIntoSingleGroupShuffleControlBytes. by Connal de Souza · 10 months ago
  75. cf071bb Demangle C++17 fold-expressions. by Chris Mihelich · 10 months ago
  76. 44e077d Demangle thread_local helper functions. by Chris Mihelich · 10 months ago
  77. 3ef92c6 Demangle lambdas with explicit template arguments (UlTy and similar forms). by Chris Mihelich · 10 months ago
  78. 6ec17dc Demangle &-qualified function types. by Chris Mihelich · 10 months ago
  79. 4a861bb Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo"). by Chris Mihelich · 10 months ago
  80. 90d49cb Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y). by Chris Mihelich · 10 months ago
  81. ca81d34 Add missing targets to ABSL_INTERNAL_DLL_TARGETS by Abseil Team · 10 months ago
  82. 1c17772 Build abseil_test_dll with ABSL_BUILD_TESTING by Abseil Team · 10 months ago
  83. baf07b1 Demangle C++ requires-expressions without parameters (rq ... E). by Chris Mihelich · 10 months ago
  84. 49c1f36 overload: make the constructor constexpr by Abseil Team · 10 months ago
  85. f858e74 Update Abseil CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3 by Derek Mauro · 10 months ago
  86. 48235b8 Workaround symbol resolution bug in Clang 19 by Derek Mauro · 10 months ago
  87. 52bc669 Workaround bogus GCC14 -Wmaybe-uninitialized warning by Derek Mauro · 10 months ago
  88. 50d3921 Silence a bogus GCC14 -Warray-bounds warning by Derek Mauro · 10 months ago
  89. 4a7c2ec Forbid absl::Uniform<absl::int128>(gen) by Justin Bassett · 10 months ago
  90. 0ef5bc6 Use IN_LIST to replace list(FIND) + > -1 by Abseil Team · 10 months ago
  91. 1343b6d Recognize C++ vendor extended expressions (e.g., u9__is_same...E). by Chris Mihelich · 10 months ago
  92. 8bb0b50 `overload_test`: Remove a few unnecessary trailing return types by Dino Radakovic · 10 months ago
  93. d60c089 Demangle the C++ this pointer (fpT). by Chris Mihelich · 10 months ago
  94. b3cd025 Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals. by Chris Mihelich · 10 months ago
  95. a7d70c8 Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes to Abseil. by Abseil Team · 10 months ago
  96. 9e095d7 Demangle C++ direct-list-initialization (T{1, 2, 3}, tl ... E). by Chris Mihelich · 10 months ago
  97. cfac0a3 Demangle the C++ spaceship operator (ss, operator<=>). by Chris Mihelich · 10 months ago
  98. a3c25ae Demangle C++ sZ encodings (sizeof...(pack)). by Chris Mihelich · 10 months ago
  99. 88c1f18 Demangle C++ so ... E encodings (typically array-to-pointer decay). by Chris Mihelich · 10 months ago
  100. 4149293 Recognize dyn-trait-type in Rust demangling. by Chris Mihelich · 10 months ago