summary refs log tree commit diff
path: root/src/libextra/uuid.rs
AgeCommit message (Expand)AuthorLines
2014-01-03libextra: Remove unnecessary `@mut`sPatrick Walton-2/+2
2013-12-23extra: impl IterBytes for uuid::UuidJeff Olson-0/+17
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-1/+1
2013-12-17std::vec::raw: convert copy_memory to a method.Huon Wilson-3/+1
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-9/+5
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-9/+5
2013-12-15extra: fix spelling in docs.Huon Wilson-4/+4
2013-12-04std::str: remove from_utf8.Huon Wilson-1/+1
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-6/+6
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-8/+8
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-1/+0
2013-10-24Remove std::io from ebmlAlex Crichton-4/+6
2013-10-16uuid: serialize test and documentationsCorey Richardson-1/+17
2013-10-14extra: implement Encodable/Decodable for UuidCorey Richardson-0/+15
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+1
2013-09-30extra: Remove usage of fmt!Alex Crichton-15/+16
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-2/+2
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-3/+3
2013-09-12std: Add a bunch of Default implsErick Tryzelaar-0/+7
2013-09-07Renamed Uuid::from_utf8 to Uuid::from_bytesSteven Fackler-5/+5
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-6/+6
2013-08-23Fix two small warningsAndrew Dunham-1/+1
2013-08-16Add UUID support to libextraGavin Baker-0/+793