rust/library/alloc/src
Jonas Schievink 7ad03dd91d
Rollup merge of #77233 - ssomers:btree_size_matters, r=Mark-Simulacrum
BTreeMap: keep an eye out on the size of the main components

r? @Mark-Simulacrum
2020-09-30 20:56:07 +02:00
..
alloc Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
collections Rollup merge of #77233 - ssomers:btree_size_matters, r=Mark-Simulacrum 2020-09-30 20:56:07 +02:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw_vec removing &mut self for other methods of AllocRef 2020-09-22 06:22:02 -07:00
rc impl Rc::new_cyclic 2020-08-27 19:19:29 +01:00
sync add missing newline 2020-08-14 01:28:04 +02:00
alloc.rs a few more &mut self -> self changes 2020-09-22 21:04:31 -07:00
borrow.rs Update library functions with stability attributes 2020-09-22 10:05:58 -07:00
boxed.rs Use intra-doc links for MaybeUninit in boxed.rs 2020-09-01 23:54:17 -04:00
fmt.rs Apply suggestions from code review 2020-08-21 19:31:00 +02:00
lib.rs Update library functions with stability attributes 2020-09-22 10:05:58 -07: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 Address review comments 2020-09-11 07:25:28 -05:00
slice.rs Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu 2020-09-16 12:24:03 -07:00
str.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
string.rs Rollup merge of #76525 - fusion-engineering-forks:string-drain, r=dtolnay 2020-09-19 11:47:47 +02:00
sync.rs Revert change to MaybeUninit until rustdoc bugs are fixed 2020-09-02 17:38:21 -04: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 #77201 - matthewjasper:rename-get-unchecked, r=spastorino 2020-09-25 21:44:26 +00:00