aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
...
* Fix implicit conversion of temporary bitgen to BitGenRefAbseil Team2024-06-101-7/+8
* Use `IterateOverFullSlots` in `absl::erase_if` for hash table.Vitaly Goldshteyn2024-06-104-106/+292
* UTF-8 encoding library to support Rust Punycode decoding.Chris Mihelich2024-06-105-0/+322
* Disable negative NaN float ostream format checking on RISC-VBenjamin Barenblat2024-06-101-0/+14
* PR #1689: Minor: Add missing quotes in CMake string view library definitionRobert Schulze2024-06-101-2/+2
* Demangle template parameter object names, TA <template-arg>.Chris Mihelich2024-06-102-0/+38
* Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild.Chris Mihelich2024-06-072-0/+42
* Try not to lose easy type combinators in S::operator const int*() and the like.Chris Mihelich2024-06-072-6/+139
* Demangle fixed-width floating-point types, DF....Chris Mihelich2024-06-072-1/+54
* Demangle _BitInt types DB..., DU....Chris Mihelich2024-06-072-0/+55
* Demangle complex floating-point literals.Chris Mihelich2024-06-072-2/+28
* Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128).Chris Mihelich2024-06-072-7/+51
* Demangle operator co_await (aw).Chris Mihelich2024-06-072-0/+10
* Demangle fully general vendor extended types (any <template-args>).Chris Mihelich2024-06-072-15/+7
* Demangle transaction-safety notations GTt and Dx.Chris Mihelich2024-06-072-1/+24
* Demangle C++11 user-defined literal operator functions.Chris Mihelich2024-06-062-2/+22
* Demangle C++20 constrained friend names, F (<source-name> | <operator-name>).Chris Mihelich2024-06-062-0/+42
* Demangle dependent GNU vector extension types, Dv <expression> _ <type>.Chris Mihelich2024-06-062-2/+71
* Demangle elaborated type names, (Ts | Tu | Te) <name>.Chris Mihelich2024-06-062-1/+38
* Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2)...Evan Brown2024-06-065-0/+123
* Demangle delete-expressions with the global-scope operator, gs (dl | da) ....Chris Mihelich2024-06-062-2/+73
* Demangle new-expressions with braced-init-lists.Chris Mihelich2024-06-062-0/+58
* Demangle array new-expressions, [gs] na ....Chris Mihelich2024-06-062-1/+69
* Demangle object new-expressions, [gs] nw ....Chris Mihelich2024-06-052-0/+108
* Demangle preincrement and predecrement, pp_... and mm_....Chris Mihelich2024-06-052-0/+71
* Demangle throw and rethrow (tw... and tr).Chris Mihelich2024-06-052-0/+41
* Remove redundant check of is_soo() while prefetching heap blocks.Abseil Team2024-06-051-1/+1
* Demangle ti... and te... expressions (typeid).Chris Mihelich2024-06-052-0/+48
* Demangle nx... syntax for noexcept(e) as an expression in a dependent signature.Chris Mihelich2024-06-052-0/+22
* Demangle alignof expressions, at... and az....Chris Mihelich2024-06-052-0/+44
* Demangle C++17 structured bindings, DC...E.Chris Mihelich2024-06-052-0/+24
* Demangle modern _ZGR..._ symbols.Chris Mihelich2024-06-052-3/+36
* Remove redundant check of is_soo() while prefetching heap blocks.Abseil Team2024-06-041-1/+1
* Demangle sizeof...(pack captured from an alias template), sP ... E.Chris Mihelich2024-06-042-0/+26
* Demangle types nested under vendor extended types.Chris Mihelich2024-06-042-1/+39
* Demangle il ... E syntax (braced list other than direct-list-initialization).Chris Mihelich2024-06-042-0/+69
* Avoid signed overflow for Ed <number> _ manglings with large <number>s.Chris Mihelich2024-06-042-0/+33
* Remove redundant check of is_soo() while prefetching heap blocks.Abseil Team2024-06-041-1/+1
* Remove obsolete TODOAbseil Team2024-06-041-1/+0
* Clarify function comment for `erase` by stating that this idiom only works fo...Abseil Team2024-06-031-1/+1
* Set ABSL_HAVE_THREAD_LOCAL to 1 on all platformsDerek Mauro2024-05-311-38/+3
* Demangle constrained auto types (Dk <type-constraint>).Chris Mihelich2024-05-302-3/+23
* Parse <discriminator> more accurately.Chris Mihelich2024-05-302-2/+59
* Demangle lambdas in class member functions' default arguments.Chris Mihelich2024-05-302-5/+59
* Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E.Chris Mihelich2024-05-292-2/+41
* Do not make std::filesystem::path hash available for macOS <10.15Abseil Team2024-05-291-1/+3
* Enable building monolithic shared library on macOS and Linux.Abseil Team2024-05-291-1/+1
* Demangle Clang's last-resort notation _SUBSTPACK_.Chris Mihelich2024-05-292-1/+39
* Demangle C++ requires-expressions with parameters (rQ ... E).Chris Mihelich2024-05-292-0/+19
* Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))).Chris Mihelich2024-05-292-2/+62