aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Demangle/RustDemangle.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-06-23[Demangle][Rust] Hide implementation details NFCTomasz Miąsko1-12/+205
2021-06-18[Demangle][Rust] Parse dot suffixTomasz Miąsko1-1/+9
2021-06-08[Demangle][Rust] Parse const backreferencesTomasz Miąsko1-2/+10
2021-06-08[Demangle][Rust] Parse type backreferencesTomasz Miąsko1-1/+9
2021-06-08[Demangle][Rust] Parse path backreferencesTomasz Miąsko1-1/+5
2021-06-07[Demangle][Rust] Parse instantiating crateTomasz Miąsko1-1/+4
2021-06-07[Demangle][Rust] Parse dyn-trait-assoc-bindingTomasz Miąsko1-6/+26
2021-06-07[Demangle][Rust] Parse dyn-traitTomasz Miąsko1-3/+12
2021-06-07[Demangle][Rust] Parse dyn-boundsTomasz Miąsko1-0/+21
2021-06-02[Demangle][Rust] Parse bindersTomasz Miąsko1-10/+73
2021-05-22[Demangle][Rust] Parse function signaturesTomasz Miąsko1-0/+44
2021-05-22[Demangle][Rust] Parse referencesTomasz Miąsko1-0/+10
2021-05-22[Demangle][Rust] Parse raw pointersTomasz Miąsko1-0/+8
2021-05-19[Demangle][Rust] Speculative fix for bot build failureTomasz Miąsko1-5/+5
2021-05-19[Demangle][Rust] Parse tuplesTomasz Miąsko1-0/+13
2021-05-19[Demangle][Rust] Parse slice typeTomasz Miąsko1-0/+5
2021-05-19[Demangle][Rust] Parse array typeTomasz Miąsko1-5/+17
2021-05-19[Demangle][Rust] Parse named typesTomasz Miąsko1-15/+23
2021-05-15[Demangle][Rust] Parse trait definitionsTomasz Miąsko1-0/+8
2021-05-15[Demangle][Rust] Parse trait implementationsTomasz Miąsko1-0/+9
2021-05-15[Demangle][Rust] Parse inherent implementationsTomasz Miąsko1-0/+16
2021-05-15[Demangle][Rust] Parse char constantsTomasz Miąsko1-1/+52
2021-05-15[Demangle][Rust] Parse bool constantsTomasz Miąsko1-1/+17
2021-05-14[Demangle][Rust] Parse integer constantsTomasz Miąsko1-38/+236
2021-05-10[Demangle][Rust] Parse basic typesTomasz Miąsko1-0/+97
2021-05-09[Demangle][Rust] Print special namespacesTomasz Miąsko1-15/+34
2021-05-03[demangler] Initial support for the new Rust mangling schemeTomasz Miąsko1-0/+276