| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Demangle C++17 fold-expressions. | Chris Mihelich | 2024-05-28 |
* | Demangle thread_local helper functions. | Chris Mihelich | 2024-05-28 |
* | Demangle lambdas with explicit template arguments (UlTy and similar forms). | Chris Mihelich | 2024-05-28 |
* | Demangle &-qualified function types. | Chris Mihelich | 2024-05-28 |
* | Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo"). | Chris Mihelich | 2024-05-28 |
* | Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y). | Chris Mihelich | 2024-05-28 |
* | Demangle C++ requires-expressions without parameters (rq ... E). | Chris Mihelich | 2024-05-24 |
* | Recognize C++ vendor extended expressions (e.g., u9__is_same...E). | Chris Mihelich | 2024-05-24 |
* | Demangle the C++ this pointer (fpT). | Chris Mihelich | 2024-05-23 |
* | Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals. | Chris Mihelich | 2024-05-23 |
* | Demangle C++ direct-list-initialization (T{1, 2, 3}, tl ... E). | Chris Mihelich | 2024-05-23 |
* | Demangle the C++ spaceship operator (ss, operator<=>). | Chris Mihelich | 2024-05-23 |
* | Demangle C++ sZ encodings (sizeof...(pack)). | Chris Mihelich | 2024-05-23 |
* | Demangle C++ so ... E encodings (typically array-to-pointer decay). | Chris Mihelich | 2024-05-23 |
* | Recognize dyn-trait-type in Rust demangling. | Chris Mihelich | 2024-05-23 |
* | Recognize fn-type and lifetimes in Rust demangling. | Chris Mihelich | 2024-05-22 |
* | Recognize inherent-impl and trait-impl in Rust demangling. | Chris Mihelich | 2024-05-21 |
* | Recognize const and array-type in Rust mangled names. | Chris Mihelich | 2024-05-21 |
* | Recognize generic arguments containing only types in Rust mangled names. | Chris Mihelich | 2024-05-21 |
* | Give ReturnAddresses and N<uppercase> namespaces separate stacks for clarity. | Chris Mihelich | 2024-05-15 |
* | Demangle Rust backrefs. | Chris Mihelich | 2024-05-14 |
* | Use Nt for struct and trait names in Rust demangler test inputs. | Chris Mihelich | 2024-05-14 |
* | Demangle Rust's Y<type><path> production for passably simple <type>s. | Chris Mihelich | 2024-05-13 |
* | Recognize some simple Rust mangled names in Demangle. | Chris Mihelich | 2024-05-06 |
* | Only check if the frame pointer is inside a signal stack with known bounds | Abseil Team | 2024-03-28 |
* | `demangle`: Parse template template and C++20 lambda template param substitut... | Dino Radakovic | 2024-02-15 |