Age | Commit message (Expand) | Author | Files | Lines |
2025-01-06 | Don't lex floating-point number in Rust field expression | Tom Tromey | 1 | -0/+2 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-04-01 | Move Rust union tests to new file | Tom Tromey | 1 | -12/+0 |
2020-04-01 | Remove local variable from simple.rs test case | Tom Tromey | 1 | -1/+0 |
2020-02-19 | rust/25535 Apply embedded offset to enum variant calculation | Doug Evans | 1 | -0/+8 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-03 | Avoid crash on single-field union in Rust | Tom Tromey | 1 | -0/+6 |
2019-05-02 | gdb/rust: Handle printing structures containing strings | Andrew Burgess | 1 | -0/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-19 | Fix gdb.rust/simple.rs for more recent compilers | Tom Tromey | 1 | -1/+1 |
2018-09-13 | Fix crash with empty Rust enum | Tom Tromey | 1 | -0/+4 |
2018-08-31 | Fix a small bug in gdb.rust/simple.rs | Tom Tromey | 1 | -1/+1 |
2018-06-26 | Support ptype/o in Rust | Tom Tromey | 1 | -0/+8 |
2018-04-17 | Fix crash in quirk_rust_enum | Tom Tromey | 1 | -0/+7 |
2018-03-19 | Support bare-identifier field initializers in Rust | Tom Tromey | 1 | -0/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-02 | Fix &str printing in Rust | Tom Tromey | 1 | -0/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-03 | Fix handling of discriminantless univariant enums in Rust; fix bug with encod... | Manish Goregaokar | 1 | -0/+30 |
2016-07-21 | Allow empty struct expressions in Rust | Tom Tromey | 1 | -0/+1 |
2016-07-06 | Allow subscripting raw pointers | Manish Goregaokar | 1 | -0/+1 |
2016-06-27 | Print void types correctly in Rust | Manish Goregaokar | 1 | -0/+7 |
2016-06-25 | Add tests for printing of NonZero-optimized enums in Rust | Manish Goregaokar | 1 | -0/+17 |
2016-05-17 | Update gdb test suite for Rust | Tom Tromey | 1 | -0/+97 |