summaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Remove null_block_symbolTom Tromey2019-03-241-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-1/+1
* Handle TYPE_CODE_PTR when printing Rust typesTom Tromey2018-11-191-0/+14
* Simple -Wshadow=local fixesTom Tromey2018-10-041-5/+3
* Make Rust error message mention the field nameTom Tromey2018-09-131-2/+2
* Fix crash with empty Rust enumTom Tromey2018-09-131-1/+41
* Simple unused variable removalsTom Tromey2018-07-221-2/+2
* Support ptype/o in RustTom Tromey2018-06-261-19/+63
* Remove la_errorTom Tromey2018-06-181-1/+0
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-29/+28
* Remove rust_type_alignmentTom Tromey2018-04-301-42/+1
* Add inclusive range support for RustTom Tromey2018-04-271-4/+22
* Remove old univariant code from rust-lang.cTom Tromey2018-04-121-23/+2
* problem looking up some symbols when they have a linkage nameJoel Brobecker2018-03-271-0/+1
* Convert Rust to use discriminated unionsTom Tromey2018-02-261-508/+288
* Fix qualified name lookup for RustTom Tromey2018-01-191-6/+12
* 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