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
Age
Commit message (
Expand
)
Author
Lines
2020-05-01
Document unsafety for `*const T` and `*mut T`
LeSeulArtichaut
-4
/
+8
2020-04-30
rename-unique: Rename Unique::empty() to Unique::dangling()
cohenarthur
-2
/
+1
2020-04-29
Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu...
Dylan DPC
-7
/
+45
2020-04-29
safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptr
cohenarthur
-3
/
+43
2020-04-26
remove Unique::from for shared pointer types
Ralf Jung
-17
/
+0
2020-04-25
Bump bootstrap compiler
Mark Rousskov
-2
/
+0
2020-04-23
doc-example: Refactor pointer name to avoid confusion
cohenarthur
-4
/
+2
2020-04-22
Inline some function docs re-exported in `std::ptr`
Dylan MacKenzie
-0
/
+3
2020-04-14
ptr: add tracking issue for len() method on raw slices
Matthias Schiffer
-4
/
+4
2020-04-14
ptr: introduce len() method on raw slices
Matthias Schiffer
-2
/
+50
2020-04-14
ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang items
Matthias Schiffer
-0
/
+8
2020-04-03
Replace max/min_value() with MAX/MIN assoc consts
Linus Färnstrand
-4
/
+4
2020-03-14
debug-assert ptr sanity in ptr::write
Ralf Jung
-3
/
+1
2020-03-06
fix various typos
Matthias Krüger
-10
/
+10
2020-02-29
Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrum
bors
-1
/
+13
2020-02-27
disable debug assertion in ptr::write for now
Ralf Jung
-1
/
+3
2020-02-16
debug_assert a few more raw pointer methods
Ralf Jung
-1
/
+11
2020-02-16
Improve #Safety of core::ptr::drop_in_place
Amos Onn
-1
/
+4
2020-02-15
Improve #Safety in various methods in core::ptr
Amos Onn
-0
/
+8
2020-02-15
Improve #Safety of core::ptr::replace
Amos Onn
-1
/
+1
2020-02-15
Improve #Safety in various methods in core::ptr
Amos Onn
-2
/
+2
2020-02-03
Optimize core::ptr::align_offset
Amos Onn
-2
/
+1
2020-02-03
Optimize core::ptr::align_offset
Amos Onn
-13
/
+20
2020-02-03
Optimize core::ptr::align_offset
Amos Onn
-2
/
+2
2020-01-28
Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus
bors
-6
/
+5
2020-01-18
get rid of real_drop_in_place again
Ralf Jung
-12
/
+2
2020-01-15
Fix incorrect slice->ptr conversion in slice_from_raw_parts docs
CAD97
-1
/
+1
2020-01-14
Stabilize ptr::slice_from_raw_parts[_mut]
CAD97
-6
/
+5
2020-01-09
doc: add Null-unchecked version section to mut pointer as_mut method
Trevor Spiteri
-0
/
+14
2019-12-27
Clean up const-hack from #63810
jumbatm
-4
/
+1
2019-12-22
Format the world
Mark Rousskov
-88
/
+108
2019-12-22
Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=Centril
Mazdak Farrokhzad
-17
/
+17
2019-12-21
Rollup merge of #67462 - DutchGhost:const_slice_from_raw_parts, r=dtolnay
Mazdak Farrokhzad
-2
/
+4
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-17
/
+17
2019-12-20
Make ptr::slice_from_raw_parts a const fn available under a feature flag
Dodo
-2
/
+4
2019-12-19
Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ...
Christoph Schmidler
-1691
/
+1685
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-30
/
+10
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-2
/
+30
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-91
/
+143
2019-12-06
Suppress libcore/ptr/mod.rs filelength lint
David Tolnay
-0
/
+1
2019-11-29
Rollup merge of #66379 - CreepySkeleton:patch-1, r=RalfJung
Ralf Jung
-14
/
+24
2019-11-27
Use intra-doc links
CreepySkeleton
-2
/
+2
2019-11-27
Elaborate on std::ptr::{as_ref,as_mod} and clarify docs
CreepySkeleton
-14
/
+24
2019-11-26
Format libcore with rustfmt
David Tolnay
-30
/
+23
2019-11-12
Snap cfgs
Mark Rousskov
-16
/
+0
2019-11-07
Rollup merge of #63793 - oli-obk:🧹, r=dtolnay
Mazdak Farrokhzad
-0
/
+6
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+6
2019-11-05
Apply suggestions from code review
Ralf Jung
-2
/
+2
2019-11-05
expand slice from_raw_part docs
Ralf Jung
-0
/
+4
2019-11-05
link from raw slice creation methods to safety requirements
Ralf Jung
-5
/
+14
[next]