summary refs log tree commit diff
path: root/src/test/debuginfo/function-names.rs
AgeCommit message (Expand)AuthorLines
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-2/+2
2021-08-24tests: support -Zsymbol-mangling-version=v0 being the default.Eduard-Mihai Burtescu-1/+1
2021-07-15[debuginfo] Make use of spaces and separators in debuginfo names more uniform.Michael Woerister-3/+3
2021-07-14Handle non-integer const generic parameters in debuginfo type names.Michael Woerister-2/+28
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-0/+175