Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -14/+14 |
2016-11-08 | Use ui_file_as_string in gdb/rust-lang.c | Pedro Alves | 1 | -37/+20 |
2016-11-08 | Fix indentation | Yao Qi | 1 | -3/+3 |
2016-11-03 | Add support for untagged unions in Rust | Manish Goregaokar | 1 | -118/+193 |
2016-11-03 | Fix handling of discriminantless univariant enums in Rust; fix bug with encod... | Manish Goregaokar | 1 | -1/+15 |
2016-09-23 | Use std::string, std::vector in rust-lang.c | Tom Tromey | 1 | -22/+13 |
2016-09-06 | Add missing format for built-in floating-point types | Ulrich Weigand | 1 | -2/+4 |
2016-07-21 | Allow empty struct expressions in Rust | Tom Tromey | 1 | -1/+4 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -1/+0 |
2016-07-06 | Allow subscripting raw pointers | Manish Goregaokar | 1 | -0/+6 |
2016-06-29 | Initialize strtok_r's saveptr to NULL | Manish Goregaokar | 1 | -1/+1 |
2016-06-29 | Use strtok_r instead of strsep in rust_get_disr_info | Manish Goregaokar | 1 | -3/+5 |
2016-06-27 | Print void types correctly in Rust | Manish Goregaokar | 1 | -4/+18 |
2016-06-25 | Fix formatting in rust-lang.c | Tom Tromey | 1 | -22/+20 |
2016-06-25 | Make evaluation and type-printing of all NonZero optimized enums work | Manish Goregaokar | 1 | -17/+55 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -0/+13 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 1 | -0/+6 |
2016-05-18 | Fix build failure with GCC 4.1. | Tom Tromey | 1 | -1/+2 |
2016-05-17 | Rename OP_F90_RANGE to OP_RANGE. | Tom Tromey | 1 | -7/+6 |
2016-05-17 | Add support for the Rust language | Tom Tromey | 1 | -0/+2050 |