rust/src/liballoc
kennytm 6006c0f35f Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomez
Improve documentation for slice swap/copy/clone operations.

Fixes #45636.

- Demonstrate how to use these operations with slices of differing
  lengths
- Demonstrate how to swap/copy/clone sub-slices of a slice using
  `split_at_mut`
2017-11-29 18:37:45 +08:00
..
benches Remove unused AsciiExt imports and fix tests related to ascii methods 2017-11-03 21:27:40 +01:00
btree Implement entry_and_modify 2017-10-06 09:10:31 +01:00
tests Implement LinkedList::drain_filter 2017-11-25 21:28:49 +01:00
allocator.rs Fix most rendering warnings from switching to CommonMark 2017-10-20 15:29:35 -04:00
arc.rs Print the address of the pointed value in Pointer impl for Rc and Arc 2017-11-20 15:43:07 -02:00
binary_heap.rs address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
borrow.rs examples in Cow::into_owned don't need to wrap result in Cows 2017-11-14 18:23:24 -06:00
boxed.rs Auto merge of #45881 - Centril:box-leak, r=alexcrichton 2017-11-23 19:18:15 +00:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml std: Remove rand crate and module 2017-11-08 20:41:17 -08:00
fmt.rs Adding eprint*! to the list of macros in the format! family 2017-11-22 20:44:05 -08:00
heap.rs std: Mark allocation functions as nounwind 2017-08-28 08:06:52 -07:00
lib.rs std: Remove rand crate and module 2017-11-08 20:41:17 -08:00
linked_list.rs Rollup merge of #46262 - udoprog:linked-list-remove-if, r=dtolnay 2017-11-28 03:16:47 +08:00
macros.rs fix some typos 2017-11-21 15:33:45 +01:00
range.rs Revert "Stabilize RangeArgument" 2017-06-30 08:34:53 -10:00
raw_vec.rs Fix typo. 2017-11-01 21:02:08 +08:00
rc.rs fix some typos 2017-11-21 15:33:45 +01:00
slice.rs Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomez 2017-11-29 18:37:45 +08:00
str.rs Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton 2017-11-29 18:37:44 +08:00
string.rs fix some typos 2017-11-21 15:33:45 +01:00
vec.rs fix some typos 2017-11-21 15:33:45 +01:00
vec_deque.rs address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00