Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-28 | Add Rust parser check for end of expression | Tom Tromey | 1 | -1/+5 |
2022-03-07 | Define HOST_UTF32 in charset.h | Tom Tromey | 1 | -8/+4 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -2/+2 |
2022-02-06 | Allow non-ASCII characters in Rust identifiers | Tom Tromey | 1 | -18/+52 |
2022-02-06 | Fix Rust parser bug with function fields | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb_regex to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-08 | Use for-each more in gdb | Tom Tromey | 1 | -19/+13 |
2021-10-19 | Fix Rust lex selftest when using libiconv | Tom Tromey | 1 | -3/+10 |
2021-06-11 | Implement Rust raw identifiers | Tom Tromey | 1 | -6/+26 |
2021-04-22 | Improve code coverage of Rust testing | Tom Tromey | 1 | -8/+3 |
2021-04-16 | Rewrite the Rust expression parser | Tom Tromey | 1 | -0/+2351 |