summary refs log tree commit diff
path: root/library/core/src/slice/raw.rs
AgeCommit message (Expand)AuthorLines
2021-10-29Apply changes proposed in the reviewMaybe Waffle-8/+9
2021-10-29Use proper issue number for `feature(const_slice_from_raw_parts)`Maybe Waffle-4/+4
2021-10-28Make `core::slice::from_raw_parts[_mut]` constMaybe Waffle-14/+41
2021-10-23Fill tracking issue for `const_slice_from_ref` and `const_array_from_ref`Maybe Waffle-2/+2
2021-10-22Mark {array,slice}::{from_ref,from_mut} as const fnMaybe Waffle-2/+4
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-2/+0
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-1/+1
2020-09-23use array::from_ref for slicesBastian Kauschke-10/+3
2020-09-14Move free functions to a new moduleLzu Tao-0/+158