Files
rust/library/alloc/src
Dylan DPC 4e5b7add7f Rollup merge of #78437 - ssomers:btree_no_ord_at_node_level, r=Mark-Simulacrum
BTreeMap: stop mistaking node for an orderly place

A second mistake in #77612 was to ignore the node module's rightful comment "this module doesn't care whether the entries are sorted". And there's a much simpler way to visit the keys in order, if you check this separately from a single pass checking everything.

r? ````````@Mark-Simulacrum````````
2020-11-09 01:13:38 +01:00
..
2020-07-27 19:51:13 -05:00
2020-09-28 14:51:03 -04:00
2020-09-12 10:38:33 -05:00
2020-09-12 10:38:33 -05:00
2020-10-27 17:02:42 +01:00
2020-11-07 12:50:57 -08:00
2020-10-31 18:02:55 +07:00
2020-07-27 19:51:13 -05:00
2020-07-27 19:51:13 -05:00
2020-10-26 22:39:43 +08:00