GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
rust-lang.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use bool constants for value_print_options
Tom Tromey
2022-12-19
1
-3
/
+3
*
Remove c_printstr
Tom Tromey
2022-10-10
1
-2
/
+3
*
gdb: remove TYPE_LENGTH
Simon Marchi
2022-09-21
1
-10
/
+10
*
gdb: add type::length / type::set_length
Simon Marchi
2022-09-21
1
-3
/
+2
*
gdb: remove TYPE_TARGET_TYPE
Simon Marchi
2022-09-21
1
-19
/
+19
*
Always pass an explicit language down to c_type_print
Pedro Alves
2022-05-10
1
-2
/
+3
*
Implement value_print for Rust
Tom Tromey
2022-04-15
1
-0
/
+21
*
Reimplement Rust slice printing
Tom Tromey
2022-04-15
1
-26
/
+59
*
Remove some dead code from the Rust value printer
Tom Tromey
2022-04-15
1
-8
/
+0
*
Rename print_spaces_filtered
Tom Tromey
2022-03-29
1
-6
/
+6
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-23
/
+23
*
Unify gdb putc functions
Tom Tromey
2022-03-29
1
-1
/
+1
*
Unify gdb puts functions
Tom Tromey
2022-03-29
1
-51
/
+51
*
gdb: remove SYMBOL_TYPE macro
Simon Marchi
2022-02-06
1
-1
/
+1
*
Simplify some Rust expression-evaluation code
Tom Tromey
2022-01-23
1
-18
/
+26
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: trivial changes to use array_view
Simon Marchi
2021-12-03
1
-6
/
+4
*
gdb: remove TYPE_FIELD_BITPOS
Simon Marchi
2021-10-29
1
-3
/
+3
*
gdb: change functions returning value contents to use gdb::array_view
Simon Marchi
2021-10-25
1
-5
/
+6
*
gdb: add accessors for field (and call site) location
Simon Marchi
2021-10-07
1
-2
/
+2
*
gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
Simon Marchi
2021-09-30
1
-13
/
+13
*
gdb: add field::name / field::set_name
Simon Marchi
2021-09-30
1
-2
/
+2
*
gdb: use gdb::optional instead of passing a pointer to gdb::array_view
Andrew Burgess
2021-06-25
1
-9
/
+9
*
Fix Python pretty-printing bug in Rust
Tom Tromey
2021-05-14
1
-2
/
+4
*
[PR gdb/22640] ptype: add option to use hexadecimal notation
Lancelot SIX
2021-04-25
1
-1
/
+1
*
Remove now-unused Rust evaluator code
Tom Tromey
2021-03-08
1
-506
/
+1
*
Implement Rust funcall operation
Tom Tromey
2021-03-08
1
-0
/
+50
*
Introduce rust_aggregate_operation
Tom Tromey
2021-03-08
1
-0
/
+58
*
Implement Rust field operations
Tom Tromey
2021-03-08
1
-2
/
+2
*
Introduce rust_range_operation
Tom Tromey
2021-03-08
1
-1
/
+1
*
Introduce rust_subscript_operation
Tom Tromey
2021-03-08
1
-1
/
+1
*
Introduce rust_unop_ind_operation
Tom Tromey
2021-03-08
1
-2
/
+3
*
Implement some Rust operations
Tom Tromey
2021-03-08
1
-5
/
+9
*
Split out eval_op_rust_structop
Tom Tromey
2021-03-08
1
-39
/
+51
*
Split out eval_op_rust_struct_anon
Tom Tromey
2021-03-08
1
-60
/
+70
*
Split out eval_op_rust_array
Tom Tromey
2021-03-08
1
-20
/
+29
*
Split out eval_op_rust_complement
Tom Tromey
2021-03-08
1
-10
/
+18
*
Split out eval_op_rust_ind
Tom Tromey
2021-03-08
1
-6
/
+16
*
Change parameters to rust_subscript
Tom Tromey
2021-03-08
1
-9
/
+15
*
Change parameters to rust_range
Tom Tromey
2021-03-08
1
-11
/
+16
*
gdb: rename get_type_arch to type::arch
Simon Marchi
2021-01-28
1
-2
/
+2
*
gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}
Simon Marchi
2021-01-28
1
-1
/
+1
*
gdb: remove TYPE_OBJFILE macro
Simon Marchi
2021-01-22
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb: move rust_language into rust-lang.h
Andrew Burgess
2020-12-23
1
-277
/
+120
*
gdb: remove LA_EMIT_CHAR macro
Andrew Burgess
2020-12-23
1
-1
/
+1
*
Remove printfi_filtered and fprintfi_filtered
Tom Tromey
2020-12-17
1
-3
/
+4
*
Remove per-language op_name functions
Tom Tromey
2020-11-30
1
-17
/
+0
*
Do not include parser-defs.h from c-lang.h
Tom Tromey
2020-11-25
1
-0
/
+1
*
gdb: rewrite how per language primitive types are managed
Andrew Burgess
2020-11-12
1
-49
/
+29
[next]