aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.rust
AgeCommit message (Expand)AuthorFilesLines
2018-06-26Support ptype/o in RustTom Tromey2-0/+26
2018-04-30rust: Fix null deref when casting (PR 23124)Dan Robertson1-1/+3
2018-04-27Add inclusive range support for RustTom Tromey1-0/+6
2018-04-17Fix crash in quirk_rust_enumTom Tromey2-0/+8
2018-04-11Add Rust test case for ".." struct initializerTom Tromey1-0/+3
2018-03-19Support bare-identifier field initializers in RustTom Tromey2-0/+7
2018-02-26Convert Rust to use discriminated unionsTom Tromey1-2/+2
2018-01-19Fix qualified name lookup for RustTom Tromey2-0/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker15-15/+15
2017-11-17Handle dereferencing Rust trait objectsTom Tromey2-0/+84
2017-11-16Fix testing gdb.rust/modules.exp against gdbserverPedro Alves1-8/+10
2017-10-02Fix &str printing in RustTom Tromey2-6/+8
2017-10-02Fix ptype of Rust slicesTom Tromey1-0/+19
2017-10-02Allow indexing of &str in RustTom Tromey1-0/+2
2017-08-05Fix Rust test suite for 1.20 betaTom Tromey1-3/+3
2017-07-14Handle sizeof(type) in RustTom Tromey1-0/+3
2017-07-14Make gdb.lookup_typename work for Rust typesTom Tromey1-0/+8
2017-05-21Print Rust unsized array types a bit more nicelyTom Tromey2-0/+68
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey2-0/+59
2017-05-18Fix test failure with Rust 1.18 and 1.19Tom Tromey1-4/+4
2017-02-03Fix ptype of single-member Rust enumsTom Tromey1-0/+12
2017-01-01update copyright year range in GDB filesJoel Brobecker9-9/+9
2016-12-23Fix more cases of improper test namesLuis Machado4-8/+8
2016-11-03Add support for the sizeof function in RustManish Goregaokar1-1/+3
2016-11-03Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar2-0/+42
2016-07-21Allow empty struct expressions in RustTom Tromey2-0/+4
2016-07-06Allow subscripting raw pointersManish Goregaokar2-0/+2
2016-06-27Print void types correctly in RustManish Goregaokar2-0/+8
2016-06-25Add tests for printing of NonZero-optimized enums in RustManish Goregaokar2-0/+28
2016-06-10Fix PR rust/20110Tom Tromey1-0/+2
2016-05-17Update gdb test suite for RustTom Tromey9-0/+900