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
/
src
/
libcore
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-24
Auto merge of #53783 - RalfJung:ptr-docs, r=alexcrichton
bors
-513
/
+541
2018-09-22
address Mark-Simulacrum comments
Jorge Aparicio
-2
/
+2
2018-09-22
core: fix deprecated warnings
Jorge Aparicio
-18
/
+14
2018-09-18
clarify swap
Ralf Jung
-5
/
+10
2018-09-17
rearrange for clarity
Ralf Jung
-41
/
+40
2018-09-17
tweaks
Ralf Jung
-1
/
+24
2018-09-10
fix typos
Nicole Mazzuca
-1
/
+1
2018-09-01
remark on concurrency in validity section
Ralf Jung
-0
/
+9
2018-09-01
Valid raw pointers
Ralf Jung
-1
/
+1
2018-08-31
fix doctests
Ralf Jung
-1
/
+3
2018-08-31
(un)aligned
Ralf Jung
-2
/
+2
2018-08-31
apply feedback
Ralf Jung
-7
/
+8
2018-08-31
turn ptr type method docs into links to docs of free functions, to avoid dupl...
Ralf Jung
-433
/
+44
2018-08-30
fix example
Ralf Jung
-2
/
+1
2018-08-30
fix example
Ralf Jung
-2
/
+3
2018-08-30
improve volatile comments
Ralf Jung
-4
/
+4
2018-08-30
address remaining remarks and add example for dropping unaligned data
Ralf Jung
-4
/
+32
2018-08-30
apply comments
Ralf Jung
-12
/
+13
2018-08-30
clarify ZST comment
Ralf Jung
-10
/
+10
2018-08-29
clarify that these are preliminary guarantees
Ralf Jung
-5
/
+4
2018-08-29
edit docs a little
Ralf Jung
-24
/
+37
2018-08-29
Resolve null/ZST conflict correctly (whoops)
Dylan MacKenzie
-4
/
+3
2018-08-29
Add a list of known facts re: validity
Dylan MacKenzie
-9
/
+26
2018-08-29
You can't make an omlette without breaking a few links
Dylan MacKenzie
-1
/
+1
2018-08-29
Incorporate RalfJung's suggestions
Dylan MacKenzie
-28
/
+38
2018-08-29
Redefine range validity
Dylan MacKenzie
-8
/
+6
2018-08-29
Remove definiton of valid pointer
Dylan MacKenzie
-7
/
+14
2018-08-29
Fix off-by-one error when specifying a valid range
Dylan MacKenzie
-2
/
+2
2018-08-29
Reword module level docs re: alignment
Dylan MacKenzie
-4
/
+4
2018-08-29
Update docs for `swap_nonoverlapping`
Dylan MacKenzie
-3
/
+19
2018-08-29
Fix unused variable warning in doctest
Dylan MacKenzie
-0
/
+1
2018-08-29
Fix failing doctests
Dylan MacKenzie
-3
/
+3
2018-08-29
Mention alignment in top-level docs
Dylan MacKenzie
-5
/
+11
2018-08-29
Rewrite docs for `std::ptr`
Dylan MacKenzie
-68
/
+351
2018-08-22
Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-Simulacrum
Guillaume Gomez
-0
/
+30
2018-08-21
Suggest direct raw-pointer dereference
Michal 'vorner' Vaner
-0
/
+30
2018-08-21
Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung
kennytm
-8
/
+8
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-8
/
+8
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-12
Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm
Guillaume Gomez
-2
/
+2
2018-08-04
Remove explicit returns where unnecessary
ljedrz
-2
/
+2
2018-08-03
volatile operations docs: clarify that this does not help wrt. concurrency
Ralf Jung
-0
/
+30
2018-07-30
Remove unstable and deprecated APIs
Simon Sapin
-80
/
+0
2018-07-27
Fix doc comment for 'ptr::copy_to' method
Zakarum
-2
/
+2
2018-07-24
clarify offset function safety concerns
Ralf Jung
-4
/
+16
2018-07-23
Rollup merge of #52051 - scottmcm:swap-directly, r=alexcrichton
kennytm
-0
/
+13
2018-07-21
Don't use SIMD in mem::swap for types smaller than the block size
Scott McMurray
-0
/
+13
2018-07-18
Document that Unique::empty() and NonNull::dangling() aren't sentinel values
Josh Triplett
-0
/
+10
2018-07-04
Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin
bors
-0
/
+2
2018-06-30
Bootstrap from 1.28.0-beta.3
Mark Simulacrum
-27
/
+0
[next]