Use gdbpy_enter in gdbpy_before_prompt_hook
[binutils-gdb.git] / gdb / rust-lang.c
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-12 Tom TromeyRemove some cleanups from the rust code
2016-11-12 Tom TromeyUse std::string in rust_get_disr_info
2016-11-08 Yao QiRemove parameter valaddr from la_val_print
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/rust-lang.c
2016-11-08 Yao QiFix indentation
2016-11-03 Manish GoregaokarAdd support for untagged unions in Rust
2016-11-03 Manish GoregaokarFix handling of discriminantless univariant enums in...
2016-09-23 Tom TromeyUse std::string, std::vector in rust-lang.c
2016-09-06 Ulrich WeigandAdd missing format for built-in floating-point types
2016-07-21 Tom TromeyAllow empty struct expressions in Rust
2016-07-14 Tom TromeyRemove unused variables
2016-07-06 Manish GoregaokarAllow subscripting raw pointers
2016-06-29 Manish GoregaokarInitialize strtok_r's saveptr to NULL
2016-06-29 Manish GoregaokarUse strtok_r instead of strsep in rust_get_disr_info
2016-06-27 Manish GoregaokarPrint void types correctly in Rust
2016-06-25 Tom TromeyFix formatting in rust-lang.c
2016-06-25 Manish GoregaokarMake evaluation and type-printing of all NonZero optimi...
2016-06-24 Tom TromeyMove logic out of symbol_find_demangled_name
2016-06-24 Tom TromeyMove filename extensions into language_defn
2016-05-18 Tom TromeyFix build failure with GCC 4.1.
2016-05-17 Tom TromeyRename OP_F90_RANGE to OP_RANGE.
2016-05-17 Tom TromeyAdd support for the Rust language