summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.rust
Commit message (Expand)AuthorAgeFilesLines
* gdb/rust: Handle printing structures containing stringsAndrew Burgess2019-05-022-0/+11
* Update copyright year range in all GDB files.Joel Brobecker2019-01-0115-15/+15
* Handle TYPE_CODE_PTR when printing Rust typesTom Tromey2018-11-192-8/+9
* Fix gdb.rust/simple.rs for more recent compilersTom Tromey2018-11-191-1/+1
* Make Rust error message mention the field nameTom Tromey2018-09-131-0/+2
* Fix crash with empty Rust enumTom Tromey2018-09-132-0/+16
* Fix a small bug in gdb.rust/simple.rsTom Tromey2018-08-311-1/+1
* Support ptype/o in RustTom Tromey2018-06-262-0/+26
* rust: Fix null deref when casting (PR 23124)Dan Robertson2018-04-301-1/+3
* Add inclusive range support for RustTom Tromey2018-04-271-0/+6
* Fix crash in quirk_rust_enumTom Tromey2018-04-172-0/+8
* Add Rust test case for ".." struct initializerTom Tromey2018-04-111-0/+3
* Support bare-identifier field initializers in RustTom Tromey2018-03-192-0/+7
* Convert Rust to use discriminated unionsTom Tromey2018-02-261-2/+2
* Fix qualified name lookup for RustTom Tromey2018-01-192-0/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0215-15/+15
* Handle dereferencing Rust trait objectsTom Tromey2017-11-172-0/+84
* Fix testing gdb.rust/modules.exp against gdbserverPedro Alves2017-11-161-8/+10
* Fix &str printing in RustTom Tromey2017-10-022-6/+8
* Fix ptype of Rust slicesTom Tromey2017-10-021-0/+19
* Allow indexing of &str in RustTom Tromey2017-10-021-0/+2
* Fix Rust test suite for 1.20 betaTom Tromey2017-08-051-3/+3
* Handle sizeof(type) in RustTom Tromey2017-07-141-0/+3
* Make gdb.lookup_typename work for Rust typesTom Tromey2017-07-141-0/+8
* Print Rust unsized array types a bit more nicelyTom Tromey2017-05-212-0/+68
* Use watchpoint's language when re-parsing expressionTom Tromey2017-05-192-0/+59
* Fix test failure with Rust 1.18 and 1.19Tom Tromey2017-05-181-4/+4
* Fix ptype of single-member Rust enumsTom Tromey2017-02-031-0/+12
* update copyright year range in GDB filesJoel Brobecker2017-01-019-9/+9
* Fix more cases of improper test namesLuis Machado2016-12-234-8/+8
* Add support for the sizeof function in RustManish Goregaokar2016-11-031-1/+3
* Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar2016-11-032-0/+42
* Allow empty struct expressions in RustTom Tromey2016-07-212-0/+4
* Allow subscripting raw pointersManish Goregaokar2016-07-062-0/+2
* Print void types correctly in RustManish Goregaokar2016-06-272-0/+8
* Add tests for printing of NonZero-optimized enums in RustManish Goregaokar2016-06-252-0/+28
* Fix PR rust/20110Tom Tromey2016-06-101-0/+2
* Update gdb test suite for RustTom Tromey2016-05-179-0/+900