aboutsummaryrefslogtreecommitdiff
path: root/absl/debugging/internal/demangle_rust_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Decode Rust Punycode when it's not too long.Chris Mihelich2024-06-271-1/+1
* Drop std:: qualification from integer types like uint64_t.Chris Mihelich2024-06-141-5/+5
* Recognize dyn-trait-type in Rust demangling.Chris Mihelich2024-05-231-0/+44
* Recognize fn-type and lifetimes in Rust demangling.Chris Mihelich2024-05-221-0/+56
* Recognize inherent-impl and trait-impl in Rust demangling.Chris Mihelich2024-05-211-0/+25
* Recognize const and array-type in Rust mangled names.Chris Mihelich2024-05-211-0/+54
* Recognize generic arguments containing only types in Rust mangled names.Chris Mihelich2024-05-211-0/+39
* Demangle Rust backrefs.Chris Mihelich2024-05-141-0/+66
* Use Nt for struct and trait names in Rust demangler test inputs.Chris Mihelich2024-05-141-43/+43
* Demangle Rust's Y<type><path> production for passably simple <type>s.Chris Mihelich2024-05-131-0/+84
* Recognize some simple Rust mangled names in Demangle.Chris Mihelich2024-05-061-0/+216