rust/library/core/src/slice
bors d88ffcdb8b Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk
`transmute` should also assume non-null pointers

Previously it only did integer-ABI things, but this way it does data pointers too.  That gives more information in general to the backend, and allows slightly simplifying one of the helpers in slice iterators.
2025-02-14 09:06:17 +00:00
..
iter transmute should also assume non-null pointers 2025-02-12 23:01:27 -08:00
sort Fix off-by-one error causing driftsort to crash 2025-01-28 23:39:46 -08:00
ascii.rs Auto merge of #130733 - okaneco:is_ascii, r=scottmcm 2024-12-22 02:44:13 +00:00
cmp.rs vectorized SliceContains 2024-10-23 20:14:17 +02:00
index.rs add const_eval_select macro to reduce redundancy 2024-11-05 09:26:08 +01:00
iter.rs Improve prose around as_slice example of IterMut 2024-12-22 18:29:27 +01:00
memchr.rs update cfgs 2024-11-27 15:14:54 +00:00
mod.rs Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper 2025-02-13 21:09:31 +00:00
raw.rs clean up const stability around UB checks 2024-11-16 22:50:22 +01:00
rotate.rs add inline attribute and codegen test 2025-01-29 19:34:19 +01:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00