rust/src/libcore
bors 21b5367045 Auto merge of #50898 - shepmaster:typo, r=QuietMisdreavus
UnsafeCell doc typos and minor flow improvements

r? @QuietMisdreavus
2018-05-21 08:33:58 +00:00
..
benches
char
fmt Add explanation for #[must_use] on Debug builders 2018-05-07 10:26:28 -07:00
hash
iter Auto merge of #50234 - cramertj:extend, r=alexcrichton 2018-05-20 20:29:10 +00:00
num Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
ops Add doc comments mentioning unspecified behaviour upon exhaustion 2018-05-17 20:58:28 +01:00
prelude Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
slice Fix warning when building stage0 libcore 2018-05-19 01:13:31 +00:00
str Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
sync
tests Auto merge of #50319 - nagisa:align_to, r=alexcrichton 2018-05-18 21:49:38 +00:00
unicode Fix a warning in libcore on 16bit targets. 2018-05-01 17:48:31 +03:00
alloc.rs
any.rs
array.rs
ascii.rs
borrow.rs
Cargo.toml Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
cell.rs UnsafeCell doc typos and minor flow improvements 2018-05-19 21:10:24 -04:00
clone.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
cmp.rs
convert.rs
default.rs
hint.rs
internal_macros.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
intrinsics.rs Auto merge of #50319 - nagisa:align_to, r=alexcrichton 2018-05-18 21:49:38 +00:00
iter_private.rs
lib.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
macros.rs update concat_idents doc stubs 2018-05-03 06:49:30 -04:00
marker.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
mem.rs Rollup merge of #50148 - japaric:const-manuallydrop, r=oli-obk 2018-05-09 17:25:25 +08:00
nonzero.rs Make core::nonzero private 2018-05-16 19:08:41 +02:00
option.rs Add Option::xor method 2018-05-15 12:49:31 -04:00
panic.rs
panicking.rs
ptr.rs Auto merge of #50319 - nagisa:align_to, r=alexcrichton 2018-05-18 21:49:38 +00:00
raw.rs
result.rs Add explanation for #[must_use] on Result 2018-05-07 10:26:28 -07:00
time.rs const time 2018-05-10 22:10:11 +03:00
tuple.rs
unit.rs