Files
rust/src/libstd
kennytm e4991b2f48 Rollup merge of #49646 - glandium:uninitialized-box, r=alexcrichton
Use box syntax instead of Box::new in Mutex::remutex on Windows

The Box::new(mem::uninitialized()) pattern actually actively copies
uninitialized bytes from the stack into the box, which is a waste of
time. Using the box syntax instead avoids the useless copy.
2018-04-17 01:50:59 +08:00
..
2018-04-05 00:30:49 -06:00
2018-03-11 10:59:28 -07:00
2018-03-19 11:41:28 +09:00
2018-04-12 22:53:22 +02:00
2018-03-11 10:59:28 -07:00
2018-04-05 15:39:29 +01:00
2018-03-28 01:41:40 +02:00
2018-03-28 01:41:40 +02:00
2018-04-02 09:33:27 -07:00
2018-04-03 09:20:04 -04:00
2017-08-24 18:42:53 +02:00
2018-04-05 13:04:00 +02:00
2018-03-19 11:41:28 +09:00
2018-03-30 15:35:36 +02:00