aboutsummaryrefslogtreecommitdiff
path: root/gdb/rust-exp.y
AgeCommit message (Expand)AuthorFilesLines
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey1-1/+1
2020-06-02gdb: Represent all languages as sub-classes of language_defnAndrew Burgess1-2/+2
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-08-06Introduce obstack_strndupTom Tromey1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-04-09Fix Rust lexer bugletTom Tromey1-2/+4
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-14/+15
2019-04-04Move completion parsing to parser_stateTom Tromey1-8/+8
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey1-118/+130
2019-04-04Move comma_terminates global to parser_stateTom Tromey1-2/+3
2019-04-04Remove paren_depth globalTom Tromey1-8/+11
2019-04-04Move expression_context_* globals to parser_stateTom Tromey1-9/+12
2019-04-04Turn parse_language into a methodTom Tromey1-2/+2
2019-04-04Turn parse_gdbarch into a methodTom Tromey1-2/+2
2019-04-04Remove parser_state "initial_size" parameterTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-20Make the Rust parser pureTom Tromey1-591/+598
2018-06-18Remove la_errorTom Tromey1-2/+3
2018-04-30rust: Fix null deref when casting (PR 23124)Dan Robertson1-2/+5
2018-04-27Add inclusive range support for RustTom Tromey1-9/+30
2018-03-19Support bare-identifier field initializers in RustTom Tromey1-0/+17
2018-03-06Formatting fixes in rust-exp.yTom Tromey1-10/+9
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-5/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-30C++-ify parser_stateTom Tromey1-2/+1
2017-12-05Remove some unused variablesSimon Marchi1-4/+0
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand1-19/+14
2017-09-16Add selftests run filteringSimon Marchi1-1/+1
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-18Put selftests api into selftests namespaceYao Qi1-1/+1
2017-08-05Remove cleanups from Rust parserTom Tromey1-162/+184
2017-07-14Handle sizeof(type) in RustTom Tromey1-7/+20
2017-07-14Make gdb.lookup_typename work for Rust typesTom Tromey1-3/+9
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-6/+9
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-02Use bool in Rust codeTom Tromey1-6/+6
2017-02-02Use std::string in Rust codeTom Tromey1-4/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1