aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1f32c02..b4398f6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2016-11-12 Tom Tromey <tom@tromey.com>
+ * rust-exp.y (super_name): Use std::vector.
+ (lex_number): Use std::string.
+ (convert_params_to_types): Return std::vector.
+ (convert_ast_to_type, convert_name): Update.
+ * rust-lang.c (rust_get_disr_info): Use unique_xmalloc_ptr.
+
+2016-11-12 Tom Tromey <tom@tromey.com>
+
* rust-lang.c (rust_get_disr_info): Use std::string in one more
spot.