about summary refs log tree commit diff
path: root/src/test/debuginfo/function-names.rs
AgeCommit message (Expand)AuthorLines
2022-06-14account for endianness in debuginfo for const argsb-naber-2/+2
2022-02-03Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472bors-2/+2
2022-02-02Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb...bors-9/+12
2022-02-01debuginfo: Make sure that type names for closure and generator environments a...Michael Woerister-9/+12
2022-01-30Compress amount of hashed bytes for `isize` values in StableHasherJakub Beránek-2/+2
2022-01-24Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher"Jakub Beránek-2/+2
2022-01-04Do not hash zero bytes of i64 and u32 in Sip128 hasherJakub Beránek-2/+2
2021-10-11Fix function-names test for GDB 10.1Michael Woerister-15/+16
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