Age | Commit message (Expand) | Author | Files | Lines |
2019-05-02 | gdb/rust: Handle printing structures containing strings | Andrew Burgess | 1 | -0/+8 |
2019-04-29 | gdb: Introduce new language field la_is_string_type_p | Andrew Burgess | 1 | -0/+21 |
2019-04-29 | gdb: Introduce new language field la_struct_too_deep_ellipsis | Andrew Burgess | 1 | -1/+2 |
2019-04-12 | gdb: Remove LANG_MAGIC | Andrew Burgess | 1 | -2/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-24 | Remove null_block_symbol | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -1/+1 |
2018-11-19 | Handle TYPE_CODE_PTR when printing Rust types | Tom Tromey | 1 | -0/+14 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -5/+3 |
2018-09-13 | Make Rust error message mention the field name | Tom Tromey | 1 | -2/+2 |
2018-09-13 | Fix crash with empty Rust enum | Tom Tromey | 1 | -1/+41 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+2 |
2018-06-26 | Support ptype/o in Rust | Tom Tromey | 1 | -19/+63 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -1/+0 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -29/+28 |
2018-04-30 | Remove rust_type_alignment | Tom Tromey | 1 | -42/+1 |
2018-04-27 | Add inclusive range support for Rust | Tom Tromey | 1 | -4/+22 |
2018-04-12 | Remove old univariant code from rust-lang.c | Tom Tromey | 1 | -23/+2 |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 1 | -0/+1 |
2018-02-26 | Convert Rust to use discriminated unions | Tom Tromey | 1 | -508/+288 |
2018-01-19 | Fix qualified name lookup for Rust | Tom Tromey | 1 | -6/+12 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -4/+1 |
2017-11-17 | Use an enum to represent subclasses of symbol | Tom Tromey | 1 | -1/+1 |
2017-11-17 | Handle dereferencing Rust trait objects | Tom Tromey | 1 | -0/+53 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -1/+1 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -0/+1 |
2017-10-02 | Fix &str printing in Rust | Tom Tromey | 1 | -2/+27 |
2017-10-02 | Fix ptype of Rust slices | Tom Tromey | 1 | -3/+39 |
2017-10-02 | Allow indexing of &str in Rust | Tom Tromey | 1 | -1/+2 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -1/+1 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -9/+1 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -1/+1 |
2017-05-21 | Print Rust unsized array types a bit more nicely | Tom Tromey | 1 | -3/+2 |
2017-05-19 | Use watchpoint's language when re-parsing expression | Tom Tromey | 1 | -0/+15 |
2017-05-12 | Avoid exponential behavior in rust_evaluate_subexp | Tom Tromey | 1 | -8/+7 |
2017-05-12 | Fix rust_dump_subexp_body | Tom Tromey | 1 | -2/+3 |
2017-05-12 | Replace "return" with "break" | Tom Tromey | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-02-10 | Remove unused variable in rust-lang.c | Tom Tromey | 1 | -1/+0 |
2017-02-03 | Fix ptype of single-member Rust enums | Tom Tromey | 1 | -1/+5 |
2017-02-02 | Use bool in Rust code | Tom Tromey | 1 | -19/+20 |
2017-02-02 | Reindent rust-lang.c | Tom Tromey | 1 | -73/+73 |
2017-02-02 | Use std::string in Rust code | Tom Tromey | 1 | -8/+6 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -6/+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 | -5/+3 |
2016-11-12 | Use std::string in rust_get_disr_info | Tom Tromey | 1 | -1/+1 |