rust/src/libcore
kennytm 99de8ab38b
Rollup merge of #50995 - fbstj:patch-1, r=cramertj
move type out of unsafe block

from https://github.com/rust-lang/rust/pull/50863#discussion_r190213000

move the union definition outside of the unsafe block as it's definition is not unsafe
2018-05-24 17:34:54 +08:00
..
benches
char Only escape extended grapheme characters in the first position 2018-05-21 18:57:54 +01:00
fmt Make {char, str}::escape_debug and impl Debug for {char, str} consistent 2018-05-21 18:57:54 +01:00
hash
iter Auto merge of #50234 - cramertj:extend, r=alexcrichton 2018-05-20 20:29:10 +00:00
num Remove the unstable Float trait 2018-05-22 19:19:09 +02: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 Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin 2018-05-23 00:26:17 +08:00
str move type def out of unsafe block 2018-05-23 15:01:11 +01:00
sync Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichton 2018-04-19 23:08:16 +00:00
tests Auto merge of #50933 - SimonSapin:anchorage, r=alexcrichton 2018-05-23 22:50:12 +00:00
unicode Fix tables.rs 2018-05-21 19:12:36 +01:00
alloc.rs Remove Alloc::oom 2018-04-22 10:08:49 -07:00
any.rs
array.rs Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
ascii.rs
borrow.rs
Cargo.toml Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
cell.rs Rollup merge of #50913 - d-e-s-o:fix-typo, r=joshtriplett 2018-05-23 00:26:12 +08:00
clone.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
cmp.rs Add more doc aliases 2018-04-26 12:56:10 +02:00
convert.rs Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
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 Make [T]::len and str::len const fn 2018-05-21 18:59:09 +02: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