| Commit message (Expand) | Author | Age |
* | 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 some simple Rust mangled names in Demangle. | Chris Mihelich | 2024-05-06 |
* | `demangle`: Parse template template and C++20 lambda template param substitut... | Dino Radakovic | 2024-02-15 |
* | `demangle`: Parse optional single template argument for built-in types | Dino Radakovic | 2024-02-13 |
* | `demangle`: Add complexity guard to `ParseQRequiresExpr` | Dino Radakovic | 2024-02-13 |
* | `demangle`: Parse `requires` clauses on template params, before function retu... | Dino Radakovic | 2024-02-09 |
* | `demangle`: Parse `requires` clauses on functions | Dino Radakovic | 2024-02-09 |
* | `demangle`: Parse C++20-compatible template param declarations, except those ... | Dino Radakovic | 2024-02-08 |
* | `demangle`: Implement parsing for simplest constrained template arguments | Dino Radakovic | 2024-02-07 |
* | Re-submit with a fix for platforms without RTTI. | Abseil Team | 2023-10-02 |
* | Add an internal wrapper for `abi::__cxa_demangle()`. | Abseil Team | 2023-09-26 |
* | Add an internal wrapper for `abi::__cxa_demangle()`. | Abseil Team | 2023-09-26 |
* | Fix "unsafe narrowing" warnings in absl, 7/n. | Abseil Team | 2022-08-29 |
* | Fix "unsafe narrowing" warnings in absl, 2/n. | Abseil Team | 2022-08-01 |
* | Support [[gnu::abi_tag("xyz")]] demangling. | Abseil Team | 2022-07-13 |
* | Export of internal Abseil changes | Abseil Team | 2021-08-17 |
* | Export of internal Abseil changes | Abseil Team | 2021-03-18 |
* | Export of internal Abseil changes | Abseil Team | 2020-09-20 |
* | Export of internal Abseil changes | Abseil Team | 2020-08-18 |
* | Export of internal Abseil changes | Abseil Team | 2020-08-03 |
* | Export of internal Abseil changes | Abseil Team | 2020-07-27 |
* | Export of internal Abseil changes | Abseil Team | 2020-03-10 |
* | Export of internal Abseil changes | Abseil Team | 2019-12-12 |
* | Export of internal Abseil changes | Abseil Team | 2019-10-21 |
* | Export of internal Abseil changes. | Abseil Team | 2019-03-08 |
* | Changed HTTP URLs to HTTPS where possible (#270) | nik7273 | 2019-03-08 |
* | Export of internal Abseil changes. | Abseil Team | 2018-12-04 |
* | Export of internal Abseil changes. | Abseil Team | 2018-08-22 |