about summary refs log tree commit diff
path: root/src/test/debuginfo/union-smoke.rs
AgeCommit message (Expand)AuthorLines
2017-02-04ignore more gdb versions with buggy rust supportTim Neumann-1/+1
2017-01-13debuginfo: Ignore optimized enum tests for GDB versions that can't handle them.Michael Woerister-0/+1
2017-01-01Add pretty printing of unions in debuggersPhilip Craig-3/+2
2016-12-26travis: Update the OSX image we run tests inAlex Crichton-0/+1
2016-10-31adapt debuginfo tests for gdb with native rust supportTim Neumann-2/+4
2016-09-03Fix type encoding/decoding for unionsVadim Petrochenkov-3/+3
2016-09-03Fix rebase, fix some testsVadim Petrochenkov-8/+9
2016-09-03Generate debuginfo for unionsVadim Petrochenkov-0/+49