aboutsummaryrefslogtreecommitdiff
path: root/libiberty/rust-demangle.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-07-04Fix typo in recent code to add stack recursion limit to the Rust demangler.Nick Clifton1-0/+1
2022-07-04Prevent another potential stack overflow issue when demangling a maliciouslt ...Nick Clifton1-0/+17
2022-07-01Add a recursion limit to the demangle_const function in the Rust demangler.Nick Clifton1-9/+20
2022-02-17libiberty rust-demangle, ignore .suffixMark Wielaard1-3/+18
2022-01-31libiberty: Fix infinite recursion in rust demangler.Nick Clifton1-6/+41
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-04-21Fix endian bug in rust demanglerAndreas Schwab1-3/+6
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-13libiberty: Support the new ("v0") mangling scheme in rust-demangleEduard-Mihai Burtescu1-10/+1000
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-16[PATCH] Refactor rust-demangle to be independent of C++ demangling.Eduard-Mihai Burtescu1-181/+391
2019-10-03rust-demangle.c (looks_like_rust): Remove.Eduard-Mihai Burtescu1-39/+25
2019-09-03rust-demangle.c (unescape): Remove.Eduard-Mihai Burtescu1-147/+134
2019-07-18demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.Eduard-Mihai Burtescu1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-04Update copyright years.Jakub Jelinek1-1/+1
2016-11-16libiberty: Add Rust symbol demangling.David Tolnay1-0/+348