rust/library/core/src
Maybe Waffle 2aef6c5436 Fixup feature name to be more consistent with others
`slice_from_mut_ptr_range_const` -> `const_slice_from_mut_ptr_range`,
we usually have `const` in the front.
2022-05-31 23:12:28 +04:00
..
alloc Rollup merge of #97034 - fee1-dead-contrib:layout-hash, r=dtolnay 2022-05-28 08:45:51 +02:00
array Stabilize core::array::from_fn 2022-05-20 11:04:13 -03:00
async_iter
char
convert
ffi Finish bumping stage0 2022-05-27 07:36:17 -04:00
fmt Auto merge of #94530 - tmiasko:alignment-impls, r=dtolnay 2022-05-21 19:49:51 +00:00
future
hash Reword safety comments in core/hash/sip.rs 2022-05-30 01:06:08 -07:00
iter libcore: Add iter::from_generator which is like iter::from_fn, but for coroutines instead of functions 2022-05-27 01:51:31 +03:00
macros Make write/print macros eagerly drop temporaries 2022-05-22 16:11:08 -07:00
mem Implement Hash for core::alloc::Layout 2022-05-14 14:44:42 +10:00
num Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPC 2022-05-23 15:11:02 +02:00
ops Finish bumping stage0 2022-05-27 07:36:17 -04:00
panic
prelude
ptr Update mut_ptr.rs 2022-05-31 00:41:39 +02:00
slice Fixup feature name to be more consistent with others 2022-05-31 23:12:28 +04:00
str Rollup merge of #97190 - SylvainDe:master, r=Dylan-DPC 2022-05-21 11:39:48 +02:00
sync Rollup merge of #97026 - Nilstrieb:make-atomic-debug-relaxed, r=scottmcm 2022-05-25 07:31:42 +02:00
task Rollup merge of #93966 - rkuhn:patch-1, r=tmandry 2022-05-25 07:08:41 +09:00
unicode Add unicode fast path to is_printable 2022-05-31 10:51:35 +02:00
any.rs
ascii.rs
asserting.rs [RFC 2011] Library code 2022-05-22 07:18:32 -03:00
bool.rs
borrow.rs
cell.rs Stabilize cell_filter_map 2022-05-23 18:04:53 +09:00
clone.rs Remove #[default..] and add #[const_trait] 2022-05-30 08:52:24 +00:00
cmp.rs Remove #[default..] and add #[const_trait] 2022-05-30 08:52:24 +00:00
default.rs
hint.rs
internal_macros.rs
intrinsics.rs Update intrinsics.rs 2022-05-30 22:38:29 +00:00
lazy.rs
lib.rs [RFC 2011] Library code 2022-05-22 07:18:32 -03:00
marker.rs
option.rs Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcm 2022-05-26 20:59:40 +02:00
panic.rs
panicking.rs
pin.rs
primitive_docs.rs Rollup merge of #97321 - RalfJung:int-to-fnptr, r=Dylan-DPC 2022-05-24 15:58:26 +02:00
primitive.rs
result.rs Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcm 2022-05-26 20:59:40 +02:00
time.rs Rollup merge of #96051 - newpavlov:duration_rounding, r=nagisa,joshtriplett 2022-05-26 20:15:07 -07:00
tuple.rs
unit.rs