Fix base class function call
[binutils-gdb.git] / gdb / rust-lang.c
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-05 Tom TromeyRemove la_get_string member
2019-10-31 Andrew Burgessgdb: Don't print a newline in language la_print_typedef...
2019-10-01 Tom TromeyIntroduce metadata style
2019-05-02 Andrew Burgessgdb/rust: Handle printing structures containing strings
2019-04-29 Andrew Burgessgdb: Introduce new language field la_is_string_type_p
2019-04-29 Andrew Burgessgdb: Introduce new language field la_struct_too_deep_el...
2019-04-12 Andrew Burgessgdb: Remove LANG_MAGIC
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-03-25 Tom TromeyRemove null_block_symbol
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-19 Tom TromeyHandle TYPE_CODE_PTR when printing Rust types
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-13 Tom TromeyMake Rust error message mention the field name
2018-09-13 Tom TromeyFix crash with empty Rust enum
2018-07-22 Tom TromeySimple unused variable removals
2018-06-26 Tom TromeySupport ptype/o in Rust
2018-06-18 Tom TromeyRemove la_error
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-04-30 Tom TromeyRemove rust_type_alignment
2018-04-27 Tom TromeyAdd inclusive range support for Rust
2018-04-12 Tom TromeyRemove old univariant code from rust-lang.c
2018-03-27 Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-02-26 Tom TromeyConvert Rust to use discriminated unions
2018-01-19 Tom TromeyFix qualified name lookup for Rust
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-17 Tom TromeyUse an enum to represent subclasses of symbol
2017-11-17 Tom TromeyHandle dereferencing Rust trait objects
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-10-02 Tom TromeyFix &str printing in Rust
2017-10-02 Tom TromeyFix ptype of Rust slices
2017-10-02 Tom TromeyAllow indexing of &str in Rust
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-07-20 Pedro AlvesMake language_def O(1)
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-05-21 Tom TromeyPrint Rust unsized array types a bit more nicely
2017-05-20 Tom TromeyUse watchpoint's language when re-parsing expression
2017-05-12 Tom TromeyAvoid exponential behavior in rust_evaluate_subexp
2017-05-12 Tom TromeyFix rust_dump_subexp_body
2017-05-12 Tom TromeyReplace "return" with "break"
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-02-10 Tom TromeyRemove unused variable in rust-lang.c
2017-02-04 Tom TromeyFix ptype of single-member Rust enums
2017-02-03 Tom TromeyUse bool in Rust code
2017-02-03 Tom TromeyReindent rust-lang.c
2017-02-03 Tom TromeyUse std::string in Rust code
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
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