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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
ptr
/
unique.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-12
Address dangling doc
Sacha Ayoun
-4
/
+4
2025-07-20
Remove the ptr_unique lang item
bjorn3
-2
/
+0
2025-06-16
library/compiler: add `PointeeSized` bounds
David Wood
-14
/
+14
2025-03-26
Expose `Unique::from<NonNull>` in const internally
James Wainwright
-1
/
+7
2024-12-10
stabilize const_nonnull_new
Ralf Jung
-2
/
+0
2024-11-30
get rid of a bunch of unnecessary rustc_const_unstable
Ralf Jung
-0
/
+1
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-0
/
+1
2024-07-31
PinCoerceUnsized trait into core
Xiangfei Ding
-0
/
+4
2024-02-08
Add and use Unique::as_non_null_ptr
Ben Kimock
-0
/
+7
2024-02-08
Reduce use of NonNull::new_unchecked in library/
Ben Kimock
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-07-12
Flip cfg's for bootstrap bump
Mark Rousskov
-1
/
+1
2023-06-16
`#[lang_item]` for `core::ptr::Unique`
Neven Villani
-0
/
+2
2023-04-16
core is now compilable
Deadbeef
-2
/
+5
2023-04-16
rm const traits in libcore
Deadbeef
-4
/
+3
2022-04-14
Implement `core::ptr::Unique` on top of `NonNull`
Eduardo Sánchez Muñoz
-19
/
+22
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-1
/
+1
2022-03-09
Rollup merge of #91804 - woppopo:const_clone, r=oli-obk
Matthias Krüger
-1
/
+2
2022-02-17
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
Matthias Krüger
-0
/
+3
2021-12-12
Make `Unique`s methods `const`
woppopo
-3
/
+3
2021-12-12
Make some `Clone` impls `const`
woppopo
-1
/
+2
2021-12-04
Add documentation to more `From::from` implementations.
Kevin Reid
-0
/
+3
2021-10-31
Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplett
Matthias Krüger
-0
/
+1
2021-10-30
Add #[must_use] to mem/ptr functions
John Kugelman
-0
/
+1
2021-10-18
Make more `From` impls `const`
woppopo
-1
/
+1
2021-10-11
Add #[must_use] to as_type conversions
John Kugelman
-0
/
+2
2021-10-10
Add #[must_use] to conversions that move self
John Kugelman
-0
/
+2
2020-09-08
Remove a stray ignore-tidy-undocumented-unsafe
moonheart08
-2
/
+0
2020-07-27
mv std libs to library/
mark
-0
/
+183