summary refs log tree commit diff
path: root/src/test/debug-info/method-on-enum.rs
AgeCommit message (Collapse)AuthorLines
2013-09-10debuginfo: Support for namespaces (functions only)Michael Woerister-1/+1
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/+141
tuple-structs. Also new test cases for tuple structs and by-value parameter passing.