about summary refs log tree commit diff
path: root/src/libcore/ptr/mut_ptr.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-1137/+0
2020-07-23Rollup merge of #74141 - euclio:typos, r=steveklabnikManish Goregaokar-3/+3
2020-07-20Apply #66379 to `*mut T` `as_ref`aticu-7/+12
2020-07-16apply bootstrap cfgsMark Rousskov-2/+0
2020-07-12assign tracking issueRalf Jung-3/+3
2020-07-09libstd/libcore: fix various typosAndy Russell-3/+3
2020-07-05add (unchecked) indexing methods to raw pointers and NonNullRalf Jung-5/+33
2020-07-05call the mut version as_mut_ptr and also add an as_ptr-like method to NonNull...Ralf Jung-2/+2
2020-07-05add as_ptr method to raw slicesRalf Jung-0/+21
2020-06-30Deny unsafe ops in unsafe fns, part 6LeSeulArtichaut-20/+44
2020-06-23Fix ptr doc warnings.Eric Huss-2/+0
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-0/+66
2020-06-21deprecate wrapping_offset_fromRalf Jung-0/+7
2020-06-20Address review commentsOliver Scherer-2/+2
2020-06-19Add fuzzy pointer comparison intrinsicsOliver Scherer-0/+66
2020-05-25core: Make pointer offset methods "const fn"Joe Richey-6/+12
2020-05-17make many ptr functions must_useSteve Klabnik-0/+6
2020-05-01Document unsafety for `*const T` and `*mut T`LeSeulArtichaut-2/+4
2020-04-25Bump bootstrap compilerMark Rousskov-1/+0
2020-04-14ptr: add tracking issue for len() method on raw slicesMatthias Schiffer-2/+2
2020-04-14ptr: introduce len() method on raw slicesMatthias Schiffer-1/+25
2020-04-14ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang itemsMatthias Schiffer-0/+4
2020-04-03Replace max/min_value() with MAX/MIN assoc constsLinus Färnstrand-2/+2
2020-03-06fix various typosMatthias Krüger-5/+5
2020-01-09doc: add Null-unchecked version section to mut pointer as_mut methodTrevor Spiteri-0/+14
2019-12-22Format the worldMark Rousskov-51/+61
2019-12-19Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ...Christoph Schmidler-0/+925