summaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyusers/palves/ui_file_v4Pedro Alves2017-02-011-6/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove some cleanups from the rust codeTom Tromey2016-11-121-5/+3
* Use std::string in rust_get_disr_infoTom Tromey2016-11-121-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-14/+14
* Use ui_file_as_string in gdb/rust-lang.cPedro Alves2016-11-081-37/+20
* Fix indentationYao Qi2016-11-081-3/+3
* Add support for untagged unions in RustManish Goregaokar2016-11-031-118/+193
* Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar2016-11-031-1/+15
* Use std::string, std::vector in rust-lang.cTom Tromey2016-09-231-22/+13
* 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