summaryrefslogtreecommitdiff
path: root/gdb/rust-lang.h
Commit message (Expand)AuthorAgeFilesLines
* Use rust_demangle to fix a crashTom Tromey2023-03-201-2/+2
* Convert more block functions to methodsTom Tromey2023-02-191-1/+1
* Don't allow NULL as an argument to block_scopeTom Tromey2023-02-191-3/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: convert 'set debug symbol-lookup' to new debug printing schemeAndrew Burgess2022-12-141-8/+4
* Allow 'ptype/o' for assemblyTom Tromey2022-11-091-0/+7
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* gdb: Add new 'print nibbles' featureEnze Li2022-06-181-0/+5
* Implement value_print for RustTom Tromey2022-04-151-0/+5
* Unify gdb printf functionsTom Tromey2022-03-291-7/+7
* Unify gdb puts functionsTom Tromey2022-03-291-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-3/+2
* Use unique_xmalloc_ptr<char> when demanglingTom Tromey2021-10-041-3/+5
* Remove union exp_elementTom Tromey2021-03-081-5/+0
* Remove now-unused Rust evaluator codeTom Tromey2021-03-081-10/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move rust_language into rust-lang.hAndrew Burgess2020-12-231-3/+195
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove la_errorTom Tromey2018-06-181-3/+0
* Convert Rust to use discriminated unionsTom Tromey2018-02-261-0/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Add missing "extern" in rust-lang.hTom Tromey2017-10-021-2/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Use bool in Rust codeTom Tromey2017-02-021-2/+2
* Use std::string in Rust codeTom Tromey2017-02-021-4/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Add support for the Rust languageTom Tromey2016-05-171-0/+50