rust/library/core/src
bors 5f6bd6ec0a Auto merge of #74850 - TimDiekmann:remove-in-place-alloc, r=Amanieu
Remove in-place allocation and revert to separate methods for zeroed allocations

closes rust-lang/wg-allocators#58
2020-08-04 11:22:45 +00:00
..
alloc Apply suggestions from code review 2020-08-04 00:21:05 +02:00
array
char
convert
fmt
future
hash
iter
macros
mem Rollup merge of #74602 - poliorcetics:maybe-uninit-zeroed-doc-clarification, r=jyn514 2020-08-01 17:42:11 -07:00
num add unsigned_abs to signed integers 2020-07-29 10:38:58 -05:00
ops
prelude
ptr
slice add tracking issue 2020-08-01 07:49:24 +02:00
str Add str::[r]split_once 2020-07-28 09:58:20 +02:00
sync fence docs: fix example Mutex 2020-07-29 15:45:42 +02:00
task Add #[inline] to RawWaker::new 2020-07-28 06:14:52 +02:00
unicode
any.rs bump const type id stabilization to 1.46.0 2020-07-28 13:30:29 +10:00
ascii.rs
bool.rs
borrow.rs
cell.rs add track_caller to RefCell::{borrow, borrow_mut} 2020-07-28 15:45:25 -04:00
clone.rs
cmp.rs
default.rs
ffi.rs
hint.rs
internal_macros.rs
intrinsics.rs Make {align,size}_of_val const 2020-07-29 16:50:15 -07:00
lazy.rs
lib.rs Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obk 2020-07-31 08:26:33 +00:00
marker.rs
option.rs Make Option::unwrap unstably const 2020-07-30 12:30:58 -07:00
panic.rs
panicking.rs
pin.rs
primitive.rs
raw.rs
result.rs Stabilize as_deref and as_deref on Result 2020-07-31 02:42:24 +00:00
time.rs
tuple.rs
unit.rs