summaryrefslogtreecommitdiff
path: root/gdb/rust-exp.y
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Introduce obstack_strndupTom Tromey2019-08-061-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Fix Rust lexer bugletTom Tromey2019-04-091-2/+4
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-14/+15
* Move completion parsing to parser_stateTom Tromey2019-04-041-8/+8
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-118/+130
* Move comma_terminates global to parser_stateTom Tromey2019-04-041-2/+3
* Remove paren_depth globalTom Tromey2019-04-041-8/+11
* Move expression_context_* globals to parser_stateTom Tromey2019-04-041-9/+12
* Turn parse_language into a methodTom Tromey2019-04-041-2/+2
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-2/+2
* Remove parser_state "initial_size" parameterTom Tromey2019-04-041-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Make the Rust parser pureTom Tromey2018-07-201-591/+598
* Remove la_errorTom Tromey2018-06-181-2/+3
* rust: Fix null deref when casting (PR 23124)Dan Robertson2018-04-301-2/+5
* Add inclusive range support for RustTom Tromey2018-04-271-9/+30
* Support bare-identifier field initializers in RustTom Tromey2018-03-191-0/+17
* Formatting fixes in rust-exp.yTom Tromey2018-03-061-10/+9
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-5/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parser_stateTom Tromey2017-12-301-2/+1
* Remove some unused variablesSimon Marchi2017-12-051-4/+0
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-19/+14
* Add selftests run filteringSimon Marchi2017-09-161-1/+1
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Put selftests api into selftests namespaceYao Qi2017-08-181-1/+1
* Remove cleanups from Rust parserTom Tromey2017-08-051-162/+184
* Handle sizeof(type) in RustTom Tromey2017-07-141-7/+20
* Make gdb.lookup_typename work for Rust typesTom Tromey2017-07-141-3/+9
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-6/+9
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Use bool in Rust codeTom Tromey2017-02-021-6/+6
* Use std::string in Rust codeTom Tromey2017-02-021-4/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove some cleanups from the rust codeTom Tromey2016-11-121-58/+36
* Use ui_file_as_string throughout morePedro Alves2016-11-081-7/+4