rust/src/libcollections
Ariel Ben-Yehuda f2886e8bda Rollup merge of #40335 - tbu-:pr_doc_str_to_somecase, r=steveklabnik
Document why `str.to_{lower,upper}case` return `String`

Fixes #39201.
2017-03-08 20:54:10 +02:00
..
benches Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
btree Auto merge of #39457 - bvinc:master, r=alexcrichton 2017-02-15 22:02:36 +00:00
binary_heap.rs Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon 2017-02-07 17:28:51 +00:00
borrow.rs fix types in to_owned doctest 2017-02-14 23:07:51 -05:00
Cargo.toml Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
enum_set.rs Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon 2017-02-07 17:28:51 +00:00
fmt.rs Panic on errors in format! or <T: Display>::to_string 2017-03-01 23:47:59 +01:00
lib.rs Only keep one copy of the UTF8_CHAR_WIDTH table. 2017-03-01 23:25:27 +01:00
linked_list.rs Replace PlaceBack Debug implementation with derive 2017-02-05 09:46:15 +01:00
macros.rs Panic on errors in format! or <T: Display>::to_string 2017-03-01 23:47:59 +01:00
range.rs add impl for RangeToInclusive 2017-02-18 20:58:12 +00:00
slice.rs Slightly optimize slice::sort 2017-02-04 16:44:43 +01:00
str.rs Document why str.to_{lower,upper}case return String 2017-03-08 00:06:09 +01:00
string.rs Issue #39688 - Help people find String::as_bytes() for UTF-8 r? @steveklabnik 2017-03-05 19:56:51 -05:00
vec.rs Added remove_from to vec.rs 2017-03-07 19:44:51 +02:00
vec_deque.rs Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon 2017-02-07 17:28:51 +00:00