index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
slice
/
raw.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-03
Rollup merge of #97366 - WaffleLapkin:stabilize_array_slice_from_ref, r=dtolnay
Dylan DPC
-1
/
+1
2022-05-31
Fixup feature name to be more consistent with others
Maybe Waffle
-1
/
+1
2022-05-30
Rename slice_from_ptr_range_const -> const_slice_from_ptr_range
Maybe Waffle
-1
/
+1
2022-05-30
Make `from{,_mut}_ptr_range` const
Maybe Waffle
-2
/
+4
2022-05-24
Stabilize `{slice,array}::from_ref`
Maybe Waffle
-1
/
+1
2022-05-11
Rename `unsigned_offset_from` to `sub_ptr`
Scott McMurray
-2
/
+2
2022-05-11
Add `unsigned_offset_from` on pointers
Scott McMurray
-2
/
+2
2022-04-03
Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu
bors
-38
/
+13
2022-03-29
Add debug assertions to some unsafe functions
Ben Kimock
-38
/
+13
2022-03-24
add #[must_use] to functions of slice and its iterators.
Jendrik
-0
/
+4
2022-02-27
add `slice::{from_ptr_range, from_mut_ptr_range}`
Ibraheem Ahmed
-0
/
+111
2021-12-10
Rollup merge of #91325 - RalfJung:const_eval_select, r=dtolnay
Matthias Krüger
-2
/
+2
2021-11-30
Apply cfg-bootstrap switch
Mark Rousskov
-2
/
+2
2021-11-28
adjust some const_eval_select safety comments
Ralf Jung
-2
/
+2
2021-10-29
Apply changes proposed in the review
Maybe Waffle
-8
/
+9
2021-10-29
Use proper issue number for `feature(const_slice_from_raw_parts)`
Maybe Waffle
-4
/
+4
2021-10-28
Make `core::slice::from_raw_parts[_mut]` const
Maybe Waffle
-14
/
+41
2021-10-23
Fill tracking issue for `const_slice_from_ref` and `const_array_from_ref`
Maybe Waffle
-2
/
+2
2021-10-22
Mark {array,slice}::{from_ref,from_mut} as const fn
Maybe Waffle
-2
/
+4
2021-02-25
Convert primitives to use intra-doc links
Joshua Nelson
-2
/
+0
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-1
/
+1
2020-09-23
use array::from_ref for slices
Bastian Kauschke
-10
/
+3
2020-09-14
Move free functions to a new module
Lzu Tao
-0
/
+158