summary refs log tree commit diff
path: root/src/test/debug-info/struct-in-struct.rs
AgeCommit message (Collapse)AuthorLines
2013-06-27debuginfo: Formatting cleanup.Michael Woerister-16/+8
2013-06-27debuginfo: Made test cases use correct naming convention for variables.Michael Woerister-16/+16
2013-06-27Extended test cases for struct debug information.Michael Woerister-0/+153
Added test cases for different kinds of padding (simple-struct.rs) Added test cases for nested structs (struct-in-struct.rs)