rust/library/core/src
Dylan DPC a40d79c9fb
Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu
Changing the alloc() to accept &self instead of &mut self

Fixes: [#55](https://github.com/rust-lang/wg-allocators/issues/55)

This is the first cut. It only makes the change for `alloc` method.
2020-09-23 14:54:06 +02:00
..
alloc Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu 2020-09-23 14:54:06 +02:00
array
char
convert
fmt Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00
future Update library functions with stability attributes 2020-09-22 10:05:58 -07:00
hash
iter use iter:: before free functions 2020-09-20 18:04:12 +02:00
macros
mem Rollup merge of #76150 - matklad:droporder, r=withoutboats 2020-09-21 20:40:41 -07:00
num Remove outdated ignored tidy comment 2020-09-19 15:01:51 +00:00
ops
prelude
ptr
slice Rollup merge of #76827 - lcnr:array_windows-docs, r=jonas-schievink 2020-09-20 12:08:27 +02:00
str Fixed some intra-docs links in library/core 2020-09-18 07:49:29 +08:00
sync Move use align_of in atomic.rs into the places where it is used. 2020-09-21 20:44:45 +02:00
task Use intra-doc links 2020-09-17 22:43:13 +02:00
unicode
any.rs
ascii.rs Fixed some intra-docs links in library/core 2020-09-18 07:49:29 +08:00
bool.rs
borrow.rs
cell.rs Replace unneeded unsafe calls to .get() with calls to .get_mut() 2020-09-20 18:06:03 +02:00
clone.rs
cmp.rs
default.rs
ffi.rs
hint.rs Rollup merge of #76823 - RalfJung:black-box-warn, r=joshtriplett 2020-09-20 12:08:24 +02:00
internal_macros.rs
intrinsics.rs cfg bootstrap 2020-09-19 11:33:11 +02:00
lazy.rs
lib.rs Update library functions with stability attributes 2020-09-22 10:05:58 -07:00
marker.rs
option.rs Stabilize some Option methods as const 2020-09-20 22:42:14 +02:00
panic.rs
panicking.rs
pin.rs Make some methods of Pin<&mut T> unstable const 2020-09-18 19:23:50 +02:00
primitive.rs
raw.rs
result.rs
time.rs
tuple.rs
unit.rs