index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
uuid.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-03
libextra: Remove unnecessary `@mut`s
Patrick Walton
-2
/
+2
2013-12-23
extra: impl IterBytes for uuid::Uuid
Jeff Olson
-0
/
+17
2013-12-19
Purge @-boxes from the reading half of EBML
Alex Crichton
-1
/
+1
2013-12-17
std::vec::raw: convert copy_memory to a method.
Huon Wilson
-3
/
+1
2013-12-15
auto merge of #10984 : huonw/rust/clean-raw, r=cmr
bors
-9
/
+5
2013-12-15
std::vec: remove unnecessary count parameter on {bytes,
Huon Wilson
-9
/
+5
2013-12-15
extra: fix spelling in docs.
Huon Wilson
-4
/
+4
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-1
/
+1
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-6
/
+6
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-8
/
+8
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-1
/
+0
2013-10-24
Remove std::io from ebml
Alex Crichton
-4
/
+6
2013-10-16
uuid: serialize test and documentations
Corey Richardson
-1
/
+17
2013-10-14
extra: implement Encodable/Decodable for Uuid
Corey Richardson
-0
/
+15
2013-10-02
Check enums in missing_doc lint
Steven Fackler
-0
/
+1
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-15
/
+16
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-2
/
+2
2013-09-23
std: merge rand::{Rng,RngUtil} with default methods.
Huon Wilson
-3
/
+3
2013-09-12
std: Add a bunch of Default impls
Erick Tryzelaar
-0
/
+7
2013-09-07
Renamed Uuid::from_utf8 to Uuid::from_bytes
Steven Fackler
-5
/
+5
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-6
/
+6
2013-08-23
Fix two small warnings
Andrew Dunham
-1
/
+1
2013-08-16
Add UUID support to libextra
Gavin Baker
-0
/
+793