summary refs log tree commit diff
path: root/src/test/debuginfo/generator-objects.rs
AgeCommit message (Expand)AuthorLines
2021-07-09Store names of captured variables in `optimized_mir`lrh2000-4/+4
2021-07-09Name the captured upvars for closures/generators in debuginfolrh2000-4/+4
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-8/+8
2021-04-30Remove artificial flag from generator variantslrh2000-4/+8
2021-04-30Move outer fields of enums into variant parts in debuginfolrh2000-8/+8
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-2/+0
2020-06-09Implement new gdb/lldb pretty-printersortem-4/+4
2020-04-14Update the minimum external LLVM to 8Josh Stone-2/+1
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-3/+3
2019-08-27debuginfo: always include disambiguator in type namesPhilip Craig-8/+8
2019-05-03Address review commentsTyler Mandry-4/+4
2019-04-25Include generator locals as field names in debuginfoTyler Mandry-4/+4
2019-04-25Make generator object debuginfo easier to readTyler Mandry-4/+4
2019-04-25Describe generator variants in debuginfoTyler Mandry-0/+68