aboutsummaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-13Make Rust error message mention the field nameTom Tromey1-2/+2
2018-09-13Fix crash with empty Rust enumTom Tromey1-1/+41
2018-07-22Simple unused variable removalsTom Tromey1-2/+2
2018-06-26Support ptype/o in RustTom Tromey1-19/+63
2018-06-18Remove la_errorTom Tromey1-1/+0
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-29/+28
2018-04-30Remove rust_type_alignmentTom Tromey1-42/+1
2018-04-27Add inclusive range support for RustTom Tromey1-4/+22
2018-04-12Remove old univariant code from rust-lang.cTom Tromey1-23/+2
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker1-0/+1
2018-02-26Convert Rust to use discriminated unionsTom Tromey1-508/+288
2018-01-19Fix qualified name lookup for RustTom Tromey1-6/+12
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-4/+1
2017-11-17Use an enum to represent subclasses of symbolTom Tromey1-1/+1
2017-11-17Handle dereferencing Rust trait objectsTom Tromey1-0/+53
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-1/+1
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+1
2017-10-02Fix &str printing in RustTom Tromey1-2/+27
2017-10-02Fix ptype of Rust slicesTom Tromey1-3/+39
2017-10-02Allow indexing of &str in RustTom Tromey1-1/+2
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+1
2017-07-20Make language_def O(1)Pedro Alves1-9/+1
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-1/+1
2017-05-21Print Rust unsized array types a bit more nicelyTom Tromey1-3/+2
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-0/+15
2017-05-12Avoid exponential behavior in rust_evaluate_subexpTom Tromey1-8/+7
2017-05-12Fix rust_dump_subexp_bodyTom Tromey1-2/+3
2017-05-12Replace "return" with "break"Tom Tromey1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-10Remove unused variable in rust-lang.cTom Tromey1-1/+0
2017-02-03Fix ptype of single-member Rust enumsTom Tromey1-1/+5
2017-02-02Use bool in Rust codeTom Tromey1-19/+20
2017-02-02Reindent rust-lang.cTom Tromey1-73/+73
2017-02-02Use std::string in Rust codeTom Tromey1-8/+6
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-12Remove some cleanups from the rust codeTom Tromey1-5/+3
2016-11-12Use std::string in rust_get_disr_infoTom Tromey1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-14/+14
2016-11-08Use ui_file_as_string in gdb/rust-lang.cPedro Alves1-37/+20
2016-11-08Fix indentationYao Qi1-3/+3
2016-11-03Add support for untagged unions in RustManish Goregaokar1-118/+193
2016-11-03Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar1-1/+15
2016-09-23Use std::string, std::vector in rust-lang.cTom Tromey1-22/+13
2016-09-06Add missing format for built-in floating-point typesUlrich Weigand1-2/+4
2016-07-21Allow empty struct expressions in RustTom Tromey1-1/+4
2016-07-14Remove unused variablesTom Tromey1-1/+0
2016-07-06Allow subscripting raw pointersManish Goregaokar1-0/+6
2016-06-29Initialize strtok_r's saveptr to NULLManish Goregaokar1-1/+1