aboutsummaryrefslogtreecommitdiff
path: root/gdb/rust-exp.y
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-12Remove some cleanups from the rust codeTom Tromey1-58/+36
2016-11-08Use ui_file_as_string throughout morePedro Alves1-7/+4
2016-11-03Add support for the sizeof function in RustManish Goregaokar1-2/+6
2016-07-21Allow empty struct expressions in RustTom Tromey1-3/+7
2016-07-14Remove unused variablesTom Tromey1-3/+1
2016-06-10Fix PR rust/20110Tom Tromey1-2/+13
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey1-6/+5
2016-05-17Add support for the Rust languageTom Tromey1-0/+2752