Age | Commit message (Expand) | Author | Files | Lines |
2018-03-06 | Formatting fixes in rust-exp.y | Tom Tromey | 1 | -10/+9 |
2018-01-21 | gdb: New API for tracking innermost block | Andrew Burgess | 1 | -5/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-30 | C++-ify parser_state | Tom Tromey | 1 | -2/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -4/+0 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -19/+14 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 1 | -1/+1 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-18 | Put selftests api into selftests namespace | Yao Qi | 1 | -1/+1 |
2017-08-05 | Remove cleanups from Rust parser | Tom Tromey | 1 | -162/+184 |
2017-07-14 | Handle sizeof(type) in Rust | Tom Tromey | 1 | -7/+20 |
2017-07-14 | Make gdb.lookup_typename work for Rust types | Tom Tromey | 1 | -3/+9 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -6/+9 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-02-02 | Use bool in Rust code | Tom Tromey | 1 | -6/+6 |
2017-02-02 | Use std::string in Rust code | Tom Tromey | 1 | -4/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-12 | Remove some cleanups from the rust code | Tom Tromey | 1 | -58/+36 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -7/+4 |
2016-11-03 | Add support for the sizeof function in Rust | Manish Goregaokar | 1 | -2/+6 |
2016-07-21 | Allow empty struct expressions in Rust | Tom Tromey | 1 | -3/+7 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -3/+1 |
2016-06-10 | Fix PR rust/20110 | Tom Tromey | 1 | -2/+13 |
2016-05-17 | Rename OP_F90_RANGE to OP_RANGE. | Tom Tromey | 1 | -6/+5 |
2016-05-17 | Add support for the Rust language | Tom Tromey | 1 | -0/+2752 |