rust/src/libcollections
Chris Morgan 81c1d142d3 Simplify String’s Extend<&str> implementation
Reserving lower_bound bytes was just silly. It’d be perfectly reasonable
to have empty strings in the iterator, which could cause superfluous
reallocation of the string, or to have more than one byte per string,
which could cause additional reallocation (in practice it’ll balance
out). The added complexity of this logic is simply pointless, adding
a little bloat with no demonstrable advantage and slight disadvantage.
2015-08-25 07:47:42 +10:00
..
btree Auto merge of #27624 - apasel422:issue-27620, r=Gankro 2015-08-18 18:41:17 +00:00
binary_heap.rs Fixed example in documentation 2015-08-18 15:58:05 +01:00
borrow.rs collections: Add issues for unstable features 2015-08-15 18:09:17 -07:00
enum_set.rs collections: Add issues for unstable features 2015-08-15 18:09:17 -07:00
fmt.rs Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik 2015-07-30 01:43:53 +05:30
lib.rs rustdoc: Added issue_tracker_base_url annotations to crates 2015-08-16 22:15:26 +02:00
linked_list.rs collections: Add issues for unstable features 2015-08-15 18:09:17 -07:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
range.rs collections: Add issues for unstable features 2015-08-15 18:09:17 -07:00
slice.rs collections: Add issues for unstable features 2015-08-15 18:09:17 -07:00
str.rs collections: Add issues for unstable features 2015-08-15 18:09:17 -07:00
string.rs Simplify String’s Extend<&str> implementation 2015-08-25 07:47:42 +10:00
vec.rs collections: Add issues for unstable features 2015-08-15 18:09:17 -07:00
vec_deque.rs collections: Add issues for unstable features 2015-08-15 18:09:17 -07:00