]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/rust-parse.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / rust-parse.c
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-06-07  Tom de Vries[gdb/rust] Add missing _() for error call
2022-06-04  Tom de Vries[gdb/rust] Fix literal truncation
2022-03-28  Tom TromeyAdd Rust parser check for end of expression
2022-03-07  Tom TromeyDefine HOST_UTF32 in charset.h
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06  Tom TromeyAllow non-ASCII characters in Rust identifiers
2022-02-06  Tom TromeyFix Rust parser bug with function fields
2022-01-18  Tom TromeyMove gdb_regex to gdbsupport
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-08  Tom TromeyUse for-each more in gdb
2021-10-19  Tom TromeyFix Rust lex selftest when using libiconv
2021-06-11  Tom TromeyImplement Rust raw identifiers
2021-04-22  Tom TromeyImprove code coverage of Rust testing
2021-04-16  Tom TromeyRewrite the Rust expression parser