summary refs log tree commit diff
path: root/src/libstd/mem.rs
AgeCommit message (Collapse)AuthorLines
2013-10-24Cleaned, documented, wrote tests for up std::boolMarvin Löbel-13/+7
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-17std: Move size/align functions to std::mem. #2240Brian Anderson-0/+158