rust/library/core/src
Sébastien Marie 3768f0b813 update char signess for openbsd
adds more archs for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.
2022-03-02 10:33:50 +00:00
..
alloc
array Fix a typo in documentation of array::IntoIter::new_unchecked 2022-02-23 21:10:04 +03:00
async_iter Move {core,std}::stream::Stream to {core,std}::async_iter::AsyncIterator. 2022-02-03 21:03:06 +08:00
char fix 2022-02-17 22:14:54 -08:00
convert Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
ffi update char signess for openbsd 2022-03-02 10:33:50 +00:00
fmt Remove needless borrows from core::fmt 2022-02-25 16:06:23 +00:00
future Rollup merge of #91192 - r00ster91:futuredocs, r=GuillaumeGomez 2022-02-21 19:36:46 +01:00
hash
iter Add a try_collect() helper method to Iterator 2022-02-16 14:26:39 -08:00
macros Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00
mem For MIRI, cfg out the swap logic from 94212 2022-02-26 18:57:15 -08:00
num Stabilise inherent_ascii_escape (FCP in #77174) 2022-02-12 13:21:59 -05:00
ops Rollup merge of #94283 - hellow554:stable_flow_control, r=Dylan-DPC 2022-02-24 07:48:08 +01:00
panic Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc 2022-02-18 16:23:32 +01:00
prelude
ptr For MIRI, cfg out the swap logic from 94212 2022-02-26 18:57:15 -08:00
slice Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-se 2022-02-28 12:57:44 +01:00
str Add {floor,ceil}_char_boundary methods to str 2022-02-07 13:34:08 -05:00
sync Add Atomic*::from_mut_slice 2022-02-25 15:30:29 -08:00
task Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
unicode
any.rs
ascii.rs
bool.rs
borrow.rs
cell.rs Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
clone.rs
cmp.rs
default.rs
hint.rs
internal_macros.rs Add a copy of cfg_if to core's internal_macros.rs 2022-03-01 16:24:10 -08:00
intrinsics.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00
lazy.rs Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00
marker.rs
option.rs Option::and_then basic example: show failure 2022-02-12 12:23:38 +08:00
panic.rs Fix invalid special casing of the unreachable! macro 2022-01-31 17:09:31 +01:00
panicking.rs Re-add track_caller to panic_no_unwind in bootstrap 2022-02-25 08:00:53 -05:00
pin.rs Rollup merge of #94128 - mqy:master, r=Dylan-DPC 2022-02-23 12:26:40 +01:00
primitive_docs.rs Fix annotation of code blocks 2022-02-01 21:44:53 +00:00
primitive.rs
result.rs Add note on Windows path behaviour 2022-02-12 12:52:42 +08:00
time.rs
tuple.rs
unit.rs