]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/testsuite/gdb.rust
[gdb/testsuite] Fix gdb.base/style.exp on freebsd
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.rust /
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-02-24  Rudnicki, Piotrgdb, testsuite, rust: fix for empty array
2025-01-10  Tom de Vries[gdb/testsuite] Fix gdb.rust/completion.exp timeout...
2025-01-06  Tom TromeyDon't lex floating-point number in Rust field expression
2024-06-20  Tom TromeyHandle "info symbol" in Rust language mode
2024-04-02  Tom TromeyPrint type name when printing Rust slice
2024-04-02  Tom TromeyRun isort
2024-02-20  Tom TromeyRewrite Rust slice type handling
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-08  Tom TromeyAllow cast of 128-bit integer to pointer
2023-09-29  Tom TromeySupport the NO_COLOR environment variable
2023-06-21  Tom de Vries[gdb/testsuite] Add have_host_locale
2023-05-17  Tom TromeySpecial case "&str" in Rust parser
2023-05-10  Andrew Burgessgdb/rust: fix crash for expression debug with strings
2023-05-01  Tom TromeyFix crash in Rust expression parser
2023-04-17  Tom TromeyAdd 128-bit integer support to the Rust parser
2023-03-29  Tom TromeyIntroduce rust_at_least helper proc
2023-03-28  Tom de Vries[gdb/testsuite] Allow gdb.rust/expr.exp without rust...
2023-03-27  Tom TromeyUse gdb_gmp for scalar arithmetic
2023-03-20  Andrew Burgessgdb: fix crash during command completion
2023-03-20  Tom TromeyUse rust_demangle to fix a crash
2023-03-13  Tom TromeyFix crash in inside_main_func
2023-02-28  Tom de Vries[gdb/testsuite] Fix gdb.rust/watch.exp on ppc64le
2023-02-27  Tom TromeyFix crash with "finish" in Rust
2023-02-18  Tom TromeyFix "start" for D, Rust, etc
2023-02-09  Tom TromeyFix comment in gdb.rust/fnfield.exp
2023-01-13  Tom TromeyRename to allow_rust_tests
2023-01-13  Tom TromeyRename to allow_python_tests
2023-01-13  Tom TromeyUse "require" for Python tests
2023-01-13  Tom TromeyUse require !skip_rust_tests
2023-01-13  Tom TromeyDon't use ensure_gdb_index with require
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-14  Andrew Burgessgdb/testsuite: fix readnow detection
2022-12-12  Tom TromeyAnother Rust operator precedence bug
2022-12-06  Tom TromeyFix operator precedence bug in Rust parser
2022-06-01  Tom TromeyAdd gdb.current_language and gdb.Frame.language
2022-05-16  Bruno Larsengdb/testsuite: fix "continue outside of loop" TCL errors
2022-04-15  Tom TromeyReimplement Rust slice printing
2022-03-28  Tom TromeyAdd Rust parser check for end of expression
2022-03-12  Tom TromeyRelax regexp in gdb.rust/unsized.exp
2022-02-06  Tom TromeyAllow non-ASCII characters in Rust identifiers
2022-02-06  Tom TromeyFix Rust parser bug with function fields
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-11  Tom de Vries[gdb/testsuite] Use require for ensure_gdb_index
2021-06-25  Tom TromeyChange how .debug_aranges padding is skipped
2021-06-11  Tom TromeyImplement Rust raw identifiers
2021-06-08  Lancelot SIXUse is/is not to check for None in python code.
2021-05-15  Tom TromeyFix Python pretty-printing bug in Rust
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-11-12  Tom TromeyFix Rust regression with -readnow
2020-10-28  Tom de Vries[gdb/testsuite] Fix gdb.rust/traits.exp with -readnow
2020-09-15  Tom TromeyAvoid running one Rust test against older LLVM
2020-09-14  Tom de Vries[gdb/testsuite] Fix PATH warning in gdb.rust/traits.exp
2020-08-17  Tom TromeyUpdate xfail pattern in gdb.rust/simple.exp
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
next