| Commit message (Expand) | Author | Age |
... | |
* | PR #1689: Minor: Add missing quotes in CMake string view library definition | Robert Schulze | 2024-06-10 |
* | Demangle template parameter object names, TA <template-arg>. | Chris Mihelich | 2024-06-10 |
* | Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild. | Chris Mihelich | 2024-06-07 |
* | Try not to lose easy type combinators in S::operator const int*() and the like. | Chris Mihelich | 2024-06-07 |
* | Demangle fixed-width floating-point types, DF.... | Chris Mihelich | 2024-06-07 |
* | Demangle _BitInt types DB..., DU.... | Chris Mihelich | 2024-06-07 |
* | Demangle complex floating-point literals. | Chris Mihelich | 2024-06-07 |
* | Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128). | Chris Mihelich | 2024-06-07 |
* | Demangle operator co_await (aw). | Chris Mihelich | 2024-06-07 |
* | Demangle fully general vendor extended types (any <template-args>). | Chris Mihelich | 2024-06-07 |
* | Demangle transaction-safety notations GTt and Dx. | Chris Mihelich | 2024-06-07 |
* | Demangle C++11 user-defined literal operator functions. | Chris Mihelich | 2024-06-06 |
* | Demangle C++20 constrained friend names, F (<source-name> | <operator-name>). | Chris Mihelich | 2024-06-06 |
* | Demangle dependent GNU vector extension types, Dv <expression> _ <type>. | Chris Mihelich | 2024-06-06 |
* | Demangle elaborated type names, (Ts | Tu | Te) <name>. | Chris Mihelich | 2024-06-06 |
* | Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2)... | Evan Brown | 2024-06-06 |
* | Demangle delete-expressions with the global-scope operator, gs (dl | da) .... | Chris Mihelich | 2024-06-06 |
* | Demangle new-expressions with braced-init-lists. | Chris Mihelich | 2024-06-06 |
* | Demangle array new-expressions, [gs] na .... | Chris Mihelich | 2024-06-06 |
* | Demangle object new-expressions, [gs] nw .... | Chris Mihelich | 2024-06-05 |
* | Demangle preincrement and predecrement, pp_... and mm_.... | Chris Mihelich | 2024-06-05 |
* | Demangle throw and rethrow (tw... and tr). | Chris Mihelich | 2024-06-05 |
* | Remove redundant check of is_soo() while prefetching heap blocks. | Abseil Team | 2024-06-05 |
* | Demangle ti... and te... expressions (typeid). | Chris Mihelich | 2024-06-05 |
* | Demangle nx... syntax for noexcept(e) as an expression in a dependent signature. | Chris Mihelich | 2024-06-05 |
* | Demangle alignof expressions, at... and az.... | Chris Mihelich | 2024-06-05 |
* | Demangle C++17 structured bindings, DC...E. | Chris Mihelich | 2024-06-05 |
* | Demangle modern _ZGR..._ symbols. | Chris Mihelich | 2024-06-05 |
* | Remove redundant check of is_soo() while prefetching heap blocks. | Abseil Team | 2024-06-04 |
* | Demangle sizeof...(pack captured from an alias template), sP ... E. | Chris Mihelich | 2024-06-04 |
* | Demangle types nested under vendor extended types. | Chris Mihelich | 2024-06-04 |
* | Demangle il ... E syntax (braced list other than direct-list-initialization). | Chris Mihelich | 2024-06-04 |
* | Avoid signed overflow for Ed <number> _ manglings with large <number>s. | Chris Mihelich | 2024-06-04 |
* | Remove redundant check of is_soo() while prefetching heap blocks. | Abseil Team | 2024-06-04 |
* | Remove obsolete TODO | Abseil Team | 2024-06-04 |
* | Clarify function comment for `erase` by stating that this idiom only works fo... | Abseil Team | 2024-06-03 |
* | Set ABSL_HAVE_THREAD_LOCAL to 1 on all platforms | Derek Mauro | 2024-05-31 |
* | Demangle constrained auto types (Dk <type-constraint>). | Chris Mihelich | 2024-05-30 |
* | Parse <discriminator> more accurately. | Chris Mihelich | 2024-05-30 |
* | Demangle lambdas in class member functions' default arguments. | Chris Mihelich | 2024-05-30 |
* | Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E. | Chris Mihelich | 2024-05-29 |
* | Do not make std::filesystem::path hash available for macOS <10.15 | Abseil Team | 2024-05-29 |
* | Enable building monolithic shared library on macOS and Linux. | Abseil Team | 2024-05-29 |
* | Demangle Clang's last-resort notation _SUBSTPACK_. | Chris Mihelich | 2024-05-29 |
* | Demangle C++ requires-expressions with parameters (rQ ... E). | Chris Mihelich | 2024-05-29 |
* | Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))). | Chris Mihelich | 2024-05-29 |
* | Demangle static_cast and friends. | Chris Mihelich | 2024-05-29 |
* | Demangle decltype(expr)::nested_type (NDT...E). | Chris Mihelich | 2024-05-28 |
* | Optimize GrowIntoSingleGroupShuffleControlBytes. | Connal de Souza | 2024-05-28 |
* | Demangle C++17 fold-expressions. | Chris Mihelich | 2024-05-28 |