This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-01-21 07:00:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
library
/
alloc
/
tests
History
Ralf Jung
b58f647d54
rename ptr::invalid -> ptr::without_provenance
...
also introduce ptr::dangling matching NonNull::dangling
2024-02-21 20:15:52 +01:00
..
arc.rs
…
autotraits.rs
…
borrow.rs
…
boxed.rs
…
btree_set_hash.rs
…
c_str.rs
…
const_fns.rs
…
cow_str.rs
…
fmt.rs
rename ptr::invalid -> ptr::without_provenance
2024-02-21 20:15:52 +01:00
heap.rs
…
lib.rs
Use generic
NonZero
internally.
2024-02-15 08:09:42 +01:00
linked_list.rs
…
rc.rs
…
slice.rs
…
str.rs
…
string.rs
…
thin_box.rs
…
vec_deque.rs
Replace
NonZero::<_>::new
with
NonZero::new
.
2024-02-15 08:09:42 +01:00
vec.rs
rename ptr::invalid -> ptr::without_provenance
2024-02-21 20:15:52 +01:00