about summary refs log tree commit diff
path: root/src/test/debuginfo/issue-57822.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-55/+0
2022-02-01debuginfo: Make sure that type names for closure and generator environments a...Michael Woerister-5/+7
2021-07-09Store names of captured variables in `optimized_mir`lrh2000-3/+3
2021-07-09Name the captured upvars for closures/generators in debuginfolrh2000-3/+3
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-4/+4
2021-04-30Remove artificial flag from generator variantslrh2000-1/+1
2021-04-30Move outer fields of enums into variant parts in debuginfolrh2000-2/+2
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2020-06-09Implement new gdb/lldb pretty-printersortem-2/+2
2020-04-14Update the minimum external LLVM to 8Josh Stone-2/+1
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-1/+1
2019-08-27debuginfo: always include disambiguator in type namesPhilip Craig-2/+2
2019-08-25debuginfo: give unique names to closure and generator typesPhilip Craig-0/+55