summary refs log tree commit diff
path: root/src/libuuid
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-31/+1
2014-03-29Register new snapshotFlavio Percoco-31/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-27serialize: use ResultSean McArthur-3/+33
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-8/+1
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-8/+1
2014-03-23Register new snapshotsFlavio Percoco-4/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-14/+18
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-6/+6
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+2
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-4/+11
2014-03-12rand: deprecate `rng`.Huon Wilson-1/+1
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-3/+5
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-24Remove std::default::Default from the preludeBrendan Zabarauskas-0/+1
2014-02-24Remove deriving(ToStr)Alex Crichton-3/+3
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-22/+19
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-4/+4
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+3
2014-02-22auto merge of #11863 : erickt/rust/hash, r=acrichtobors-5/+5
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-1/+1
2014-02-21extra: rename Uuid::to_bytes() to as_bytes()Erick Tryzelaar-5/+5
2014-02-20move extra::test to libtestLiigo Zhuang-2/+3
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-09std: Move byteswap functions to memBrian Anderson-2/+2
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-3/+6
2014-02-04extra: Move uuid to libuuidBirunthan Mohanathas-0/+837