summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
...
* Drop std:: qualification from integer types like uint64_t.Gravatar Chris Mihelich2024-06-14
* Increase slop time on MSVC in PerThreadSemTest.Timeouts again due to continue...Gravatar Evan Brown2024-06-14
* Turn on validation for out of bounds MockUniform in MockingBitGenGravatar Justin Bassett2024-06-13
* Use ABSL_UNREACHABLE() instead of equivalentGravatar Derek Mauro2024-06-13
* If so configured, report which part of a C++ mangled name didn't parse.Gravatar Chris Mihelich2024-06-12
* Sequence of 1-to-4 values with prefix sum to support Punycode decoding.Gravatar Chris Mihelich2024-06-12
* Add the missing inline namespace to the nullability filesGravatar Derek Mauro2024-06-12
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Gravatar Abseil Team2024-06-12
* Disallow reentrance removal in `absl::erase_if`.Gravatar Vitaly Goldshteyn2024-06-11
* Fix implicit conversion of temporary bitgen to BitGenRefGravatar Abseil Team2024-06-10
* Use `IterateOverFullSlots` in `absl::erase_if` for hash table.Gravatar Vitaly Goldshteyn2024-06-10
* UTF-8 encoding library to support Rust Punycode decoding.Gravatar Chris Mihelich2024-06-10
* Disable negative NaN float ostream format checking on RISC-VGravatar Benjamin Barenblat2024-06-10
* PR #1689: Minor: Add missing quotes in CMake string view library definitionGravatar Robert Schulze2024-06-10
* Demangle template parameter object names, TA <template-arg>.Gravatar Chris Mihelich2024-06-10
* Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild.Gravatar Chris Mihelich2024-06-07
* Try not to lose easy type combinators in S::operator const int*() and the like.Gravatar Chris Mihelich2024-06-07
* Demangle fixed-width floating-point types, DF....Gravatar Chris Mihelich2024-06-07
* Demangle _BitInt types DB..., DU....Gravatar Chris Mihelich2024-06-07
* Demangle complex floating-point literals.Gravatar Chris Mihelich2024-06-07
* Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128).Gravatar Chris Mihelich2024-06-07
* Demangle operator co_await (aw).Gravatar Chris Mihelich2024-06-07
* Demangle fully general vendor extended types (any <template-args>).Gravatar Chris Mihelich2024-06-07
* Demangle transaction-safety notations GTt and Dx.Gravatar Chris Mihelich2024-06-07
* Demangle C++11 user-defined literal operator functions.Gravatar Chris Mihelich2024-06-06
* Demangle C++20 constrained friend names, F (<source-name> | <operator-name>).Gravatar Chris Mihelich2024-06-06
* Demangle dependent GNU vector extension types, Dv <expression> _ <type>.Gravatar Chris Mihelich2024-06-06
* Demangle elaborated type names, (Ts | Tu | Te) <name>.Gravatar Chris Mihelich2024-06-06
* Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2)...Gravatar Evan Brown2024-06-06
* Demangle delete-expressions with the global-scope operator, gs (dl | da) ....Gravatar Chris Mihelich2024-06-06
* Demangle new-expressions with braced-init-lists.Gravatar Chris Mihelich2024-06-06
* Demangle array new-expressions, [gs] na ....Gravatar Chris Mihelich2024-06-06
* Demangle object new-expressions, [gs] nw ....Gravatar Chris Mihelich2024-06-05
* Demangle preincrement and predecrement, pp_... and mm_....Gravatar Chris Mihelich2024-06-05
* Demangle throw and rethrow (tw... and tr).Gravatar Chris Mihelich2024-06-05
* Remove redundant check of is_soo() while prefetching heap blocks.Gravatar Abseil Team2024-06-05
* Demangle ti... and te... expressions (typeid).Gravatar Chris Mihelich2024-06-05
* Demangle nx... syntax for noexcept(e) as an expression in a dependent signature.Gravatar Chris Mihelich2024-06-05
* Demangle alignof expressions, at... and az....Gravatar Chris Mihelich2024-06-05
* Demangle C++17 structured bindings, DC...E.Gravatar Chris Mihelich2024-06-05
* Demangle modern _ZGR..._ symbols.Gravatar Chris Mihelich2024-06-05
* Remove redundant check of is_soo() while prefetching heap blocks.Gravatar Abseil Team2024-06-04
* Demangle sizeof...(pack captured from an alias template), sP ... E.Gravatar Chris Mihelich2024-06-04
* Demangle types nested under vendor extended types.Gravatar Chris Mihelich2024-06-04
* Demangle il ... E syntax (braced list other than direct-list-initialization).Gravatar Chris Mihelich2024-06-04
* Avoid signed overflow for Ed <number> _ manglings with large <number>s.Gravatar Chris Mihelich2024-06-04
* Remove redundant check of is_soo() while prefetching heap blocks.Gravatar Abseil Team2024-06-04
* Remove obsolete TODOGravatar Abseil Team2024-06-04
* Clarify function comment for `erase` by stating that this idiom only works fo...Gravatar Abseil Team2024-06-03
* Set ABSL_HAVE_THREAD_LOCAL to 1 on all platformsGravatar Derek Mauro2024-05-31