..
alloc
Revert missing "memory block"
2020-08-04 19:24:08 +02:00
array
Add drop check test & MaybeUninit::first_ptr_mut
2020-08-13 03:51:08 +00:00
char
mv std libs to library/
2020-07-27 19:51:13 -05:00
convert
mv std libs to library/
2020-07-27 19:51:13 -05:00
fmt
mv std libs to library/
2020-07-27 19:51:13 -05:00
future
mv std libs to library/
2020-07-27 19:51:13 -05:00
hash
mv std libs to library/
2020-07-27 19:51:13 -05:00
iter
mv std libs to library/
2020-07-27 19:51:13 -05:00
macros
mv std libs to library/
2020-07-27 19:51:13 -05:00
mem
fix feature gate and tracking issue
2020-08-07 12:38:55 +02:00
num
clean up const-hacks in int endianess conversion functions
2020-08-07 13:45:55 +02:00
ops
mv std libs to library/
2020-07-27 19:51:13 -05:00
prelude
mv std libs to library/
2020-07-27 19:51:13 -05:00
ptr
mentions provenance, changes argument type, adds must_use attr
2020-08-11 16:14:34 +02:00
slice
Put panic code path from copy_from_slice into cold function
2020-08-12 21:12:21 +02:00
str
Auto merge of #75157 - rodrimati1992:patch-1, r=oli-obk
2020-08-14 14:08:05 +00: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
mv std libs to library/
2020-07-27 19:51:13 -05:00
any.rs
bump const type id stabilization to 1.46.0
2020-07-28 13:30:29 +10:00
ascii.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
bool.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
borrow.rs
Remove AsRef link as it is in the prelude
2020-08-10 20:29:20 +02:00
cell.rs
add track_caller to RefCell::{borrow, borrow_mut}
2020-07-28 15:45:25 -04:00
clone.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
cmp.rs
Use intra-doc links
2020-08-10 23:16:01 +02:00
default.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
ffi.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
hint.rs
make black_box a NOP in Miri
2020-08-08 10:50:30 +02:00
internal_macros.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
intrinsics.rs
Completes support for coverage in external crates
2020-08-04 11:06:54 -07:00
lazy.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
lib.rs
Add recommend changes to array
2020-08-13 03:50:59 +00:00
marker.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
option.rs
Make Option::unwrap unstably const
2020-07-30 12:30:58 -07:00
panic.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
panicking.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
pin.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
primitive.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
raw.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
result.rs
Stabilize as_deref and as_deref on Result
2020-07-31 02:42:24 +00:00
time.rs
Add link for Duration
2020-08-09 23:26:42 +02:00
tuple.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
unit.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00