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
/
src
/
libcore
/
ptr
/
mut_ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2020-06-30
Deny unsafe ops in unsafe fns, part 6
LeSeulArtichaut
-20
/
+44
2020-06-23
Fix ptr doc warnings.
Eric Huss
-2
/
+0
2020-06-23
Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa
Manish Goregaokar
-0
/
+66
2020-06-21
deprecate wrapping_offset_from
Ralf Jung
-0
/
+7
2020-06-20
Address review comments
Oliver Scherer
-2
/
+2
2020-06-19
Add fuzzy pointer comparison intrinsics
Oliver Scherer
-0
/
+66
2020-05-25
core: Make pointer offset methods "const fn"
Joe Richey
-6
/
+12
2020-05-17
make many ptr functions must_use
Steve Klabnik
-0
/
+6
2020-05-01
Document unsafety for `*const T` and `*mut T`
LeSeulArtichaut
-2
/
+4
2020-04-25
Bump bootstrap compiler
Mark Rousskov
-1
/
+0
2020-04-14
ptr: add tracking issue for len() method on raw slices
Matthias Schiffer
-2
/
+2
2020-04-14
ptr: introduce len() method on raw slices
Matthias Schiffer
-1
/
+25
2020-04-14
ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang items
Matthias Schiffer
-0
/
+4
2020-04-03
Replace max/min_value() with MAX/MIN assoc consts
Linus Färnstrand
-2
/
+2
2020-03-06
fix various typos
Matthias Krüger
-5
/
+5
2020-01-09
doc: add Null-unchecked version section to mut pointer as_mut method
Trevor Spiteri
-0
/
+14
2019-12-22
Format the world
Mark Rousskov
-51
/
+61
2019-12-19
Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ...
Christoph Schmidler
-0
/
+925