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
/
ptr
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-03
Remove some more consts
Mark Rousskov
-2
/
+1
2021-05-03
drop some const unstables, due to revert no longer possible
Mark Rousskov
-2
/
+1
2021-05-03
Revert "directly expose copy and copy_nonoverlapping intrinsics"
Mark Rousskov
-3
/
+7
2021-03-15
Constify mem::replace and ptr::replace
Albin Hedman
-1
/
+2
2021-03-15
Constify mem::swap and ptr::swap[_nonoverlapping]
Albin Hedman
-14
/
+9
2021-03-14
Fix a typo in `swap_nonoverlapping_bytes`
Motoki Ikeda
-1
/
+1
2021-02-25
Convert primitives to use intra-doc links
Joshua Nelson
-2
/
+2
2021-02-23
Constify ptr::write and the write[_unaligned] methods on *mut T
Albin Hedman
-3
/
+6
2021-02-15
Pointer metadata: add tracking issue number
Simon Sapin
-1
/
+1
2021-02-15
Use new pointer metadata API inside libcore instead of manual transmutes
Simon Sapin
-7
/
+23
2021-02-15
Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_...
Simon Sapin
-1
/
+1
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-0
/
+6
2021-02-13
Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se
bors
-6
/
+1
2021-01-29
rename raw_const/mut -> const/mut_addr_of, and stabilize them
Ralf Jung
-10
/
+8
2021-01-21
directly expose copy and copy_nonoverlapping intrinsics
Ralf Jung
-6
/
+1
2021-01-18
remove some outdated comments regarding debug assertions
Ralf Jung
-3
/
+0
2021-01-02
extend comment
Ralf Jung
-1
/
+2
2020-12-30
implement ptr::write without dedicated intrinsic
Ralf Jung
-5
/
+11
2020-12-26
Added reference to tracking issue #80377
Albin Hedman
-2
/
+2
2020-12-26
Constify ptr::read and ptr::read_unaligned
Albin Hedman
-2
/
+4
2020-11-21
Rollup merge of #77844 - RalfJung:zst-box, r=nikomatsakis
Dylan DPC
-2
/
+6
2020-11-20
reference NonNull::dangling
Ralf Jung
-5
/
+6
2020-10-29
Improve wording of `core::ptr::drop_in_place` docs
Camelid
-3
/
+3
2020-10-26
Auto merge of #75728 - nagisa:improve_align_offset_2, r=Mark-Simulacrum
bors
-3
/
+14
2020-10-16
stop relying on feature(untagged_unions) in stdlib
Ralf Jung
-0
/
+10
2020-10-13
explicitly talk about integer literals
Ralf Jung
-4
/
+4
2020-10-12
clarify rules for ZST Boxes
Ralf Jung
-2
/
+5
2020-09-09
Fix anchor links
Camelid
-10
/
+10
2020-09-08
Fix broken link
Camelid
-4
/
+4
2020-09-08
Use intra-doc links in `core::ptr`
Camelid
-56
/
+21
2020-08-20
Optimise align_offset for stride=1 further
Simonas Kazlauskas
-3
/
+14
2020-08-16
Improve codegen of align_offset when stride == 1
Simonas Kazlauskas
-13
/
+11
2020-08-16
Improve `align_offset` at opt-level <= 1
Simonas Kazlauskas
-17
/
+38
2020-07-27
mv std libs to library/
mark
-0
/
+1542