rust/src/libcore/slice
Manish Goregaokar 500634bf10
Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakis
Deny unsafe ops in unsafe fns in libcore

After `liballoc`, It's time for `libcore` :D

I planned to do this bit by bit to avoid having a big chunk of diffs, so to make reviews easier, and to make the unsafe blocks narrower and take the time to document them properly.

r? @nikomatsakis cc @RalfJung
2020-07-02 00:16:28 -07:00
..
memchr.rs Stop accessing module level int consts via crate::<Ty> 2020-04-20 23:38:06 +02:00
mod.rs Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakis 2020-07-02 00:16:28 -07:00
rotate.rs Deny unsafe ops in unsafe fns, part 5 2020-06-30 17:37:53 +02:00
sort.rs Added some more documentations to unsafety blocks in slice/sort.rs 2020-06-16 16:19:49 -04:00