]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/testsuite/gdb.rust/simple.exp
Update copyright year range in all GDB files.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.rust / simple.exp
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-09  Tom de Vries[gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for...
2019-10-04  Tom TromeyAvoid crash on single-field union in Rust
2019-05-02  Andrew Burgessgdb/rust: Handle printing structures containing strings
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-19  Tom TromeyHandle TYPE_CODE_PTR when printing Rust types
2018-09-13  Tom TromeyMake Rust error message mention the field name
2018-09-13  Tom TromeyFix crash with empty Rust enum
2018-06-26  Tom TromeySupport ptype/o in Rust
2018-04-27  Tom TromeyAdd inclusive range support for Rust
2018-04-17  Tom TromeyFix crash in quirk_rust_enum
2018-04-11  Tom TromeyAdd Rust test case for ".." struct initializer
2018-03-19  Tom TromeySupport bare-identifier field initializers in Rust
2018-02-26  Tom TromeyConvert Rust to use discriminated unions
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-02  Tom TromeyFix &str printing in Rust
2017-10-02  Tom TromeyFix ptype of Rust slices
2017-10-02  Tom TromeyAllow indexing of &str in Rust
2017-08-05  Tom TromeyFix Rust test suite for 1.20 beta
2017-07-14  Tom TromeyHandle sizeof(type) in Rust
2017-07-14  Tom TromeyMake gdb.lookup_typename work for Rust types
2017-05-18  Tom TromeyFix test failure with Rust 1.18 and 1.19
2017-02-04  Tom TromeyFix ptype of single-member Rust enums
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-23  Luis MachadoFix more cases of improper test names
2016-11-03  Manish GoregaokarAdd support for the sizeof function in Rust
2016-11-03  Manish GoregaokarFix handling of discriminantless univariant enums in...
2016-07-21  Tom TromeyAllow empty struct expressions in Rust
2016-07-06  Manish GoregaokarAllow subscripting raw pointers
2016-06-27  Manish GoregaokarPrint void types correctly in Rust
2016-06-25  Manish GoregaokarAdd tests for printing of NonZero-optimized enums in...
2016-05-17  Tom TromeyUpdate gdb test suite for Rust