Liigo Zhuang
53b9d1a324
move extra::test to libtest
2014-02-20 16:03:58 +08:00
Dylan Braithwaite
56114633e8
Clarify unit of size in docs for size_of functions.
...
Changed the docs in mem.rs to clarify the fact the the size functions return sizes in bytes.
2014-02-18 20:39:47 +00:00
lpy
665555d58f
return value/use extra::test::black_box in benchmarks
2014-02-14 07:45:34 -08:00
Edward Wang
e9ff91e9be
Move replace and swap to std::mem. Get rid of std::util
...
Also move Void to std::any, move drop to std::mem and reexport in
prelude.
2014-02-11 05:21:35 +08:00
Brian Anderson
1c4a2fd61c
std: Make mem's doc slightly more accurate
2014-02-09 00:23:04 -08:00
Brian Anderson
073b655187
std: Move byteswap functions to mem
2014-02-09 00:17:41 -08:00
Brian Anderson
c7710cdf45
std: Add move_val_init to mem. Replace direct intrinsic usage
2014-02-09 00:17:41 -08:00
Brian Anderson
d433b80e02
std: Add init and uninit to mem. Replace direct intrinsic usage
2014-02-09 00:17:40 -08:00
Marvin Löbel
e53aae4772
Cleaned, documented, wrote tests for up std::bool
...
Removed unused import warning in std::mem and cleaned it up too
Removed is_true and is_false from std::bool
Removed freestanding functions in std::bool
2013-10-24 17:21:39 +02:00
Brian Anderson
34d376f3cf
std: Move size/align functions to std::mem. #2240
2013-10-17 17:31:35 -07:00