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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
rust-lang.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove la_get_string member
Tom Tromey
2019-11-05
1
-1
/
+0
*
gdb: Don't print a newline in language la_print_typedef methods
Andrew Burgess
2019-10-31
1
-1
/
+1
*
Introduce metadata style
Tom Tromey
2019-10-01
1
-1
/
+4
*
gdb/rust: Handle printing structures containing strings
Andrew Burgess
2019-05-02
1
-0
/
+8
*
gdb: Introduce new language field la_is_string_type_p
Andrew Burgess
2019-04-29
1
-0
/
+21
*
gdb: Introduce new language field la_struct_too_deep_ellipsis
Andrew Burgess
2019-04-29
1
-1
/
+2
*
gdb: Remove LANG_MAGIC
Andrew Burgess
2019-04-12
1
-2
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
Remove null_block_symbol
Tom Tromey
2019-03-24
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Use gdb:array_view in call_function_by_hand & friends
Pedro Alves
2018-11-21
1
-1
/
+1
*
Handle TYPE_CODE_PTR when printing Rust types
Tom Tromey
2018-11-19
1
-0
/
+14
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-5
/
+3
*
Make Rust error message mention the field name
Tom Tromey
2018-09-13
1
-2
/
+2
*
Fix crash with empty Rust enum
Tom Tromey
2018-09-13
1
-1
/
+41
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-2
/
+2
*
Support ptype/o in Rust
Tom Tromey
2018-06-26
1
-19
/
+63
*
Remove la_error
Tom Tromey
2018-06-18
1
-1
/
+0
*
Remove TYPE_TAG_NAME
Tom Tromey
2018-06-01
1
-29
/
+28
*
Remove rust_type_alignment
Tom Tromey
2018-04-30
1
-42
/
+1
*
Add inclusive range support for Rust
Tom Tromey
2018-04-27
1
-4
/
+22
*
Remove old univariant code from rust-lang.c
Tom Tromey
2018-04-12
1
-23
/
+2
*
problem looking up some symbols when they have a linkage name
Joel Brobecker
2018-03-27
1
-0
/
+1
*
Convert Rust to use discriminated unions
Tom Tromey
2018-02-26
1
-508
/
+288
*
Fix qualified name lookup for Rust
Tom Tromey
2018-01-19
1
-6
/
+12
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-4
/
+1
*
Use an enum to represent subclasses of symbol
Tom Tromey
2017-11-17
1
-1
/
+1
*
Handle dereferencing Rust trait objects
Tom Tromey
2017-11-17
1
-0
/
+53
*
Introduce lookup_name_info and generalize Ada's FULL/WILD name matching
Pedro Alves
2017-11-08
1
-1
/
+1
*
Per-language symbol name hashing algorithm
Pedro Alves
2017-11-08
1
-0
/
+1
*
Fix &str printing in Rust
Tom Tromey
2017-10-02
1
-2
/
+27
*
Fix ptype of Rust slices
Tom Tromey
2017-10-02
1
-3
/
+39
*
Allow indexing of &str in Rust
Tom Tromey
2017-10-02
1
-1
/
+2
*
Stop assuming no-debug-info functions return int
Pedro Alves
2017-09-04
1
-1
/
+1
*
Make language_def O(1)
Pedro Alves
2017-07-20
1
-9
/
+1
*
Introduce class completion_tracker & rewrite completion<->readline interaction
Pedro Alves
2017-07-17
1
-1
/
+1
*
Print Rust unsized array types a bit more nicely
Tom Tromey
2017-05-21
1
-3
/
+2
*
Use watchpoint's language when re-parsing expression
Tom Tromey
2017-05-19
1
-0
/
+15
*
Avoid exponential behavior in rust_evaluate_subexp
Tom Tromey
2017-05-12
1
-8
/
+7
*
Fix rust_dump_subexp_body
Tom Tromey
2017-05-12
1
-2
/
+3
*
Replace "return" with "break"
Tom Tromey
2017-05-12
1
-1
/
+1
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-1
/
+1
*
Remove unused variable in rust-lang.c
Tom Tromey
2017-02-10
1
-1
/
+0
*
Fix ptype of single-member Rust enums
Tom Tromey
2017-02-03
1
-1
/
+5
*
Use bool in Rust code
Tom Tromey
2017-02-02
1
-19
/
+20
*
Reindent rust-lang.c
Tom Tromey
2017-02-02
1
-73
/
+73
*
Use std::string in Rust code
Tom Tromey
2017-02-02
1
-8
/
+6
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-6
/
+3
[next]