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-11-12
Auto merge of #55278 - Centril:constification-1, r=alexcrichton
bors
-1
/
+1
2018-11-10
Fix documentation typos.
Bruce Mitchener
-4
/
+4
2018-11-10
revert making internal APIs const fn.
Mazdak Farrokhzad
-1
/
+1
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-2
/
+2
2018-11-01
Replace CoerceSized trait with DispatchFromDyn
Michael Hewson
-4
/
+4
2018-11-01
Add CoerceSized impls throughout libstd
Michael Hewson
-1
/
+7
2018-10-31
Bump nightly to 1.32.0
Alex Crichton
-2
/
+2
2018-10-28
Make a bunch of trivial methods of NonNull be `#[inline]`
Nick Fitzgerald
-0
/
+14
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-14
remove unnecessary emphasis in doc comment
Jan Niehusmann
-2
/
+2
2018-10-14
clarify pointer add/sub function safety concerns
Jan Niehusmann
-4
/
+4
2018-10-12
Auto merge of #54534 - nagisa:align-offset-simplification, r=alexcrichton
bors
-25
/
+12
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-0
/
+2
2018-09-30
Simplify implementation of align_offset slightly
Simonas Kazlauskas
-25
/
+12
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-14
/
+18
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
[next]