rust/src/libcollections
Erick Tryzelaar f055054eab collections: Move optimized String::from_str to String::from
This implementation is currently about 3-4 times faster than using
the `.to_string()` based approach.
2015-04-19 10:59:06 -07:00
..
btree Fill in missing implementation 2015-04-14 20:26:04 -07:00
binary_heap.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
bit.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
borrow.rs Fix borrow docs 2015-04-09 12:51:19 -04:00
enum_set.rs Auto merge of #23832 - petrochenkov:usize, r=aturon 2015-04-03 04:29:52 +00:00
fmt.rs Call write_fmt directly to format an Arguments value. 2015-04-16 21:49:53 -07:00
lib.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00
linked_list.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
slice.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
str.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00
string.rs collections: Move optimized String::from_str to String::from 2015-04-19 10:59:06 -07:00
vec_deque.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
vec_map.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
vec.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00