about summary refs log tree commit diff
path: root/src/libuuid/lib.rs
AgeCommit message (Expand)AuthorLines
2014-05-30lib{serialize, uuid}: Fix snake case errors.Kevin Butler-5/+7
2014-05-29std: Recreate a `rand` moduleAlex Crichton-10/+8
2014-05-28std: Remove format_strbuf!()Alex Crichton-3/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-4/+6
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-9/+9
2014-05-14libuuid: Remove all uses of `~str` from `libuuid`.Patrick Walton-18/+21
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-1/+1
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-6/+6
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-7/+7
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-2/+2
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