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