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-exp.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Rust lexer buglet
Tom Tromey
2019-04-09
1
-2
/
+4
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-1
/
+1
*
Move innermost_block_tracker global to parse_state
Tom Tromey
2019-04-04
1
-14
/
+15
*
Move completion parsing to parser_state
Tom Tromey
2019-04-04
1
-8
/
+8
*
Move lexptr and prev_lexptr to parser_state
Tom Tromey
2019-04-04
1
-118
/
+130
*
Move comma_terminates global to parser_state
Tom Tromey
2019-04-04
1
-2
/
+3
*
Remove paren_depth global
Tom Tromey
2019-04-04
1
-8
/
+11
*
Move expression_context_* globals to parser_state
Tom Tromey
2019-04-04
1
-9
/
+12
*
Turn parse_language into a method
Tom Tromey
2019-04-04
1
-2
/
+2
*
Turn parse_gdbarch into a method
Tom Tromey
2019-04-04
1
-2
/
+2
*
Remove parser_state "initial_size" parameter
Tom Tromey
2019-04-04
1
-1
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-1
/
+0
*
Make the Rust parser pure
Tom Tromey
2018-07-20
1
-591
/
+598
*
Remove la_error
Tom Tromey
2018-06-18
1
-2
/
+3
*
rust: Fix null deref when casting (PR 23124)
Dan Robertson
2018-04-30
1
-2
/
+5
*
Add inclusive range support for Rust
Tom Tromey
2018-04-27
1
-9
/
+30
*
Support bare-identifier field initializers in Rust
Tom Tromey
2018-03-19
1
-0
/
+17
*
Formatting fixes in rust-exp.y
Tom Tromey
2018-03-06
1
-10
/
+9
*
gdb: New API for tracking innermost block
Andrew Burgess
2018-01-21
1
-5
/
+3
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
C++-ify parser_state
Tom Tromey
2017-12-30
1
-2
/
+1
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-4
/
+0
*
Target FP: Use target format throughout expression parsing
Ulrich Weigand
2017-10-25
1
-19
/
+14
*
Add selftests run filtering
Simon Marchi
2017-09-16
1
-1
/
+1
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-1
/
+1
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Put selftests api into selftests namespace
Yao Qi
2017-08-18
1
-1
/
+1
*
Remove cleanups from Rust parser
Tom Tromey
2017-08-05
1
-162
/
+184
*
Handle sizeof(type) in Rust
Tom Tromey
2017-07-14
1
-7
/
+20
*
Make gdb.lookup_typename work for Rust types
Tom Tromey
2017-07-14
1
-3
/
+9
*
Eliminate make_cleanup_obstack_free, introduce auto_obstack
Pedro Alves
2017-06-27
1
-6
/
+9
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-1
/
+1
*
Use bool in Rust code
Tom Tromey
2017-02-02
1
-6
/
+6
*
Use std::string in Rust code
Tom Tromey
2017-02-02
1
-4
/
+3
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Remove some cleanups from the rust code
Tom Tromey
2016-11-12
1
-58
/
+36
*
Use ui_file_as_string throughout more
Pedro Alves
2016-11-08
1
-7
/
+4
*
Add support for the sizeof function in Rust
Manish Goregaokar
2016-11-03
1
-2
/
+6
*
Allow empty struct expressions in Rust
Tom Tromey
2016-07-21
1
-3
/
+7
*
Remove unused variables
Tom Tromey
2016-07-14
1
-3
/
+1
*
Fix PR rust/20110
Tom Tromey
2016-06-10
1
-2
/
+13
*
Rename OP_F90_RANGE to OP_RANGE.
Tom Tromey
2016-05-17
1
-6
/
+5
*
Add support for the Rust language
Tom Tromey
2016-05-17
1
-0
/
+2752