rust/src/liballoc
Manish Goregaokar f2cbb764b8
Rollup merge of #48438 - mbrubeck:docs, r=TimNN
[docs] Minor wording changes to drain_filter docs

The docs currently say, "If the closure returns false, it will try again, and call the closure on the next element."  But this happens regardless of whether the closure returns true or false.
2018-02-23 10:24:56 -08:00
..
benches Deprecate [T]::rotate in favor of [T]::rotate_{left,right}. 2017-12-24 23:01:24 -08:00
btree Document that Index ops can panic on HashMap & BTreeMap. 2018-01-28 21:51:33 -05:00
tests Stabilized #[repr(align(x))] attribute (RFC 1358) 2018-01-23 08:36:13 +11:00
allocator.rs Replace Unique<T> with NonZero<T> in Alloc trait 2018-01-20 10:55:16 +01:00
arc.rs Rename Box::into_non_null_raw to Box::into_raw_non_null 2018-01-20 11:09:23 +01:00
binary_heap.rs Make core::ops::Place an unsafe trait 2018-01-09 11:39:23 -08:00
borrow.rs
boxed_test.rs
boxed.rs Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton 2018-01-24 07:22:22 +00:00
Cargo.toml
fmt.rs
heap.rs Add missing micro version number component in stability attributes. 2018-01-24 22:25:42 +01:00
lib.rs Assign its own tracking issue to Box::into_raw_non_null 2018-01-20 11:09:23 +01:00
linked_list.rs [docs] Minor wording changes to drain_filter docs 2018-02-22 12:05:30 -08:00
macros.rs
range.rs
raw_vec.rs Replace Unique<T> with NonZero<T> in Alloc trait 2018-01-20 10:55:16 +01:00
rc.rs Rename Box::into_non_null_raw to Box::into_raw_non_null 2018-01-20 11:09:23 +01:00
slice.rs Fix broken links to other slice functions in chunks/chunks_mut/exact_chunk/exact_chunks_mut docs 2018-01-21 11:20:19 +02:00
str.rs update char_indices example to highlight big chars 2017-12-27 16:27:57 -06:00
string.rs Small grammar fix to docs for String::new(). 2018-02-22 14:21:54 -05:00
vec_deque.rs Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton 2018-01-24 07:22:22 +00:00
vec.rs [docs] Minor wording changes to drain_filter docs 2018-02-22 12:05:30 -08:00