Files
rust/src/libcore
bors aec00f97e1 Auto merge of #51466 - joshlf:ref-split, r=dtolnay
Add Ref/RefMut map_split method

As proposed [here](https://internals.rust-lang.org/t/make-refcell-support-slice-splitting/7707).

TLDR: Add a `map_split` method that allows multiple `RefMut`s to exist simultaneously so long as they refer to non-overlapping regions of the original `RefCell`. This is useful for things like the slice `split_at_mut` method.
2018-06-17 07:49:25 +00:00
..
2018-05-30 22:24:24 +03:00
2018-06-03 17:04:48 +02:00
2018-06-10 13:16:34 +02:00
2018-05-17 08:47:25 -06:00
2018-06-03 00:29:50 +08:00
2018-06-11 13:48:57 -07:00
2018-05-31 13:27:08 -07:00
2018-04-05 15:39:29 +01:00
2018-03-18 13:05:00 +01:00
2018-05-17 08:47:25 -06:00
2018-06-13 11:35:39 -07:00
2018-05-17 08:47:25 -06:00
2018-04-26 12:56:10 +02:00
2018-06-12 06:49:07 +02:00
2018-06-03 13:46:19 +02:00
2018-06-08 19:20:28 +00:00
2018-05-16 19:08:41 +02:00
2018-05-22 17:24:49 -07:00
2018-06-03 13:46:19 +02:00
2017-03-20 10:10:16 -04:00
2018-06-13 09:32:59 +02:00
2017-08-31 06:58:58 -07:00
2017-10-18 23:12:37 -07:00