| Commit message (Expand) | Author | Age | Files | Lines |
* | vdso_support: support DT_GNU_HASH | Fangrui Song | 2024-07-01 | 2 | -23/+51 |
* | Declare Rust demangling feature-complete. | Chris Mihelich | 2024-06-27 | 2 | -4/+2 |
* | Split demangle_internal into a tree of smaller libraries. | Chris Mihelich | 2024-06-27 | 2 | -54/+142 |
* | Decode Rust Punycode when it's not too long. | Chris Mihelich | 2024-06-27 | 2 | -18/+25 |
* | Decoder for Rust-style Punycode encodings of bounded length. | Chris Mihelich | 2024-06-26 | 5 | -0/+951 |
* | Drop std:: qualification from integer types like uint64_t. | Chris Mihelich | 2024-06-14 | 5 | -34/+34 |
* | If so configured, report which part of a C++ mangled name didn't parse. | Chris Mihelich | 2024-06-12 | 1 | -3/+69 |
* | Sequence of 1-to-4 values with prefix sum to support Punycode decoding. | Chris Mihelich | 2024-06-12 | 4 | -0/+282 |
* | UTF-8 encoding library to support Rust Punycode decoding. | Chris Mihelich | 2024-06-10 | 5 | -0/+322 |
* | Demangle template parameter object names, TA <template-arg>. | Chris Mihelich | 2024-06-10 | 2 | -0/+38 |
* | Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild. | Chris Mihelich | 2024-06-07 | 2 | -0/+42 |
* | Try not to lose easy type combinators in S::operator const int*() and the like. | Chris Mihelich | 2024-06-07 | 2 | -6/+139 |
* | Demangle fixed-width floating-point types, DF.... | Chris Mihelich | 2024-06-07 | 2 | -1/+54 |
* | Demangle _BitInt types DB..., DU.... | Chris Mihelich | 2024-06-07 | 2 | -0/+55 |
* | Demangle complex floating-point literals. | Chris Mihelich | 2024-06-07 | 2 | -2/+28 |
* | Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128). | Chris Mihelich | 2024-06-07 | 2 | -7/+51 |
* | Demangle operator co_await (aw). | Chris Mihelich | 2024-06-07 | 2 | -0/+10 |
* | Demangle fully general vendor extended types (any <template-args>). | Chris Mihelich | 2024-06-07 | 2 | -15/+7 |
* | Demangle transaction-safety notations GTt and Dx. | Chris Mihelich | 2024-06-07 | 2 | -1/+24 |
* | Demangle C++11 user-defined literal operator functions. | Chris Mihelich | 2024-06-06 | 2 | -2/+22 |
* | Demangle C++20 constrained friend names, F (<source-name> | <operator-name>). | Chris Mihelich | 2024-06-06 | 2 | -0/+42 |
* | Demangle dependent GNU vector extension types, Dv <expression> _ <type>. | Chris Mihelich | 2024-06-06 | 2 | -2/+71 |
* | Demangle elaborated type names, (Ts | Tu | Te) <name>. | Chris Mihelich | 2024-06-06 | 2 | -1/+38 |
* | Demangle delete-expressions with the global-scope operator, gs (dl | da) .... | Chris Mihelich | 2024-06-06 | 2 | -2/+73 |
* | Demangle new-expressions with braced-init-lists. | Chris Mihelich | 2024-06-06 | 2 | -0/+58 |
* | Demangle array new-expressions, [gs] na .... | Chris Mihelich | 2024-06-06 | 2 | -1/+69 |
* | Demangle object new-expressions, [gs] nw .... | Chris Mihelich | 2024-06-05 | 2 | -0/+108 |
* | Demangle preincrement and predecrement, pp_... and mm_.... | Chris Mihelich | 2024-06-05 | 2 | -0/+71 |
* | Demangle throw and rethrow (tw... and tr). | Chris Mihelich | 2024-06-05 | 2 | -0/+41 |
* | Demangle ti... and te... expressions (typeid). | Chris Mihelich | 2024-06-05 | 2 | -0/+48 |
* | Demangle nx... syntax for noexcept(e) as an expression in a dependent signature. | Chris Mihelich | 2024-06-05 | 2 | -0/+22 |
* | Demangle alignof expressions, at... and az.... | Chris Mihelich | 2024-06-05 | 2 | -0/+44 |
* | Demangle C++17 structured bindings, DC...E. | Chris Mihelich | 2024-06-05 | 2 | -0/+24 |
* | Demangle modern _ZGR..._ symbols. | Chris Mihelich | 2024-06-05 | 2 | -3/+36 |
* | Demangle sizeof...(pack captured from an alias template), sP ... E. | Chris Mihelich | 2024-06-04 | 2 | -0/+26 |
* | Demangle types nested under vendor extended types. | Chris Mihelich | 2024-06-04 | 2 | -1/+39 |
* | Demangle il ... E syntax (braced list other than direct-list-initialization). | Chris Mihelich | 2024-06-04 | 2 | -0/+69 |
* | Avoid signed overflow for Ed <number> _ manglings with large <number>s. | Chris Mihelich | 2024-06-04 | 2 | -0/+33 |
* | Demangle constrained auto types (Dk <type-constraint>). | Chris Mihelich | 2024-05-30 | 2 | -3/+23 |
* | Parse <discriminator> more accurately. | Chris Mihelich | 2024-05-30 | 2 | -2/+59 |
* | Demangle lambdas in class member functions' default arguments. | Chris Mihelich | 2024-05-30 | 2 | -5/+59 |
* | Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E. | Chris Mihelich | 2024-05-29 | 2 | -2/+41 |
* | Demangle Clang's last-resort notation _SUBSTPACK_. | Chris Mihelich | 2024-05-29 | 2 | -1/+39 |
* | Demangle C++ requires-expressions with parameters (rQ ... E). | Chris Mihelich | 2024-05-29 | 2 | -0/+19 |
* | Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))). | Chris Mihelich | 2024-05-29 | 2 | -2/+62 |
* | Demangle static_cast and friends. | Chris Mihelich | 2024-05-29 | 2 | -0/+83 |
* | Demangle decltype(expr)::nested_type (NDT...E). | Chris Mihelich | 2024-05-28 | 2 | -1/+18 |
* | Demangle C++17 fold-expressions. | Chris Mihelich | 2024-05-28 | 2 | -0/+84 |
* | Demangle thread_local helper functions. | Chris Mihelich | 2024-05-28 | 2 | -4/+33 |
* | Demangle lambdas with explicit template arguments (UlTy and similar forms). | Chris Mihelich | 2024-05-28 | 2 | -1/+48 |