about summary refs log tree commit diff
path: root/src/test/debuginfo/union-smoke.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-3/+7
2018-01-05Disable failing tests temporarilySam-0/+2
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-1/+0
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