rust/src/libcore
Amanieu d'Antras d162d096dd Rename asm! to llvm_asm!
asm! is left as a wrapper around llvm_asm! to maintain compatibility.
2020-03-26 15:49:22 +00:00
..
array
benches
char
convert Correct version that relaxed orphan rules 2020-03-07 08:21:27 +00:00
fmt Rename remaining occurences of Void to Opaque. 2020-03-23 13:18:51 +00:00
future Add issue reference 2020-03-17 22:19:11 +01:00
hash Rollup merge of #69471 - nnethercote:rm-sip-Hasher-short_write, r=dtolnay 2020-03-15 02:44:15 +01:00
iter impl TrustedRandomAccess for Fuse without FusedIterator 2020-03-25 11:09:00 -07:00
macros Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
mem Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung 2020-03-22 18:37:19 +00:00
num Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
ops permit negative impls for non-auto traits 2020-03-26 06:27:45 -04:00
prelude Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
ptr debug-assert ptr sanity in ptr::write 2020-03-14 14:05:26 +01:00
slice #[track_caller] on core::ops::{Index, IndexMut}. 2020-03-23 08:01:49 -07:00
str #[track_caller] on core::ops::{Index, IndexMut}. 2020-03-23 08:01:49 -07:00
sync Use copy bound in atomic operations to generate simpler MIR 2020-03-18 00:47:08 +01:00
task
tests Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung 2020-03-21 05:33:18 +01:00
unicode Regenerate tables for Unicode 13.0.0 2020-03-11 09:24:08 -07:00
alloc.rs Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung 2020-03-22 18:37:19 +00:00
any.rs get rid of ConstPropUnsupported; use ZST marker structs instead 2020-03-22 12:16:24 +01:00
ascii.rs
bool.rs
borrow.rs
Cargo.toml
cell.rs Rollup merge of #70029 - jonas-schievink:bootstrap, r=Centril 2020-03-17 03:05:17 +01:00
clone.rs convert to doc comments 2020-03-26 06:52:58 -04:00
cmp.rs
default.rs
ffi.rs
hint.rs Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
internal_macros.rs
intrinsics.rs Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung 2020-03-22 18:37:19 +00:00
lib.rs Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
marker.rs convert to doc comments 2020-03-26 06:52:58 -04:00
option.rs make "other" in docs of Option::{zip,zip_with} monofont 2020-03-19 22:19:37 +03:00
panic.rs
panicking.rs also make panic_fmt track_caller 2020-03-10 10:31:03 +01:00
pin.rs fix various typos 2020-03-06 15:19:31 +01:00
primitive.rs Bump core::primitive to 1.43 2020-02-23 23:59:39 -08:00
raw.rs
result.rs
time.rs
tuple.rs
unit.rs