about summary refs log tree commit diff
path: root/src/test/debuginfo/unreachable-locals.rs
AgeCommit message (Expand)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2015-09-19Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]`Andrew Paseltiner-0/+1
2015-03-05trans: Add early-out when translating unreachable controlflow expressions.Michael Woerister-1/+84
2015-02-10Enable test/debuginfo on androidEunji Jeong-1/+0
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-5/+5
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-01debuginfo: Fix an ICE related to local variables in unreachable code.Michael Woerister-0/+86