aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.rust/simple.exp
AgeCommit message (Expand)AuthorFilesLines
2024-06-20Handle "info symbol" in Rust language modeTom Tromey1-0/+3
2024-04-02Print type name when printing Rust sliceTom Tromey1-1/+1
2024-02-20Rewrite Rust slice type handlingTom Tromey1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-17Special case "&str" in Rust parserTom Tromey1-0/+3
2023-03-28[gdb/testsuite] Allow gdb.rust/expr.exp without rust compilerTom de Vries1-0/+1
2023-01-13Rename to allow_rust_testsTom Tromey1-1/+1
2023-01-13Rename to allow_python_testsTom Tromey1-1/+1
2023-01-13Use require !skip_rust_testsTom Tromey1-3/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-12Another Rust operator precedence bugTom Tromey1-0/+3
2022-12-06Fix operator precedence bug in Rust parserTom Tromey1-0/+4
2022-05-16gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen1-2/+2
2022-04-15Reimplement Rust slice printingTom Tromey1-1/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-25[PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX1-5/+5
2021-04-22Improve code coverage of Rust testingTom Tromey1-0/+19
2021-04-16Rewrite the Rust expression parserTom Tromey1-1/+1
2021-04-16Fix syntax error in Rust testTom Tromey1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-31Update gdb.rust tests for Rust 1.49Tom Tromey1-4/+10
2020-09-15Avoid running one Rust test against older LLVMTom Tromey1-2/+11
2020-08-17Update xfail pattern in gdb.rust/simple.expTom Tromey1-1/+2
2020-05-19Restore missing Rust testTom Tromey1-1/+1
2020-05-19Fix duplicate tests in gdb.rustTom Tromey1-8/+10
2020-04-24Add Python support for dynamic typesTom Tromey1-0/+10
2020-04-01Move Rust union tests to new fileTom Tromey1-13/+0
2020-02-19rust/25535 Apply embedded offset to enum variant calculationDoug Evans1-0/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-09[gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for incorrect DWARFTom de Vries1-5/+51
2019-10-03Avoid crash on single-field union in RustTom Tromey1-0/+2
2019-05-02gdb/rust: Handle printing structures containing stringsAndrew Burgess1-0/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-19Handle TYPE_CODE_PTR when printing Rust typesTom Tromey1-6/+7
2018-09-13Make Rust error message mention the field nameTom Tromey1-0/+2
2018-09-13Fix crash with empty Rust enumTom Tromey1-0/+12
2018-06-26Support ptype/o in RustTom Tromey1-0/+18
2018-04-27Add inclusive range support for RustTom Tromey1-0/+6
2018-04-17Fix crash in quirk_rust_enumTom Tromey1-0/+1
2018-04-11Add Rust test case for ".." struct initializerTom Tromey1-0/+3
2018-03-19Support bare-identifier field initializers in RustTom Tromey1-0/+3
2018-02-26Convert Rust to use discriminated unionsTom Tromey1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-02Fix &str printing in RustTom Tromey1-6/+6
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-18Fix test failure with Rust 1.18 and 1.19Tom Tromey1-4/+4