summaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-4/+1
* Use an enum to represent subclasses of symbolTom Tromey2017-11-171-1/+1
* Handle dereferencing Rust trait objectsTom Tromey2017-11-171-0/+53
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-1/+1
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-0/+1
* Fix &str printing in RustTom Tromey2017-10-021-2/+27
* Fix ptype of Rust slicesTom Tromey2017-10-021-3/+39
* Allow indexing of &str in RustTom Tromey2017-10-021-1/+2
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-1/+1
* Make language_def O(1)Pedro Alves2017-07-201-9/+1
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-1/+1
* Print Rust unsized array types a bit more nicelyTom Tromey2017-05-211-3/+2
* Use watchpoint's language when re-parsing expressionTom Tromey2017-05-191-0/+15
* Avoid exponential behavior in rust_evaluate_subexpTom Tromey2017-05-121-8/+7
* Fix rust_dump_subexp_bodyTom Tromey2017-05-121-2/+3
* Replace "return" with "break"Tom Tromey2017-05-121-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Remove unused variable in rust-lang.cTom Tromey2017-02-101-1/+0
* Fix ptype of single-member Rust enumsTom Tromey2017-02-031-1/+5
* Use bool in Rust codeTom Tromey2017-02-021-19/+20
* Reindent rust-lang.cTom Tromey2017-02-021-73/+73
* Use std::string in Rust codeTom Tromey2017-02-021-8/+6
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-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