summary refs log tree commit diff
path: root/src/test/debug-info/tuple-struct.rs
AgeCommit message (Collapse)AuthorLines
2013-09-10debuginfo: Support for namespaces (functions only)Michael Woerister-1/+1
2013-09-02switch __field__ hack to <unnamed_field>Daniel Micay-1/+2
avoids conflict with fields actually named `__field__`
2013-08-26Un-disabled debug info tests on Windows.Vadim Chugunov-2/+0
2013-08-16debuginfo: Added test cases for methods on structs, enums, traits, and ↵Michael Woerister-0/+60
tuple-structs. Also new test cases for tuple structs and by-value parameter passing.