Age | Commit message (Expand) | Author | Files | Lines |
2019-08-06 | Introduce obstack_strndup | Tom Tromey | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-04-09 | Fix Rust lexer buglet | Tom Tromey | 1 | -2/+4 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -14/+15 |
2019-04-04 | Move completion parsing to parser_state | Tom Tromey | 1 | -8/+8 |
2019-04-04 | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 1 | -118/+130 |
2019-04-04 | Move comma_terminates global to parser_state | Tom Tromey | 1 | -2/+3 |
2019-04-04 | Remove paren_depth global | Tom Tromey | 1 | -8/+11 |
2019-04-04 | Move expression_context_* globals to parser_state | Tom Tromey | 1 | -9/+12 |
2019-04-04 | Turn parse_language into a method | Tom Tromey | 1 | -2/+2 |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -2/+2 |
2019-04-04 | Remove parser_state "initial_size" parameter | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-07-20 | Make the Rust parser pure | Tom Tromey | 1 | -591/+598 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -2/+3 |
2018-04-30 | rust: Fix null deref when casting (PR 23124) | Dan Robertson | 1 | -2/+5 |
2018-04-27 | Add inclusive range support for Rust | Tom Tromey | 1 | -9/+30 |
2018-03-19 | Support bare-identifier field initializers in Rust | Tom Tromey | 1 | -0/+17 |
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 |