Age | Commit message (Expand) | Author | Files | Lines |
2018-04-30 | Remove rust_type_alignment | Tom Tromey | 1 | -42/+1 |
2018-04-27 | Add inclusive range support for Rust | Tom Tromey | 1 | -4/+22 |
2018-04-12 | Remove old univariant code from rust-lang.c | Tom Tromey | 1 | -23/+2 |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 1 | -0/+1 |
2018-02-26 | Convert Rust to use discriminated unions | Tom Tromey | 1 | -508/+288 |
2018-01-19 | Fix qualified name lookup for Rust | Tom Tromey | 1 | -6/+12 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -4/+1 |
2017-11-17 | Use an enum to represent subclasses of symbol | Tom Tromey | 1 | -1/+1 |
2017-11-17 | Handle dereferencing Rust trait objects | Tom Tromey | 1 | -0/+53 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -1/+1 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -0/+1 |
2017-10-02 | Fix &str printing in Rust | Tom Tromey | 1 | -2/+27 |
2017-10-02 | Fix ptype of Rust slices | Tom Tromey | 1 | -3/+39 |
2017-10-02 | Allow indexing of &str in Rust | Tom Tromey | 1 | -1/+2 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -1/+1 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -9/+1 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -1/+1 |
2017-05-21 | Print Rust unsized array types a bit more nicely | Tom Tromey | 1 | -3/+2 |
2017-05-19 | Use watchpoint's language when re-parsing expression | Tom Tromey | 1 | -0/+15 |
2017-05-12 | Avoid exponential behavior in rust_evaluate_subexp | Tom Tromey | 1 | -8/+7 |
2017-05-12 | Fix rust_dump_subexp_body | Tom Tromey | 1 | -2/+3 |
2017-05-12 | Replace "return" with "break" | Tom Tromey | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-02-10 | Remove unused variable in rust-lang.c | Tom Tromey | 1 | -1/+0 |
2017-02-03 | Fix ptype of single-member Rust enums | Tom Tromey | 1 | -1/+5 |
2017-02-02 | Use bool in Rust code | Tom Tromey | 1 | -19/+20 |
2017-02-02 | Reindent rust-lang.c | Tom Tromey | 1 | -73/+73 |
2017-02-02 | Use std::string in Rust code | Tom Tromey | 1 | -8/+6 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -6/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-12 | Remove some cleanups from the rust code | Tom Tromey | 1 | -5/+3 |
2016-11-12 | Use std::string in rust_get_disr_info | Tom Tromey | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -14/+14 |
2016-11-08 | Use ui_file_as_string in gdb/rust-lang.c | Pedro Alves | 1 | -37/+20 |
2016-11-08 | Fix indentation | Yao Qi | 1 | -3/+3 |
2016-11-03 | Add support for untagged unions in Rust | Manish Goregaokar | 1 | -118/+193 |
2016-11-03 | Fix handling of discriminantless univariant enums in Rust; fix bug with encod... | Manish Goregaokar | 1 | -1/+15 |
2016-09-23 | Use std::string, std::vector in rust-lang.c | Tom Tromey | 1 | -22/+13 |
2016-09-06 | Add missing format for built-in floating-point types | Ulrich Weigand | 1 | -2/+4 |
2016-07-21 | Allow empty struct expressions in Rust | Tom Tromey | 1 | -1/+4 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -1/+0 |
2016-07-06 | Allow subscripting raw pointers | Manish Goregaokar | 1 | -0/+6 |
2016-06-29 | Initialize strtok_r's saveptr to NULL | Manish Goregaokar | 1 | -1/+1 |
2016-06-29 | Use strtok_r instead of strsep in rust_get_disr_info | Manish Goregaokar | 1 | -3/+5 |
2016-06-27 | Print void types correctly in Rust | Manish Goregaokar | 1 | -4/+18 |
2016-06-25 | Fix formatting in rust-lang.c | Tom Tromey | 1 | -22/+20 |
2016-06-25 | Make evaluation and type-printing of all NonZero optimized enums work | Manish Goregaokar | 1 | -17/+55 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -0/+13 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 1 | -0/+6 |