summaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing format for built-in floating-point typesUlrich Weigand2016-09-061-2/+4
* Allow empty struct expressions in RustTom Tromey2016-07-211-1/+4
* Remove unused variablesTom Tromey2016-07-141-1/+0
* Allow subscripting raw pointersManish Goregaokar2016-07-061-0/+6
* Initialize strtok_r's saveptr to NULLManish Goregaokar2016-06-291-1/+1
* Use strtok_r instead of strsep in rust_get_disr_infoManish Goregaokar2016-06-291-3/+5
* Print void types correctly in RustManish Goregaokar2016-06-271-4/+18
* Fix formatting in rust-lang.cTom Tromey2016-06-251-22/+20
* Make evaluation and type-printing of all NonZero optimized enums workManish Goregaokar2016-06-251-17/+55
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-0/+13
* Move filename extensions into language_defnTom Tromey2016-06-231-0/+6
* Fix build failure with GCC 4.1.Tom Tromey2016-05-181-1/+2
* Rename OP_F90_RANGE to OP_RANGE.Tom Tromey2016-05-171-7/+6
* Add support for the Rust languageTom Tromey2016-05-171-0/+2050