rust/src/libcollections
bors 720735b943 Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton
Use stable code in doc examples (libcollections)

Main task is to change from String::from_str to String::from in examples for String
(the latter constructor is stable). While I'm at it, also remove redundant feature flags,
fix some other instances of unstable code in examples (in examples for stable
methods), and remove some use of usize in examples too.
2015-05-20 06:03:58 +00:00
..
btree Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton 2015-05-20 06:03:58 +00:00
binary_heap.rs
bit.rs Auto merge of #25230 - rayglover:patch-bitset, r=Gankro 2015-05-18 19:54:24 +00:00
borrow.rs Allow ?Sized types in Rc’s impls of {Partial,}{Ord,Eq} and Borrow 2015-05-16 11:01:52 +12:00
enum_set.rs
fmt.rs fmt.rs: add note about lack of padding support for some types 2015-05-19 19:21:52 +07:00
lib.rs libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
linked_list.rs Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton 2015-05-20 06:03:58 +00:00
macros.rs
range.rs
slice.rs collections: Clean up feature flags doc examples 2015-05-19 03:33:17 +02:00
str.rs Small fix for https://github.com/rust-lang/rust/pull/25611 2015-05-19 21:27:01 -04:00
string.rs collections: Avoid unstable code in examples for String 2015-05-19 03:33:17 +02:00
vec_deque.rs collections: Clean up feature flags doc examples 2015-05-19 03:33:17 +02:00
vec_map.rs Minor optimization for VecMap::split_off 2015-05-11 12:54:59 +02:00
vec.rs collections: Avoid unstable code in examples for Vec 2015-05-19 03:33:17 +02:00