aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.rust/simple.rs
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Avoid crash on single-field union in RustTom Tromey1-0/+6
2019-05-02gdb/rust: Handle printing structures containing stringsAndrew Burgess1-0/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-19Fix gdb.rust/simple.rs for more recent compilersTom Tromey1-1/+1
2018-09-13Fix crash with empty Rust enumTom Tromey1-0/+4
2018-08-31Fix a small bug in gdb.rust/simple.rsTom Tromey1-1/+1
2018-06-26Support ptype/o in RustTom Tromey1-0/+8
2018-04-17Fix crash in quirk_rust_enumTom Tromey1-0/+7
2018-03-19Support bare-identifier field initializers in RustTom Tromey1-0/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-02Fix &str printing in RustTom Tromey1-0/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-03Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar1-0/+30
2016-07-21Allow empty struct expressions in RustTom Tromey1-0/+1
2016-07-06Allow subscripting raw pointersManish Goregaokar1-0/+1
2016-06-27Print void types correctly in RustManish Goregaokar1-0/+7
2016-06-25Add tests for printing of NonZero-optimized enums in RustManish Goregaokar1-0/+17
2016-05-17Update gdb test suite for RustTom Tromey1-0/+97