summary refs log tree commit diff
path: root/src/libuuid
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-6/+6
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-3/+0
2014-06-18Use ByteOrder methods instead of free-standing functionsBrendan Zabarauskas-8/+8
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-5/+3
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
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