rust/library/alloc/src/collections
Dylan DPC 16b878fd0f
Rollup merge of #77932 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum
BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values

I accidentally pushed an earlier revision in #77788: it changes the index of tuples for BTreeSet from ""[{}]".format(i) to "key{}".format(i). Which doesn't seem to make the slightest difference on my linux box nor on CI. In fact, gdb doesn't make any distinction between "key{}" and "val{}" for a BTreeMap either, leading to confusing output if you test more. But easy to improve.

r? @Mark-Simulacrum
2020-10-17 03:27:18 +02:00
..
btree Rollup merge of #77932 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum 2020-10-17 03:27:18 +02:00
linked_list Remove linked_list_extras methods. 2020-08-01 00:54:22 +08:00
vec_deque Use intra-doc links 2020-09-18 12:38:37 +02:00
binary_heap.rs Use Self in alloc 2020-09-23 00:31:37 +02:00
linked_list.rs Use intra-doc links 2020-09-19 23:30:52 +02:00
mod.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
vec_deque.rs liballoc: VecDeque: Simplify binary_search_by() 2020-10-16 20:49:19 +02:00