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-01-29
rename raw_const/mut -> const/mut_addr_of, and stabilize them
Ralf Jung
-10
/
+8
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