Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Decode Rust Punycode when it's not too long. | Chris Mihelich | 2024-06-27 |
* | Drop std:: qualification from integer types like uint64_t. | Chris Mihelich | 2024-06-14 |
* | 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 |
* | 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 |