]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/rust-lang.c
gdb: use gdb::optional instead of passing a pointer to gdb::array_view
[thirdparty/binutils-gdb.git] / gdb / rust-lang.c
2021-06-25  Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-05-15  Tom TromeyFix Python pretty-printing bug in Rust
2021-04-25  Lancelot SIX[PR gdb/22640] ptype: add option to use hexadecimal...
2021-03-08  Tom TromeyRemove now-unused Rust evaluator code
2021-03-08  Tom TromeyImplement Rust funcall operation
2021-03-08  Tom TromeyIntroduce rust_aggregate_operation
2021-03-08  Tom TromeyImplement Rust field operations
2021-03-08  Tom TromeyIntroduce rust_range_operation
2021-03-08  Tom TromeyIntroduce rust_subscript_operation
2021-03-08  Tom TromeyIntroduce rust_unop_ind_operation
2021-03-08  Tom TromeyImplement some Rust operations
2021-03-08  Tom TromeySplit out eval_op_rust_structop
2021-03-08  Tom TromeySplit out eval_op_rust_struct_anon
2021-03-08  Tom TromeySplit out eval_op_rust_array
2021-03-08  Tom TromeySplit out eval_op_rust_complement
2021-03-08  Tom TromeySplit out eval_op_rust_ind
2021-03-08  Tom TromeyChange parameters to rust_subscript
2021-03-08  Tom TromeyChange parameters to rust_range
2021-01-28  Simon Marchigdb: rename get_type_arch to type::arch
2021-01-28  Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-22  Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-23  Andrew Burgessgdb: move rust_language into rust-lang.h
2020-12-23  Andrew Burgessgdb: remove LA_EMIT_CHAR macro
2020-12-17  Tom TromeyRemove printfi_filtered and fprintfi_filtered
2020-11-30  Tom TromeyRemove per-language op_name functions
2020-11-25  Tom TromeyDo not include parser-defs.h from c-lang.h
2020-11-12  Andrew Burgessgdb: rewrite how per language primitive types are managed
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-23  Andrew Burgessgdb: Rename language_defn::demangle
2020-10-22  Andrew Burgessgdb: rename 'enum range_type' to 'enum range_flag'
2020-10-22  Andrew Burgessgdb: Convert enum range_type to a bit field enum
2020-09-16  Andrew Burgessgdb: Remove language_data struct
2020-09-16  Andrew Burgessgdb: Convert language_data::la_op_print_tab to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_exp_desc to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_varobj_ops to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_macro_expansion to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_array_ordering to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_case_sensitivity to...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_range_check to a method
2020-09-16  Andrew Burgessgdb: Convert la_store_sym_names_in_linkage_form_p to...
2020-09-16  Andrew Burgessgdb: Convert language_data::string_lower_bound to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-16  Andrew Burgessgdb: Move la_language into the language_defn class
2020-09-16  Andrew Burgessgdb: Convert la_filename_extensions to a method
2020-09-16  Andrew Burgessgdb: Convert la_name and la_natural_name to methods
2020-09-16  Andrew Burgessgdb: Convert la_name_of_this to a method
2020-09-16  Andrew Burgessgdb: Convert la_struct_too_deep_ellipsis to a method
2020-09-16  Tom TromeyHandle member pointers directly in generic_value_print
2020-09-14  Tom TromeyApply 'const' in more places
2020-09-14  Simon Marchigdb: remove TYPE_VARARGS
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-08-31  Simon Marchigdb: remove NULL_TYPE
2020-07-13  Simon Marchigdb: make type::bounds work for array and string types
2020-07-13  Simon Marchigdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND
2020-07-13  Simon Marchigdb: add accessors to struct dynamic_prop
2020-06-23  Andrew Burgessgdb: Convert language la_is_string_type_p field to...
2020-06-23  Andrew Burgessgdb: Convert language la_print_typedef field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_printstr field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_printchar field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_emitchar field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_post_parser field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_parser field to a method
2020-06-17  Andrew Burgessgdb: Convert language la_lookup_symbol_nonlocal field...
2020-06-17  Andrew Burgessgdb: Convert language la_value_print_inner field to...
2020-06-17  Andrew Burgessgdb: Convert language la_value_print field to a method
2020-06-17  Andrew Burgessgdb: Convert language la_watch_location_expression...
2020-06-17  Andrew Burgessgdb: Convert language la_collect_symbol_completion_matc...
2020-06-17  Andrew Burgessgdb: Convert language la_word_break_characters field...
2020-06-17  Andrew Burgessgdb: Convert language la_get_symbol_name_matcher field...
2020-06-17  Andrew Burgessgdb: Convert language la_compute_program field to a...
2020-06-17  Andrew Burgessgdb: Convert language la_class_name_from_physname field...
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08  Simon Marchigdb: add field::type / field::set_type
2020-06-08  Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-06-02  Andrew Burgessgdb: Convert language skip_trampoline field to a method
2020-06-02  Andrew Burgessgdb: Convert language la_demangle field to a method
2020-06-02  Andrew Burgessgdb: Convert language la_print_type field to a method
2020-06-02  Andrew Burgessgdb: Convert language la_sniff_from_mangled_name field...
2020-06-02  Andrew Burgessgdb: Convert language la_search_name_hash field to...
2020-06-02  Andrew Burgessgdb: Convert language la_get_compile_instance field...
2020-06-02  Andrew Burgessgdb: Convert language la_iterate_over_symbols field...
2020-06-02  Andrew Burgessgdb: Convert language la_lookup_transparent_type field...
2020-06-02  Andrew Burgessgdb: Convert language la_language_arch_info field to...
2020-06-02  Andrew Burgessgdb: Convert language la_pass_by_reference field to...
2020-06-02  Andrew Burgessgdb: Convert language la_read_var_value field to a...
2020-06-02  Andrew Burgessgdb: Convert language la_print_array_index field to...
2020-06-02  Andrew Burgessgdb: Represent all languages as sub-classes of language...
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: add type::fields / type::set_fields
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22  Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-16  Simon Marchigdb: add type::name / type::set_name
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-14  Simon Marchigdb: add type::code / type::set_code
2020-05-07  Simon Marchigdb: make get_dyn_prop a method of struct type
2020-04-24  Tom TromeyRewrite the existing variant part code
2020-03-14  Tom TromeyRemove val_print
2020-03-14  Tom TromeyConvert Rust printing to value-based API
next