]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/rust-lang.c
gdb: move a bunch of quit-related things to event-top.{c,h}
[thirdparty/binutils-gdb.git] / gdb / rust-lang.c
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-04-02  Tom TromeyPrint type name when printing Rust slice
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-20  Tom TromeyRewrite Rust slice type handling
2024-01-28  Tom TromeyOnly search for functions in rust_structop::evaluate_fu...
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-09-05  Tom TromeyRefactor Rust code for slice-to-array operation
2023-09-05  Tom TromeyMove rust_language::lookup_symbol_nonlocal
2023-08-31  Simon Marchigdb: remove TYPE_FIELD_ARTIFICIAL
2023-08-31  Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
2023-08-30  Simon Marchigdb: simplify vector construction in eval_op_rust_array
2023-08-29  Tom TromeyRemove "highbound" parameter from value_array
2023-08-29  Tom TromeyUse gdb::array_view for value_array
2023-08-18  Tom TromeyRemove most includes of psymtab.h
2023-05-01  Tom TromeyReplace field_is_static with a method
2023-04-17  Tom TromeyAdd 128-bit integer support to the Rust parser
2023-03-18  Tom TromeyUnify arch_float_type and init_float_type
2023-03-18  Tom TromeyUnify arch_boolean_type and init_boolean_type
2023-03-18  Tom TromeyUnify arch_character_type and init_character_type
2023-03-18  Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18  Tom TromeyRemove alloc_type_copy
2023-02-27  Tom TromeyFix crash with "finish" in Rust
2023-02-19  Tom TromeyConvert more block functions to methods
2023-02-13  Tom TromeyRemove deprecated_lval_hack
2023-02-13  Tom TromeyIntroduce set_lval method on value
2023-02-13  Tom TromeyTurn various value copying-related functions into methods
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_fetch_lazy into a method
2023-02-13  Tom TromeyTurn value_zero into static "constructor"
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn allocate_value_lazy into a static "constructor"
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
2023-02-13  Tom TromeyTurn value_type into method
2023-02-09  Tom TromeyTrivially simplify rust_language::print_enum
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19  Tom TromeyUse bool constants for value_print_options
2022-10-10  Tom TromeyRemove c_printstr
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: add type::length / type::set_length
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-05-10  Pedro AlvesAlways pass an explicit language down to c_type_print
2022-04-15  Tom TromeyImplement value_print for Rust
2022-04-15  Tom TromeyReimplement Rust slice printing
2022-04-15  Tom TromeyRemove some dead code from the Rust value printer
2022-03-29  Tom TromeyRename print_spaces_filtered
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb putc functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-01-23  Tom TromeySimplify some Rust expression-evaluation code
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-03  Simon Marchigdb: trivial changes to use array_view
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-07  Simon Marchigdb: add accessors for field (and call site) location
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-10-01  Simon Marchigdb: add field::name / field::set_name
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...
next