about summary refs log tree commit diff
path: root/src/test/debuginfo/drop-locations.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-01-05Disable failing tests temporarilySam-0/+1
2017-03-03work around LLVM PR#32123Ariel Ben-Yehuda-1/+2
2016-10-20Fix line stepping in debugger.Vadim Chugunov-0/+91
Attribute drop code to block's closing brace, instead of the line where the allocation was done. Attribute function epilogues to function body's closing brace, rather than the function header.