Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recognize dyn-trait-type in Rust demangling. | Chris Mihelich | 2024-05-23 | 1 | -1/+60 |
* | Recognize fn-type and lifetimes in Rust demangling. | Chris Mihelich | 2024-05-22 | 1 | -4/+68 |
* | Recognize inherent-impl and trait-impl in Rust demangling. | Chris Mihelich | 2024-05-21 | 1 | -2/+37 |
* | Recognize const and array-type in Rust mangled names. | Chris Mihelich | 2024-05-21 | 1 | -2/+65 |
* | Recognize generic arguments containing only types in Rust mangled names. | Chris Mihelich | 2024-05-21 | 1 | -1/+23 |
* | Give ReturnAddresses and N<uppercase> namespaces separate stacks for clarity. | Chris Mihelich | 2024-05-15 | 1 | -26/+35 |
* | Demangle Rust backrefs. | Chris Mihelich | 2024-05-14 | 1 | -6/+99 |
* | Demangle Rust's Y<type><path> production for passably simple <type>s. | Chris Mihelich | 2024-05-13 | 1 | -2/+143 |
* | Recognize some simple Rust mangled names in Demangle. | Chris Mihelich | 2024-05-06 | 1 | -0/+432 |