Files
rust/src/libcore
Corey Farwell 3f95303db6 Rollup merge of #39793 - RalfJung:cell, r=alexcrichton
Allow more Cell methods for non-Copy types

Clearly, `get_mut` is safe for any `T`. The other two only provide unsafe pointers anyway.

The only remaining inherent method with `Copy` bound is `get`, which sounds about right to me.

I found the order if `impl` blocks in the file a little weird (first inherent impl, then some trait impls, then another inherent impl), but didn't change it to keep the diff small.

Contributes to #39264
2017-02-15 23:48:13 -05:00
..
2017-02-12 18:18:22 -08:00
2017-02-03 13:25:46 -08:00
2017-02-06 10:39:14 -08:00
2016-08-24 22:12:23 +00:00
2017-01-29 13:31:47 +00:00
2017-02-03 13:25:46 -08:00
2017-02-03 13:25:46 -08:00
2017-02-03 13:25:46 -08:00
2017-02-03 13:25:46 -08:00
2017-01-24 23:22:44 +01:00
2017-02-13 13:41:24 -05:00
2017-02-03 13:25:46 -08:00
2017-02-13 13:41:24 -05:00
2016-11-12 12:47:13 -07:00