rust/library/core/src
Ben Kimock 9d5c961fa4 cfg out checks in add and sub but not offset
...because the checks in offset found bugs in a crater run.
2024-10-07 11:12:58 -04:00
..
alloc Rollup merge of #123932 - adamse:global-alloc-safety-preconds-positive, r=tgross35 2024-09-29 20:17:35 +02:00
array
ascii
async_iter
cell
char Rollup merge of #130773 - bjoernager:master, r=thomcc 2024-10-01 21:09:19 +02:00
clone
cmp
convert
ffi
fmt Remove the need to provide the maximum number of digits to impl_Display macro 2024-10-01 12:01:55 +02:00
future
hash
intrinsics grammar fix 2024-10-06 20:37:10 +03:00
io
iter
macros
mem
net
num move f16/f128 const fn under f16/f128 feature gate 2024-10-05 10:13:18 +02:00
ops
panic Rename doctest attribute standalone-crate into standalone_crate for coherency 2024-09-29 13:01:41 +02:00
prelude
ptr cfg out checks in add and sub but not offset 2024-10-07 11:12:58 -04:00
range
slice Stabilize const_slice_split_at_mut and const_slice_first_last_chunk 2024-10-05 09:52:13 +02:00
str library: Stabilize const_str_as_mut 2024-10-02 14:09:19 -07:00
sync Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay 2024-09-29 20:17:36 +02:00
task
unicode
any.rs
arch.rs
ascii.rs
asserting.rs
bool.rs
borrow.rs
cell.rs make Cell unstably const 2024-10-05 11:13:27 +02:00
clone.rs
cmp.rs
default.rs
error.md
error.rs
escape.rs
hint.rs
internal_macros.rs
intrinsics.rs Rollup merge of #130229 - RalfJung:ptr-offset-unsigned, r=scottmcm 2024-10-01 21:09:19 +02:00
lib.miri.rs
lib.rs Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev 2024-10-05 13:15:58 +02:00
marker.rs
option.rs Auto merge of #130829 - Urgau:option_array_transpose, r=ibraheemdev 2024-10-02 04:31:15 +00:00
panic.rs
panicking.rs
pat.rs
pin.rs
primitive_docs.rs Fix typo in primitive_docs.rs 2024-10-05 22:01:02 -07:00
primitive.rs
random.rs
range.rs
result.rs
time.rs
tuple.rs
ub_checks.rs
unit.rs