rust/library/alloc/src
Yuki Okushi f8bae8b102
Rollup merge of #78056 - ssomers:btree_chop_up_1, r=dtolnay
BTreeMap: split off most code of remove and split_off

Putting map.rs on a diet, in addition to #77851.
r? @dtolnay
2020-10-21 13:59:37 +09:00
..
alloc Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
collections Rollup merge of #78056 - ssomers:btree_chop_up_1, r=dtolnay 2020-10-21 13:59:37 +09:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw_vec Rename AllocErr to AllocError 2020-09-28 14:51:03 -04:00
rc Add tests for weak into/from raw 2020-09-12 10:38:33 -05:00
sync Add tests for weak into/from raw 2020-09-12 10:38:33 -05:00
alloc.rs Use intra-doc links for links to module-level docs 2020-10-12 19:22:47 -07:00
borrow.rs Update library functions with stability attributes 2020-09-22 10:05:58 -07:00
boxed.rs Fix typo in documentation 2020-10-15 16:57:19 +02:00
fmt.rs Apply suggestions from code review 2020-08-21 19:31:00 +02:00
lib.rs Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus 2020-10-18 18:50:43 +00:00
macros.rs Use intra-doc-links in alloc 2020-08-21 00:25:25 +02:00
raw_vec.rs Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu 2020-09-23 14:54:06 +02:00
rc.rs Auto merge of #74160 - CAD97:weak-as-unsized-ptr, r=RalfJung 2020-10-03 14:18:26 +00:00
slice.rs Move slice::check_range to RangeBounds 2020-09-18 12:17:51 -04:00
str.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
string.rs Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus 2020-10-18 18:50:43 +00:00
sync.rs Auto merge of #74160 - CAD97:weak-as-unsized-ptr, r=RalfJung 2020-10-03 14:18:26 +00:00
task.rs Allow unstable From impl for [Raw]Waker. 2020-09-11 13:36:45 +02:00
tests.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
vec.rs Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus 2020-10-18 18:50:43 +00:00