gdb: fix whitespace issues in ChangeLog
[binutils-gdb.git] / gdb / testsuite / gdb.rust /
2020-07-11 Daniel Xurust: Fix rust modules test
2020-05-19 Tom TromeyRestore missing Rust test
2020-05-19 Tom TromeyFix duplicate tests in gdb.rust
2020-04-24 Tom TromeyAdd Python support for dynamic types
2020-04-01 Tom TromeyMove Rust union tests to new file
2020-04-01 Tom TromeyRemove local variable from simple.rs test case
2020-02-22 Tom TromeyStyle field names in "print"
2020-02-19 Doug Evansrust/25535 Apply embedded offset to enum variant calcul...
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-09-30 Tom TromeyDisable all warnings in gdb.rust/traits.rs
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-11-19 Tom TromeyFix gdb.rust/simple.rs for more recent compilers
2018-09-13 Tom TromeyMake Rust error message mention the field name
2018-09-13 Tom TromeyFix crash with empty Rust enum
2018-08-31 Tom TromeyFix a small bug in gdb.rust/simple.rs
2018-06-26 Tom TromeySupport ptype/o in Rust
2018-05-01 Dan Robertsonrust: Fix null deref when casting (PR 23124)
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-19 Tom TromeyFix qualified name lookup for Rust
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-17 Tom TromeyHandle dereferencing Rust trait objects
2017-11-16 Pedro AlvesFix testing gdb.rust/modules.exp against gdbserver
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-21 Tom TromeyPrint Rust unsized array types a bit more nicely
2017-05-20 Tom TromeyUse watchpoint's language when re-parsing expression
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-06-10 Tom TromeyFix PR rust/20110
2016-05-17 Tom TromeyUpdate gdb test suite for Rust