]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/testsuite/gdb.rust/simple.exp
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.rust / simple.exp
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-05-17  Tom TromeySpecial case "&str" in Rust parser
2023-03-28  Tom de Vries[gdb/testsuite] Allow gdb.rust/expr.exp without rust...
2023-01-13  Tom TromeyRename to allow_rust_tests
2023-01-13  Tom TromeyRename to allow_python_tests
2023-01-13  Tom TromeyUse require !skip_rust_tests
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-12  Tom TromeyAnother Rust operator precedence bug
2022-12-06  Tom TromeyFix operator precedence bug in Rust parser
2022-05-16  Bruno Larsengdb/testsuite: fix "continue outside of loop" TCL errors
2022-04-15  Tom TromeyReimplement Rust slice printing
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-04-25  Lancelot SIX[PR gdb/22640] ptype: add option to use hexadecimal...
2021-04-22  Tom TromeyImprove code coverage of Rust testing
2021-04-16  Tom TromeyRewrite the Rust expression parser
2021-04-16  Tom TromeyFix syntax error in Rust test
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-31  Tom TromeyUpdate gdb.rust tests for Rust 1.49
2020-09-15  Tom TromeyAvoid running one Rust test against older LLVM
2020-08-17  Tom TromeyUpdate xfail pattern in gdb.rust/simple.exp
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-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-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