aboutsummaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-29Use strtok_r instead of strsep in rust_get_disr_infoManish Goregaokar1-3/+5
2016-06-27Print void types correctly in RustManish Goregaokar1-4/+18
2016-06-25Fix formatting in rust-lang.cTom Tromey1-22/+20
2016-06-25Make evaluation and type-printing of all NonZero optimized enums workManish Goregaokar1-17/+55
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-0/+13
2016-06-23Move filename extensions into language_defnTom Tromey1-0/+6
2016-05-18Fix build failure with GCC 4.1.Tom Tromey1-1/+2
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey1-7/+6
2016-05-17Add support for the Rust languageTom Tromey1-0/+2050