about summary refs log tree commit diff
path: root/src/libcore/ptr/const_ptr.rs
AgeCommit message (Expand)AuthorLines
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-4/+4
2019-12-27Clean up const-hack from #63810jumbatm-4/+1
2019-12-22Format the worldMark Rousskov-35/+45
2019-12-19Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ...Christoph Schmidler-0/+755