aboutsummaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
AgeCommit message (Expand)AuthorFilesLines
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